/* general typography */

.leaflet-container {
  background:#fff;
  font:12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color:#404040;
  color:rgba(0,0,0,0.75);
  outline:0;
  overflow:hidden;
  -ms-touch-action:none;
  }

.leaflet-container *,
.leaflet-container *:after,
.leaflet-container *:before {
  box-sizing:border-box;
  }

.leaflet-container h1,
.leaflet-container h2,
.leaflet-container h3,
.leaflet-container h4,
.leaflet-container h5,
.leaflet-container h6,
.leaflet-container p {
  font-size:15px;
  line-height:20px;
  margin:0 0 10px;
  }

.leaflet-container .marker-description img {
  margin-bottom: 10px;
  }

.leaflet-container a {
  color:#3887BE;
  font-weight:normal;
  text-decoration:none;
  }
  .leaflet-container a:hover      { color:#63b6e5; }
  .leaflet-container.dark a       { color:#63b6e5; }
  .leaflet-container.dark a:hover { color:#8fcaec; }

.leaflet-container.dark .mapbox-button,
.leaflet-container .mapbox-button {
  background-color:#3887be;
  display:inline-block;
  height:40px;
  line-height:40px;
  text-decoration:none;
  color:#fff;
  font-size:12px;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
  .leaflet-container.dark .mapbox-button:hover,
  .leaflet-container .mapbox-button:hover {
    color:#fff;
    background-color:#3bb2d0;
    }

/* Base Leaflet
------------------------------------------------------- */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position:absolute;
  left:0;
  top:0;
  }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-drag:none;
  -webkit-user-select:none;
          -ms-user-select:none;
      user-select:none;
  }
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
  }

.leaflet-tile {
  filter:inherit;
  visibility:hidden;
  }
.leaflet-tile-loaded {
  visibility:inherit;
  }
.leaflet-zoom-box {
  width:0;
  height:0;
  }

.leaflet-tile-pane    { z-index:2; }
.leaflet-objects-pane { z-index:3; }
.leaflet-overlay-pane { z-index:4; }
.leaflet-shadow-pane  { z-index:5; }
.leaflet-marker-pane  { z-index:6; }
.leaflet-popup-pane   { z-index:7; }

.leaflet-control {
  position:relative;
  z-index:7;
  pointer-events:auto;
  float:left;
  clear:both;
  }
  .leaflet-right .leaflet-control   { float:right; }
  .leaflet-top .leaflet-control     { margin-top:10px; }
  .leaflet-bottom .leaflet-control  { margin-bottom:10px; }
  .leaflet-left .leaflet-control    { margin-left:10px; }
  .leaflet-right .leaflet-control   { margin-right:10px; }

.leaflet-top,
.leaflet-bottom {
  position:absolute;
  z-index:1000;
  pointer-events:none;
  }
  .leaflet-top    { top:0; }
  .leaflet-right  { right:0; }
  .leaflet-bottom { bottom:0; }
  .leaflet-left   { left:0; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity:0;
  transition:opacity 0.2s linear;
  }
  .leaflet-fade-anim .leaflet-tile-loaded,
  .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity:1;
    }

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition:        transform 0.25s cubic-bezier(0,0,0.25,1);
  }
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  transition:none;
  }
.leaflet-zoom-anim .leaflet-zoom-hide { visibility: hidden; }

/* cursors */
.leaflet-container {
  cursor:   -moz-grab;
  }
.leaflet-overlay-pane path,
.leaflet-marker-icon,
.leaflet-container.map-clickable,
.leaflet-container.leaflet-clickable {
  cursor:pointer;
  }
.leaflet-popup-pane,
.leaflet-control {
  cursor:auto;
  }
.leaflet-dragging,
.leaflet-dragging .map-clickable,
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
  cursor:move;
  cursor:   -moz-grabbing;
  }

.leaflet-zoom-box {
  background:#fff;
  border:2px dotted #202020;
  opacity:0.5;
  }

/* general toolbar styles */
.leaflet-control-layers,
.leaflet-bar {
  background-color:#fff;
  border:1px solid #999;
  border-color:rgba(0,0,0,0.4);
  border-radius:3px;
  box-shadow:none;
  }
.leaflet-bar a,
.leaflet-bar a:hover {
  color:#404040;
  color:rgba(0,0,0,0.75);
  border-bottom:1px solid #ddd;
  border-bottom-color:rgba(0,0,0,0.10);
  }
  .leaflet-bar a:hover,
  .leaflet-bar a:active {
    background-color:#f8f8f8;
    cursor:pointer;
    }
  .leaflet-bar a:hover:first-child {
    border-radius:3px 3px 0 0;
    }
  .leaflet-bar a:hover:last-child {
    border-bottom:none;
    border-radius:0 0 3px 3px;
    }
  .leaflet-bar a:hover:only-of-type {
    border-radius:3px;
    }

.leaflet-bar .leaflet-disabled {
  cursor:default;
  opacity:0.75;
  }
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  display:block;
  content:'';
  text-indent:-999em;
  }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display:none;
  }
  .leaflet-control-layers-expanded .leaflet-control-layers-list {
    display:block;
    position:relative;
    }

.leaflet-control-layers-expanded {
  background:#fff;
  padding:6px 10px 6px 6px;
  color:#404040;
  color:rgba(0,0,0,0.75);
  }
.leaflet-control-layers-selector {
  margin-top:2px;
  position:relative;
  top:1px;
  }
.leaflet-control-layers label {
  display: block;
  }
.leaflet-control-layers-separator {
  height:0;
  border-top:1px solid #ddd;
  border-top-color:rgba(0,0,0,0.10);
  margin:5px -10px 5px -6px;
  }

.leaflet-container .leaflet-control-attribution {
  background-color:rgba(255,255,255,0.5);
  margin:0;
  box-shadow:none;
  }
  .leaflet-container .leaflet-control-attribution a,
  .leaflet-container .map-info-container a {
    color:#404040;
    }
    .leaflet-control-attribution a:hover,
    .map-info-container a:hover {
      color:inherit;
      text-decoration:underline;
      }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding:0 5px;
  }
  .leaflet-left .leaflet-control-scale    { margin-left:5px; }
  .leaflet-bottom .leaflet-control-scale  { margin-bottom:5px; }

/* Used for smaller map containers & triggered by container size */
.leaflet-container .leaflet-control-attribution.leaflet-compact-attribution { margin:10px; }
.leaflet-container .leaflet-control-attribution.leaflet-compact-attribution {
  background:#fff;
  border-radius:3px 13px 13px 3px;
  padding:3px 31px 3px 3px;
  visibility:hidden;
  }
  .leaflet-control-attribution.leaflet-compact-attribution:hover {
    visibility:visible;
    }

.leaflet-control-attribution.leaflet-compact-attribution:after {
  content:'';
  background-color:#fff;
  background-color:rgba(255,255,255,0.5);
  background-position:0 -78px;
  border-radius:50%;
  position:absolute;
  display:inline-block;
  width:26px;
  height:26px;
  vertical-align:middle;
  bottom:0;
  z-index:1;
  visibility:visible;
  cursor:pointer;
  }
  .leaflet-control-attribution.leaflet-compact-attribution:hover:after { background-color:#fff; }

.leaflet-right .leaflet-control-attribution.leaflet-compact-attribution:after { right:0; }
.leaflet-left .leaflet-control-attribution.leaflet-compact-attribution:after { left:0; }

.leaflet-control-scale-line {
  background-color:rgba(255,255,255,0.5);
  border:1px solid #999;
  border-color:rgba(0,0,0,0.4);
  border-top:none;
  padding:2px 5px 1px;
  white-space:nowrap;
  overflow:hidden;
  }
  .leaflet-control-scale-line:not(:first-child) {
    border-top:2px solid #ddd;
    border-top-color:rgba(0,0,0,0.10);
    border-bottom:none;
    margin-top:-2px;
    }
  .leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom:2px solid #777;
    }

/* popup */
.leaflet-popup {
  position:absolute;
  text-align:center;
  pointer-events:none;
  }
.leaflet-popup-content-wrapper {
  padding:1px;
  text-align:left;
  pointer-events:all;
  }
.leaflet-popup-content {
  padding:10px 10px 15px;
  margin:0;
  line-height:inherit;
  }
  .leaflet-popup-close-button + .leaflet-popup-content-wrapper .leaflet-popup-content {
    padding-top:15px;
    }

.leaflet-popup-tip-container {
  width:20px;
  height:20px;
  margin:0 auto;
  position:relative;
  }
.leaflet-popup-tip {
  width:0;
	height:0;
  margin:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid #fff;
  box-shadow:none;
  }
.leaflet-popup-close-button {
  text-indent:-999em;
  position:absolute;
  top:0;right:0;
  pointer-events:all;
  }
  .leaflet-popup-close-button:hover {
    background-color:#f8f8f8;
    }

.leaflet-popup-scrolled {
  overflow:auto;
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
  }

/* div icon */
.leaflet-div-icon {
  background:#fff;
  border:1px solid #999;
  border-color:rgba(0,0,0,0.4);
  }
.leaflet-editing-icon {
  border-radius:3px;
  }

/* Leaflet + Mapbox
------------------------------------------------------- */
.leaflet-bar a,
.mapbox-icon,
.map-tooltip.closable .close,
.leaflet-control-layers-toggle,
.leaflet-popup-close-button,
.mapbox-button-icon:before {
  content:'';
  display:inline-block;
  width:26px;
  height:26px;
  vertical-align:middle;
  background-repeat:no-repeat;
  }
.leaflet-bar a {
  display:block;
  }

.leaflet-control-attribution:after,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-popup-close-button,
.leaflet-control-layers-toggle,
.leaflet-container.dark .map-tooltip .close,
.map-tooltip .close,
.mapbox-icon {
  opacity: .75;
  background-image:url(/images/icons-000000@2x.png);
  background-repeat:no-repeat;
  background-size:26px 260px;
  }
  .leaflet-container.dark .leaflet-control-attribution:after,
  .mapbox-button-icon:before,
  .leaflet-container.dark .leaflet-control-zoom-in,
  .leaflet-container.dark .leaflet-control-zoom-out,
  .leaflet-container.dark .leaflet-control-layers-toggle,
  .leaflet-container.dark .mapbox-icon {
    opacity: 1;
    background-image:url(/images/icons-ffffff@2x.png);
    background-size:26px 260px;
    }
  .leaflet-bar .leaflet-control-zoom-in                 { background-position:0 0; }
  .leaflet-bar .leaflet-control-zoom-out                { background-position:0 -26px; }
  .map-tooltip.closable .close,
  .leaflet-popup-close-button {
    background-position:-3px -55px;
    width:20px;
    height:20px;
    border-radius:0 3px 0 0;
    }
  .mapbox-icon-info                                     { background-position:0 -78px; }
  .leaflet-control-layers-toggle                        { background-position:0 -104px; }
  .mapbox-icon.mapbox-icon-share:before, .mapbox-icon.mapbox-icon-share         { background-position:0 -130px; }
  .mapbox-icon.mapbox-icon-geocoder:before, .mapbox-icon.mapbox-icon-geocoder   { background-position:0 -156px; }
  .mapbox-icon-facebook:before, .mapbox-icon-facebook   { background-position:0 -182px; }
  .mapbox-icon-twitter:before, .mapbox-icon-twitter     { background-position:0 -208px; }
  .mapbox-icon-pinterest:before, .mapbox-icon-pinterest { background-position:0 -234px; }

.leaflet-popup-content-wrapper,
.map-legends,
.map-tooltip {
  background:#fff;
  border-radius:3px;
  box-shadow:0 1px 2px rgba(0,0,0,0.10);
  }
.map-legends,
.map-tooltip {
  max-width:300px;
  }
.map-legends .map-legend {
  padding:10px;
  }
.map-tooltip {
  z-index:999999;
  padding:10px;
  min-width:180px;
  max-height:400px;
  overflow:auto;
  opacity:1;
  transition:opacity 150ms;
  }

.map-tooltip .close {
  text-indent:-999em;
  overflow:hidden;
  display:none;
  }
  .map-tooltip.closable .close {
    position:absolute;
    top:0;right:0;
    border-radius:3px;
    }
    .map-tooltip.closable .close:active  {
      background-color:#f8f8f8;
      }

.leaflet-control-interaction {
  position:absolute;
  top:10px;
  right:10px;
  width:300px;
  }
.leaflet-popup-content .marker-title {
  font-weight:bold;
  }
.leaflet-control .mapbox-button {
  background-color:#fff;
  border:1px solid #ddd;
  border-color:rgba(0,0,0,0.10);
  padding:5px 10px;
  border-radius:3px;
  }

/* Share modal
------------------------------------------------------- */
.mapbox-modal > div {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:-1;
  overflow-y:auto;
  }
  .mapbox-modal.active > div {
    z-index:99999;
    transition:all .2s, z-index 0 0;
    }

.mapbox-modal .mapbox-modal-mask {
  background:rgba(0,0,0,0.5);
  opacity:0;
  }
  .mapbox-modal.active .mapbox-modal-mask { opacity:1; }

.mapbox-modal .mapbox-modal-content {
  transform:translateY(-100%);
  }
  .mapbox-modal.active .mapbox-modal-content {
    transform:translateY(0);
    }

.mapbox-modal-body {
  position:relative;
  background:#fff;
  padding:20px;
  z-index:1000;
  width:50%;
  margin:20px 0 20px 25%;
  }
.mapbox-share-buttons {
  margin:0 0 20px;
  }
.mapbox-share-buttons a {
  width:33.3333%;
  border-left:1px solid #fff;
  text-align:center;
  border-radius:0;
  }
  .mapbox-share-buttons a:last-child  { border-radius:0 3px 3px 0; }
  .mapbox-share-buttons a:first-child { border:none; border-radius:3px 0 0 3px; }

.mapbox-modal input {
  width:100%;
  height:40px;
  padding:10px;
  border:1px solid #ddd;
  border-color:rgba(0,0,0,0.10);
  color:rgba(0,0,0,0.5);
  }

/* Info Control
------------------------------------------------------- */
.leaflet-control.mapbox-control-info {
  margin:5px 30px 10px 10px;
  min-height:26px;
  }
  .leaflet-right .leaflet-control.mapbox-control-info {
    margin:5px 10px 10px 30px;
    }

.mapbox-info-toggle {
  background-color:#fff;
  background-color:rgba(255,255,255,0.5);
  border-radius:50%;
  position:absolute;
  bottom:0;left:0;
  z-index:1;
  }
  .leaflet-right .mapbox-control-info .mapbox-info-toggle  { left:auto; right:0; }
  .mapbox-info-toggle:hover { background-color:#fff; }

.map-info-container {
  background:#fff;
  padding:3px 5px 3px 27px;
  display:none;
  position:relative;
  bottom:0;left:0;
  border-radius:13px 3px 3px 13px;
  }
  .leaflet-right .map-info-container {
    left:auto;
    right:0;
    padding:3px 27px 3px 5px;
    border-radius:3px 13px 13px 3px;
    }

.mapbox-control-info.active .map-info-container { display:inline-block; }
.leaflet-container .mapbox-improve-map { font-weight:bold; }

/* Geocoder
------------------------------------------------------- */
.leaflet-control-mapbox-geocoder {
  position:relative;
  }
.leaflet-control-mapbox-geocoder.searching {
  opacity:0.75;
  }
.leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-wrap {
  background:#fff;
  position:absolute;
  border:1px solid #999;
  border-color:rgba(0,0,0,0.4);
  overflow:hidden;
  left:26px;
  height:28px;
  width:0;
  top:-1px;
  border-radius:0 3px 3px 0;
  opacity:0;
  transition:opacity 100ms;
  }
.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-wrap {
  width:180px;
  opacity:1;
  }
.leaflet-bar .leaflet-control-mapbox-geocoder-toggle,
.leaflet-bar .leaflet-control-mapbox-geocoder-toggle:hover {
  border-bottom:none;
  }
.leaflet-control-mapbox-geocoder-toggle {
  border-radius:3px;
  }
.leaflet-control-mapbox-geocoder.active,
.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-toggle {
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  }
.leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-form input {
  background:transparent;
  border:0;
  width:180px;
  padding:0 0 0 10px;
  height:26px;
  outline:none;
  }
.leaflet-control-mapbox-geocoder-results {
  width:180px;
  position:absolute;
  left:26px;
  top:25px;
  border-radius:0 0 3px 3px;
  }
  .leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-results {
    background:#fff;
    border:1px solid #999;
    border-color:rgba(0,0,0,0.4);
    }
.leaflet-control-mapbox-geocoder-results a,
.leaflet-control-mapbox-geocoder-results span {
  padding:0 10px;
  text-overflow:ellipsis;
  white-space:nowrap;
  display:block;
  width:100%;
  font-size:12px;
  line-height:26px;
  text-align:left;
  overflow:hidden;
  }
  .leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results a:hover,
  .leaflet-control-mapbox-geocoder-results a:hover {
    background:#f8f8f8;
    opacity:1;
    }

.leaflet-right .leaflet-control-mapbox-geocoder-wrap,
.leaflet-right .leaflet-control-mapbox-geocoder-results {
  left:auto;
  right:26px;
  }
.leaflet-right .leaflet-control-mapbox-geocoder-wrap {
  border-radius:3px 0 0 3px;
  }
.leaflet-right .leaflet-control-mapbox-geocoder.active,
.leaflet-right .leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-toggle {
  border-radius:0 3px 3px 0;
  }

.leaflet-bottom .leaflet-control-mapbox-geocoder-results {
  top:auto;
  bottom:25px;
  border-radius:3px 3px 0 0;
  }

/* Mapbox Logo
------------------------------------------------------- */
.mapbox-logo-true:before {
  content:'';
  display:inline-block;
  width:61px;
  height:19px;
  vertical-align:middle;
}
.mapbox-logo-true {
  background-repeat:no-repeat;
  background-size:61px 19px;
  background-image:url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSI2NSIgaGVpZ2h0PSIyMCI+PGRlZnMvPjxtZXRhZGF0YT48cmRmOlJERj48Y2M6V29yayByZGY6YWJvdXQ9IiI+PGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+PGRjOnR5cGUgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIvPjxkYzp0aXRsZS8+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNjEuODQ4MywtOTguNTAzOTUpIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjE3NDQxODM2LDAsMCwwLjE3NDQxODM2LDIyMC41MjI4MiwyOS4yMjkzNDIpIiBzdHlsZT0ib3BhY2l0eTowLjI1O2ZpbGw6I2ZmZmZmZjtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MTcuMjAwMDIzNjU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLW9wYWNpdHk6MTtzdHJva2UtZGFzaGFycmF5Om5vbmUiPjxwYXRoIGQ9Ik0gNS4yOCAxLjUgQyA0LjU0IDEuNTYgMy45IDIuMjUgMy45MSAzIGwgMCAxMS44OCBjIDAuMDIgMC43NyAwLjcyIDEuNDcgMS41IDEuNDcgbCAxLjc1IDAgYyAwLjc4IDAgMS40OCAtMC42OSAxLjUgLTEuNDcgbCAwIC00LjI4IDAuNzIgMS4xOSBjIDAuNTMgMC44NyAyLjAzIDAuODcgMi41NiAwIGwgMC43MiAtMS4xOSAwIDQuMjggYyAwLjAyIDAuNzYgMC43IDEuNDUgMS40NyAxLjQ3IGwgMS43NSAwIGMgMC43OCAwIDEuNDggLTAuNjkgMS41IC0xLjQ3IGwgMCAtMC4xNiBjIDEuMDIgMS4xMiAyLjQ2IDEuODEgNC4wOSAxLjgxIGwgNC4wOSAwIDAgMS40NyBjIC0wIDAuNzggMC42OSAxLjQ4IDEuNDcgMS41IGwgMS43NSAwIGMgMC43OSAtMCAxLjUgLTAuNzEgMS41IC0xLjUgbCAwLjAyIC0xLjQ3IGMgMS43MiAwIDMuMDggLTAuNjQgNC4xNCAtMS42OSBsIDAgMC4xOSBjIDAgMC4zOSAwLjE2IDAuNzkgMC40NCAxLjA2IDAuMjggMC4yOCAwLjY3IDAuNDQgMS4wNiAwLjQ0IGwgMy4zMSAwIGMgMi4wMyAwIDMuODUgLTEuMDYgNC45MSAtMi42OSAxLjA1IDEuNjEgMi44NCAyLjY5IDQuODggMi42OSAxLjAzIDAgMS45OCAtMC4yNyAyLjgxIC0wLjc1IDAuMjggMC4zNSAwLjczIDAuNTcgMS4xOSAwLjU2IGwgMi4xMiAwIGMgMC40OCAwLjAxIDAuOTcgLTAuMjMgMS4yNSAtMC42MiBsIDAuOTEgLTEuMjggMC45MSAxLjI4IGMgMC4yOCAwLjM5IDAuNzQgMC42MyAxLjIyIDAuNjIgbCAyLjE2IDAgQyA2Mi42NyAxNi4zMyA2My40MiAxNC44OSA2Mi44MSAxNCBMIDYwLjIyIDEwLjM4IDYyLjYyIDcgQyA2My4yNiA2LjExIDYyLjUgNC42MiA2MS40MSA0LjYyIGwgLTIuMTYgMCBDIDU4Ljc4IDQuNjIgNTguMzEgNC44NiA1OC4wMyA1LjI1IEwgNTcuMzEgNi4yOCA1Ni41NiA1LjI1IEMgNTYuMjkgNC44NiA1NS44MiA0LjYyIDU1LjM0IDQuNjIgbCAtMi4xNiAwIGMgLTAuNDkgLTAgLTAuOTcgMC4yNSAtMS4yNSAwLjY2IC0wLjg2IC0wLjUxIC0xLjg0IC0wLjgxIC0yLjkxIC0wLjgxIC0yLjAzIDAgLTMuODMgMS4wOCAtNC44OCAyLjY5IEMgNDMuMSA1LjUzIDQxLjI3IDQuNDcgMzkuMTkgNC40NyBMIDM5LjE5IDMgQyAzOS4xOSAyLjYxIDM5LjAzIDIuMjEgMzguNzUgMS45NCAzOC40NyAxLjY2IDM4LjA4IDEuNSAzNy42OSAxLjUgbCAtMS43NSAwIGMgLTAuNzEgMCAtMS41IDAuODMgLTEuNSAxLjUgbCAwIDMuMTYgQyAzMy4zOCA1LjEgMzEuOTYgNC40NyAzMC4zOCA0LjQ3IGwgLTMuMzQgMCBjIC0wLjc3IDAuMDIgLTEuNDcgMC43MiAtMS40NyAxLjUgbCAwIDAuMzEgYyAtMS4wMiAtMS4xMiAtMi40NiAtMS44MSAtNC4wOSAtMS44MSAtMS42MyAwIC0zLjA3IDAuNyAtNC4wOSAxLjgxIEwgMTcuMzggMyBjIC0wIC0wLjc5IC0wLjcxIC0xLjUgLTEuNSAtMS41IEwgMTQuNSAxLjUgQyAxMy41NSAxLjUgMTIuMjggMS44NyAxMS42NiAyLjk0IGwgLTEgMS42OSAtMSAtMS42OSBDIDkuMDMgMS44NyA3Ljc3IDEuNSA2LjgxIDEuNSBsIC0xLjQxIDAgQyA1LjM2IDEuNSA1LjMyIDEuNSA1LjI4IDEuNSB6IG0gMTYuMTkgNy43MiBjIDAuNTMgMCAwLjk0IDAuMzUgMC45NCAxLjI4IGwgMCAxLjI4IC0wLjk0IDAgYyAtMC41MiAwIC0wLjk0IC0wLjM4IC0wLjk0IC0xLjI4IC0wIC0wLjkgMC40MiAtMS4yOCAwLjk0IC0xLjI4IHogbSA4LjgxIDAgYyAwLjgzIDAgMS4xOCAwLjY4IDEuMTkgMS4yOCAwLjAxIDAuOTQgLTAuNjIgMS4yOCAtMS4xOSAxLjI4IHogbSA4LjcyIDAgYyAwLjcyIDAgMS4zNyAwLjYgMS4zNyAxLjI4IDAgMC43NyAtMC41MSAxLjI4IC0xLjM3IDEuMjggeiBtIDEwLjAzIDAgYyAwLjU4IDAgMS4wOSAwLjUgMS4wOSAxLjI4IDAgMC43OCAtMC41MSAxLjI4IC0xLjA5IDEuMjggLTAuNTggMCAtMS4xMiAtMC41IC0xLjEyIC0xLjI4IDAgLTAuNzggMC41NCAtMS4yOCAxLjEyIC0xLjI4IHoiIHRyYW5zZm9ybT0ibWF0cml4KDUuNzMzMzQxNCwwLDAsNS43MzMzNDE0LDIzNi45MzMwOCwzOTcuMTc0OTgpIiBzdHlsZT0iZm9udC1zaXplOm1lZGl1bTtmb250LXN0eWxlOm5vcm1hbDtmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO3RleHQtaW5kZW50OjA7dGV4dC1hbGlnbjpzdGFydDt0ZXh0LWRlY29yYXRpb246bm9uZTtsaW5lLWhlaWdodDpub3JtYWw7bGV0dGVyLXNwYWNpbmc6bm9ybWFsO3dvcmQtc3BhY2luZzpub3JtYWw7dGV4dC10cmFuc2Zvcm06bm9uZTtkaXJlY3Rpb246bHRyO2Jsb2NrLXByb2dyZXNzaW9uOnRiO3dyaXRpbmctbW9kZTpsci10Yjt0ZXh0LWFuY2hvcjpzdGFydDtiYXNlbGluZS1zaGlmdDpiYXNlbGluZTtjb2xvcjojMDAwMDAwO2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MTcuMjAwMDIzNjU7bWFya2VyOm5vbmU7dmlzaWJpbGl0eTp2aXNpYmxlO2Rpc3BsYXk6aW5saW5lO292ZXJmbG93OnZpc2libGU7ZW5hYmxlLWJhY2tncm91bmQ6YWNjdW11bGF0ZTtmb250LWZhbWlseTpTYW5zOy1pbmtzY2FwZS1mb250LXNwZWNpZmljYXRpb246U2FucyIvPjwvZz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjE3NDQxODM2LDAsMCwwLjE3NDQxODM2LDIyMC41MjI4MiwyOS4yMjkzNDIpIiBzdHlsZT0iZmlsbDojZmZmZmZmIj48cGF0aCBkPSJtIDUuNDEgMyAwIDEyIDEuNzUgMCAwIC05LjkxIDMuNSA1Ljk0IDMuNDcgLTUuOTQgMCA5LjkxIDEuNzUgMCAwIC0xMiBMIDE0LjUgMyBDIDEzLjggMyAxMy4yNSAzLjE2IDEyLjk0IDMuNjkgTCAxMC42NiA3LjU5IDguMzggMy42OSBDIDguMDcgMy4xNiA3LjUxIDMgNi44MSAzIHogTSAzNiAzIGwgMCAxMi4wMyAzLjI1IDAgYyAyLjQ0IDAgNC4zOCAtMS45MSA0LjM4IC00LjUzIDAgLTIuNjIgLTEuOTMgLTQuNDcgLTQuMzggLTQuNDcgQyAzOC43IDYuMDMgMzguMzIgNiAzNy43NSA2IGwgMCAtMyB6IE0gMjEuNDcgNS45NyBjIC0yLjQ0IDAgLTQuMTkgMS45MSAtNC4xOSA0LjUzIDAgMi42MiAxLjc1IDQuNTMgNC4xOSA0LjUzIGwgNC4xOSAwIDAgLTQuNTMgYyAwIC0yLjYyIC0xLjc1IC00LjUzIC00LjE5IC00LjUzIHogbSAyNy41NiAwIGMgLTIuNDEgMCAtNC4zOCAyLjAzIC00LjM4IDQuNTMgMCAyLjUgMS45NyA0LjUzIDQuMzggNC41MyAyLjQxIDAgNC4zNCAtMi4wMyA0LjM0IC00LjUzIDAgLTIuNSAtMS45NCAtNC41MyAtNC4zNCAtNC41MyB6IG0gLTIyIDAuMDMgMCAxMiAxLjc1IDAgMCAtMi45NyBjIDAuNTcgMCAxLjA0IC0wIDEuNTkgMCAyLjQ0IDAgNC4zNCAtMS45MSA0LjM0IC00LjUzIDAgLTIuNjIgLTEuOSAtNC41IC00LjM0IC00LjUgeiBtIDI2LjE2IDAgMy4wMyA0LjM4IC0zLjE5IDQuNjIgMi4xMiAwIEwgNTcuMzEgMTEuOTEgNTkuNDQgMTUgNjEuNTkgMTUgNTguMzggMTAuMzggNjEuNDEgNiA1OS4yNSA2IDU3LjMxIDguODEgNTUuMzQgNiB6IE0gMjEuNDcgNy43MiBjIDEuNCAwIDIuNDQgMS4xOSAyLjQ0IDIuNzggbCAwIDIuNzggLTIuNDQgMCBjIC0xLjQgMCAtMi40NCAtMS4yMSAtMi40NCAtMi43OCAtMCAtMS41NyAxLjA0IC0yLjc4IDIuNDQgLTIuNzggeiBtIDI3LjU2IDAgYyAxLjQ0IDAgMi41OSAxLjI0IDIuNTkgMi43OCAwIDEuNTQgLTEuMTUgMi43OCAtMi41OSAyLjc4IC0xLjQ0IDAgLTIuNjIgLTEuMjQgLTIuNjIgLTIuNzggMCAtMS41NCAxLjE4IC0yLjc4IDIuNjIgLTIuNzggeiBtIC0yMC4yNSAwLjAzIDEuNTkgMCBjIDEuNTkgMCAyLjU5IDEuMjggMi41OSAyLjc1IDAgMS40NyAtMS4xMyAyLjc4IC0yLjU5IDIuNzggbCAtMS41OSAwIHogbSA4Ljk3IDAgMS41IDAgYyAxLjQ3IDAgMi42MiAxLjI4IDIuNjIgMi43NSAwIDEuNDcgLTEuMDQgMi43OCAtMi42MiAyLjc4IGwgLTEuNSAwIHoiIHRyYW5zZm9ybT0ibWF0cml4KDUuNzMzMzQxNCwwLDAsNS43MzMzNDE0LDIzNi45MzMwOCwzOTcuMTc0OTgpIiBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lIi8+PC9nPjwvZz48L3N2Zz4=');
}

/* Dark Theme
------------------------------------------------------- */
.leaflet-container.dark .leaflet-bar {
  background-color:#404040;
  border-color:#202020;
  border-color:rgba(0,0,0,0.75);
  }
  .leaflet-container.dark .leaflet-bar a {
    color:#404040;
    border-color:rgba(0,0,0,0.5);
    }
  .leaflet-container.dark .leaflet-bar a:active,
  .leaflet-container.dark .leaflet-bar a:hover {
    background-color:#505050;
    }

.leaflet-container.dark .leaflet-control-attribution:after,
.leaflet-container.dark .mapbox-info-toggle,
.leaflet-container.dark .map-info-container,
.leaflet-container.dark .leaflet-control-attribution {
  background-color:rgba(0,0,0,0.5);
  color:#f8f8f8;
  }
  .leaflet-container.dark .leaflet-control-attribution a,
  .leaflet-container.dark .leaflet-control-attribution a:hover,
  .leaflet-container.dark .map-info-container a,
  .leaflet-container.dark .map-info-container a:hover {
    color:#fff;
    }

.leaflet-container.dark .leaflet-control-attribution:hover:after {
  background-color:#000;
  }
.leaflet-container.dark .leaflet-control-layers-list span {
  color:#f8f8f8;
  }
.leaflet-container.dark .leaflet-control-layers-separator {
  border-top-color:rgba(255,255,255,0.10);
  }
.leaflet-container.dark .leaflet-bar a.leaflet-disabled,
.leaflet-container.dark .leaflet-control .mapbox-button.disabled {
  background-color:#252525;
  color:#404040;
  }
.leaflet-container.dark .leaflet-control-mapbox-geocoder > div {
  border-color:#202020;
  border-color:rgba(0,0,0,0.75);
  }
  .leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results a {
    border-color:#ddd #202020;
    border-color:rgba(0,0,0,0.10) rgba(0,0,0,0.75);
    }
  .leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results span {
    border-color:#202020;
    border-color:rgba(0,0,0,0.75);
    }

/* Larger Screens
------------------------------------------------------- */
@media only screen and (max-width:800px) {
.mapbox-modal-body {
  width:83.3333%;
  margin-left:8.3333%;
  }
}

/* Smaller Screens
------------------------------------------------------- */
@media only screen and (max-width:640px) {
.mapbox-modal-body {
  width:100%;
  height:100%;
  margin:0;
  }
}

/* Print
------------------------------------------------------- */
@media print { .mapbox-improve-map { display:none; } }

/* Browser Fixes
------------------------------------------------------- */
/* VML support for IE8 */
.leaflet-vml-shape { width:1px; height:1px; }
.lvml { behavior:url(#default#VML); display:inline-block; position:absolute; }
/* Map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img.leaflet-tile { max-width:none !important; }
/* Markers are broken in FF/IE if you have max-width: 100% on marker images */
.leaflet-container img.leaflet-marker-icon { max-width:none; }
/* Stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer { max-width:15000px !important; }
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg { -moz-user-select:none; }
/* Older IEs don't support the translateY property for display animation */
.leaflet-oldie .mapbox-modal .mapbox-modal-content        { display:none; }
.leaflet-oldie .mapbox-modal.active .mapbox-modal-content { display:block; }
.map-tooltip { width:280px\8; /* < IE9 */ }

/* < IE8 */
.leaflet-oldie .leaflet-control-zoom-in,
.leaflet-oldie .leaflet-control-zoom-out,
.leaflet-oldie .leaflet-popup-close-button,
.leaflet-oldie .leaflet-control-layers-toggle,
.leaflet-oldie .leaflet-container.dark .map-tooltip .close,
.leaflet-oldie .map-tooltip .close,
.leaflet-oldie .mapbox-icon {
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAEECAYAAAA24SSRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAXnSURBVHic7ZxfiFVFGMB/33pRUQsKto002DY3McJ6yBYkESQxpYTypaB66KEXYRWLYOlhr9RTRGWRUkk9RyEU+Y9ClECJVTKlPybWBilqkYuWrqBOD/NdPV7PmTPn3NPtat/AcO6ZP9/vfN/Mmfl2Zs6Kc452hK62UAxkIANdEURkVERGC9crOjKIiANwzkmRep1lOjWXa2ijaU7jaGWgKsL110a1EnV+LQMqbLqyobO6t4EMZCADGchABrqmQUlPNSWOVgaqIpi7ZSADGchABjKQga49kIjURaQem14apGE4KVR/D0fXds5FRaAOOL1e+h1dP7ZgE6wQxDnXvs7QWaZLE1wUVmRNdY1zrp6wRF0kfqHYnHwDGchABjJQIETNRyIyFVgBzAPmavIIsAt4xzn3d66QiNl1PnCYy05JczwMzG9pKlfIhQCkES/kwUKQqRma9GpM02xqGXdrBdCXZm2NzaFP66SGUGeYl5E+WqJO0HRHSG+PXtJN54AjVbhbjQcbBSjiakH4hR0p+hChOiHQrhKg7Drt6t7//Qtb9RAU5XtXMaiak28gAxnIQO0Gicg0EXlMRDaIyFGNGzRtWhQpMA/1A6uAL4BzZM9H57TMKqC/8HyUPFhZJLiMI4sh0/UDK4FtwHig3LiWWal1UkPsDDsFWAgsBZZo8hZgM7DdOXcmV0igjQ4Ba4HFwORAuclaZi1wqNU2OgNsVw22aNoS1XAhMCXx4OkubOBJZwKDwFbgLNm97qyWGQRmtuoFWRsV0ujabCPzVA1kIAMZqBNAIjIgImPNRxUzK+SsmtRJn4Pqmj8AjCXzsmTlaTSck/8zcDRX/QiNMp8S6Ab2a5nvG5plyioDaoLs1/sBYKwyUBokkTdQJeiVZgi6UR+UVQI0QWHdoXKFvKDYz7RiynXctk7LPlmeRmsKyAqWNQfSQAYykIGuS5CI1ERkSET2ishpvQ6JSLE93ByfoQbsRHeNgfe4vOO8E6iF6hdxToZU6OqGUIWv1vShqkB7VYNaU3pN0/fGgvLa6C5gk3PufJO5zwObgDuraqM8jbZWpdEnwG3AYKOX6XVQ07+sSqNQr3P4QxS9LXeGBGxIzTiGXwR8QSHRsCj7ZjxAbxFYaVAKbMe/BkrAduRpZJ6qgQxkoP8DKDRY1sk/s5W6YFhoUG3nFnZeOIJfxLgXWB7zBFmmyzPT44my9zXSC098OZCTwCQttzOZVzVoX1a5LHmdtYyWDM29yjknItKF3xSelFWvKo1mhCClQLo1sC95T8T/ebr+xrqOABVZT82tY56qgQxkIAN1CkhEulsGiUi3iCzKyJsjIpuBYyLyo4isFpHXReTuTFLAr1sOnAeeT8nbzNW+3rfAM2UcyAcSQj4FngR68Ot0F1NA24CuMqBu4PMUgYdS0hzwYqlFJ+AeNV3s30aLSoEUtjEScoHE3nkZ0Ay1fR7o3ZCcGNAEYHcO5A/g5pZACpsMPEf6UexTwCN5MvI6w2zgaeBt4HQK5BsC57ubY+jPll/wHzn1Ayc07QD+u6MR4GPn3LlA/SuCOZAGMpCBDFRhiF50EpFl+PP49wOzgIPAHmCLc+6zXAERE18P+b7DRqAnJCfvfF0P/mTgLZr0l97vB27CL3HO0rwTwBzn3PHCGiU0uQisA6bhzT0T/T4ZeAr4s6FZmal8WcI0LwETgdfwHzY1XKz3teyjibLLioLWa8UDeG/oZbxD+QHwdULwg1r+K71fXxQ0ohXfAgS/Mvyh5i1MgNZp2qt6P5ImL/QezdbrSeAG4EbVJJkH8LteJ+p1FikhBPpNr3Odc6fUNHdo2oJEucbX8Y2zDQeLgr7T62IReRb4AX9mGGC6Xo8Bu0VkOvCQpu1JlRZoo6Vc/WL2ad4C4A28CWvAR5TtdU0dwqH/ewHvHi8HbgUexh+euDRCFH6PVOh0/FKzw3um4M8zpA1DxwkMQzFjXR9+d/9N1WI8BZI71kU56Aq8HXgC+Ak/5o3gX+rUNmmO5nsbqP2gfwCyvJzPNoKXiAAAAABJRU5ErkJggg==');
}
.leaflet-oldie .mapbox-button-icon:before,
.leaflet-oldie .leaflet-container.dark .leaflet-control-zoom-in,
.leaflet-oldie .leaflet-container.dark .leaflet-control-zoom-out,
.leaflet-oldie .leaflet-container.dark .leaflet-control-layers-toggle,
.leaflet-oldie .leaflet-container.dark .mapbox-icon {
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAEECAYAAAA24SSRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAXYSURBVHic7ZxfiFVFHMc/a4uKWtDDtqJGZprYgwX5ByTdkkLbSgghCiKih14EBYtg6aEr9RRREKRUUs9hGEVtChKaYMkq2VqWmnUX2tKiNDNZY/Xbw/wue7x7zsw559626zY/GM6df7/P+c3MPfO7M3NumyTGQiaMCSWCIiiC6qVqoZC0lXgy1Cq0FanUck1XxVmSNL8WrzYT1LCMvz5qL1FnoAyoTNOVkpYb3hEUQREUQREUQRF0RYOqjHim9aHaTFDDEt2tCIqgCIqgCIqgCLoiQRULedNLgwCeq1NasbR8IilvqMhJpe5zrvpFQElYIYiksRsMLdd0aYoLwYqsqW5i9KjLLdHJj6AIiqAIiiCP5J2PpgLrgGXAYkvrA/YBrwF/BTXkmB2XSzqhbDlhZRqaypdLuuiB1ORiCOaDTM2wZLaFNMumZunzDYZ1wJy01ubyPfOazLE6qeIbDMsy0qsl6ngtWpyRfqOFInVKbWFXS9TxWtRXQl9mHR9oXwlQdp2xGt4t8YVt6iMor+/d8EM1OvkRFEERFEH/AWga8CCwFfjJwlZLm5ZHge/pPQ+4z8IKYGJGub+BT4GPLBwvCio7f6QeWfQ13TxgA7ATGPKUG7IyG6xOOj3nxDcFWAl0A/da2sdAL/AJcD6kwAc6bop6gT1kWzUZ6LKb6CbDqrx9dB535704S8BZ1o2zdEpSZ1HQ3MRddtmdp8kQzuKa9d8VBSUl9lEh0Pjro6ZKy00TERRBERRBLQZaCpxh9FHFUqBKiiJZ+n5gFfBHnrsKgUKb7t/j/PCwBNZwapKW1yGp3/KPSDrjKVsalIT0W3ypwZoGSoPU8pY2E/RCCqSiwJ55GdBVBusIlCu0Xpf3Na1guZbb1mnYJwtZtKmALm/Z6EBGUARFUASNV1A70AMcBP60aw9F93ADPkO7pD3mDwxKesOusvT2QP3czkmPKd2YUNpucVl+LlBo4jsITAduAIbrmnMAOAncnqflQn10M26JebgufdjSb8oDyQM6hlv3ru/4dkv/vFmgd4EZwPoErN3iM4BdeUGNjDpJqsrtmzc86mqwHkkH5X4t7JD0tEFyw3INzYwwuwisEVA9bPe/CarBdocsip5qBEVQBP3fQRWyX4jOCpUsZS2xhR2SQdwixq3A2lDhMkcTa7Ie2G6fwzfsmax8clrSJCu3py4vVV/ZphsALtjnFXkqtNwyWlLqR1Ub7obPA5OyKjXLolk+SFmQgEN18eD/PLXEI2j8gYqspwbrRE81giIogiKohUAdzQB1APdk5C3Ends6CXwLbAReBm7J1OZxINdKGpb0VEpeb4pT+aWkx8os0SxJKHlf0iOSOiXNkHQpBbRT0oQyoA5JH6YoPJ6SJknPeHR5+6gTWJ2SPjej/BceXV7QV8AHvsoJucTlvt5o8ZkraZa1fUheD+gJfo9+Bq4JlPkNt4Xgl9CdSJos6UlJF1IsOSvp/hw6vL8mFgCLgCXA44w+730IeIiM89314gP9ACzHHXD9xdIO49476gO2MfJjLCjRgYygCIqgCGqiFFl0WoM7j78ImA8cBQ7gzuaHp/wck1anpO2BqXy7lSu9I9YJ9APXWfycxfuBa4HbzDpwc9ZC4FQZi2qWXJK0WdI0ue3SuRp5P/lRSb8nLCvsQK5JNM2zkiZKeknSkKVdlPSmlX0gUXZNUdAWq3hY7tzj83K++FuS9icU32Hl91p8S1FQn1V8VVKb3Mrw25a3MgHabGkvWrwvTZ/ve7TArqeBq3H+3f66PIBf7VrzkuaTIj7Qj3ZdDJwF9jLy5wJdiXK1t+NrZxuOFgV9bddVwBPAN8ARS5tp15PAZxa/29IOpGrz9FG3Rsscy+uS9IqkBXLD/Z1GRl1yQEjuHANy7vFaSdMlrZa0K1Gm1PcISTMlDZiSbZa2I8VSSTolz2Mo9PQeBO7CvTE1iDtRc2dKuffwPX4CfVQfrpf0sKRjks5Zs27J6pP6EH3vCBp70D8db2VXFPfIagAAAABJRU5ErkJggg==');
}

.leaflet-oldie .mapbox-logo-true {
  background-image: none;
}
/*
 * This file loads the vendored mapbox css with overrides that allow it to
 * work correctly with the asset pipeline. Images referenced in the css must
 * be overridden with it's `image_path` equivalent, so that the digested
 * image file url is used in non-development modes.
 *

*/
/* line 11, app/assets/stylesheets/vendor/mapbox.scss */
.leaflet-control-attribution:after,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-popup-close-button,
.leaflet-control-layers-toggle,
.leaflet-container.dark .map-tooltip .close,
.map-tooltip .close,
.mapbox-icon {
  background-image: url(/assets/mapbox.js/images/icons-000000@2x-afdb797e7bbe4828ad73cd4ab35a07688a410d24e5e092fb447662ea255b279e.png);
}

/* line 21, app/assets/stylesheets/vendor/mapbox.scss */
.leaflet-container.dark .leaflet-control-attribution:after,
.mapbox-button-icon:before,
.leaflet-container.dark .leaflet-control-zoom-in,
.leaflet-container.dark .leaflet-control-zoom-out,
.leaflet-container.dark .leaflet-control-layers-toggle,
.leaflet-container.dark .mapbox-icon {
  background-image: url(/assets/mapbox.js/images/icons-ffffff@2x-99348ad4d0c5c9f7de7390abcc05ee67202b46af89e2a587812c58b3f839cc7b.png);
}
@charset "UTF-8";
@font-face {
  font-family: 'octicons';
  src: url(/assets/octicons/octicons/octicons-e70406b9b139e5ef158da527219264e186840848ae08e49cee2d6125c42596a4.eot?#iefix) format("embedded-opentype"), url(/assets/octicons/octicons/octicons-000ffd0b89cc0acf1885c8031fab351f939108cee8264bd82b644d3b0ee1d2b1.woff) format("woff"), url(/assets/octicons/octicons/octicons-4fb65511542ca45aa7ef92e9a29e49d2f6ed6d53308a0549c8189bdd68a0853a.ttf) format("truetype"), url(/assets/octicons/octicons/octicons-055dca7f461ae543084ff594f986f7d8cb4136fb8bb57e33ac34907d3364dd1c.svg#octicons) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 13, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon, .mega-octicon {
  font: normal normal normal 16px/1 octicons;
  display: inline-block;
  text-decoration: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 25, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.mega-octicon {
  font-size: 32px;
}

/* line 27, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-alert:before {
  content: '\f02d';
}

/*  */
/* line 28, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-arrow-down:before {
  content: '\f03f';
}

/*  */
/* line 29, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-arrow-left:before {
  content: '\f040';
}

/*  */
/* line 30, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-arrow-right:before {
  content: '\f03e';
}

/*  */
/* line 31, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-arrow-small-down:before {
  content: '\f0a0';
}

/*  */
/* line 32, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-arrow-small-left:before {
  content: '\f0a1';
}

/*  */
/* line 33, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-arrow-small-right:before {
  content: '\f071';
}

/*  */
/* line 34, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-arrow-small-up:before {
  content: '\f09f';
}

/*  */
/* line 35, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-arrow-up:before {
  content: '\f03d';
}

/*  */
/* line 36, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-microscope:before,
.octicon-beaker:before {
  content: '\f0dd';
}

/*  */
/* line 38, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-bell:before {
  content: '\f0de';
}

/*  */
/* line 39, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-bold:before {
  content: '\f0e2';
}

/*  */
/* line 40, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-book:before {
  content: '\f007';
}

/*  */
/* line 41, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-bookmark:before {
  content: '\f07b';
}

/*  */
/* line 42, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-briefcase:before {
  content: '\f0d3';
}

/*  */
/* line 43, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-broadcast:before {
  content: '\f048';
}

/*  */
/* line 44, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-browser:before {
  content: '\f0c5';
}

/*  */
/* line 45, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-bug:before {
  content: '\f091';
}

/*  */
/* line 46, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-calendar:before {
  content: '\f068';
}

/*  */
/* line 47, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-check:before {
  content: '\f03a';
}

/*  */
/* line 48, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-checklist:before {
  content: '\f076';
}

/*  */
/* line 49, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-chevron-down:before {
  content: '\f0a3';
}

/*  */
/* line 50, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-chevron-left:before {
  content: '\f0a4';
}

/*  */
/* line 51, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-chevron-right:before {
  content: '\f078';
}

/*  */
/* line 52, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-chevron-up:before {
  content: '\f0a2';
}

/*  */
/* line 53, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-circle-slash:before {
  content: '\f084';
}

/*  */
/* line 54, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-circuit-board:before {
  content: '\f0d6';
}

/*  */
/* line 55, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-clippy:before {
  content: '\f035';
}

/*  */
/* line 56, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-clock:before {
  content: '\f046';
}

/*  */
/* line 57, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-cloud-download:before {
  content: '\f00b';
}

/*  */
/* line 58, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-cloud-upload:before {
  content: '\f00c';
}

/*  */
/* line 59, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-code:before {
  content: '\f05f';
}

/*  */
/* line 60, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-comment-add:before,
.octicon-comment:before {
  content: '\f02b';
}

/*  */
/* line 62, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-comment-discussion:before {
  content: '\f04f';
}

/*  */
/* line 63, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-credit-card:before {
  content: '\f045';
}

/*  */
/* line 64, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-dash:before {
  content: '\f0ca';
}

/*  */
/* line 65, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-dashboard:before {
  content: '\f07d';
}

/*  */
/* line 66, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-database:before {
  content: '\f096';
}

/*  */
/* line 67, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-clone:before,
.octicon-desktop-download:before {
  content: '\f0dc';
}

/*  */
/* line 69, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-device-camera:before {
  content: '\f056';
}

/*  */
/* line 70, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-device-camera-video:before {
  content: '\f057';
}

/*  */
/* line 71, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-device-desktop:before {
  content: '\f27c';
}

/*  */
/* line 72, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-device-mobile:before {
  content: '\f038';
}

/*  */
/* line 73, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-diff:before {
  content: '\f04d';
}

/*  */
/* line 74, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-diff-added:before {
  content: '\f06b';
}

/*  */
/* line 75, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-diff-ignored:before {
  content: '\f099';
}

/*  */
/* line 76, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-diff-modified:before {
  content: '\f06d';
}

/*  */
/* line 77, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-diff-removed:before {
  content: '\f06c';
}

/*  */
/* line 78, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-diff-renamed:before {
  content: '\f06e';
}

/*  */
/* line 79, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-ellipsis:before {
  content: '\f09a';
}

/*  */
/* line 80, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-eye-unwatch:before,
.octicon-eye-watch:before,
.octicon-eye:before {
  content: '\f04e';
}

/*  */
/* line 83, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-binary:before {
  content: '\f094';
}

/*  */
/* line 84, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-code:before {
  content: '\f010';
}

/*  */
/* line 85, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-directory:before {
  content: '\f016';
}

/*  */
/* line 86, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-media:before {
  content: '\f012';
}

/*  */
/* line 87, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-pdf:before {
  content: '\f014';
}

/*  */
/* line 88, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-submodule:before {
  content: '\f017';
}

/*  */
/* line 89, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-symlink-directory:before {
  content: '\f0b1';
}

/*  */
/* line 90, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-symlink-file:before {
  content: '\f0b0';
}

/*  */
/* line 91, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-text:before {
  content: '\f011';
}

/*  */
/* line 92, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-file-zip:before {
  content: '\f013';
}

/*  */
/* line 93, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-flame:before {
  content: '\f0d2';
}

/*  */
/* line 94, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-fold:before {
  content: '\f0cc';
}

/*  */
/* line 95, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-gear:before {
  content: '\f02f';
}

/*  */
/* line 96, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-gift:before {
  content: '\f042';
}

/*  */
/* line 97, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-gist:before {
  content: '\f00e';
}

/*  */
/* line 98, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-gist-secret:before {
  content: '\f08c';
}

/*  */
/* line 99, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-git-branch-create:before,
.octicon-git-branch-delete:before,
.octicon-git-branch:before {
  content: '\f020';
}

/*  */
/* line 102, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-git-commit:before {
  content: '\f01f';
}

/*  */
/* line 103, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-git-compare:before {
  content: '\f0ac';
}

/*  */
/* line 104, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-git-merge:before {
  content: '\f023';
}

/*  */
/* line 105, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-git-pull-request-abandoned:before,
.octicon-git-pull-request:before {
  content: '\f009';
}

/*  */
/* line 107, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-globe:before {
  content: '\f0b6';
}

/*  */
/* line 108, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-graph:before {
  content: '\f043';
}

/*  */
/* line 109, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-heart:before {
  content: '\2665';
}

/* ♥ */
/* line 110, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-history:before {
  content: '\f07e';
}

/*  */
/* line 111, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-home:before {
  content: '\f08d';
}

/*  */
/* line 112, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-horizontal-rule:before {
  content: '\f070';
}

/*  */
/* line 113, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-hubot:before {
  content: '\f09d';
}

/*  */
/* line 114, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-inbox:before {
  content: '\f0cf';
}

/*  */
/* line 115, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-info:before {
  content: '\f059';
}

/*  */
/* line 116, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-issue-closed:before {
  content: '\f028';
}

/*  */
/* line 117, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-issue-opened:before {
  content: '\f026';
}

/*  */
/* line 118, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-issue-reopened:before {
  content: '\f027';
}

/*  */
/* line 119, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-italic:before {
  content: '\f0e4';
}

/*  */
/* line 120, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-jersey:before {
  content: '\f019';
}

/*  */
/* line 121, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-key:before {
  content: '\f049';
}

/*  */
/* line 122, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-keyboard:before {
  content: '\f00d';
}

/*  */
/* line 123, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-law:before {
  content: '\f0d8';
}

/*  */
/* line 124, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-light-bulb:before {
  content: '\f000';
}

/*  */
/* line 125, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-link:before {
  content: '\f05c';
}

/*  */
/* line 126, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-link-external:before {
  content: '\f07f';
}

/*  */
/* line 127, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-list-ordered:before {
  content: '\f062';
}

/*  */
/* line 128, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-list-unordered:before {
  content: '\f061';
}

/*  */
/* line 129, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-location:before {
  content: '\f060';
}

/*  */
/* line 130, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-gist-private:before,
.octicon-mirror-private:before,
.octicon-git-fork-private:before,
.octicon-lock:before {
  content: '\f06a';
}

/*  */
/* line 134, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-logo-gist:before {
  content: '\f0ad';
}

/*  */
/* line 135, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-logo-github:before {
  content: '\f092';
}

/*  */
/* line 136, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-mail:before {
  content: '\f03b';
}

/*  */
/* line 137, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-mail-read:before {
  content: '\f03c';
}

/*  */
/* line 138, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-mail-reply:before {
  content: '\f051';
}

/*  */
/* line 139, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-mark-github:before {
  content: '\f00a';
}

/*  */
/* line 140, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-markdown:before {
  content: '\f0c9';
}

/*  */
/* line 141, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-megaphone:before {
  content: '\f077';
}

/*  */
/* line 142, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-mention:before {
  content: '\f0be';
}

/*  */
/* line 143, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-milestone:before {
  content: '\f075';
}

/*  */
/* line 144, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-mirror-public:before,
.octicon-mirror:before {
  content: '\f024';
}

/*  */
/* line 146, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-mortar-board:before {
  content: '\f0d7';
}

/*  */
/* line 147, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-mute:before {
  content: '\f080';
}

/*  */
/* line 148, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-no-newline:before {
  content: '\f09c';
}

/*  */
/* line 149, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-octoface:before {
  content: '\f008';
}

/*  */
/* line 150, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-organization:before {
  content: '\f037';
}

/*  */
/* line 151, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-package:before {
  content: '\f0c4';
}

/*  */
/* line 152, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-paintcan:before {
  content: '\f0d1';
}

/*  */
/* line 153, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-pencil:before {
  content: '\f058';
}

/*  */
/* line 154, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-person-add:before,
.octicon-person-follow:before,
.octicon-person:before {
  content: '\f018';
}

/*  */
/* line 157, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-pin:before {
  content: '\f041';
}

/*  */
/* line 158, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-plug:before {
  content: '\f0d4';
}

/*  */
/* line 159, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-repo-create:before,
.octicon-gist-new:before,
.octicon-file-directory-create:before,
.octicon-file-add:before,
.octicon-plus:before {
  content: '\f05d';
}

/*  */
/* line 164, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-primitive-dot:before {
  content: '\f052';
}

/*  */
/* line 165, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-primitive-square:before {
  content: '\f053';
}

/*  */
/* line 166, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-pulse:before {
  content: '\f085';
}

/*  */
/* line 167, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-question:before {
  content: '\f02c';
}

/*  */
/* line 168, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-quote:before {
  content: '\f063';
}

/*  */
/* line 169, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-radio-tower:before {
  content: '\f030';
}

/*  */
/* line 170, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-repo-delete:before,
.octicon-repo:before {
  content: '\f001';
}

/*  */
/* line 172, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-repo-clone:before {
  content: '\f04c';
}

/*  */
/* line 173, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-repo-force-push:before {
  content: '\f04a';
}

/*  */
/* line 174, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-gist-fork:before,
.octicon-repo-forked:before {
  content: '\f002';
}

/*  */
/* line 176, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-repo-pull:before {
  content: '\f006';
}

/*  */
/* line 177, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-repo-push:before {
  content: '\f005';
}

/*  */
/* line 178, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-rocket:before {
  content: '\f033';
}

/*  */
/* line 179, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-rss:before {
  content: '\f034';
}

/*  */
/* line 180, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-ruby:before {
  content: '\f047';
}

/*  */
/* line 181, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-search-save:before,
.octicon-search:before {
  content: '\f02e';
}

/*  */
/* line 183, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-server:before {
  content: '\f097';
}

/*  */
/* line 184, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-settings:before {
  content: '\f07c';
}

/*  */
/* line 185, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-shield:before {
  content: '\f0e1';
}

/*  */
/* line 186, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-log-in:before,
.octicon-sign-in:before {
  content: '\f036';
}

/*  */
/* line 188, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-log-out:before,
.octicon-sign-out:before {
  content: '\f032';
}

/*  */
/* line 190, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-smiley:before {
  content: '\f0e7';
}

/*  */
/* line 191, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-squirrel:before {
  content: '\f0b2';
}

/*  */
/* line 192, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-star-add:before,
.octicon-star-delete:before,
.octicon-star:before {
  content: '\f02a';
}

/*  */
/* line 195, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-stop:before {
  content: '\f08f';
}

/*  */
/* line 196, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-repo-sync:before,
.octicon-sync:before {
  content: '\f087';
}

/*  */
/* line 198, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-tag-remove:before,
.octicon-tag-add:before,
.octicon-tag:before {
  content: '\f015';
}

/*  */
/* line 201, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-tasklist:before {
  content: '\f0e5';
}

/*  */
/* line 202, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-telescope:before {
  content: '\f088';
}

/*  */
/* line 203, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-terminal:before {
  content: '\f0c8';
}

/*  */
/* line 204, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-text-size:before {
  content: '\f0e3';
}

/*  */
/* line 205, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-three-bars:before {
  content: '\f05e';
}

/*  */
/* line 206, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-thumbsdown:before {
  content: '\f0db';
}

/*  */
/* line 207, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-thumbsup:before {
  content: '\f0da';
}

/*  */
/* line 208, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-tools:before {
  content: '\f031';
}

/*  */
/* line 209, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-trashcan:before {
  content: '\f0d0';
}

/*  */
/* line 210, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-triangle-down:before {
  content: '\f05b';
}

/*  */
/* line 211, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-triangle-left:before {
  content: '\f044';
}

/*  */
/* line 212, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-triangle-right:before {
  content: '\f05a';
}

/*  */
/* line 213, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-triangle-up:before {
  content: '\f0aa';
}

/*  */
/* line 214, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-unfold:before {
  content: '\f039';
}

/*  */
/* line 215, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-unmute:before {
  content: '\f0ba';
}

/*  */
/* line 216, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-unverified:before {
  content: '\f0e8';
}

/*  */
/* line 217, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-verified:before {
  content: '\f0e6';
}

/*  */
/* line 218, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-versions:before {
  content: '\f064';
}

/*  */
/* line 219, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-watch:before {
  content: '\f0e0';
}

/*  */
/* line 220, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-remove-close:before,
.octicon-x:before {
  content: '\f081';
}

/*  */
/* line 222, vendor/assets/components/octicons/octicons/sprockets-octicons.scss */
.octicon-zap:before {
  content: '\26A1';
}

/* ⚡ */
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 * Isolated vendored css is served in separate files in development mode:
 *


 *
 */
/* 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-canvas-default-transparent: rgba(255,255,255,0);
  --color-page-header-bg: #f6f8fa;
  --color-marketing-icon-primary: #218bff;
  --color-marketing-icon-secondary: #54aeff;
  --color-diff-blob-addition-num-text: #24292f;
  --color-diff-blob-addition-fg: #24292f;
  --color-diff-blob-addition-num-bg: #CCFFD8;
  --color-diff-blob-addition-line-bg: #E6FFEC;
  --color-diff-blob-addition-word-bg: #ABF2BC;
  --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-num-bg: rgba(84,174,255,0.4);
  --color-diff-blob-expander-icon: #57606a;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
  --color-diffstat-deletion-border: rgba(27,31,36,0.15);
  --color-diffstat-addition-border: rgba(27,31,36,0.15);
  --color-diffstat-addition-bg: #2da44e;
  --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-project-header-bg: #24292f;
  --color-project-sidebar-bg: #ffffff;
  --color-project-gradient-in: #ffffff;
  --color-project-gradient-out: rgba(255,255,255,0);
  --color-mktg-btn-bg: #1b1f23;
  --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
  --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
  --color-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-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: rgba(0,0,0,0);
  --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
  --color-select-menu-tap-focus-bg: #b6e3ff;
  --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #24292f;
  --color-header-divider: #57606a;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #24292f;
  --color-header-search-border: #57606a;
  --color-sidenav-selected-bg: #ffffff;
  --color-menu-bg-active: rgba(0,0,0,0);
  --color-input-disabled-bg: rgba(175,184,193,0.2);
  --color-timeline-badge-bg: #eaeef2;
  --color-ansi-black: #24292f;
  --color-ansi-black-bright: #57606a;
  --color-ansi-white: #6e7781;
  --color-ansi-white-bright: #8c959f;
  --color-ansi-gray: #6e7781;
  --color-ansi-red: #cf222e;
  --color-ansi-red-bright: #a40e26;
  --color-ansi-green: #116329;
  --color-ansi-green-bright: #1a7f37;
  --color-ansi-yellow: #4d2d00;
  --color-ansi-yellow-bright: #633c01;
  --color-ansi-blue: #0969da;
  --color-ansi-blue-bright: #218bff;
  --color-ansi-magenta: #8250df;
  --color-ansi-magenta-bright: #a475f9;
  --color-ansi-cyan: #1b7c83;
  --color-ansi-cyan-bright: #3192aa;
  --color-btn-text: #24292f;
  --color-btn-bg: #f6f8fa;
  --color-btn-border: rgba(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-underlinenav-icon: #6e7781;
  --color-underlinenav-border-hover: rgba(175,184,193,0.2);
  --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
  --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
  --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
  --color-action-list-item-danger-active-bg: #FFEBE9;
  --color-action-list-item-danger-hover-text: #cf222e;
  --color-fg-default: #24292f;
  --color-fg-muted: #57606a;
  --color-fg-subtle: #6e7781;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #ffffff;
  --color-canvas-overlay: #ffffff;
  --color-canvas-inset: #f6f8fa;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210,18%,87%,1);
  --color-border-subtle: rgba(27,31,36,0.15);
  --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
  --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
  --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
  --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
  --color-neutral-emphasis-plus: #24292f;
  --color-neutral-emphasis: #6e7781;
  --color-neutral-muted: rgba(175,184,193,0.2);
  --color-neutral-subtle: rgba(234,238,242,0.5);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-accent-muted: rgba(84,174,255,0.4);
  --color-accent-subtle: #ddf4ff;
  --color-success-fg: #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-fg-disabled: #8c959f;
  --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
  --color-primer-canvas-sticky: rgba(255,255,255,0.95);
  --color-primer-border-active: #FD8C73;
  --color-primer-border-contrast: rgba(27,31,36,0.1);
  --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
  --color-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-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: #CCFFD8;
    --color-diff-blob-addition-line-bg: #E6FFEC;
    --color-diff-blob-addition-word-bg: #ABF2BC;
    --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-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-bg: #2da44e;
    --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-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-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-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #cf222e;
    --color-ansi-red-bright: #a40e26;
    --color-ansi-green: #116329;
    --color-ansi-green-bright: #1a7f37;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(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-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
    --color-action-list-item-danger-active-bg: #FFEBE9;
    --color-action-list-item-danger-hover-text: #cf222e;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(27,31,36,0.15);
    --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #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-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #FD8C73;
    --color-primer-border-contrast: rgba(27,31,36,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-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-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: #CCFFD8;
    --color-diff-blob-addition-line-bg: #E6FFEC;
    --color-diff-blob-addition-word-bg: #ABF2BC;
    --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-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-bg: #2da44e;
    --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-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-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-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #cf222e;
    --color-ansi-red-bright: #a40e26;
    --color-ansi-green: #116329;
    --color-ansi-green-bright: #1a7f37;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(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-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(255,235,233,0.64);
    --color-action-list-item-danger-active-bg: #FFEBE9;
    --color-action-list-item-danger-hover-text: #cf222e;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(27,31,36,0.15);
    --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #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-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #FD8C73;
    --color-primer-border-contrast: rgba(27,31,36,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-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/_light_colorblind.scss */
[data-color-mode="light"][data-light-theme="light_colorblind"],
[data-color-mode="dark"][data-dark-theme="light_colorblind"] {
  --color-canvas-default-transparent: rgba(255,255,255,0);
  --color-page-header-bg: #f6f8fa;
  --color-marketing-icon-primary: #218bff;
  --color-marketing-icon-secondary: #54aeff;
  --color-diff-blob-addition-num-text: #24292f;
  --color-diff-blob-addition-fg: #24292f;
  --color-diff-blob-addition-num-bg: rgba(53,173,255,0.4);
  --color-diff-blob-addition-line-bg: rgba(192,246,255,0.5);
  --color-diff-blob-addition-word-bg: rgba(53,173,255,0.4);
  --color-diff-blob-deletion-num-text: #24292f;
  --color-diff-blob-deletion-fg: #24292f;
  --color-diff-blob-deletion-num-bg: rgba(231,161,0,0.4);
  --color-diff-blob-deletion-line-bg: rgba(254,254,72,0.5);
  --color-diff-blob-deletion-word-bg: rgba(248,194,0,0.5);
  --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
  --color-diff-blob-expander-icon: #57606a;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
  --color-diffstat-deletion-border: rgba(27,31,36,0.15);
  --color-diffstat-addition-border: rgba(27,31,36,0.15);
  --color-diffstat-addition-bg: #0088ff;
  --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: #054da9;
  --color-prettylights-syntax-keyword: #ac5e00;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #953800;
  --color-prettylights-syntax-brackethighlighter-unmatched: #6c3900;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #6c3900;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #ac5e00;
  --color-prettylights-syntax-string-regexp: #054da9;
  --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: #6c3900;
  --color-prettylights-syntax-markup-deleted-bg: #fefe48;
  --color-prettylights-syntax-markup-inserted-text: #054da9;
  --color-prettylights-syntax-markup-inserted-bg: #c0f6ff;
  --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: #ac5e00;
  --color-codemirror-syntax-storage: #ac5e00;
  --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: #d08002;
  --color-checks-donut-pending: #bf8700;
  --color-checks-donut-success: #0088ff;
  --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: #e7a100;
  --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: #e7a100;
  --color-checks-logline-error-bg: rgba(139,70,0,0.15);
  --color-checks-logline-warning-text: #d0d7de;
  --color-checks-logline-warning-num-text: #d4a72c;
  --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
  --color-checks-logline-command-text: #54aeff;
  --color-checks-logline-section-text: #35adff;
  --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: #e7a100;
  --color-checks-ansi-red-bright: #f8c200;
  --color-checks-ansi-green: #35adff;
  --color-checks-ansi-green-bright: #65ccff;
  --color-checks-ansi-yellow: #d4a72c;
  --color-checks-ansi-yellow-bright: #eac54f;
  --color-checks-ansi-blue: #54aeff;
  --color-checks-ansi-blue-bright: #80ccff;
  --color-checks-ansi-magenta: #c297ff;
  --color-checks-ansi-magenta-bright: #d8b9ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #24292f;
  --color-project-sidebar-bg: #ffffff;
  --color-project-gradient-in: #ffffff;
  --color-project-gradient-out: rgba(255,255,255,0);
  --color-mktg-btn-bg: #1b1f23;
  --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
  --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
  --color-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-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: rgba(0,0,0,0);
  --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
  --color-select-menu-tap-focus-bg: #b6e3ff;
  --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #24292f;
  --color-header-divider: #57606a;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #24292f;
  --color-header-search-border: #57606a;
  --color-sidenav-selected-bg: #ffffff;
  --color-menu-bg-active: rgba(0,0,0,0);
  --color-input-disabled-bg: rgba(175,184,193,0.2);
  --color-timeline-badge-bg: #eaeef2;
  --color-ansi-black: #24292f;
  --color-ansi-black-bright: #57606a;
  --color-ansi-white: #6e7781;
  --color-ansi-white-bright: #8c959f;
  --color-ansi-gray: #6e7781;
  --color-ansi-red: #ac5e00;
  --color-ansi-red-bright: #8b4600;
  --color-ansi-green: #054da9;
  --color-ansi-green-bright: #0566d5;
  --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: #0088ff;
  --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: #0566d5;
  --color-btn-primary-hover-border: rgba(27,31,36,0.15);
  --color-btn-primary-selected-bg: hsla(212,95%,41%,1);
  --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,31,80,0.2);
  --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
  --color-btn-primary-disabled-bg: #65ccff;
  --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
  --color-btn-primary-focus-bg: #0088ff;
  --color-btn-primary-focus-border: rgba(27,31,36,0.15);
  --color-btn-primary-focus-shadow: 0 0 0 3px rgba(0,136,255,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: #ac5e00;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #8b4600;
  --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(33,100%,31%,1);
  --color-btn-danger-selected-border: rgba(27,31,36,0.15);
  --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(47,41,0,0.2);
  --color-btn-danger-disabled-text: rgba(172,94,0,0.5);
  --color-btn-danger-disabled-bg: #f6f8fa;
  --color-btn-danger-disabled-counter-bg: rgba(172,94,0,0.05);
  --color-btn-danger-focus-border: rgba(27,31,36,0.15);
  --color-btn-danger-focus-shadow: 0 0 0 3px rgba(139,70,0,0.4);
  --color-btn-danger-counter-bg: rgba(172,94,0,0.1);
  --color-btn-danger-icon: #ac5e00;
  --color-btn-danger-hover-icon: #ffffff;
  --color-underlinenav-icon: #6e7781;
  --color-underlinenav-border-hover: rgba(175,184,193,0.2);
  --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
  --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
  --color-action-list-item-danger-hover-bg: rgba(254,254,72,0.64);
  --color-action-list-item-danger-active-bg: #fefe48;
  --color-action-list-item-danger-hover-text: #ac5e00;
  --color-fg-default: #24292f;
  --color-fg-muted: #57606a;
  --color-fg-subtle: #6e7781;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #ffffff;
  --color-canvas-overlay: #ffffff;
  --color-canvas-inset: #f6f8fa;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210,18%,87%,1);
  --color-border-subtle: rgba(27,31,36,0.15);
  --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
  --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
  --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
  --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
  --color-neutral-emphasis-plus: #24292f;
  --color-neutral-emphasis: #6e7781;
  --color-neutral-muted: rgba(175,184,193,0.2);
  --color-neutral-subtle: rgba(234,238,242,0.5);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-accent-muted: rgba(84,174,255,0.4);
  --color-accent-subtle: #ddf4ff;
  --color-success-fg: #0566d5;
  --color-success-emphasis: #0088ff;
  --color-success-muted: rgba(53,173,255,0.4);
  --color-success-subtle: #c0f6ff;
  --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: #ac5e00;
  --color-danger-emphasis: #ac5e00;
  --color-danger-muted: rgba(231,161,0,0.4);
  --color-danger-subtle: #fefe48;
  --color-done-fg: #8250df;
  --color-done-emphasis: #8250df;
  --color-done-muted: rgba(194,151,255,0.4);
  --color-done-subtle: #fbefff;
  --color-sponsors-fg: #bf3989;
  --color-sponsors-emphasis: #bf3989;
  --color-sponsors-muted: rgba(255,128,200,0.4);
  --color-sponsors-subtle: #ffeff7;
  --color-primer-fg-disabled: #8c959f;
  --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
  --color-primer-canvas-sticky: rgba(255,255,255,0.95);
  --color-primer-border-active: #FD8C73;
  --color-primer-border-contrast: rgba(27,31,36,0.1);
  --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
  --color-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: #c0f6ff;
  --color-scale-green-1: #96e5ff;
  --color-scale-green-2: #65ccff;
  --color-scale-green-3: #35adff;
  --color-scale-green-4: #0088ff;
  --color-scale-green-5: #0566d5;
  --color-scale-green-6: #054da9;
  --color-scale-green-7: #033a86;
  --color-scale-green-8: #002d68;
  --color-scale-green-9: #001f50;
  --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: #fefe48;
  --color-scale-red-1: #fee325;
  --color-scale-red-2: #f8c200;
  --color-scale-red-3: #e7a100;
  --color-scale-red-4: #d08002;
  --color-scale-red-5: #ac5e00;
  --color-scale-red-6: #8b4600;
  --color-scale-red-7: #6c3900;
  --color-scale-red-8: #4c3100;
  --color-scale-red-9: #2f2900;
  --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_colorblind.scss */
  [data-color-mode="auto"][data-light-theme="light_colorblind"] {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: rgba(53,173,255,0.4);
    --color-diff-blob-addition-line-bg: rgba(192,246,255,0.5);
    --color-diff-blob-addition-word-bg: rgba(53,173,255,0.4);
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --color-diff-blob-deletion-num-bg: rgba(231,161,0,0.4);
    --color-diff-blob-deletion-line-bg: rgba(254,254,72,0.5);
    --color-diff-blob-deletion-word-bg: rgba(248,194,0,0.5);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-bg: #0088ff;
    --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: #054da9;
    --color-prettylights-syntax-keyword: #ac5e00;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #953800;
    --color-prettylights-syntax-brackethighlighter-unmatched: #6c3900;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #6c3900;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #ac5e00;
    --color-prettylights-syntax-string-regexp: #054da9;
    --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: #6c3900;
    --color-prettylights-syntax-markup-deleted-bg: #fefe48;
    --color-prettylights-syntax-markup-inserted-text: #054da9;
    --color-prettylights-syntax-markup-inserted-bg: #c0f6ff;
    --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: #ac5e00;
    --color-codemirror-syntax-storage: #ac5e00;
    --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: #d08002;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #0088ff;
    --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: #e7a100;
    --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: #e7a100;
    --color-checks-logline-error-bg: rgba(139,70,0,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #35adff;
    --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: #e7a100;
    --color-checks-ansi-red-bright: #f8c200;
    --color-checks-ansi-green: #35adff;
    --color-checks-ansi-green-bright: #65ccff;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-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-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #ac5e00;
    --color-ansi-red-bright: #8b4600;
    --color-ansi-green: #054da9;
    --color-ansi-green-bright: #0566d5;
    --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: #0088ff;
    --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: #0566d5;
    --color-btn-primary-hover-border: rgba(27,31,36,0.15);
    --color-btn-primary-selected-bg: hsla(212,95%,41%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,31,80,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #65ccff;
    --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
    --color-btn-primary-focus-bg: #0088ff;
    --color-btn-primary-focus-border: rgba(27,31,36,0.15);
    --color-btn-primary-focus-shadow: 0 0 0 3px rgba(0,136,255,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: #ac5e00;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #8b4600;
    --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(33,100%,31%,1);
    --color-btn-danger-selected-border: rgba(27,31,36,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(47,41,0,0.2);
    --color-btn-danger-disabled-text: rgba(172,94,0,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(172,94,0,0.05);
    --color-btn-danger-focus-border: rgba(27,31,36,0.15);
    --color-btn-danger-focus-shadow: 0 0 0 3px rgba(139,70,0,0.4);
    --color-btn-danger-counter-bg: rgba(172,94,0,0.1);
    --color-btn-danger-icon: #ac5e00;
    --color-btn-danger-hover-icon: #ffffff;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(254,254,72,0.64);
    --color-action-list-item-danger-active-bg: #fefe48;
    --color-action-list-item-danger-hover-text: #ac5e00;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(27,31,36,0.15);
    --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #0566d5;
    --color-success-emphasis: #0088ff;
    --color-success-muted: rgba(53,173,255,0.4);
    --color-success-subtle: #c0f6ff;
    --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: #ac5e00;
    --color-danger-emphasis: #ac5e00;
    --color-danger-muted: rgba(231,161,0,0.4);
    --color-danger-subtle: #fefe48;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #FD8C73;
    --color-primer-border-contrast: rgba(27,31,36,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-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: #c0f6ff;
    --color-scale-green-1: #96e5ff;
    --color-scale-green-2: #65ccff;
    --color-scale-green-3: #35adff;
    --color-scale-green-4: #0088ff;
    --color-scale-green-5: #0566d5;
    --color-scale-green-6: #054da9;
    --color-scale-green-7: #033a86;
    --color-scale-green-8: #002d68;
    --color-scale-green-9: #001f50;
    --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: #fefe48;
    --color-scale-red-1: #fee325;
    --color-scale-red-2: #f8c200;
    --color-scale-red-3: #e7a100;
    --color-scale-red-4: #d08002;
    --color-scale-red-5: #ac5e00;
    --color-scale-red-6: #8b4600;
    --color-scale-red-7: #6c3900;
    --color-scale-red-8: #4c3100;
    --color-scale-red-9: #2f2900;
    --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_colorblind.scss */
  [data-color-mode="auto"][data-dark-theme="light_colorblind"] {
    --color-canvas-default-transparent: rgba(255,255,255,0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: rgba(53,173,255,0.4);
    --color-diff-blob-addition-line-bg: rgba(192,246,255,0.5);
    --color-diff-blob-addition-word-bg: rgba(53,173,255,0.4);
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --color-diff-blob-deletion-num-bg: rgba(231,161,0,0.4);
    --color-diff-blob-deletion-line-bg: rgba(254,254,72,0.5);
    --color-diff-blob-deletion-word-bg: rgba(248,194,0,0.5);
    --color-diff-blob-hunk-num-bg: rgba(84,174,255,0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-border: rgba(27,31,36,0.15);
    --color-diffstat-addition-bg: #0088ff;
    --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: #054da9;
    --color-prettylights-syntax-keyword: #ac5e00;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #953800;
    --color-prettylights-syntax-brackethighlighter-unmatched: #6c3900;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #6c3900;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #ac5e00;
    --color-prettylights-syntax-string-regexp: #054da9;
    --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: #6c3900;
    --color-prettylights-syntax-markup-deleted-bg: #fefe48;
    --color-prettylights-syntax-markup-inserted-text: #054da9;
    --color-prettylights-syntax-markup-inserted-bg: #c0f6ff;
    --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: #ac5e00;
    --color-codemirror-syntax-storage: #ac5e00;
    --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: #d08002;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #0088ff;
    --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: #e7a100;
    --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: #e7a100;
    --color-checks-logline-error-bg: rgba(139,70,0,0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125,78,0,0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #35adff;
    --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: #e7a100;
    --color-checks-ansi-red-bright: #f8c200;
    --color-checks-ansi-green: #35adff;
    --color-checks-ansi-green-bright: #65ccff;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255,255,255,0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-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-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: rgba(0,0,0,0);
    --color-select-menu-tap-highlight: rgba(175,184,193,0.5);
    --color-select-menu-tap-focus-bg: #b6e3ff;
    --color-overlay-shadow: 0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #24292f;
    --color-header-divider: #57606a;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #24292f;
    --color-header-search-border: #57606a;
    --color-sidenav-selected-bg: #ffffff;
    --color-menu-bg-active: rgba(0,0,0,0);
    --color-input-disabled-bg: rgba(175,184,193,0.2);
    --color-timeline-badge-bg: #eaeef2;
    --color-ansi-black: #24292f;
    --color-ansi-black-bright: #57606a;
    --color-ansi-white: #6e7781;
    --color-ansi-white-bright: #8c959f;
    --color-ansi-gray: #6e7781;
    --color-ansi-red: #ac5e00;
    --color-ansi-red-bright: #8b4600;
    --color-ansi-green: #054da9;
    --color-ansi-green-bright: #0566d5;
    --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: #0088ff;
    --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: #0566d5;
    --color-btn-primary-hover-border: rgba(27,31,36,0.15);
    --color-btn-primary-selected-bg: hsla(212,95%,41%,1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,31,80,0.2);
    --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
    --color-btn-primary-disabled-bg: #65ccff;
    --color-btn-primary-disabled-border: rgba(27,31,36,0.15);
    --color-btn-primary-focus-bg: #0088ff;
    --color-btn-primary-focus-border: rgba(27,31,36,0.15);
    --color-btn-primary-focus-shadow: 0 0 0 3px rgba(0,136,255,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: #ac5e00;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #8b4600;
    --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(33,100%,31%,1);
    --color-btn-danger-selected-border: rgba(27,31,36,0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(47,41,0,0.2);
    --color-btn-danger-disabled-text: rgba(172,94,0,0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(172,94,0,0.05);
    --color-btn-danger-focus-border: rgba(27,31,36,0.15);
    --color-btn-danger-focus-shadow: 0 0 0 3px rgba(139,70,0,0.4);
    --color-btn-danger-counter-bg: rgba(172,94,0,0.1);
    --color-btn-danger-icon: #ac5e00;
    --color-btn-danger-hover-icon: #ffffff;
    --color-underlinenav-icon: #6e7781;
    --color-underlinenav-border-hover: rgba(175,184,193,0.2);
    --color-action-list-item-inline-divider: rgba(208,215,222,0.48);
    --color-action-list-item-default-hover-bg: rgba(208,215,222,0.32);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(208,215,222,0.48);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(208,215,222,0.24);
    --color-action-list-item-danger-hover-bg: rgba(254,254,72,0.64);
    --color-action-list-item-danger-active-bg: #fefe48;
    --color-action-list-item-danger-hover-text: #ac5e00;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210,18%,87%,1);
    --color-border-subtle: rgba(27,31,36,0.15);
    --color-shadow-small: 0 1px 0 rgba(27,31,36,0.04);
    --color-shadow-medium: 0 3px 6px rgba(140,149,159,0.15);
    --color-shadow-large: 0 8px 24px rgba(140,149,159,0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140,149,159,0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175,184,193,0.2);
    --color-neutral-subtle: rgba(234,238,242,0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84,174,255,0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #0566d5;
    --color-success-emphasis: #0088ff;
    --color-success-muted: rgba(53,173,255,0.4);
    --color-success-subtle: #c0f6ff;
    --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: #ac5e00;
    --color-danger-emphasis: #ac5e00;
    --color-danger-muted: rgba(231,161,0,0.4);
    --color-danger-subtle: #fefe48;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194,151,255,0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255,128,200,0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27,31,36,0.5);
    --color-primer-canvas-sticky: rgba(255,255,255,0.95);
    --color-primer-border-active: #FD8C73;
    --color-primer-border-contrast: rgba(27,31,36,0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208,215,222,0.2);
    --color-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: #c0f6ff;
    --color-scale-green-1: #96e5ff;
    --color-scale-green-2: #65ccff;
    --color-scale-green-3: #35adff;
    --color-scale-green-4: #0088ff;
    --color-scale-green-5: #0566d5;
    --color-scale-green-6: #054da9;
    --color-scale-green-7: #033a86;
    --color-scale-green-8: #002d68;
    --color-scale-green-9: #001f50;
    --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: #fefe48;
    --color-scale-red-1: #fee325;
    --color-scale-red-2: #f8c200;
    --color-scale-red-3: #e7a100;
    --color-scale-red-4: #d08002;
    --color-scale-red-5: #ac5e00;
    --color-scale-red-6: #8b4600;
    --color-scale-red-7: #6c3900;
    --color-scale-red-8: #4c3100;
    --color-scale-red-9: #2f2900;
    --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/_light_high_contrast.scss */
[data-color-mode="light"][data-light-theme="light_high_contrast"],
[data-color-mode="dark"][data-dark-theme="light_high_contrast"] {
  --color-canvas-default-transparent: rgba(255,255,255,0);
  --color-page-header-bg: #ffffff;
  --color-marketing-icon-primary: #1168e3;
  --color-marketing-icon-secondary: #368cf9;
  --color-diff-blob-addition-num-text: #0E1116;
  --color-diff-blob-addition-fg: #ffffff;
  --color-diff-blob-addition-num-bg: #CCFFD8;
  --color-diff-blob-addition-line-bg: #E6FFEC;
  --color-diff-blob-addition-word-bg: #055d20;
  --color-diff-blob-deletion-num-text: #0E1116;
  --color-diff-blob-deletion-fg: #ffffff;
  --color-diff-blob-deletion-num-bg: #FFD7D5;
  --color-diff-blob-deletion-line-bg: #fff0ee;
  --color-diff-blob-deletion-word-bg: #a0111f;
  --color-diff-blob-hunk-num-bg: #9cd7ff;
  --color-diff-blob-expander-icon: #0E1116;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
  --color-diffstat-deletion-border: rgba(1,4,9,0.8);
  --color-diffstat-addition-border: rgba(1,4,9,0.8);
  --color-diffstat-addition-bg: #117f32;
  --color-search-keyword-hl: #fcf7be;
  --color-prettylights-syntax-comment: #66707B;
  --color-prettylights-syntax-constant: #023b95;
  --color-prettylights-syntax-entity: #622cbc;
  --color-prettylights-syntax-storage-modifier-import: #0E1116;
  --color-prettylights-syntax-entity-tag: #024c1a;
  --color-prettylights-syntax-keyword: #a0111f;
  --color-prettylights-syntax-string: #032563;
  --color-prettylights-syntax-variable: #702c00;
  --color-prettylights-syntax-brackethighlighter-unmatched: #6e011a;
  --color-prettylights-syntax-invalid-illegal-text: #FFFFFF;
  --color-prettylights-syntax-invalid-illegal-bg: #6e011a;
  --color-prettylights-syntax-carriage-return-text: #FFFFFF;
  --color-prettylights-syntax-carriage-return-bg: #a0111f;
  --color-prettylights-syntax-string-regexp: #024c1a;
  --color-prettylights-syntax-markup-list: #2e1800;
  --color-prettylights-syntax-markup-heading: #023b95;
  --color-prettylights-syntax-markup-italic: #0E1116;
  --color-prettylights-syntax-markup-bold: #0E1116;
  --color-prettylights-syntax-markup-deleted-text: #6e011a;
  --color-prettylights-syntax-markup-deleted-bg: #fff0ee;
  --color-prettylights-syntax-markup-inserted-text: #024c1a;
  --color-prettylights-syntax-markup-inserted-bg: #d2fedb;
  --color-prettylights-syntax-markup-changed-text: #702c00;
  --color-prettylights-syntax-markup-changed-bg: #ffc67b;
  --color-prettylights-syntax-markup-ignored-text: #E7ECF0;
  --color-prettylights-syntax-markup-ignored-bg: #023b95;
  --color-prettylights-syntax-meta-diff-range: #622cbc;
  --color-prettylights-syntax-brackethighlighter-angle: #4B535D;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #88929D;
  --color-prettylights-syntax-constant-other-reference-link: #032563;
  --color-codemirror-text: #0E1116;
  --color-codemirror-bg: #ffffff;
  --color-codemirror-gutters-bg: #ffffff;
  --color-codemirror-guttermarker-text: #ffffff;
  --color-codemirror-guttermarker-subtle-text: #66707B;
  --color-codemirror-linenumber-text: #0E1116;
  --color-codemirror-cursor: #0E1116;
  --color-codemirror-selection-bg: #368cf9;
  --color-codemirror-activeline-bg: #E7ECF0;
  --color-codemirror-matchingbracket-text: #0E1116;
  --color-codemirror-lines-bg: #ffffff;
  --color-codemirror-syntax-comment: #0E1116;
  --color-codemirror-syntax-constant: #023b95;
  --color-codemirror-syntax-entity: #622cbc;
  --color-codemirror-syntax-keyword: #a0111f;
  --color-codemirror-syntax-storage: #a0111f;
  --color-codemirror-syntax-string: #032563;
  --color-codemirror-syntax-support: #023b95;
  --color-codemirror-syntax-variable: #702c00;
  --color-checks-bg: #0E1116;
  --color-checks-run-border-width: 0px;
  --color-checks-container-border-width: 0px;
  --color-checks-text-primary: #FFFFFF;
  --color-checks-text-secondary: #88929D;
  --color-checks-text-link: #368cf9;
  --color-checks-btn-icon: #ACB6C0;
  --color-checks-btn-hover-icon: #FFFFFF;
  --color-checks-btn-hover-bg: rgba(255,255,255,0.125);
  --color-checks-input-text: #E7ECF0;
  --color-checks-input-placeholder-text: #88929D;
  --color-checks-input-focus-text: #88929D;
  --color-checks-input-bg: #20252C;
  --color-checks-input-shadow: none;
  --color-checks-donut-error: #d5232c;
  --color-checks-donut-pending: #956400;
  --color-checks-donut-success: #117f32;
  --color-checks-donut-neutral: #ACB6C0;
  --color-checks-dropdown-text: #ACB6C0;
  --color-checks-dropdown-bg: #20252C;
  --color-checks-dropdown-border: #343B43;
  --color-checks-dropdown-shadow: rgba(1,4,9,0.3);
  --color-checks-dropdown-hover-text: #FFFFFF;
  --color-checks-dropdown-hover-bg: #343B43;
  --color-checks-dropdown-btn-hover-text: #FFFFFF;
  --color-checks-dropdown-btn-hover-bg: #20252C;
  --color-checks-scrollbar-thumb-bg: #4B535D;
  --color-checks-header-label-text: #CED5DC;
  --color-checks-header-label-open-text: #FFFFFF;
  --color-checks-header-border: #20252C;
  --color-checks-header-icon: #88929D;
  --color-checks-line-text: #CED5DC;
  --color-checks-line-num-text: rgba(136,146,157,0.75);
  --color-checks-line-timestamp-text: #88929D;
  --color-checks-line-hover-bg: #20252C;
  --color-checks-line-selected-bg: rgba(17,104,227,0.15);
  --color-checks-line-selected-num-text: #368cf9;
  --color-checks-line-dt-fm-text: #0E1116;
  --color-checks-line-dt-fm-bg: #744500;
  --color-checks-gate-bg: rgba(96,55,0,0.15);
  --color-checks-gate-text: #CED5DC;
  --color-checks-gate-waiting-text: #ACB6C0;
  --color-checks-step-header-open-bg: #20252C;
  --color-checks-step-error-text: #ee5a5d;
  --color-checks-step-warning-text: #b58407;
  --color-checks-logline-text: #88929D;
  --color-checks-logline-num-text: rgba(136,146,157,0.75);
  --color-checks-logline-debug-text: #a371f7;
  --color-checks-logline-error-text: #CED5DC;
  --color-checks-logline-error-num-text: #ee5a5d;
  --color-checks-logline-error-bg: rgba(134,6,29,0.15);
  --color-checks-logline-warning-text: #CED5DC;
  --color-checks-logline-warning-num-text: #b58407;
  --color-checks-logline-warning-bg: rgba(96,55,0,0.15);
  --color-checks-logline-command-text: #368cf9;
  --color-checks-logline-section-text: #26a148;
  --color-checks-ansi-black: #0E1116;
  --color-checks-ansi-black-bright: #20252C;
  --color-checks-ansi-white: #CED5DC;
  --color-checks-ansi-white-bright: #CED5DC;
  --color-checks-ansi-gray: #88929D;
  --color-checks-ansi-red: #ee5a5d;
  --color-checks-ansi-red-bright: #ff8e8a;
  --color-checks-ansi-green: #26a148;
  --color-checks-ansi-green-bright: #43c663;
  --color-checks-ansi-yellow: #b58407;
  --color-checks-ansi-yellow-bright: #d5a824;
  --color-checks-ansi-blue: #368cf9;
  --color-checks-ansi-blue-bright: #67b3fd;
  --color-checks-ansi-magenta: #a371f7;
  --color-checks-ansi-magenta-bright: #c49bff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0E1116;
  --color-project-sidebar-bg: #ffffff;
  --color-project-gradient-in: #ffffff;
  --color-project-gradient-out: rgba(255,255,255,0);
  --color-mktg-btn-bg: #1b1f23;
  --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07), 0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03), 0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02), 0 100px 80px rgba(0, 0, 0, 0.02);
  --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
  --color-avatar-bg: #ffffff;
  --color-avatar-border: rgba(1,4,9,0.8);
  --color-avatar-stack-fade: #ACB6C0;
  --color-avatar-stack-fade-more: #CED5DC;
  --color-avatar-child-shadow: -2px -2px 0 rgba(255,255,255,0.8);
  --color-topic-tag-border: #0349b4;
  --color-counter-border: #20252C;
  --color-select-menu-backdrop-border: rgba(0,0,0,0);
  --color-select-menu-tap-highlight: rgba(172,182,192,0.5);
  --color-select-menu-tap-focus-bg: #9cd7ff;
  --color-overlay-shadow: 0 1px 3px rgba(1,4,9,0.12), 0 8px 24px rgba(52,59,67,0.12);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #0E1116;
  --color-header-divider: #ACB6C0;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #0E1116;
  --color-header-search-border: #4B535D;
  --color-sidenav-selected-bg: #ffffff;
  --color-menu-bg-active: rgba(0,0,0,0);
  --color-input-disabled-bg: rgba(172,182,192,0.2);
  --color-timeline-badge-bg: #E7ECF0;
  --color-ansi-black: #0E1116;
  --color-ansi-black-bright: #4B535D;
  --color-ansi-white: #66707B;
  --color-ansi-white-bright: #88929D;
  --color-ansi-gray: #66707B;
  --color-ansi-red: #a0111f;
  --color-ansi-red-bright: #86061d;
  --color-ansi-green: #024c1a;
  --color-ansi-green-bright: #055d20;
  --color-ansi-yellow: #3f2200;
  --color-ansi-yellow-bright: #4e2c00;
  --color-ansi-blue: #0349b4;
  --color-ansi-blue-bright: #1168e3;
  --color-ansi-magenta: #622cbc;
  --color-ansi-magenta-bright: #844ae7;
  --color-ansi-cyan: #1b7c83;
  --color-ansi-cyan-bright: #3192aa;
  --color-btn-text: #0E1116;
  --color-btn-bg: #E7ECF0;
  --color-btn-border: rgba(1,4,9,0.8);
  --color-btn-shadow: 0 1px 0 rgba(1,4,9,0.04);
  --color-btn-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-btn-hover-bg: #CED5DC;
  --color-btn-hover-border: rgba(1,4,9,0.8);
  --color-btn-active-bg: #ACB6C0;
  --color-btn-active-border: rgba(1,4,9,0.8);
  --color-btn-selected-bg: #ACB6C0;
  --color-btn-focus-bg: #CED5DC;
  --color-btn-focus-border: rgba(1,4,9,0.8);
  --color-btn-focus-shadow: 0 0 0 3px rgba(3,73,180,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(3,73,180,0.3);
  --color-btn-counter-bg: rgba(1,4,9,0.08);
  --color-btn-primary-text: #ffffff;
  --color-btn-primary-bg: #055d20;
  --color-btn-primary-border: #013d14;
  --color-btn-primary-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-primary-hover-bg: #024c1a;
  --color-btn-primary-hover-border: #013d14;
  --color-btn-primary-selected-bg: hsla(139,95%,13%,1);
  --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0,35,11,0.2);
  --color-btn-primary-disabled-text: rgba(255,255,255,0.8);
  --color-btn-primary-disabled-bg: #94d3a2;
  --color-btn-primary-disabled-border: rgba(1,4,9,0.8);
  --color-btn-primary-focus-bg: #013d14;
  --color-btn-primary-focus-border: #013d14;
  --color-btn-primary-focus-shadow: 0 0 0 3px rgba(1,61,20,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: #023b95;
  --color-btn-outline-hover-text: #ffffff;
  --color-btn-outline-hover-bg: #0349b4;
  --color-btn-outline-hover-border: #022f7a;
  --color-btn-outline-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-outline-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-outline-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-outline-selected-text: #ffffff;
  --color-btn-outline-selected-bg: #022f7a;
  --color-btn-outline-selected-border: #022f7a;
  --color-btn-outline-selected-shadow: inset 0 1px 0 rgba(2,26,74,0.2);
  --color-btn-outline-disabled-text: rgba(3,73,180,0.5);
  --color-btn-outline-disabled-bg: #E7ECF0;
  --color-btn-outline-disabled-counter-bg: rgba(3,73,180,0.05);
  --color-btn-outline-focus-border: #022f7a;
  --color-btn-outline-focus-shadow: 0 0 0 3px rgba(2,59,149,0.4);
  --color-btn-outline-counter-bg: rgba(3,73,180,0.1);
  --color-btn-danger-text: #86061d;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #a0111f;
  --color-btn-danger-hover-border: #6e011a;
  --color-btn-danger-hover-shadow: 0 1px 0 rgba(1,4,9,0.1);
  --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --color-btn-danger-hover-counter-bg: rgba(255,255,255,0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #6e011a;
  --color-btn-danger-selected-border: #6e011a;
  --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(67,0,17,0.2);
  --color-btn-danger-disabled-text: rgba(160,17,31,0.5);
  --color-btn-danger-disabled-bg: #E7ECF0;
  --color-btn-danger-disabled-counter-bg: rgba(160,17,31,0.05);
  --color-btn-danger-focus-border: #6e011a;
  --color-btn-danger-focus-shadow: 0 0 0 3px rgba(134,6,29,0.4);
  --color-btn-danger-counter-bg: rgba(160,17,31,0.1);
  --color-btn-danger-icon: #86061d;
  --color-btn-danger-hover-icon: #ffffff;
  --color-underlinenav-icon: #66707B;
  --color-underlinenav-border-hover: rgba(172,182,192,0.2);
  --color-action-list-item-inline-divider: #88929D;
  --color-action-list-item-default-hover-bg: #E7ECF0;
  --color-action-list-item-default-hover-border: #88929D;
  --color-action-list-item-default-active-bg: #CED5DC;
  --color-action-list-item-default-active-border: #20252C;
  --color-action-list-item-default-selected-bg: #CED5DC;
  --color-action-list-item-danger-hover-bg: #a0111f;
  --color-action-list-item-danger-active-bg: #6e011a;
  --color-action-list-item-danger-hover-text: #ffffff;
  --color-fg-default: #0E1116;
  --color-fg-muted: #0E1116;
  --color-fg-subtle: #66707B;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #ffffff;
  --color-canvas-overlay: #ffffff;
  --color-canvas-inset: #ffffff;
  --color-canvas-subtle: #E7ECF0;
  --color-border-default: #20252C;
  --color-border-muted: #88929D;
  --color-border-subtle: rgba(1,4,9,0.8);
  --color-shadow-small: 0 1px 0 rgba(1,4,9,0.04);
  --color-shadow-medium: 0 3px 6px rgba(136,146,157,0.15);
  --color-shadow-large: 0 8px 24px rgba(136,146,157,0.2);
  --color-shadow-extra-large: 0 12px 28px rgba(136,146,157,0.3);
  --color-neutral-emphasis-plus: #0E1116;
  --color-neutral-emphasis: #66707B;
  --color-neutral-muted: rgba(172,182,192,0.2);
  --color-neutral-subtle: #E7ECF0;
  --color-accent-fg: #0349b4;
  --color-accent-emphasis: #0349b4;
  --color-accent-muted: #368cf9;
  --color-accent-subtle: #dff7ff;
  --color-success-fg: #055d20;
  --color-success-emphasis: #055d20;
  --color-success-muted: #26a148;
  --color-success-subtle: #d2fedb;
  --color-attention-fg: #744500;
  --color-attention-emphasis: #744500;
  --color-attention-muted: #b58407;
  --color-attention-subtle: #fcf7be;
  --color-severe-fg: #873800;
  --color-severe-emphasis: #873800;
  --color-severe-muted: #dc6d1a;
  --color-severe-subtle: #fff2d5;
  --color-danger-fg: #a0111f;
  --color-danger-emphasis: #a0111f;
  --color-danger-muted: #ee5a5d;
  --color-danger-subtle: #fff0ee;
  --color-done-fg: #622cbc;
  --color-done-emphasis: #622cbc;
  --color-done-muted: #a371f7;
  --color-done-subtle: #faf0fe;
  --color-sponsors-fg: #971368;
  --color-sponsors-emphasis: #971368;
  --color-sponsors-muted: #ed4baf;
  --color-sponsors-subtle: #feeff7;
  --color-primer-fg-disabled: #88929D;
  --color-primer-canvas-backdrop: rgba(1,4,9,0.5);
  --color-primer-canvas-sticky: rgba(255,255,255,0.95);
  --color-primer-border-active: #ef5b48;
  --color-primer-border-contrast: rgba(1,4,9,0.1);
  --color-primer-shadow-highlight: inset 0 1px 0 rgba(255,255,255,0.25);
  --color-primer-shadow-inset: inset 0 1px 0 rgba(206,213,220,0.2);
  --color-primer-shadow-focus: 0 0 0 3px rgba(3,73,180,0.3);
  --color-scale-black: #010409;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #FFFFFF;
  --color-scale-gray-1: #E7ECF0;
  --color-scale-gray-2: #CED5DC;
  --color-scale-gray-3: #ACB6C0;
  --color-scale-gray-4: #88929D;
  --color-scale-gray-5: #66707B;
  --color-scale-gray-6: #4B535D;
  --color-scale-gray-7: #343B43;
  --color-scale-gray-8: #20252C;
  --color-scale-gray-9: #0E1116;
  --color-scale-blue-0: #dff7ff;
  --color-scale-blue-1: #9cd7ff;
  --color-scale-blue-2: #67b3fd;
  --color-scale-blue-3: #368cf9;
  --color-scale-blue-4: #1168e3;
  --color-scale-blue-5: #0349b4;
  --color-scale-blue-6: #023b95;
  --color-scale-blue-7: #022f7a;
  --color-scale-blue-8: #032563;
  --color-scale-blue-9: #021a4a;
  --color-scale-green-0: #d2fedb;
  --color-scale-green-1: #82e596;
  --color-scale-green-2: #43c663;
  --color-scale-green-3: #26a148;
  --color-scale-green-4: #117f32;
  --color-scale-green-5: #055d20;
  --color-scale-green-6: #024c1a;
  --color-scale-green-7: #013d14;
  --color-scale-green-8: #003110;
  --color-scale-green-9: #00230b;
  --color-scale-yellow-0: #fcf7be;
  --color-scale-yellow-1: #f0ce53;
  --color-scale-yellow-2: #d5a824;
  --color-scale-yellow-3: #b58407;
  --color-scale-yellow-4: #956400;
  --color-scale-yellow-5: #744500;
  --color-scale-yellow-6: #603700;
  --color-scale-yellow-7: #4e2c00;
  --color-scale-yellow-8: #3f2200;
  --color-scale-yellow-9: #2e1800;
  --color-scale-orange-0: #fff2d5;
  --color-scale-orange-1: #ffc67b;
  --color-scale-orange-2: #f99636;
  --color-scale-orange-3: #dc6d1a;
  --color-scale-orange-4: #b45105;
  --color-scale-orange-5: #873800;
  --color-scale-orange-6: #702c00;
  --color-scale-orange-7: #5b2300;
  --color-scale-orange-8: #491b00;
  --color-scale-orange-9: #361200;
  --color-scale-red-0: #fff0ee;
  --color-scale-red-1: #ffc1bc;
  --color-scale-red-2: #ff8e8a;
  --color-scale-red-3: #ee5a5d;
  --color-scale-red-4: #d5232c;
  --color-scale-red-5: #a0111f;
  --color-scale-red-6: #86061d;
  --color-scale-red-7: #6e011a;
  --color-scale-red-8: #5a0016;
  --color-scale-red-9: #430011;
  --color-scale-purple-0: #faf0fe;
  --color-scale-purple-1: #e0c5ff;
  --color-scale-purple-2: #c49bff;
  --color-scale-purple-3: #a371f7;
  --color-scale-purple-4: #844ae7;
  --color-scale-purple-5: #622cbc;
  --color-scale-purple-6: #512598;
  --color-scale-purple-7: #411d7b;
  --color-scale-purple-8: #341763;
  --color-scale-purple-9: #260f49;
  --color-scale-pink-0: #feeff7;
  --color-scale-pink-1: #ffbde0;
  --color-scale-pink-2: #fc87ca;
  --color-scale-pink-3: #ed4baf;
  --color-scale-pink-4: #c9248e;
  --color-scale-pink-5: #971368;
  --color-scale-pink-6: #7d0c57;
  --color-scale-pink-7: #660847;
  --color-scale-pink-8: #53043a;
  --color-scale-pink-9: #3e022b;
  --color-scale-coral-0: #fff0ed;
  --color-scale-coral-1: #ffc2b6;
  --color-scale-coral-2: #ff8f7e;
  --color-scale-coral-3: #ef5b48;
  --color-scale-coral-4: #cd3425;
  --color-scale-coral-5: #9f1710;
  --color-scale-coral-6: #870706;
  --color-scale-coral-7: #6f0107;
  --color-scale-coral-8: #5b0002;
  --color-scale-coral-9: #430200;
}

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

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

/* 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-canvas-default-transparent: rgba(13,17,23,0);
  --color-page-header-bg: #0d1117;
  --color-marketing-icon-primary: #79c0ff;
  --color-marketing-icon-secondary: #1f6feb;
  --color-diff-blob-addition-num-text: #c9d1d9;
  --color-diff-blob-addition-fg: #c9d1d9;
  --color-diff-blob-addition-num-bg: rgba(63,185,80,0.3);
  --color-diff-blob-addition-line-bg: rgba(46,160,67,0.15);
  --color-diff-blob-addition-word-bg: rgba(46,160,67,0.4);
  --color-diff-blob-deletion-num-text: #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-num-bg: rgba(56,139,253,0.4);
  --color-diff-blob-expander-icon: #8b949e;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-bg: #3fb950;
  --color-search-keyword-hl: rgba(210,153,34,0.4);
  --color-prettylights-syntax-comment: #8b949e;
  --color-prettylights-syntax-constant: #79c0ff;
  --color-prettylights-syntax-entity: #d2a8ff;
  --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
  --color-prettylights-syntax-entity-tag: #7ee787;
  --color-prettylights-syntax-keyword: #ff7b72;
  --color-prettylights-syntax-string: #a5d6ff;
  --color-prettylights-syntax-variable: #ffa657;
  --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
  --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
  --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
  --color-prettylights-syntax-carriage-return-text: #f0f6fc;
  --color-prettylights-syntax-carriage-return-bg: #b62324;
  --color-prettylights-syntax-string-regexp: #7ee787;
  --color-prettylights-syntax-markup-list: #f2cc60;
  --color-prettylights-syntax-markup-heading: #1f6feb;
  --color-prettylights-syntax-markup-italic: #c9d1d9;
  --color-prettylights-syntax-markup-bold: #c9d1d9;
  --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
  --color-prettylights-syntax-markup-deleted-bg: #67060c;
  --color-prettylights-syntax-markup-inserted-text: #aff5b4;
  --color-prettylights-syntax-markup-inserted-bg: #033a16;
  --color-prettylights-syntax-markup-changed-text: #ffdfb6;
  --color-prettylights-syntax-markup-changed-bg: #5a1e02;
  --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
  --color-prettylights-syntax-markup-ignored-bg: #1158c7;
  --color-prettylights-syntax-meta-diff-range: #d2a8ff;
  --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
  --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
  --color-codemirror-text: #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-project-header-bg: #0d1117;
  --color-project-sidebar-bg: #161b22;
  --color-project-gradient-in: #161b22;
  --color-project-gradient-out: rgba(22,27,34,0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-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-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: #484f58;
  --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
  --color-select-menu-tap-focus-bg: #0c2d6b;
  --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
  --color-header-text: rgba(240,246,252,0.7);
  --color-header-bg: #161b22;
  --color-header-divider: #8b949e;
  --color-header-logo: #f0f6fc;
  --color-header-search-bg: #0d1117;
  --color-header-search-border: #30363d;
  --color-sidenav-selected-bg: #21262d;
  --color-menu-bg-active: #161b22;
  --color-input-disabled-bg: rgba(110,118,129,0);
  --color-timeline-badge-bg: #21262d;
  --color-ansi-black: #484f58;
  --color-ansi-black-bright: #6e7681;
  --color-ansi-white: #b1bac4;
  --color-ansi-white-bright: #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-underlinenav-icon: #484f58;
  --color-underlinenav-border-hover: rgba(110,118,129,0.4);
  --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
  --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
  --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
  --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
  --color-action-list-item-danger-hover-text: #ff7b72;
  --color-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-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-border-subtle: rgba(240,246,252,0.1);
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #010409;
  --color-shadow-large: 0 8px 24px #010409;
  --color-shadow-extra-large: 0 12px 48px #010409;
  --color-neutral-emphasis-plus: #6e7681;
  --color-neutral-emphasis: #6e7681;
  --color-neutral-muted: rgba(110,118,129,0.4);
  --color-neutral-subtle: rgba(110,118,129,0.1);
  --color-accent-fg: #58a6ff;
  --color-accent-emphasis: #1f6feb;
  --color-accent-muted: rgba(56,139,253,0.4);
  --color-accent-subtle: rgba(56,139,253,0.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-fg-disabled: #484f58;
  --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
  --color-primer-canvas-sticky: rgba(13,17,23,0.95);
  --color-primer-border-active: #F78166;
  --color-primer-border-contrast: rgba(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-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(63,185,80,0.3);
    --color-diff-blob-addition-line-bg: rgba(46,160,67,0.15);
    --color-diff-blob-addition-word-bg: rgba(46,160,67,0.4);
    --color-diff-blob-deletion-num-text: #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-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #3fb950;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #7ee787;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa657;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #7ee787;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #aff5b4;
    --color-prettylights-syntax-markup-inserted-bg: #033a16;
    --color-prettylights-syntax-markup-changed-text: #ffdfb6;
    --color-prettylights-syntax-markup-changed-bg: #5a1e02;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #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-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-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-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-header-text: rgba(240,246,252,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #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-underlinenav-icon: #484f58;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
    --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
    --color-action-list-item-danger-hover-text: #ff7b72;
    --color-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-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.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-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #F78166;
    --color-primer-border-contrast: rgba(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-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(63,185,80,0.3);
    --color-diff-blob-addition-line-bg: rgba(46,160,67,0.15);
    --color-diff-blob-addition-word-bg: rgba(46,160,67,0.4);
    --color-diff-blob-deletion-num-text: #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-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #3fb950;
    --color-search-keyword-hl: rgba(210,153,34,0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #7ee787;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa657;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #7ee787;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #aff5b4;
    --color-prettylights-syntax-markup-inserted-bg: #033a16;
    --color-prettylights-syntax-markup-changed-text: #ffdfb6;
    --color-prettylights-syntax-markup-changed-bg: #5a1e02;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #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-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-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-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-header-text: rgba(240,246,252,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #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-underlinenav-icon: #484f58;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(248,81,73,0.16);
    --color-action-list-item-danger-active-bg: rgba(248,81,73,0.24);
    --color-action-list-item-danger-hover-text: #ff7b72;
    --color-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-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.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-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #F78166;
    --color-primer-border-contrast: rgba(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-canvas-default-transparent: rgba(34,39,46,0);
  --color-page-header-bg: #22272e;
  --color-marketing-icon-primary: #6cb6ff;
  --color-marketing-icon-secondary: #316dca;
  --color-diff-blob-addition-num-text: #adbac7;
  --color-diff-blob-addition-fg: #adbac7;
  --color-diff-blob-addition-num-bg: rgba(87,171,90,0.3);
  --color-diff-blob-addition-line-bg: rgba(70,149,74,0.15);
  --color-diff-blob-addition-word-bg: rgba(70,149,74,0.4);
  --color-diff-blob-deletion-num-text: #adbac7;
  --color-diff-blob-deletion-fg: #adbac7;
  --color-diff-blob-deletion-num-bg: rgba(229,83,75,0.3);
  --color-diff-blob-deletion-line-bg: rgba(229,83,75,0.15);
  --color-diff-blob-deletion-word-bg: rgba(229,83,75,0.4);
  --color-diff-blob-hunk-num-bg: rgba(65,132,228,0.4);
  --color-diff-blob-expander-icon: #768390;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: rgba(205,217,229,0.1);
  --color-diffstat-addition-border: rgba(205,217,229,0.1);
  --color-diffstat-addition-bg: #57ab5a;
  --color-search-keyword-hl: rgba(198,144,38,0.4);
  --color-prettylights-syntax-comment: #768390;
  --color-prettylights-syntax-constant: #6cb6ff;
  --color-prettylights-syntax-entity: #dcbdfb;
  --color-prettylights-syntax-storage-modifier-import: #adbac7;
  --color-prettylights-syntax-entity-tag: #8ddb8c;
  --color-prettylights-syntax-keyword: #f47067;
  --color-prettylights-syntax-string: #96d0ff;
  --color-prettylights-syntax-variable: #f69d50;
  --color-prettylights-syntax-brackethighlighter-unmatched: #e5534b;
  --color-prettylights-syntax-invalid-illegal-text: #cdd9e5;
  --color-prettylights-syntax-invalid-illegal-bg: #922323;
  --color-prettylights-syntax-carriage-return-text: #cdd9e5;
  --color-prettylights-syntax-carriage-return-bg: #ad2e2c;
  --color-prettylights-syntax-string-regexp: #8ddb8c;
  --color-prettylights-syntax-markup-list: #eac55f;
  --color-prettylights-syntax-markup-heading: #316dca;
  --color-prettylights-syntax-markup-italic: #adbac7;
  --color-prettylights-syntax-markup-bold: #adbac7;
  --color-prettylights-syntax-markup-deleted-text: #ffd8d3;
  --color-prettylights-syntax-markup-deleted-bg: #78191b;
  --color-prettylights-syntax-markup-inserted-text: #b4f1b4;
  --color-prettylights-syntax-markup-inserted-bg: #1b4721;
  --color-prettylights-syntax-markup-changed-text: #ffddb0;
  --color-prettylights-syntax-markup-changed-bg: #682d0f;
  --color-prettylights-syntax-markup-ignored-text: #adbac7;
  --color-prettylights-syntax-markup-ignored-bg: #255ab2;
  --color-prettylights-syntax-meta-diff-range: #dcbdfb;
  --color-prettylights-syntax-brackethighlighter-angle: #768390;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #545d68;
  --color-prettylights-syntax-constant-other-reference-link: #96d0ff;
  --color-codemirror-text: #adbac7;
  --color-codemirror-bg: #22272e;
  --color-codemirror-gutters-bg: #22272e;
  --color-codemirror-guttermarker-text: #22272e;
  --color-codemirror-guttermarker-subtle-text: #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-project-header-bg: #22272e;
  --color-project-sidebar-bg: #2d333b;
  --color-project-gradient-in: #2d333b;
  --color-project-gradient-out: rgba(45,51,59,0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-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-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: #545d68;
  --color-select-menu-tap-highlight: rgba(68,76,86,0.5);
  --color-select-menu-tap-focus-bg: #143d79;
  --color-overlay-shadow: 0 0 0 1px #444c56, 0 16px 32px rgba(28,33,40,0.85);
  --color-header-text: rgba(205,217,229,0.7);
  --color-header-bg: #2d333b;
  --color-header-divider: #768390;
  --color-header-logo: #cdd9e5;
  --color-header-search-bg: #22272e;
  --color-header-search-border: #444c56;
  --color-sidenav-selected-bg: #373e47;
  --color-menu-bg-active: #2d333b;
  --color-input-disabled-bg: rgba(99,110,123,0);
  --color-timeline-badge-bg: #373e47;
  --color-ansi-black: #545d68;
  --color-ansi-black-bright: #636e7b;
  --color-ansi-white: #909dab;
  --color-ansi-white-bright: #cdd9e5;
  --color-ansi-gray: #636e7b;
  --color-ansi-red: #f47067;
  --color-ansi-red-bright: #ff938a;
  --color-ansi-green: #57ab5a;
  --color-ansi-green-bright: #6bc46d;
  --color-ansi-yellow: #c69026;
  --color-ansi-yellow-bright: #daaa3f;
  --color-ansi-blue: #539bf5;
  --color-ansi-blue-bright: #6cb6ff;
  --color-ansi-magenta: #b083f0;
  --color-ansi-magenta-bright: #dcbdfb;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #adbac7;
  --color-btn-bg: #373e47;
  --color-btn-border: rgba(205,217,229,0.1);
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #444c56;
  --color-btn-hover-border: #768390;
  --color-btn-active-bg: hsla(213,12%,27%,1);
  --color-btn-active-border: #636e7b;
  --color-btn-selected-bg: #2d333b;
  --color-btn-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-underlinenav-icon: #545d68;
  --color-underlinenav-border-hover: rgba(99,110,123,0.4);
  --color-action-list-item-inline-divider: rgba(68,76,86,0.48);
  --color-action-list-item-default-hover-bg: rgba(144,157,171,0.12);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(144,157,171,0.2);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(144,157,171,0.08);
  --color-action-list-item-danger-hover-bg: rgba(229,83,75,0.16);
  --color-action-list-item-danger-active-bg: rgba(229,83,75,0.24);
  --color-action-list-item-danger-hover-text: #f47067;
  --color-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-border-default: #444c56;
  --color-border-muted: #373e47;
  --color-border-subtle: rgba(205,217,229,0.1);
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #1c2128;
  --color-shadow-large: 0 8px 24px #1c2128;
  --color-shadow-extra-large: 0 12px 48px #1c2128;
  --color-neutral-emphasis-plus: #636e7b;
  --color-neutral-emphasis: #636e7b;
  --color-neutral-muted: rgba(99,110,123,0.4);
  --color-neutral-subtle: rgba(99,110,123,0.1);
  --color-accent-fg: #539bf5;
  --color-accent-emphasis: #316dca;
  --color-accent-muted: rgba(65,132,228,0.4);
  --color-accent-subtle: rgba(65,132,228,0.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-fg-disabled: #545d68;
  --color-primer-canvas-backdrop: rgba(28,33,40,0.8);
  --color-primer-canvas-sticky: rgba(34,39,46,0.95);
  --color-primer-border-active: #EC775C;
  --color-primer-border-contrast: rgba(205,217,229,0.2);
  --color-primer-shadow-highlight: 0 0 transparent;
  --color-primer-shadow-inset: 0 0 transparent;
  --color-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: #5D0F12;
  --color-scale-purple-0: #eedcff;
  --color-scale-purple-1: #dcbdfb;
  --color-scale-purple-2: #dcbdfb;
  --color-scale-purple-3: #b083f0;
  --color-scale-purple-4: #986ee2;
  --color-scale-purple-5: #8256d0;
  --color-scale-purple-6: #6b44bc;
  --color-scale-purple-7: #5936a2;
  --color-scale-purple-8: #472c82;
  --color-scale-purple-9: #352160;
  --color-scale-pink-0: #ffd7eb;
  --color-scale-pink-1: #ffb3d8;
  --color-scale-pink-2: #fc8dc7;
  --color-scale-pink-3: #e275ad;
  --color-scale-pink-4: #c96198;
  --color-scale-pink-5: #ae4c82;
  --color-scale-pink-6: #983b6e;
  --color-scale-pink-7: #7e325a;
  --color-scale-pink-8: #69264a;
  --color-scale-pink-9: #551639;
  --color-scale-coral-0: #FFDACF;
  --color-scale-coral-1: #FFB9A5;
  --color-scale-coral-2: #F79981;
  --color-scale-coral-3: #EC775C;
  --color-scale-coral-4: #DE5B41;
  --color-scale-coral-5: #C2442D;
  --color-scale-coral-6: #A93524;
  --color-scale-coral-7: #8D291B;
  --color-scale-coral-8: #771D13;
  --color-scale-coral-9: #5D1008;
}

@media (prefers-color-scheme: light) {
  /* line 2, node_modules/@primer/primitives/dist/scss/colors/_dark_dimmed.scss */
  [data-color-mode="auto"][data-light-theme="dark_dimmed"] {
    --color-canvas-default-transparent: rgba(34,39,46,0);
    --color-page-header-bg: #22272e;
    --color-marketing-icon-primary: #6cb6ff;
    --color-marketing-icon-secondary: #316dca;
    --color-diff-blob-addition-num-text: #adbac7;
    --color-diff-blob-addition-fg: #adbac7;
    --color-diff-blob-addition-num-bg: rgba(87,171,90,0.3);
    --color-diff-blob-addition-line-bg: rgba(70,149,74,0.15);
    --color-diff-blob-addition-word-bg: rgba(70,149,74,0.4);
    --color-diff-blob-deletion-num-text: #adbac7;
    --color-diff-blob-deletion-fg: #adbac7;
    --color-diff-blob-deletion-num-bg: rgba(229,83,75,0.3);
    --color-diff-blob-deletion-line-bg: rgba(229,83,75,0.15);
    --color-diff-blob-deletion-word-bg: rgba(229,83,75,0.4);
    --color-diff-blob-hunk-num-bg: rgba(65,132,228,0.4);
    --color-diff-blob-expander-icon: #768390;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(205,217,229,0.1);
    --color-diffstat-addition-border: rgba(205,217,229,0.1);
    --color-diffstat-addition-bg: #57ab5a;
    --color-search-keyword-hl: rgba(198,144,38,0.4);
    --color-prettylights-syntax-comment: #768390;
    --color-prettylights-syntax-constant: #6cb6ff;
    --color-prettylights-syntax-entity: #dcbdfb;
    --color-prettylights-syntax-storage-modifier-import: #adbac7;
    --color-prettylights-syntax-entity-tag: #8ddb8c;
    --color-prettylights-syntax-keyword: #f47067;
    --color-prettylights-syntax-string: #96d0ff;
    --color-prettylights-syntax-variable: #f69d50;
    --color-prettylights-syntax-brackethighlighter-unmatched: #e5534b;
    --color-prettylights-syntax-invalid-illegal-text: #cdd9e5;
    --color-prettylights-syntax-invalid-illegal-bg: #922323;
    --color-prettylights-syntax-carriage-return-text: #cdd9e5;
    --color-prettylights-syntax-carriage-return-bg: #ad2e2c;
    --color-prettylights-syntax-string-regexp: #8ddb8c;
    --color-prettylights-syntax-markup-list: #eac55f;
    --color-prettylights-syntax-markup-heading: #316dca;
    --color-prettylights-syntax-markup-italic: #adbac7;
    --color-prettylights-syntax-markup-bold: #adbac7;
    --color-prettylights-syntax-markup-deleted-text: #ffd8d3;
    --color-prettylights-syntax-markup-deleted-bg: #78191b;
    --color-prettylights-syntax-markup-inserted-text: #b4f1b4;
    --color-prettylights-syntax-markup-inserted-bg: #1b4721;
    --color-prettylights-syntax-markup-changed-text: #ffddb0;
    --color-prettylights-syntax-markup-changed-bg: #682d0f;
    --color-prettylights-syntax-markup-ignored-text: #adbac7;
    --color-prettylights-syntax-markup-ignored-bg: #255ab2;
    --color-prettylights-syntax-meta-diff-range: #dcbdfb;
    --color-prettylights-syntax-brackethighlighter-angle: #768390;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #545d68;
    --color-prettylights-syntax-constant-other-reference-link: #96d0ff;
    --color-codemirror-text: #adbac7;
    --color-codemirror-bg: #22272e;
    --color-codemirror-gutters-bg: #22272e;
    --color-codemirror-guttermarker-text: #22272e;
    --color-codemirror-guttermarker-subtle-text: #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-project-header-bg: #22272e;
    --color-project-sidebar-bg: #2d333b;
    --color-project-gradient-in: #2d333b;
    --color-project-gradient-out: rgba(45,51,59,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-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-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #545d68;
    --color-select-menu-tap-highlight: rgba(68,76,86,0.5);
    --color-select-menu-tap-focus-bg: #143d79;
    --color-overlay-shadow: 0 0 0 1px #444c56, 0 16px 32px rgba(28,33,40,0.85);
    --color-header-text: rgba(205,217,229,0.7);
    --color-header-bg: #2d333b;
    --color-header-divider: #768390;
    --color-header-logo: #cdd9e5;
    --color-header-search-bg: #22272e;
    --color-header-search-border: #444c56;
    --color-sidenav-selected-bg: #373e47;
    --color-menu-bg-active: #2d333b;
    --color-input-disabled-bg: rgba(99,110,123,0);
    --color-timeline-badge-bg: #373e47;
    --color-ansi-black: #545d68;
    --color-ansi-black-bright: #636e7b;
    --color-ansi-white: #909dab;
    --color-ansi-white-bright: #cdd9e5;
    --color-ansi-gray: #636e7b;
    --color-ansi-red: #f47067;
    --color-ansi-red-bright: #ff938a;
    --color-ansi-green: #57ab5a;
    --color-ansi-green-bright: #6bc46d;
    --color-ansi-yellow: #c69026;
    --color-ansi-yellow-bright: #daaa3f;
    --color-ansi-blue: #539bf5;
    --color-ansi-blue-bright: #6cb6ff;
    --color-ansi-magenta: #b083f0;
    --color-ansi-magenta-bright: #dcbdfb;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #adbac7;
    --color-btn-bg: #373e47;
    --color-btn-border: rgba(205,217,229,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #444c56;
    --color-btn-hover-border: #768390;
    --color-btn-active-bg: hsla(213,12%,27%,1);
    --color-btn-active-border: #636e7b;
    --color-btn-selected-bg: #2d333b;
    --color-btn-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-underlinenav-icon: #545d68;
    --color-underlinenav-border-hover: rgba(99,110,123,0.4);
    --color-action-list-item-inline-divider: rgba(68,76,86,0.48);
    --color-action-list-item-default-hover-bg: rgba(144,157,171,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(144,157,171,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(144,157,171,0.08);
    --color-action-list-item-danger-hover-bg: rgba(229,83,75,0.16);
    --color-action-list-item-danger-active-bg: rgba(229,83,75,0.24);
    --color-action-list-item-danger-hover-text: #f47067;
    --color-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-border-default: #444c56;
    --color-border-muted: #373e47;
    --color-border-subtle: rgba(205,217,229,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #1c2128;
    --color-shadow-large: 0 8px 24px #1c2128;
    --color-shadow-extra-large: 0 12px 48px #1c2128;
    --color-neutral-emphasis-plus: #636e7b;
    --color-neutral-emphasis: #636e7b;
    --color-neutral-muted: rgba(99,110,123,0.4);
    --color-neutral-subtle: rgba(99,110,123,0.1);
    --color-accent-fg: #539bf5;
    --color-accent-emphasis: #316dca;
    --color-accent-muted: rgba(65,132,228,0.4);
    --color-accent-subtle: rgba(65,132,228,0.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-fg-disabled: #545d68;
    --color-primer-canvas-backdrop: rgba(28,33,40,0.8);
    --color-primer-canvas-sticky: rgba(34,39,46,0.95);
    --color-primer-border-active: #EC775C;
    --color-primer-border-contrast: rgba(205,217,229,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-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: #5D0F12;
    --color-scale-purple-0: #eedcff;
    --color-scale-purple-1: #dcbdfb;
    --color-scale-purple-2: #dcbdfb;
    --color-scale-purple-3: #b083f0;
    --color-scale-purple-4: #986ee2;
    --color-scale-purple-5: #8256d0;
    --color-scale-purple-6: #6b44bc;
    --color-scale-purple-7: #5936a2;
    --color-scale-purple-8: #472c82;
    --color-scale-purple-9: #352160;
    --color-scale-pink-0: #ffd7eb;
    --color-scale-pink-1: #ffb3d8;
    --color-scale-pink-2: #fc8dc7;
    --color-scale-pink-3: #e275ad;
    --color-scale-pink-4: #c96198;
    --color-scale-pink-5: #ae4c82;
    --color-scale-pink-6: #983b6e;
    --color-scale-pink-7: #7e325a;
    --color-scale-pink-8: #69264a;
    --color-scale-pink-9: #551639;
    --color-scale-coral-0: #FFDACF;
    --color-scale-coral-1: #FFB9A5;
    --color-scale-coral-2: #F79981;
    --color-scale-coral-3: #EC775C;
    --color-scale-coral-4: #DE5B41;
    --color-scale-coral-5: #C2442D;
    --color-scale-coral-6: #A93524;
    --color-scale-coral-7: #8D291B;
    --color-scale-coral-8: #771D13;
    --color-scale-coral-9: #5D1008;
  }
}

@media (prefers-color-scheme: dark) {
  /* line 2, node_modules/@primer/primitives/dist/scss/colors/_dark_dimmed.scss */
  [data-color-mode="auto"][data-dark-theme="dark_dimmed"] {
    --color-canvas-default-transparent: rgba(34,39,46,0);
    --color-page-header-bg: #22272e;
    --color-marketing-icon-primary: #6cb6ff;
    --color-marketing-icon-secondary: #316dca;
    --color-diff-blob-addition-num-text: #adbac7;
    --color-diff-blob-addition-fg: #adbac7;
    --color-diff-blob-addition-num-bg: rgba(87,171,90,0.3);
    --color-diff-blob-addition-line-bg: rgba(70,149,74,0.15);
    --color-diff-blob-addition-word-bg: rgba(70,149,74,0.4);
    --color-diff-blob-deletion-num-text: #adbac7;
    --color-diff-blob-deletion-fg: #adbac7;
    --color-diff-blob-deletion-num-bg: rgba(229,83,75,0.3);
    --color-diff-blob-deletion-line-bg: rgba(229,83,75,0.15);
    --color-diff-blob-deletion-word-bg: rgba(229,83,75,0.4);
    --color-diff-blob-hunk-num-bg: rgba(65,132,228,0.4);
    --color-diff-blob-expander-icon: #768390;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(205,217,229,0.1);
    --color-diffstat-addition-border: rgba(205,217,229,0.1);
    --color-diffstat-addition-bg: #57ab5a;
    --color-search-keyword-hl: rgba(198,144,38,0.4);
    --color-prettylights-syntax-comment: #768390;
    --color-prettylights-syntax-constant: #6cb6ff;
    --color-prettylights-syntax-entity: #dcbdfb;
    --color-prettylights-syntax-storage-modifier-import: #adbac7;
    --color-prettylights-syntax-entity-tag: #8ddb8c;
    --color-prettylights-syntax-keyword: #f47067;
    --color-prettylights-syntax-string: #96d0ff;
    --color-prettylights-syntax-variable: #f69d50;
    --color-prettylights-syntax-brackethighlighter-unmatched: #e5534b;
    --color-prettylights-syntax-invalid-illegal-text: #cdd9e5;
    --color-prettylights-syntax-invalid-illegal-bg: #922323;
    --color-prettylights-syntax-carriage-return-text: #cdd9e5;
    --color-prettylights-syntax-carriage-return-bg: #ad2e2c;
    --color-prettylights-syntax-string-regexp: #8ddb8c;
    --color-prettylights-syntax-markup-list: #eac55f;
    --color-prettylights-syntax-markup-heading: #316dca;
    --color-prettylights-syntax-markup-italic: #adbac7;
    --color-prettylights-syntax-markup-bold: #adbac7;
    --color-prettylights-syntax-markup-deleted-text: #ffd8d3;
    --color-prettylights-syntax-markup-deleted-bg: #78191b;
    --color-prettylights-syntax-markup-inserted-text: #b4f1b4;
    --color-prettylights-syntax-markup-inserted-bg: #1b4721;
    --color-prettylights-syntax-markup-changed-text: #ffddb0;
    --color-prettylights-syntax-markup-changed-bg: #682d0f;
    --color-prettylights-syntax-markup-ignored-text: #adbac7;
    --color-prettylights-syntax-markup-ignored-bg: #255ab2;
    --color-prettylights-syntax-meta-diff-range: #dcbdfb;
    --color-prettylights-syntax-brackethighlighter-angle: #768390;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #545d68;
    --color-prettylights-syntax-constant-other-reference-link: #96d0ff;
    --color-codemirror-text: #adbac7;
    --color-codemirror-bg: #22272e;
    --color-codemirror-gutters-bg: #22272e;
    --color-codemirror-guttermarker-text: #22272e;
    --color-codemirror-guttermarker-subtle-text: #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-project-header-bg: #22272e;
    --color-project-sidebar-bg: #2d333b;
    --color-project-gradient-in: #2d333b;
    --color-project-gradient-out: rgba(45,51,59,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-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-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #545d68;
    --color-select-menu-tap-highlight: rgba(68,76,86,0.5);
    --color-select-menu-tap-focus-bg: #143d79;
    --color-overlay-shadow: 0 0 0 1px #444c56, 0 16px 32px rgba(28,33,40,0.85);
    --color-header-text: rgba(205,217,229,0.7);
    --color-header-bg: #2d333b;
    --color-header-divider: #768390;
    --color-header-logo: #cdd9e5;
    --color-header-search-bg: #22272e;
    --color-header-search-border: #444c56;
    --color-sidenav-selected-bg: #373e47;
    --color-menu-bg-active: #2d333b;
    --color-input-disabled-bg: rgba(99,110,123,0);
    --color-timeline-badge-bg: #373e47;
    --color-ansi-black: #545d68;
    --color-ansi-black-bright: #636e7b;
    --color-ansi-white: #909dab;
    --color-ansi-white-bright: #cdd9e5;
    --color-ansi-gray: #636e7b;
    --color-ansi-red: #f47067;
    --color-ansi-red-bright: #ff938a;
    --color-ansi-green: #57ab5a;
    --color-ansi-green-bright: #6bc46d;
    --color-ansi-yellow: #c69026;
    --color-ansi-yellow-bright: #daaa3f;
    --color-ansi-blue: #539bf5;
    --color-ansi-blue-bright: #6cb6ff;
    --color-ansi-magenta: #b083f0;
    --color-ansi-magenta-bright: #dcbdfb;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #adbac7;
    --color-btn-bg: #373e47;
    --color-btn-border: rgba(205,217,229,0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #444c56;
    --color-btn-hover-border: #768390;
    --color-btn-active-bg: hsla(213,12%,27%,1);
    --color-btn-active-border: #636e7b;
    --color-btn-selected-bg: #2d333b;
    --color-btn-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-underlinenav-icon: #545d68;
    --color-underlinenav-border-hover: rgba(99,110,123,0.4);
    --color-action-list-item-inline-divider: rgba(68,76,86,0.48);
    --color-action-list-item-default-hover-bg: rgba(144,157,171,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(144,157,171,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(144,157,171,0.08);
    --color-action-list-item-danger-hover-bg: rgba(229,83,75,0.16);
    --color-action-list-item-danger-active-bg: rgba(229,83,75,0.24);
    --color-action-list-item-danger-hover-text: #f47067;
    --color-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-border-default: #444c56;
    --color-border-muted: #373e47;
    --color-border-subtle: rgba(205,217,229,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #1c2128;
    --color-shadow-large: 0 8px 24px #1c2128;
    --color-shadow-extra-large: 0 12px 48px #1c2128;
    --color-neutral-emphasis-plus: #636e7b;
    --color-neutral-emphasis: #636e7b;
    --color-neutral-muted: rgba(99,110,123,0.4);
    --color-neutral-subtle: rgba(99,110,123,0.1);
    --color-accent-fg: #539bf5;
    --color-accent-emphasis: #316dca;
    --color-accent-muted: rgba(65,132,228,0.4);
    --color-accent-subtle: rgba(65,132,228,0.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-fg-disabled: #545d68;
    --color-primer-canvas-backdrop: rgba(28,33,40,0.8);
    --color-primer-canvas-sticky: rgba(34,39,46,0.95);
    --color-primer-border-active: #EC775C;
    --color-primer-border-contrast: rgba(205,217,229,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-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: #5D0F12;
    --color-scale-purple-0: #eedcff;
    --color-scale-purple-1: #dcbdfb;
    --color-scale-purple-2: #dcbdfb;
    --color-scale-purple-3: #b083f0;
    --color-scale-purple-4: #986ee2;
    --color-scale-purple-5: #8256d0;
    --color-scale-purple-6: #6b44bc;
    --color-scale-purple-7: #5936a2;
    --color-scale-purple-8: #472c82;
    --color-scale-purple-9: #352160;
    --color-scale-pink-0: #ffd7eb;
    --color-scale-pink-1: #ffb3d8;
    --color-scale-pink-2: #fc8dc7;
    --color-scale-pink-3: #e275ad;
    --color-scale-pink-4: #c96198;
    --color-scale-pink-5: #ae4c82;
    --color-scale-pink-6: #983b6e;
    --color-scale-pink-7: #7e325a;
    --color-scale-pink-8: #69264a;
    --color-scale-pink-9: #551639;
    --color-scale-coral-0: #FFDACF;
    --color-scale-coral-1: #FFB9A5;
    --color-scale-coral-2: #F79981;
    --color-scale-coral-3: #EC775C;
    --color-scale-coral-4: #DE5B41;
    --color-scale-coral-5: #C2442D;
    --color-scale-coral-6: #A93524;
    --color-scale-coral-7: #8D291B;
    --color-scale-coral-8: #771D13;
    --color-scale-coral-9: #5D1008;
  }
}

/* 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-canvas-default-transparent: rgba(10,12,16,0);
  --color-page-header-bg: #0a0c10;
  --color-marketing-icon-primary: #91cbff;
  --color-marketing-icon-secondary: #409eff;
  --color-diff-blob-addition-num-text: #f0f3f6;
  --color-diff-blob-addition-fg: #0a0c10;
  --color-diff-blob-addition-num-bg: rgba(38,205,77,0.3);
  --color-diff-blob-addition-line-bg: rgba(9,180,58,0.15);
  --color-diff-blob-addition-word-bg: #09b43a;
  --color-diff-blob-deletion-num-text: #f0f3f6;
  --color-diff-blob-deletion-fg: #0a0c10;
  --color-diff-blob-deletion-num-bg: rgba(255,106,105,0.3);
  --color-diff-blob-deletion-line-bg: rgba(255,106,105,0.15);
  --color-diff-blob-deletion-word-bg: #ff6a69;
  --color-diff-blob-hunk-num-bg: rgba(64,158,255,0.4);
  --color-diff-blob-expander-icon: #f0f3f6;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: #ffb1af;
  --color-diffstat-addition-border: #4ae168;
  --color-diffstat-addition-bg: #26cd4d;
  --color-search-keyword-hl: rgba(240,183,47,0.4);
  --color-prettylights-syntax-comment: #bdc4cc;
  --color-prettylights-syntax-constant: #91cbff;
  --color-prettylights-syntax-entity: #dbb7ff;
  --color-prettylights-syntax-storage-modifier-import: #f0f3f6;
  --color-prettylights-syntax-entity-tag: #72f088;
  --color-prettylights-syntax-keyword: #ff9492;
  --color-prettylights-syntax-string: #addcff;
  --color-prettylights-syntax-variable: #ffb757;
  --color-prettylights-syntax-brackethighlighter-unmatched: #ff6a69;
  --color-prettylights-syntax-invalid-illegal-text: #ffffff;
  --color-prettylights-syntax-invalid-illegal-bg: #e82a2f;
  --color-prettylights-syntax-carriage-return-text: #ffffff;
  --color-prettylights-syntax-carriage-return-bg: #ff4445;
  --color-prettylights-syntax-string-regexp: #72f088;
  --color-prettylights-syntax-markup-list: #fbd669;
  --color-prettylights-syntax-markup-heading: #409eff;
  --color-prettylights-syntax-markup-italic: #f0f3f6;
  --color-prettylights-syntax-markup-bold: #f0f3f6;
  --color-prettylights-syntax-markup-deleted-text: #ffdedb;
  --color-prettylights-syntax-markup-deleted-bg: #cc1421;
  --color-prettylights-syntax-markup-inserted-text: #acf7b6;
  --color-prettylights-syntax-markup-inserted-bg: #007728;
  --color-prettylights-syntax-markup-changed-text: #ffe1b4;
  --color-prettylights-syntax-markup-changed-bg: #a74c00;
  --color-prettylights-syntax-markup-ignored-text: #f0f3f6;
  --color-prettylights-syntax-markup-ignored-bg: #318bf8;
  --color-prettylights-syntax-meta-diff-range: #dbb7ff;
  --color-prettylights-syntax-brackethighlighter-angle: #bdc4cc;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #7a828e;
  --color-prettylights-syntax-constant-other-reference-link: #addcff;
  --color-codemirror-text: #f0f3f6;
  --color-codemirror-bg: #0a0c10;
  --color-codemirror-gutters-bg: #0a0c10;
  --color-codemirror-guttermarker-text: #0a0c10;
  --color-codemirror-guttermarker-subtle-text: #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-project-header-bg: #0a0c10;
  --color-project-sidebar-bg: #272b33;
  --color-project-gradient-in: #272b33;
  --color-project-gradient-out: rgba(39,43,51,0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-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-topic-tag-border: #409eff;
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: #7a828e;
  --color-select-menu-tap-highlight: rgba(82,89,100,0.5);
  --color-select-menu-tap-focus-bg: #1e60d5;
  --color-overlay-shadow: 0 0 0 1px #525964, 0 16px 32px rgba(1,4,9,0.85);
  --color-header-text: rgba(255,255,255,0.7);
  --color-header-bg: #272b33;
  --color-header-divider: #bdc4cc;
  --color-header-logo: #ffffff;
  --color-header-search-bg: #0a0c10;
  --color-header-search-border: #525964;
  --color-sidenav-selected-bg: #272b33;
  --color-menu-bg-active: #272b33;
  --color-input-disabled-bg: rgba(158,167,179,0);
  --color-timeline-badge-bg: #272b33;
  --color-ansi-black: #7a828e;
  --color-ansi-black-bright: #9ea7b3;
  --color-ansi-white: #d9dee3;
  --color-ansi-white-bright: #ffffff;
  --color-ansi-gray: #9ea7b3;
  --color-ansi-red: #ff9492;
  --color-ansi-red-bright: #ffb1af;
  --color-ansi-green: #26cd4d;
  --color-ansi-green-bright: #4ae168;
  --color-ansi-yellow: #f0b72f;
  --color-ansi-yellow-bright: #f7c843;
  --color-ansi-blue: #71b7ff;
  --color-ansi-blue-bright: #91cbff;
  --color-ansi-magenta: #cb9eff;
  --color-ansi-magenta-bright: #dbb7ff;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #f0f3f6;
  --color-btn-bg: #272b33;
  --color-btn-border: #7a828e;
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #525964;
  --color-btn-hover-border: #bdc4cc;
  --color-btn-active-bg: hsla(217,10%,33%,1);
  --color-btn-active-border: #9ea7b3;
  --color-btn-selected-bg: rgba(82,89,100,0.9);
  --color-btn-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-underlinenav-icon: #f0f3f6;
  --color-underlinenav-border-hover: #bdc4cc;
  --color-action-list-item-inline-divider: #7a828e;
  --color-action-list-item-default-hover-bg: #272b33;
  --color-action-list-item-default-hover-border: #7a828e;
  --color-action-list-item-default-active-bg: #525964;
  --color-action-list-item-default-active-border: #9ea7b3;
  --color-action-list-item-default-selected-bg: #525964;
  --color-action-list-item-danger-hover-bg: #ff6a69;
  --color-action-list-item-danger-active-bg: #ff4445;
  --color-action-list-item-danger-hover-text: #0a0c10;
  --color-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-border-default: #7a828e;
  --color-border-muted: #7a828e;
  --color-border-subtle: #7a828e;
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #010409;
  --color-shadow-large: 0 8px 24px #010409;
  --color-shadow-extra-large: 0 12px 48px #010409;
  --color-neutral-emphasis-plus: #ffffff;
  --color-neutral-emphasis: #9ea7b3;
  --color-neutral-muted: rgba(158,167,179,0.4);
  --color-neutral-subtle: rgba(158,167,179,0.1);
  --color-accent-fg: #71b7ff;
  --color-accent-emphasis: #409eff;
  --color-accent-muted: #409eff;
  --color-accent-subtle: rgba(64,158,255,0.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-fg-disabled: #7a828e;
  --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
  --color-primer-canvas-sticky: rgba(10,12,16,0.95);
  --color-primer-border-active: #FF967D;
  --color-primer-border-contrast: rgba(255,255,255,0.2);
  --color-primer-shadow-highlight: 0 0 transparent;
  --color-primer-shadow-inset: 0 0 transparent;
  --color-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-canvas-default-transparent: rgba(10,12,16,0);
    --color-page-header-bg: #0a0c10;
    --color-marketing-icon-primary: #91cbff;
    --color-marketing-icon-secondary: #409eff;
    --color-diff-blob-addition-num-text: #f0f3f6;
    --color-diff-blob-addition-fg: #0a0c10;
    --color-diff-blob-addition-num-bg: rgba(38,205,77,0.3);
    --color-diff-blob-addition-line-bg: rgba(9,180,58,0.15);
    --color-diff-blob-addition-word-bg: #09b43a;
    --color-diff-blob-deletion-num-text: #f0f3f6;
    --color-diff-blob-deletion-fg: #0a0c10;
    --color-diff-blob-deletion-num-bg: rgba(255,106,105,0.3);
    --color-diff-blob-deletion-line-bg: rgba(255,106,105,0.15);
    --color-diff-blob-deletion-word-bg: #ff6a69;
    --color-diff-blob-hunk-num-bg: rgba(64,158,255,0.4);
    --color-diff-blob-expander-icon: #f0f3f6;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: #ffb1af;
    --color-diffstat-addition-border: #4ae168;
    --color-diffstat-addition-bg: #26cd4d;
    --color-search-keyword-hl: rgba(240,183,47,0.4);
    --color-prettylights-syntax-comment: #bdc4cc;
    --color-prettylights-syntax-constant: #91cbff;
    --color-prettylights-syntax-entity: #dbb7ff;
    --color-prettylights-syntax-storage-modifier-import: #f0f3f6;
    --color-prettylights-syntax-entity-tag: #72f088;
    --color-prettylights-syntax-keyword: #ff9492;
    --color-prettylights-syntax-string: #addcff;
    --color-prettylights-syntax-variable: #ffb757;
    --color-prettylights-syntax-brackethighlighter-unmatched: #ff6a69;
    --color-prettylights-syntax-invalid-illegal-text: #ffffff;
    --color-prettylights-syntax-invalid-illegal-bg: #e82a2f;
    --color-prettylights-syntax-carriage-return-text: #ffffff;
    --color-prettylights-syntax-carriage-return-bg: #ff4445;
    --color-prettylights-syntax-string-regexp: #72f088;
    --color-prettylights-syntax-markup-list: #fbd669;
    --color-prettylights-syntax-markup-heading: #409eff;
    --color-prettylights-syntax-markup-italic: #f0f3f6;
    --color-prettylights-syntax-markup-bold: #f0f3f6;
    --color-prettylights-syntax-markup-deleted-text: #ffdedb;
    --color-prettylights-syntax-markup-deleted-bg: #cc1421;
    --color-prettylights-syntax-markup-inserted-text: #acf7b6;
    --color-prettylights-syntax-markup-inserted-bg: #007728;
    --color-prettylights-syntax-markup-changed-text: #ffe1b4;
    --color-prettylights-syntax-markup-changed-bg: #a74c00;
    --color-prettylights-syntax-markup-ignored-text: #f0f3f6;
    --color-prettylights-syntax-markup-ignored-bg: #318bf8;
    --color-prettylights-syntax-meta-diff-range: #dbb7ff;
    --color-prettylights-syntax-brackethighlighter-angle: #bdc4cc;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #7a828e;
    --color-prettylights-syntax-constant-other-reference-link: #addcff;
    --color-codemirror-text: #f0f3f6;
    --color-codemirror-bg: #0a0c10;
    --color-codemirror-gutters-bg: #0a0c10;
    --color-codemirror-guttermarker-text: #0a0c10;
    --color-codemirror-guttermarker-subtle-text: #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-project-header-bg: #0a0c10;
    --color-project-sidebar-bg: #272b33;
    --color-project-gradient-in: #272b33;
    --color-project-gradient-out: rgba(39,43,51,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-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-topic-tag-border: #409eff;
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #7a828e;
    --color-select-menu-tap-highlight: rgba(82,89,100,0.5);
    --color-select-menu-tap-focus-bg: #1e60d5;
    --color-overlay-shadow: 0 0 0 1px #525964, 0 16px 32px rgba(1,4,9,0.85);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #272b33;
    --color-header-divider: #bdc4cc;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #0a0c10;
    --color-header-search-border: #525964;
    --color-sidenav-selected-bg: #272b33;
    --color-menu-bg-active: #272b33;
    --color-input-disabled-bg: rgba(158,167,179,0);
    --color-timeline-badge-bg: #272b33;
    --color-ansi-black: #7a828e;
    --color-ansi-black-bright: #9ea7b3;
    --color-ansi-white: #d9dee3;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #9ea7b3;
    --color-ansi-red: #ff9492;
    --color-ansi-red-bright: #ffb1af;
    --color-ansi-green: #26cd4d;
    --color-ansi-green-bright: #4ae168;
    --color-ansi-yellow: #f0b72f;
    --color-ansi-yellow-bright: #f7c843;
    --color-ansi-blue: #71b7ff;
    --color-ansi-blue-bright: #91cbff;
    --color-ansi-magenta: #cb9eff;
    --color-ansi-magenta-bright: #dbb7ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #f0f3f6;
    --color-btn-bg: #272b33;
    --color-btn-border: #7a828e;
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #525964;
    --color-btn-hover-border: #bdc4cc;
    --color-btn-active-bg: hsla(217,10%,33%,1);
    --color-btn-active-border: #9ea7b3;
    --color-btn-selected-bg: rgba(82,89,100,0.9);
    --color-btn-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-underlinenav-icon: #f0f3f6;
    --color-underlinenav-border-hover: #bdc4cc;
    --color-action-list-item-inline-divider: #7a828e;
    --color-action-list-item-default-hover-bg: #272b33;
    --color-action-list-item-default-hover-border: #7a828e;
    --color-action-list-item-default-active-bg: #525964;
    --color-action-list-item-default-active-border: #9ea7b3;
    --color-action-list-item-default-selected-bg: #525964;
    --color-action-list-item-danger-hover-bg: #ff6a69;
    --color-action-list-item-danger-active-bg: #ff4445;
    --color-action-list-item-danger-hover-text: #0a0c10;
    --color-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-border-default: #7a828e;
    --color-border-muted: #7a828e;
    --color-border-subtle: #7a828e;
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #ffffff;
    --color-neutral-emphasis: #9ea7b3;
    --color-neutral-muted: rgba(158,167,179,0.4);
    --color-neutral-subtle: rgba(158,167,179,0.1);
    --color-accent-fg: #71b7ff;
    --color-accent-emphasis: #409eff;
    --color-accent-muted: #409eff;
    --color-accent-subtle: rgba(64,158,255,0.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-fg-disabled: #7a828e;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(10,12,16,0.95);
    --color-primer-border-active: #FF967D;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-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-canvas-default-transparent: rgba(10,12,16,0);
    --color-page-header-bg: #0a0c10;
    --color-marketing-icon-primary: #91cbff;
    --color-marketing-icon-secondary: #409eff;
    --color-diff-blob-addition-num-text: #f0f3f6;
    --color-diff-blob-addition-fg: #0a0c10;
    --color-diff-blob-addition-num-bg: rgba(38,205,77,0.3);
    --color-diff-blob-addition-line-bg: rgba(9,180,58,0.15);
    --color-diff-blob-addition-word-bg: #09b43a;
    --color-diff-blob-deletion-num-text: #f0f3f6;
    --color-diff-blob-deletion-fg: #0a0c10;
    --color-diff-blob-deletion-num-bg: rgba(255,106,105,0.3);
    --color-diff-blob-deletion-line-bg: rgba(255,106,105,0.15);
    --color-diff-blob-deletion-word-bg: #ff6a69;
    --color-diff-blob-hunk-num-bg: rgba(64,158,255,0.4);
    --color-diff-blob-expander-icon: #f0f3f6;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: #ffb1af;
    --color-diffstat-addition-border: #4ae168;
    --color-diffstat-addition-bg: #26cd4d;
    --color-search-keyword-hl: rgba(240,183,47,0.4);
    --color-prettylights-syntax-comment: #bdc4cc;
    --color-prettylights-syntax-constant: #91cbff;
    --color-prettylights-syntax-entity: #dbb7ff;
    --color-prettylights-syntax-storage-modifier-import: #f0f3f6;
    --color-prettylights-syntax-entity-tag: #72f088;
    --color-prettylights-syntax-keyword: #ff9492;
    --color-prettylights-syntax-string: #addcff;
    --color-prettylights-syntax-variable: #ffb757;
    --color-prettylights-syntax-brackethighlighter-unmatched: #ff6a69;
    --color-prettylights-syntax-invalid-illegal-text: #ffffff;
    --color-prettylights-syntax-invalid-illegal-bg: #e82a2f;
    --color-prettylights-syntax-carriage-return-text: #ffffff;
    --color-prettylights-syntax-carriage-return-bg: #ff4445;
    --color-prettylights-syntax-string-regexp: #72f088;
    --color-prettylights-syntax-markup-list: #fbd669;
    --color-prettylights-syntax-markup-heading: #409eff;
    --color-prettylights-syntax-markup-italic: #f0f3f6;
    --color-prettylights-syntax-markup-bold: #f0f3f6;
    --color-prettylights-syntax-markup-deleted-text: #ffdedb;
    --color-prettylights-syntax-markup-deleted-bg: #cc1421;
    --color-prettylights-syntax-markup-inserted-text: #acf7b6;
    --color-prettylights-syntax-markup-inserted-bg: #007728;
    --color-prettylights-syntax-markup-changed-text: #ffe1b4;
    --color-prettylights-syntax-markup-changed-bg: #a74c00;
    --color-prettylights-syntax-markup-ignored-text: #f0f3f6;
    --color-prettylights-syntax-markup-ignored-bg: #318bf8;
    --color-prettylights-syntax-meta-diff-range: #dbb7ff;
    --color-prettylights-syntax-brackethighlighter-angle: #bdc4cc;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #7a828e;
    --color-prettylights-syntax-constant-other-reference-link: #addcff;
    --color-codemirror-text: #f0f3f6;
    --color-codemirror-bg: #0a0c10;
    --color-codemirror-gutters-bg: #0a0c10;
    --color-codemirror-guttermarker-text: #0a0c10;
    --color-codemirror-guttermarker-subtle-text: #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-project-header-bg: #0a0c10;
    --color-project-sidebar-bg: #272b33;
    --color-project-gradient-in: #272b33;
    --color-project-gradient-out: rgba(39,43,51,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-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-topic-tag-border: #409eff;
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #7a828e;
    --color-select-menu-tap-highlight: rgba(82,89,100,0.5);
    --color-select-menu-tap-focus-bg: #1e60d5;
    --color-overlay-shadow: 0 0 0 1px #525964, 0 16px 32px rgba(1,4,9,0.85);
    --color-header-text: rgba(255,255,255,0.7);
    --color-header-bg: #272b33;
    --color-header-divider: #bdc4cc;
    --color-header-logo: #ffffff;
    --color-header-search-bg: #0a0c10;
    --color-header-search-border: #525964;
    --color-sidenav-selected-bg: #272b33;
    --color-menu-bg-active: #272b33;
    --color-input-disabled-bg: rgba(158,167,179,0);
    --color-timeline-badge-bg: #272b33;
    --color-ansi-black: #7a828e;
    --color-ansi-black-bright: #9ea7b3;
    --color-ansi-white: #d9dee3;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #9ea7b3;
    --color-ansi-red: #ff9492;
    --color-ansi-red-bright: #ffb1af;
    --color-ansi-green: #26cd4d;
    --color-ansi-green-bright: #4ae168;
    --color-ansi-yellow: #f0b72f;
    --color-ansi-yellow-bright: #f7c843;
    --color-ansi-blue: #71b7ff;
    --color-ansi-blue-bright: #91cbff;
    --color-ansi-magenta: #cb9eff;
    --color-ansi-magenta-bright: #dbb7ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #f0f3f6;
    --color-btn-bg: #272b33;
    --color-btn-border: #7a828e;
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #525964;
    --color-btn-hover-border: #bdc4cc;
    --color-btn-active-bg: hsla(217,10%,33%,1);
    --color-btn-active-border: #9ea7b3;
    --color-btn-selected-bg: rgba(82,89,100,0.9);
    --color-btn-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-underlinenav-icon: #f0f3f6;
    --color-underlinenav-border-hover: #bdc4cc;
    --color-action-list-item-inline-divider: #7a828e;
    --color-action-list-item-default-hover-bg: #272b33;
    --color-action-list-item-default-hover-border: #7a828e;
    --color-action-list-item-default-active-bg: #525964;
    --color-action-list-item-default-active-border: #9ea7b3;
    --color-action-list-item-default-selected-bg: #525964;
    --color-action-list-item-danger-hover-bg: #ff6a69;
    --color-action-list-item-danger-active-bg: #ff4445;
    --color-action-list-item-danger-hover-text: #0a0c10;
    --color-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-border-default: #7a828e;
    --color-border-muted: #7a828e;
    --color-border-subtle: #7a828e;
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #ffffff;
    --color-neutral-emphasis: #9ea7b3;
    --color-neutral-muted: rgba(158,167,179,0.4);
    --color-neutral-subtle: rgba(158,167,179,0.1);
    --color-accent-fg: #71b7ff;
    --color-accent-emphasis: #409eff;
    --color-accent-muted: #409eff;
    --color-accent-subtle: rgba(64,158,255,0.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-fg-disabled: #7a828e;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(10,12,16,0.95);
    --color-primer-border-active: #FF967D;
    --color-primer-border-contrast: rgba(255,255,255,0.2);
    --color-primer-shadow-highlight: 0 0 transparent;
    --color-primer-shadow-inset: 0 0 transparent;
    --color-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 2, node_modules/@primer/primitives/dist/scss/colors/_dark_colorblind.scss */
[data-color-mode="light"][data-light-theme="dark_colorblind"],
[data-color-mode="dark"][data-dark-theme="dark_colorblind"] {
  --color-canvas-default-transparent: rgba(13,17,23,0);
  --color-page-header-bg: #0d1117;
  --color-marketing-icon-primary: #79c0ff;
  --color-marketing-icon-secondary: #1f6feb;
  --color-diff-blob-addition-num-text: #c9d1d9;
  --color-diff-blob-addition-fg: #c9d1d9;
  --color-diff-blob-addition-num-bg: rgba(66,160,255,0.3);
  --color-diff-blob-addition-line-bg: rgba(21,133,253,0.15);
  --color-diff-blob-addition-word-bg: rgba(21,133,253,0.4);
  --color-diff-blob-deletion-num-text: #c9d1d9;
  --color-diff-blob-deletion-fg: #c9d1d9;
  --color-diff-blob-deletion-num-bg: rgba(195,128,0,0.3);
  --color-diff-blob-deletion-line-bg: rgba(195,128,0,0.15);
  --color-diff-blob-deletion-word-bg: rgba(195,128,0,0.4);
  --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
  --color-diff-blob-expander-icon: #8b949e;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-border: rgba(240,246,252,0.1);
  --color-diffstat-addition-bg: #42a0ff;
  --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: #83d4ff;
  --color-prettylights-syntax-keyword: #d69a00;
  --color-prettylights-syntax-string: #a5d6ff;
  --color-prettylights-syntax-variable: #ffa657;
  --color-prettylights-syntax-brackethighlighter-unmatched: #c38000;
  --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
  --color-prettylights-syntax-invalid-illegal-bg: #633e00;
  --color-prettylights-syntax-carriage-return-text: #f0f6fc;
  --color-prettylights-syntax-carriage-return-bg: #865401;
  --color-prettylights-syntax-string-regexp: #83d4ff;
  --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: #f0ec59;
  --color-prettylights-syntax-markup-deleted-bg: #452f00;
  --color-prettylights-syntax-markup-inserted-text: #a0e8ff;
  --color-prettylights-syntax-markup-inserted-bg: #0a2861;
  --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: #d69a00;
  --color-codemirror-syntax-storage: #d69a00;
  --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: #c38000;
  --color-checks-donut-pending: #d29922;
  --color-checks-donut-success: #1585fd;
  --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: #c38000;
  --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(195,128,0,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: #42a0ff;
  --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: #d69a00;
  --color-checks-ansi-red-bright: #e6b716;
  --color-checks-ansi-green: #42a0ff;
  --color-checks-ansi-green-bright: #66baff;
  --color-checks-ansi-yellow: #d29922;
  --color-checks-ansi-yellow-bright: #e3b341;
  --color-checks-ansi-blue: #58a6ff;
  --color-checks-ansi-blue-bright: #79c0ff;
  --color-checks-ansi-magenta: #bc8cff;
  --color-checks-ansi-magenta-bright: #d2a8ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0d1117;
  --color-project-sidebar-bg: #161b22;
  --color-project-gradient-in: #161b22;
  --color-project-gradient-out: rgba(22,27,34,0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-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-topic-tag-border: rgba(0,0,0,0);
  --color-counter-border: rgba(0,0,0,0);
  --color-select-menu-backdrop-border: #484f58;
  --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
  --color-select-menu-tap-focus-bg: #0c2d6b;
  --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
  --color-header-text: rgba(240,246,252,0.7);
  --color-header-bg: #161b22;
  --color-header-divider: #8b949e;
  --color-header-logo: #f0f6fc;
  --color-header-search-bg: #0d1117;
  --color-header-search-border: #30363d;
  --color-sidenav-selected-bg: #21262d;
  --color-menu-bg-active: #161b22;
  --color-input-disabled-bg: rgba(110,118,129,0);
  --color-timeline-badge-bg: #21262d;
  --color-ansi-black: #484f58;
  --color-ansi-black-bright: #6e7681;
  --color-ansi-white: #b1bac4;
  --color-ansi-white-bright: #f0f6fc;
  --color-ansi-gray: #6e7681;
  --color-ansi-red: #d69a00;
  --color-ansi-red-bright: #e6b716;
  --color-ansi-green: #42a0ff;
  --color-ansi-green-bright: #66baff;
  --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: #1d69e0;
  --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: #1585fd;
  --color-btn-primary-hover-border: rgba(240,246,252,0.1);
  --color-btn-primary-selected-bg: #1d69e0;
  --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(29,105,224,0.6);
  --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
  --color-btn-primary-focus-bg: #1d69e0;
  --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: #c38000;
  --color-btn-danger-hover-text: #f0f6fc;
  --color-btn-danger-hover-bg: #a66900;
  --color-btn-danger-hover-border: #c38000;
  --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: #865401;
  --color-btn-danger-selected-border: #d69a00;
  --color-btn-danger-selected-shadow: 0 0 transparent;
  --color-btn-danger-disabled-text: rgba(195,128,0,0.5);
  --color-btn-danger-disabled-bg: #0d1117;
  --color-btn-danger-disabled-counter-bg: rgba(166,105,0,0.05);
  --color-btn-danger-focus-border: #c38000;
  --color-btn-danger-focus-shadow: 0 0 0 3px rgba(195,128,0,0.4);
  --color-btn-danger-counter-bg: rgba(166,105,0,0.1);
  --color-btn-danger-icon: #c38000;
  --color-underlinenav-icon: #484f58;
  --color-underlinenav-border-hover: rgba(110,118,129,0.4);
  --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
  --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
  --color-action-list-item-default-hover-border: rgba(0,0,0,0);
  --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
  --color-action-list-item-default-active-border: rgba(0,0,0,0);
  --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
  --color-action-list-item-danger-hover-bg: rgba(195,128,0,0.16);
  --color-action-list-item-danger-active-bg: rgba(195,128,0,0.24);
  --color-action-list-item-danger-hover-text: #d69a00;
  --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-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-border-subtle: rgba(240,246,252,0.1);
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #010409;
  --color-shadow-large: 0 8px 24px #010409;
  --color-shadow-extra-large: 0 12px 48px #010409;
  --color-neutral-emphasis-plus: #6e7681;
  --color-neutral-emphasis: #6e7681;
  --color-neutral-muted: rgba(110,118,129,0.4);
  --color-neutral-subtle: rgba(110,118,129,0.1);
  --color-accent-fg: #58a6ff;
  --color-accent-emphasis: #1f6feb;
  --color-accent-muted: rgba(56,139,253,0.4);
  --color-accent-subtle: rgba(56,139,253,0.15);
  --color-success-fg: #42a0ff;
  --color-success-emphasis: #1d69e0;
  --color-success-muted: rgba(21,133,253,0.4);
  --color-success-subtle: rgba(21,133,253,0.15);
  --color-attention-fg: #d29922;
  --color-attention-emphasis: #9e6a03;
  --color-attention-muted: rgba(187,128,9,0.4);
  --color-attention-subtle: rgba(187,128,9,0.15);
  --color-severe-fg: #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: #c38000;
  --color-danger-emphasis: #a66900;
  --color-danger-muted: rgba(195,128,0,0.4);
  --color-danger-subtle: rgba(195,128,0,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-fg-disabled: #484f58;
  --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
  --color-primer-canvas-sticky: rgba(13,17,23,0.95);
  --color-primer-border-active: #F78166;
  --color-primer-border-contrast: rgba(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: #a0e8ff;
  --color-scale-green-1: #83d4ff;
  --color-scale-green-2: #66baff;
  --color-scale-green-3: #42a0ff;
  --color-scale-green-4: #1585fd;
  --color-scale-green-5: #1d69e0;
  --color-scale-green-6: #0f53bc;
  --color-scale-green-7: #0b3c92;
  --color-scale-green-8: #0a2861;
  --color-scale-green-9: #041843;
  --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: #f0ec59;
  --color-scale-red-1: #ecd334;
  --color-scale-red-2: #e6b716;
  --color-scale-red-3: #d69a00;
  --color-scale-red-4: #c38000;
  --color-scale-red-5: #a66900;
  --color-scale-red-6: #865401;
  --color-scale-red-7: #633e00;
  --color-scale-red-8: #452f00;
  --color-scale-red-9: #292100;
  --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_colorblind.scss */
  [data-color-mode="auto"][data-light-theme="dark_colorblind"] {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(66,160,255,0.3);
    --color-diff-blob-addition-line-bg: rgba(21,133,253,0.15);
    --color-diff-blob-addition-word-bg: rgba(21,133,253,0.4);
    --color-diff-blob-deletion-num-text: #c9d1d9;
    --color-diff-blob-deletion-fg: #c9d1d9;
    --color-diff-blob-deletion-num-bg: rgba(195,128,0,0.3);
    --color-diff-blob-deletion-line-bg: rgba(195,128,0,0.15);
    --color-diff-blob-deletion-word-bg: rgba(195,128,0,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #42a0ff;
    --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: #83d4ff;
    --color-prettylights-syntax-keyword: #d69a00;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa657;
    --color-prettylights-syntax-brackethighlighter-unmatched: #c38000;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #633e00;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #865401;
    --color-prettylights-syntax-string-regexp: #83d4ff;
    --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: #f0ec59;
    --color-prettylights-syntax-markup-deleted-bg: #452f00;
    --color-prettylights-syntax-markup-inserted-text: #a0e8ff;
    --color-prettylights-syntax-markup-inserted-bg: #0a2861;
    --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: #d69a00;
    --color-codemirror-syntax-storage: #d69a00;
    --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: #c38000;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #1585fd;
    --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: #c38000;
    --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(195,128,0,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: #42a0ff;
    --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: #d69a00;
    --color-checks-ansi-red-bright: #e6b716;
    --color-checks-ansi-green: #42a0ff;
    --color-checks-ansi-green-bright: #66baff;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-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-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-header-text: rgba(240,246,252,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #f0f6fc;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #d69a00;
    --color-ansi-red-bright: #e6b716;
    --color-ansi-green: #42a0ff;
    --color-ansi-green-bright: #66baff;
    --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: #1d69e0;
    --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: #1585fd;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #1d69e0;
    --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(29,105,224,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-focus-bg: #1d69e0;
    --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: #c38000;
    --color-btn-danger-hover-text: #f0f6fc;
    --color-btn-danger-hover-bg: #a66900;
    --color-btn-danger-hover-border: #c38000;
    --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: #865401;
    --color-btn-danger-selected-border: #d69a00;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(195,128,0,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(166,105,0,0.05);
    --color-btn-danger-focus-border: #c38000;
    --color-btn-danger-focus-shadow: 0 0 0 3px rgba(195,128,0,0.4);
    --color-btn-danger-counter-bg: rgba(166,105,0,0.1);
    --color-btn-danger-icon: #c38000;
    --color-underlinenav-icon: #484f58;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(195,128,0,0.16);
    --color-action-list-item-danger-active-bg: rgba(195,128,0,0.24);
    --color-action-list-item-danger-hover-text: #d69a00;
    --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-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.15);
    --color-success-fg: #42a0ff;
    --color-success-emphasis: #1d69e0;
    --color-success-muted: rgba(21,133,253,0.4);
    --color-success-subtle: rgba(21,133,253,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #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: #c38000;
    --color-danger-emphasis: #a66900;
    --color-danger-muted: rgba(195,128,0,0.4);
    --color-danger-subtle: rgba(195,128,0,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-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #F78166;
    --color-primer-border-contrast: rgba(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: #a0e8ff;
    --color-scale-green-1: #83d4ff;
    --color-scale-green-2: #66baff;
    --color-scale-green-3: #42a0ff;
    --color-scale-green-4: #1585fd;
    --color-scale-green-5: #1d69e0;
    --color-scale-green-6: #0f53bc;
    --color-scale-green-7: #0b3c92;
    --color-scale-green-8: #0a2861;
    --color-scale-green-9: #041843;
    --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: #f0ec59;
    --color-scale-red-1: #ecd334;
    --color-scale-red-2: #e6b716;
    --color-scale-red-3: #d69a00;
    --color-scale-red-4: #c38000;
    --color-scale-red-5: #a66900;
    --color-scale-red-6: #865401;
    --color-scale-red-7: #633e00;
    --color-scale-red-8: #452f00;
    --color-scale-red-9: #292100;
    --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_colorblind.scss */
  [data-color-mode="auto"][data-dark-theme="dark_colorblind"] {
    --color-canvas-default-transparent: rgba(13,17,23,0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(66,160,255,0.3);
    --color-diff-blob-addition-line-bg: rgba(21,133,253,0.15);
    --color-diff-blob-addition-word-bg: rgba(21,133,253,0.4);
    --color-diff-blob-deletion-num-text: #c9d1d9;
    --color-diff-blob-deletion-fg: #c9d1d9;
    --color-diff-blob-deletion-num-bg: rgba(195,128,0,0.3);
    --color-diff-blob-deletion-line-bg: rgba(195,128,0,0.15);
    --color-diff-blob-deletion-word-bg: rgba(195,128,0,0.4);
    --color-diff-blob-hunk-num-bg: rgba(56,139,253,0.4);
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-border: rgba(240,246,252,0.1);
    --color-diffstat-addition-bg: #42a0ff;
    --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: #83d4ff;
    --color-prettylights-syntax-keyword: #d69a00;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa657;
    --color-prettylights-syntax-brackethighlighter-unmatched: #c38000;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #633e00;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #865401;
    --color-prettylights-syntax-string-regexp: #83d4ff;
    --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: #f0ec59;
    --color-prettylights-syntax-markup-deleted-bg: #452f00;
    --color-prettylights-syntax-markup-inserted-text: #a0e8ff;
    --color-prettylights-syntax-markup-inserted-bg: #0a2861;
    --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: #d69a00;
    --color-codemirror-syntax-storage: #d69a00;
    --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: #c38000;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #1585fd;
    --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: #c38000;
    --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(195,128,0,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: #42a0ff;
    --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: #d69a00;
    --color-checks-ansi-red-bright: #e6b716;
    --color-checks-ansi-green: #42a0ff;
    --color-checks-ansi-green-bright: #66baff;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22,27,34,0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-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-topic-tag-border: rgba(0,0,0,0);
    --color-counter-border: rgba(0,0,0,0);
    --color-select-menu-backdrop-border: #484f58;
    --color-select-menu-tap-highlight: rgba(48,54,61,0.5);
    --color-select-menu-tap-focus-bg: #0c2d6b;
    --color-overlay-shadow: 0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85);
    --color-header-text: rgba(240,246,252,0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110,118,129,0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #f0f6fc;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #d69a00;
    --color-ansi-red-bright: #e6b716;
    --color-ansi-green: #42a0ff;
    --color-ansi-green-bright: #66baff;
    --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: #1d69e0;
    --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: #1585fd;
    --color-btn-primary-hover-border: rgba(240,246,252,0.1);
    --color-btn-primary-selected-bg: #1d69e0;
    --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(29,105,224,0.6);
    --color-btn-primary-disabled-border: rgba(240,246,252,0.1);
    --color-btn-primary-focus-bg: #1d69e0;
    --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: #c38000;
    --color-btn-danger-hover-text: #f0f6fc;
    --color-btn-danger-hover-bg: #a66900;
    --color-btn-danger-hover-border: #c38000;
    --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: #865401;
    --color-btn-danger-selected-border: #d69a00;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(195,128,0,0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(166,105,0,0.05);
    --color-btn-danger-focus-border: #c38000;
    --color-btn-danger-focus-shadow: 0 0 0 3px rgba(195,128,0,0.4);
    --color-btn-danger-counter-bg: rgba(166,105,0,0.1);
    --color-btn-danger-icon: #c38000;
    --color-underlinenav-icon: #484f58;
    --color-underlinenav-border-hover: rgba(110,118,129,0.4);
    --color-action-list-item-inline-divider: rgba(48,54,61,0.48);
    --color-action-list-item-default-hover-bg: rgba(177,186,196,0.12);
    --color-action-list-item-default-hover-border: rgba(0,0,0,0);
    --color-action-list-item-default-active-bg: rgba(177,186,196,0.2);
    --color-action-list-item-default-active-border: rgba(0,0,0,0);
    --color-action-list-item-default-selected-bg: rgba(177,186,196,0.08);
    --color-action-list-item-danger-hover-bg: rgba(195,128,0,0.16);
    --color-action-list-item-danger-active-bg: rgba(195,128,0,0.24);
    --color-action-list-item-danger-hover-text: #d69a00;
    --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-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240,246,252,0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110,118,129,0.4);
    --color-neutral-subtle: rgba(110,118,129,0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56,139,253,0.4);
    --color-accent-subtle: rgba(56,139,253,0.15);
    --color-success-fg: #42a0ff;
    --color-success-emphasis: #1d69e0;
    --color-success-muted: rgba(21,133,253,0.4);
    --color-success-subtle: rgba(21,133,253,0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187,128,9,0.4);
    --color-attention-subtle: rgba(187,128,9,0.15);
    --color-severe-fg: #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: #c38000;
    --color-danger-emphasis: #a66900;
    --color-danger-muted: rgba(195,128,0,0.4);
    --color-danger-subtle: rgba(195,128,0,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-fg-disabled: #484f58;
    --color-primer-canvas-backdrop: rgba(1,4,9,0.8);
    --color-primer-canvas-sticky: rgba(13,17,23,0.95);
    --color-primer-border-active: #F78166;
    --color-primer-border-contrast: rgba(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: #a0e8ff;
    --color-scale-green-1: #83d4ff;
    --color-scale-green-2: #66baff;
    --color-scale-green-3: #42a0ff;
    --color-scale-green-4: #1585fd;
    --color-scale-green-5: #1d69e0;
    --color-scale-green-6: #0f53bc;
    --color-scale-green-7: #0b3c92;
    --color-scale-green-8: #0a2861;
    --color-scale-green-9: #041843;
    --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: #f0ec59;
    --color-scale-red-1: #ecd334;
    --color-scale-red-2: #e6b716;
    --color-scale-red-3: #d69a00;
    --color-scale-red-4: #c38000;
    --color-scale-red-5: #a66900;
    --color-scale-red-6: #865401;
    --color-scale-red-7: #633e00;
    --color-scale-red-8: #452f00;
    --color-scale-red-9: #292100;
    --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 31, 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 43, 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 49, node_modules/@primer/css/support/mixins/color-modes.scss */
  [data-color-mode="auto"][data-dark-theme*="light"] {
    color-scheme: light;
  }
}

/* line 37, 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 43, 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 49, node_modules/@primer/css/support/mixins/color-modes.scss */
  [data-color-mode="auto"][data-dark-theme*="dark"] {
    color-scheme: dark;
  }
}

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

/*!
 * @primer/css/core
 * http://primer.style/css
 *
 * Released under MIT license. Copyright (c) 2019 GitHub Inc.
 */
/* line 2, node_modules/@primer/css/actionlist/action-list.scss */
.ActionList {
  padding: 8px;
}

/* line 7, node_modules/@primer/css/actionlist/action-list.scss */
.ActionList--full {
  padding: 0;
}

/* line 14, node_modules/@primer/css/actionlist/action-list.scss */
.ActionList--divided .ActionList-item-label::before {
  position: absolute;
  top: -6px;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background: var(--color-action-list-item-inline-divider);
}

/* line 27, node_modules/@primer/css/actionlist/action-list.scss */
.ActionList--divided .ActionList-item--navActive .ActionList-item-label::before,
.ActionList--divided .ActionList-item--navActive + .ActionList-item .ActionList-item-label::before {
  visibility: hidden;
}

/* line 35, node_modules/@primer/css/actionlist/action-list.scss */
.ActionList-item:first-of-type .ActionList-item-label::before,
.ActionList-sectionDivider + .ActionList-item .ActionList-item-label::before {
  visibility: hidden;
}

/* line 16, node_modules/@primer/css/actionlist/action-list-tree.scss */
.ActionList--tree {
  --ActionList-tree-depth: 1;
}

/* line 19, node_modules/@primer/css/actionlist/action-list-tree.scss */
.ActionList--tree .ActionList-item--subItem > .ActionList-content {
  font-size: 14px;
}

/* line 27, node_modules/@primer/css/actionlist/action-list-tree.scss */
.ActionList--tree .ActionList-item[aria-expanded] .ActionList--subGroup {
  position: relative;
}

/* line 32, node_modules/@primer/css/actionlist/action-list-tree.scss */
.ActionList--tree .ActionList-item[aria-expanded] .ActionList--subGroup .ActionList-content {
  padding-left: calc(8px * var(--ActionList-tree-depth));
}

/* line 41, node_modules/@primer/css/actionlist/action-list-tree.scss */
.ActionList--tree .ActionList-item[aria-expanded='true'] .ActionList-item-collapseIcon {
  transition: transform 120ms linear;
  transform: rotate(0deg);
}

/* line 48, node_modules/@primer/css/actionlist/action-list-tree.scss */
.ActionList--tree .ActionList-item[aria-expanded='false'] .ActionList-item-collapseIcon {
  transition: transform 120ms linear;
  transform: rotate(-90deg);
}

/* line 63, node_modules/@primer/css/actionlist/action-list-tree.scss */
.ActionList--tree .ActionList-item--hasSubItem .ActionList-item--subItem:not(.ActionList-item--hasSubItem) .ActionList-content > span:first-child {
  padding-left: 24px;
}

/* line 74, node_modules/@primer/css/actionlist/action-list-tree.scss */
.ActionList--tree > .ActionList-item--hasSubItem[aria-level='1'] > .ActionList--subGroup::before {
  position: absolute;
  left: 16px;
  width: 1px;
  height: 100%;
  content: '';
  background: var(--color-action-list-item-inline-divider);
}

/* line 85, node_modules/@primer/css/actionlist/action-list-tree.scss */
.ActionList--tree .ActionList-item--hasSubItem:not([aria-level='1']) > .ActionList--subGroup::before {
  position: absolute;
  left: calc(8px * (var(--ActionList-tree-depth)) + 7px);
  width: 1px;
  height: 100%;
  content: '';
  background: var(--color-action-list-item-inline-divider);
}

/* line 20, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item {
  position: relative;
  list-style: none;
  background-color: transparent;
  border-radius: 6px;
}

/* line 26, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item:hover, .ActionList-item:active {
  cursor: pointer;
}

/* line 31, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item:hover .ActionList-content, .ActionList-item:active .ActionList-content {
  text-decoration: none;
}

/* line 38, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item:not(.ActionList-item--hasSubItem):hover {
  cursor: pointer;
  background-color: var(--color-action-list-item-default-hover-bg);
}

/* line 43, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item:not(.ActionList-item--hasSubItem):active {
  background: var(--color-action-list-item-default-active-bg);
}

@media screen and (prefers-reduced-motion: no-preference) {
  /* line 43, node_modules/@primer/css/actionlist/action-list-item.scss */
  .ActionList-item:not(.ActionList-item--hasSubItem):active {
    animation: ActionList-item-active-bg 4s forwards cubic-bezier(0.33, 1, 0.68, 1);
  }
}

@keyframes ActionList-item-active-bg {
  50% {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.04);
    transform: scale(1);
  }
  100% {
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.04);
    transform: scale(0.97);
  }
}

/* line 71, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item:not(.ActionList-item--hasSubItem):hover .ActionList-item-label::before,
.ActionList-item:not(.ActionList-item--hasSubItem):hover + .ActionList-item .ActionList-item-label::before, .ActionList-item:not(.ActionList-item--hasSubItem):active .ActionList-item-label::before,
.ActionList-item:not(.ActionList-item--hasSubItem):active + .ActionList-item .ActionList-item-label::before {
  visibility: hidden;
}

/* line 83, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item.ActionList-item--hasSubItem > .ActionList-content:hover {
  background-color: var(--color-action-list-item-default-hover-bg);
}

/* line 93, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item.ActionList-item--navActive:not(.ActionList-item--subItem) .ActionList-item-label {
  font-weight: 600;
}

/* line 98, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger) {
  background: var(--color-action-list-item-default-selected-bg);
}

/* line 102, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)::before,
.ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger) + .ActionList-item::before {
  visibility: hidden;
}

/* line 108, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)::after {
  position: absolute;
  top: calc(50% - 12px);
  left: -8px;
  width: 4px;
  height: 24px;
  content: '';
  background: var(--color-accent-fg);
  border-radius: 6px;
}

/* line 120, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item[aria-expanded] .ActionList--subGroup .ActionList-content {
  padding-left: 24px;
}

/* line 128, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item[aria-expanded] .ActionList-content--visual16 + .ActionList--subGroup .ActionList-content {
  padding-left: 32px;
}

/* line 136, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item[aria-expanded] .ActionList-content--visual20 + .ActionList--subGroup .ActionList-content {
  padding-left: 36px;
}

/* line 144, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item[aria-expanded] .ActionList-content--visual24 + .ActionList--subGroup .ActionList-content {
  padding-left: 40px;
}

/* line 151, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item[aria-expanded='true'] .ActionList-item-collapseIcon {
  transition: transform 120ms linear;
  transform: scaleY(-1);
}

/* line 156, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item[aria-expanded='true'] .ActionList--subGroup {
  display: block;
}

/* line 162, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item.ActionList-item--hasActiveSubItem[aria-expanded='true'] > .ActionList-content > .ActionList-item-label {
  font-weight: 600;
}

/* line 169, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item[aria-expanded='false'] .ActionList-item-collapseIcon {
  transition: transform 120ms linear;
  transform: scaleY(1);
}

/* line 174, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item[aria-expanded='false'] .ActionList--subGroup {
  display: none;
}

/* line 179, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item.ActionList-item--hasActiveSubItem[aria-expanded='false'] {
  background: var(--color-action-list-item-default-selected-bg);
}

/* line 182, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item.ActionList-item--hasActiveSubItem[aria-expanded='false'] .ActionList-item-label {
  font-weight: 600;
}

/* line 187, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item.ActionList-item--hasActiveSubItem[aria-expanded='false']::before,
.ActionList-item.ActionList-item--hasActiveSubItem[aria-expanded='false'] + .ActionList-item::before {
  visibility: hidden;
}

/* line 193, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item.ActionList-item--hasActiveSubItem[aria-expanded='false']::after {
  position: absolute;
  top: calc(50% - 12px);
  left: -8px;
  width: 4px;
  height: 24px;
  content: '';
  background: var(--color-accent-fg);
  border-radius: 6px;
}

/* line 205, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item[aria-checked='true'] .ActionList-item-multiSelectCheckmark, .ActionList-item[aria-selected='true'] .ActionList-item-multiSelectCheckmark {
  visibility: visible;
  opacity: 1;
  transition: visibility 0 linear 0, opacity 50ms;
}

/* line 212, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item[aria-checked='true'] .ActionList-item-singleSelectCheckmark, .ActionList-item[aria-selected='true'] .ActionList-item-singleSelectCheckmark {
  visibility: visible;
}

@media screen and (prefers-reduced-motion: no-preference) {
  /* line 212, node_modules/@primer/css/actionlist/action-list-item.scss */
  .ActionList-item[aria-checked='true'] .ActionList-item-singleSelectCheckmark, .ActionList-item[aria-selected='true'] .ActionList-item-singleSelectCheckmark {
    animation: checkmarkIn 200ms cubic-bezier(0.11, 0, 0.5, 0) forwards;
  }
}

/* line 222, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item[aria-checked='true'] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect, .ActionList-item[aria-selected='true'] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect {
  fill: var(--color-accent-fg);
  stroke: var(--color-accent-fg);
  stroke-width: 1px;
}

/* line 228, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item[aria-checked='true'] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectCheckmark, .ActionList-item[aria-selected='true'] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectCheckmark {
  fill: var(--color-fg-on-emphasis);
}

/* line 237, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item[aria-checked='false'] .ActionList-item-multiSelectCheckmark, .ActionList-item[aria-selected='false'] .ActionList-item-multiSelectCheckmark {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0 linear 50ms, opacity 50ms;
}

/* line 246, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item[aria-checked='false'] .ActionList-item-singleSelectCheckmark, .ActionList-item[aria-selected='false'] .ActionList-item-singleSelectCheckmark {
  visibility: hidden;
  transition: visibility 0s linear 200ms;
  -webkit-clip-path: inset(16px 0 0 0);
          clip-path: inset(16px 0 0 0);
}

@media screen and (prefers-reduced-motion: no-preference) {
  /* line 246, node_modules/@primer/css/actionlist/action-list-item.scss */
  .ActionList-item[aria-checked='false'] .ActionList-item-singleSelectCheckmark, .ActionList-item[aria-selected='false'] .ActionList-item-singleSelectCheckmark {
    animation: checkmarkOut 200ms cubic-bezier(0.11, 0, 0.5, 0) forwards;
  }
}

/* line 258, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item[aria-checked='false'] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect, .ActionList-item[aria-selected='false'] .ActionList-item-multiSelectIcon .ActionList-item-multiSelectIconRect {
  fill: var(--color-canvas-default);
  stroke: var(--color-border-default);
  stroke-width: 1px;
}

/* line 265, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item[aria-checked='false'] .ActionList-item-multiSelectIconRect, .ActionList-item[aria-selected='false'] .ActionList-item-multiSelectIconRect {
  fill: var(--color-canvas-default);
  border: 1px solid var(--color-border-default);
}

@keyframes checkmarkIn {
  from {
    -webkit-clip-path: inset(16px 0 0 0);
            clip-path: inset(16px 0 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes checkmarkOut {
  from {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  to {
    -webkit-clip-path: inset(16px 0 0 0);
            clip-path: inset(16px 0 0 0);
  }
}

/* line 295, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item.ActionList-item--danger .ActionList-item-label {
  color: var(--color-danger-fg);
}

/* line 299, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item.ActionList-item--danger .ActionList-item-visual {
  color: var(--color-danger-fg);
}

@media (hover: hover) and (pointer: fine) {
  /* line 304, node_modules/@primer/css/actionlist/action-list-item.scss */
  .ActionList-item.ActionList-item--danger:hover {
    background: var(--color-action-list-item-danger-hover-bg);
  }
  /* line 308, node_modules/@primer/css/actionlist/action-list-item.scss */
  .ActionList-item.ActionList-item--danger:hover .ActionList-item-label {
    color: var(--color-action-list-item-danger-hover-text);
  }
}

/* line 314, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item.ActionList-item--danger:active {
  background: var(--color-action-list-item-danger-active-bg);
}

/* line 321, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item[aria-disabled='true'] .ActionList-item-label,
.ActionList-item[aria-disabled='true'] .ActionList-item-description {
  color: var(--color-primer-fg-disabled);
}

/* line 326, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item[aria-disabled='true'] .ActionList-item-visual {
  fill: var(--color-primer-fg-disabled);
}

@media (hover: hover) and (pointer: fine) {
  /* line 331, node_modules/@primer/css/actionlist/action-list-item.scss */
  .ActionList-item[aria-disabled='true']:hover {
    cursor: not-allowed;
    background-color: transparent;
  }
}

/* line 339, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item .ActionList {
  padding: unset;
}

/* line 346, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-content {
  position: relative;
  display: grid;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-fg-default);
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 6px;
  transition: background 33.333ms linear;
  grid-template-rows: min-content;
  grid-template-areas: 'leadingAction leadingVisual label trailingVisual trailingAction';
  grid-template-columns: min-content min-content minmax(0, auto) min-content min-content;
  align-items: start;
}

/* line 363, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-content > :not(:last-child) {
  margin-right: 8px;
}

/* line 367, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-content:focus-visible {
  position: relative;
  z-index: 1;
  outline: none;
  box-shadow: 0 0 0 2px var(--color-accent-fg);
}

/* line 373, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-content.ActionList-content--sizeMedium {
  padding: 10px 8px;
}

/* line 379, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-content.ActionList-content--sizeLarge {
  padding: 14px 8px;
}

/* line 385, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-content.ActionList-content--fontSmall {
  font-size: 12px;
}

@media (pointer: coarse) {
  /* line 346, node_modules/@primer/css/actionlist/action-list-item.scss */
  .ActionList-content {
    padding: 14px 8px;
  }
}

/* line 397, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-content.ActionList-content--blockDescription .ActionList-item-visual {
  place-self: start;
}

/* line 405, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item-action--leading {
  grid-area: leadingAction;
}

/* line 409, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item-visual--leading {
  grid-area: leadingVisual;
}

/* line 413, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item-label {
  grid-area: label;
}

/* line 417, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item-visual--trailing {
  grid-area: trailingVisual;
}

/* line 421, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item-action--trailing {
  grid-area: trailingAction;
}

/* line 427, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item-descriptionWrap {
  grid-area: label;
  display: flex;
  flex-direction: column;
}

/* line 432, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item-descriptionWrap .ActionList-item-description {
  margin-top: 4px;
}

/* line 436, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item-descriptionWrap .ActionList-item-label {
  font-weight: 600;
}

/* line 442, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item-descriptionWrap--inline {
  flex-direction: row;
  align-items: baseline;
}

/* line 446, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item-descriptionWrap--inline .ActionList-item-description {
  margin-left: 8px;
}

/* line 453, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item-description {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-fg-muted);
}

/* line 462, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item-visual,
.ActionList-item-action {
  display: flex;
  min-height: 20px;
  color: var(--color-fg-muted);
  fill: var(--color-fg-muted);
  align-items: center;
}

/* line 473, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item-label {
  position: relative;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-fg-default);
}

/* line 482, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item-label--truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 492, node_modules/@primer/css/actionlist/action-list-item.scss */
.ActionList-item--subItem > .ActionList-content {
  font-size: 12px;
}

/* line 5, node_modules/@primer/css/actionlist/action-list-item-divider.scss */
.ActionList-sectionDivider:not(:empty) {
  display: flex;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-fg-muted);
  flex-direction: column;
}

/* line 16, node_modules/@primer/css/actionlist/action-list-item-divider.scss */
.ActionList-sectionDivider:empty {
  height: 1px;
  padding: 0;
  margin: 7px -8px 8px;
  list-style: none;
  background: var(--color-action-list-item-inline-divider);
  border: 0;
}

/* line 27, node_modules/@primer/css/actionlist/action-list-item-divider.scss */
.ActionList-sectionDivider--filled {
  margin: 8px -8px;
  background: var(--color-canvas-subtle);
  border-top: 1px solid var(--color-action-list-item-inline-divider);
  border-bottom: 1px solid var(--color-action-list-item-inline-divider);
}

/* line 34, node_modules/@primer/css/actionlist/action-list-item-divider.scss */
.ActionList-sectionDivider--filled:empty {
  height: 8px;
  box-sizing: border-box;
}

/* line 39, node_modules/@primer/css/actionlist/action-list-item-divider.scss */
.ActionList-sectionDivider--filled:first-child {
  margin-top: 0;
}

/*! 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.
 */
/* 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 */
  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: var(--color-attention-subtle);
  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 {
  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 {
  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"] {
  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 2, node_modules/@primer/css/base/base.scss */
* {
  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 57, node_modules/@primer/css/base/base.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

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

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

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

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

/* line 84, 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;
  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 {
  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: grab;
  opacity: 100;
}

/* line 141, node_modules/@primer/css/box/box.scss */
.Box-row.navigation-focus.is-dragging .Box-row--drag-button {
  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/box/box-overlay.scss */
.Box--overlay {
  width: 448px;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--color-canvas-default);
  background-clip: padding-box;
  border-color: var(--color-border-default);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
}

/* line 11, node_modules/@primer/css/box/box-overlay.scss */
.Box--overlay .Box-header {
  margin: 0;
  border-width: 0;
  border-bottom-width: 1px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 20, node_modules/@primer/css/box/box-overlay.scss */
.Box-overlay--narrow {
  width: 320px;
}

/* line 24, node_modules/@primer/css/box/box-overlay.scss */
.Box-overlay--wide {
  width: 640px;
}

/* line 29, node_modules/@primer/css/box/box-overlay.scss */
.Box-body.scrollable-overlay {
  max-height: 400px;
  overflow-y: scroll;
}

/* line 34, node_modules/@primer/css/box/box-overlay.scss */
.Box-body .help {
  padding-top: 8px;
  margin: 0;
  color: var(--color-fg-muted);
  text-align: center;
}

/* 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);
  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;
      -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 31, node_modules/@primer/css/buttons/button.scss */
.btn i {
  font-style: normal;
  font-weight: 500;
  opacity: 0.75;
}

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

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

/* line 47, 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 56, node_modules/@primer/css/buttons/button.scss */
.btn .dropdown-caret {
  margin-left: 4px;
  opacity: 0.8;
}

/* line 64, 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);
  box-shadow: var(--color-btn-shadow), var(--color-btn-inset-shadow);
  transition: 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  transition-property: color, background-color, border-color;
}

/* line 72, 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);
  transition-duration: 0.1s;
}

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

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

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

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

/* line 105, node_modules/@primer/css/buttons/button.scss */
.btn:focus, .btn.focus {
  border-color: var(--color-btn-focus-border);
  outline: none;
  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);
  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);
  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);
  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);
  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);
  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);
  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);
  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);
  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);
  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);
  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);
  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 13, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup + .BtnGroup,
.BtnGroup + .btn {
  margin-left: 4px;
}

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

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

/* line 30, 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 36, 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 43, 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 50, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent {
  float: left;
}

/* line 53, 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 58, 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 64, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent .BtnGroup-item {
  border-right-width: 0;
  border-radius: 0;
}

/* line 74, 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 78, 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 88, 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;
      -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-primer-fg-disabled);
  cursor: default;
}

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

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

/* line 50, 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-color: none;
  border-color: var(--color-btn-active-border);
  outline: none;
  box-shadow: var(--color-btn-focus-shadow);
}

/* line 62, node_modules/@primer/css/buttons/misc.scss */
.btn-invisible:active .btn-invisible.zeroclipboard-is-active {
  background-color: var(--color-btn-selected-bg);
}

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

/* line 77, 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;
  box-shadow: none;
}

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

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

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

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

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

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

/* line 121, 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;
  box-shadow: var(--color-btn-focus-shadow);
}

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

/* line 136, 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 146, 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 164, 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 169, 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 178, node_modules/@primer/css/buttons/misc.scss */
.btn-with-count {
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

/* line 192, 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;
  box-shadow: var(--color-shadow-small), var(--color-primer-shadow-highlight);
}

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

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

/* line 220, node_modules/@primer/css/buttons/misc.scss */
.social-count:focus {
  z-index: 1;
  outline: 0;
  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;
  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;
  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-primer-fg-disabled);
  background-color: var(--color-input-disabled-bg);
  border-color: var(--color-border-default);
  -webkit-text-fill-color: var(--color-primer-fg-disabled);
  opacity: 1;
}

/* line 49, node_modules/@primer/css/forms/form-control.scss */
.form-control[disabled]:-ms-input-placeholder, .form-select[disabled]:-ms-input-placeholder {
  color: var(--color-primer-fg-disabled);
}
.form-control[disabled]::-ms-input-placeholder, .form-select[disabled]::-ms-input-placeholder {
  color: var(--color-primer-fg-disabled);
}
.form-control[disabled]::placeholder,
.form-select[disabled]::placeholder {
  color: var(--color-primer-fg-disabled);
}

@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 65, node_modules/@primer/css/forms/form-control.scss */
textarea.form-control {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5;
}

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

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

/* line 81, node_modules/@primer/css/forms/form-control.scss */
:-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 87, 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 99, node_modules/@primer/css/forms/form-control.scss */
.input-lg {
  font-size: 16px;
}

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

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

/* line 116, 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 128, node_modules/@primer/css/forms/form-control.scss */
.form-checkbox {
  padding-left: 20px;
  margin: 15px 0;
  vertical-align: middle;
}

/* line 136, 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 147, 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 155, 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 164, node_modules/@primer/css/forms/form-control.scss */
.form-checkbox-details {
  display: none;
}

/* line 171, 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 182, 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 188, node_modules/@primer/css/forms/form-control.scss */
.hfields .form-group {
  float: left;
  margin: 0 30px 0 0;
}

/* line 195, 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 202, 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 209, node_modules/@primer/css/forms/form-control.scss */
.hfields .btn {
  float: left;
  margin: 28px 25px 0 -20px;
}

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

/* line 224, 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 235, node_modules/@primer/css/forms/form-control.scss */
.form-actions .btn {
  float: right;
}

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

/* line 245, 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 255, node_modules/@primer/css/forms/form-control.scss */
.form-warning p {
  margin: 0;
  line-height: 1.5;
}

/* line 260, 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: 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: 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: 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 (-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;
  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 {
  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 {
  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 37, node_modules/@primer/css/forms/radio-group.scss */
.radio-label .octicon {
  margin-left: 4px;
  color: var(--color-fg-subtle);
}

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

/* line 49, node_modules/@primer/css/forms/radio-group.scss */
.radio-input:disabled {
  position: relative;
}

/* line 52, node_modules/@primer/css/forms/radio-group.scss */
.radio-input:disabled + .radio-label {
  color: var(--color-primer-fg-disabled);
  cursor: default;
  background-color: var(--color-neutral-subtle);
}

/* line 57, node_modules/@primer/css/forms/radio-group.scss */
.radio-input:disabled + .radio-label .octicon {
  color: inherit;
}

/* 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 minmax(0, calc(100% - var(--Layout-sidebar-width) - var(--Layout-gutter)));
  grid-gap: var(--Layout-gutter);
}

@media (max-width: calc(544px - 0.02px)) {
  /* 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 - 0.02px)) {
  /* line 13, 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 - 0.02px)) {
  /* line 19, 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: 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: 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: minmax(0, calc(100% - var(--Layout-sidebar-width) - var(--Layout-gutter))) 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 152, node_modules/@primer/css/layout/layout.scss */
.Layout-main {
  min-width: 0;
}

/* line 157, 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 163, 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 170, 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 174, 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 178, 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;
  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: flex;
  margin-bottom: -1px;
  overflow: auto;
}

/* line 16, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tab {
  display: inline-block;
  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;
  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;
  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 {
  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;
  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: flex;
  overflow-x: auto;
  overflow-y: hidden;
  box-shadow: inset 0 -1px 0 var(--color-border-muted);
  justify-content: space-between;
}

/* line 10, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-body {
  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;
  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 {
  justify-content: flex-end;
}

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

/* line 60, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-actions {
  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: flex;
  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;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  border-radius: 6px;
  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;
  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);
  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-primer-fg-disabled);
  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;
}

@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;
  animation-name: tooltip-appear;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  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 {
  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 {
  transform: translateX(50%);
}

/* line 161, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-w::after {
  right: 100%;
  bottom: 50%;
  margin-right: 6px;
  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;
  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: 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%;
  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: 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: -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 {
  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;
  flex-shrink: 0;
  cursor: pointer;
}

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

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

@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 {
  animation-name: fade-out;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

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

@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;
  animation-name: fade-up;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-delay: 1s;
}

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

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

@keyframes fade-down {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0.5;
    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%;
  animation-name: grow-x;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-delay: 0.5s;
}

@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 {
  animation-name: shrink-x;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
}

@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 {
  animation-name: scale-in;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);
}

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

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

@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 {
  animation-name: pulse-in;
  animation-duration: 0.5s;
}

@keyframes pulse-in {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    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 {
  transition: 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 {
  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 {
  animation: rotate-keyframes 1s linear infinite;
}

@keyframes rotate-keyframes {
  100% {
    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-default) !important;
  border-left: 1px solid var(--color-border-default) !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-default) !important;
  border-bottom: 1px solid var(--color-border-default) !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-default) !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-default) !important;
}

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

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

/* line 26, node_modules/@primer/css/utilities/borders.scss */
.border-left {
  border-left: 1px solid var(--color-border-default) !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-default) !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-default) !important;
  }
  /* line 24, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-right {
    border-right: 1px solid var(--color-border-default) !important;
  }
  /* line 25, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-bottom {
    border-bottom: 1px solid var(--color-border-default) !important;
  }
  /* line 26, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-left {
    border-left: 1px solid var(--color-border-default) !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-default) !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-default) !important;
  }
  /* line 24, node_modules/@primer/css/utilities/borders.scss */
  .border-md-right {
    border-right: 1px solid var(--color-border-default) !important;
  }
  /* line 25, node_modules/@primer/css/utilities/borders.scss */
  .border-md-bottom {
    border-bottom: 1px solid var(--color-border-default) !important;
  }
  /* line 26, node_modules/@primer/css/utilities/borders.scss */
  .border-md-left {
    border-left: 1px solid var(--color-border-default) !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-default) !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-default) !important;
  }
  /* line 24, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-right {
    border-right: 1px solid var(--color-border-default) !important;
  }
  /* line 25, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-bottom {
    border-bottom: 1px solid var(--color-border-default) !important;
  }
  /* line 26, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-left {
    border-left: 1px solid var(--color-border-default) !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-default) !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-default) !important;
  }
  /* line 24, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-right {
    border-right: 1px solid var(--color-border-default) !important;
  }
  /* line 25, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-bottom {
    border-bottom: 1px solid var(--color-border-default) !important;
  }
  /* line 26, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-left {
    border-left: 1px solid var(--color-border-default) !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 {
  box-shadow: var(--color-shadow-small) !important;
}

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

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

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

/* line 23, node_modules/@primer/css/utilities/box-shadow.scss */
.box-shadow-none {
  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 25, node_modules/@primer/css/utilities/colors.scss */
.color-bg-emphasis {
  background-color: var(--color-neutral-emphasis-plus) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 77, node_modules/@primer/css/utilities/colors.scss */
.color-fg-inherit {
  color: inherit !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: 111;
  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 {
  flex-direction: row !important;
}

/* line 8, node_modules/@primer/css/utilities/flexbox.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 9, node_modules/@primer/css/utilities/flexbox.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 10, node_modules/@primer/css/utilities/flexbox.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 12, node_modules/@primer/css/utilities/flexbox.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 13, node_modules/@primer/css/utilities/flexbox.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 14, node_modules/@primer/css/utilities/flexbox.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 16, node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-start {
  justify-content: flex-start !important;
}

/* line 17, node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-end {
  justify-content: flex-end !important;
}

/* line 18, node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-center {
  justify-content: center !important;
}

/* line 19, node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-between {
  justify-content: space-between !important;
}

/* line 20, node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-around {
  justify-content: space-around !important;
}

/* line 22, node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-start {
  align-items: flex-start !important;
}

/* line 23, node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-end {
  align-items: flex-end !important;
}

/* line 24, node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-center {
  align-items: center !important;
}

/* line 25, node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-baseline {
  align-items: baseline !important;
}

/* line 26, node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-stretch {
  align-items: stretch !important;
}

/* line 28, node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-start {
  align-content: flex-start !important;
}

/* line 29, node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-end {
  align-content: flex-end !important;
}

/* line 30, node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-center {
  align-content: center !important;
}

/* line 31, node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-between {
  align-content: space-between !important;
}

/* line 32, node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-around {
  align-content: space-around !important;
}

/* line 33, node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-stretch {
  align-content: stretch !important;
}

/* line 36, node_modules/@primer/css/utilities/flexbox.scss */
.flex-1 {
  flex: 1 !important;
}

/* line 37, node_modules/@primer/css/utilities/flexbox.scss */
.flex-auto {
  flex: auto !important;
}

/* line 38, node_modules/@primer/css/utilities/flexbox.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 39, node_modules/@primer/css/utilities/flexbox.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 41, node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-auto {
  align-self: auto !important;
}

/* line 42, node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-start {
  align-self: flex-start !important;
}

/* line 43, node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-end {
  align-self: flex-end !important;
}

/* line 44, node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-center {
  align-self: center !important;
}

/* line 45, node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-baseline {
  align-self: baseline !important;
}

/* line 46, node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-stretch {
  align-self: stretch !important;
}

/* line 48, node_modules/@primer/css/utilities/flexbox.scss */
.flex-order-1 {
  order: 1 !important;
}

/* line 49, node_modules/@primer/css/utilities/flexbox.scss */
.flex-order-2 {
  order: 2 !important;
}

/* line 50, node_modules/@primer/css/utilities/flexbox.scss */
.flex-order-none {
  order: inherit !important;
}

@media (min-width: 544px) {
  /* line 7, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 8, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 9, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 10, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 12, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 13, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 14, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 16, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-start {
    justify-content: flex-start !important;
  }
  /* line 17, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-end {
    justify-content: flex-end !important;
  }
  /* line 18, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-center {
    justify-content: center !important;
  }
  /* line 19, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-between {
    justify-content: space-between !important;
  }
  /* line 20, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-around {
    justify-content: space-around !important;
  }
  /* line 22, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-start {
    align-items: flex-start !important;
  }
  /* line 23, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-end {
    align-items: flex-end !important;
  }
  /* line 24, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-center {
    align-items: center !important;
  }
  /* line 25, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-baseline {
    align-items: baseline !important;
  }
  /* line 26, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-stretch {
    align-items: stretch !important;
  }
  /* line 28, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-start {
    align-content: flex-start !important;
  }
  /* line 29, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-end {
    align-content: flex-end !important;
  }
  /* line 30, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-center {
    align-content: center !important;
  }
  /* line 31, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-between {
    align-content: space-between !important;
  }
  /* line 32, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-around {
    align-content: space-around !important;
  }
  /* line 33, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-stretch {
    align-content: stretch !important;
  }
  /* line 36, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-1 {
    flex: 1 !important;
  }
  /* line 37, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-auto {
    flex: auto !important;
  }
  /* line 38, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 39, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 41, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-auto {
    align-self: auto !important;
  }
  /* line 42, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-start {
    align-self: flex-start !important;
  }
  /* line 43, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-end {
    align-self: flex-end !important;
  }
  /* line 44, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-center {
    align-self: center !important;
  }
  /* line 45, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-baseline {
    align-self: baseline !important;
  }
  /* line 46, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-stretch {
    align-self: stretch !important;
  }
  /* line 48, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-order-1 {
    order: 1 !important;
  }
  /* line 49, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-order-2 {
    order: 2 !important;
  }
  /* line 50, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-order-none {
    order: inherit !important;
  }
}

@media (min-width: 768px) {
  /* line 7, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 8, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 9, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 10, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 12, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 13, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 14, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 16, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-start {
    justify-content: flex-start !important;
  }
  /* line 17, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-end {
    justify-content: flex-end !important;
  }
  /* line 18, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-center {
    justify-content: center !important;
  }
  /* line 19, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-between {
    justify-content: space-between !important;
  }
  /* line 20, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-around {
    justify-content: space-around !important;
  }
  /* line 22, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-start {
    align-items: flex-start !important;
  }
  /* line 23, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-end {
    align-items: flex-end !important;
  }
  /* line 24, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-center {
    align-items: center !important;
  }
  /* line 25, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-baseline {
    align-items: baseline !important;
  }
  /* line 26, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-stretch {
    align-items: stretch !important;
  }
  /* line 28, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-start {
    align-content: flex-start !important;
  }
  /* line 29, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-end {
    align-content: flex-end !important;
  }
  /* line 30, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-center {
    align-content: center !important;
  }
  /* line 31, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-between {
    align-content: space-between !important;
  }
  /* line 32, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-around {
    align-content: space-around !important;
  }
  /* line 33, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-stretch {
    align-content: stretch !important;
  }
  /* line 36, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-1 {
    flex: 1 !important;
  }
  /* line 37, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-auto {
    flex: auto !important;
  }
  /* line 38, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 39, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 41, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-auto {
    align-self: auto !important;
  }
  /* line 42, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-start {
    align-self: flex-start !important;
  }
  /* line 43, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-end {
    align-self: flex-end !important;
  }
  /* line 44, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-center {
    align-self: center !important;
  }
  /* line 45, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-baseline {
    align-self: baseline !important;
  }
  /* line 46, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-stretch {
    align-self: stretch !important;
  }
  /* line 48, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-order-1 {
    order: 1 !important;
  }
  /* line 49, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-order-2 {
    order: 2 !important;
  }
  /* line 50, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-order-none {
    order: inherit !important;
  }
}

@media (min-width: 1012px) {
  /* line 7, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 8, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 9, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 10, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 12, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 13, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 14, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 16, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-start {
    justify-content: flex-start !important;
  }
  /* line 17, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-end {
    justify-content: flex-end !important;
  }
  /* line 18, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-center {
    justify-content: center !important;
  }
  /* line 19, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-between {
    justify-content: space-between !important;
  }
  /* line 20, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-around {
    justify-content: space-around !important;
  }
  /* line 22, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-start {
    align-items: flex-start !important;
  }
  /* line 23, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-end {
    align-items: flex-end !important;
  }
  /* line 24, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-center {
    align-items: center !important;
  }
  /* line 25, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-baseline {
    align-items: baseline !important;
  }
  /* line 26, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-stretch {
    align-items: stretch !important;
  }
  /* line 28, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-start {
    align-content: flex-start !important;
  }
  /* line 29, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-end {
    align-content: flex-end !important;
  }
  /* line 30, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-center {
    align-content: center !important;
  }
  /* line 31, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-between {
    align-content: space-between !important;
  }
  /* line 32, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-around {
    align-content: space-around !important;
  }
  /* line 33, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-stretch {
    align-content: stretch !important;
  }
  /* line 36, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-1 {
    flex: 1 !important;
  }
  /* line 37, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-auto {
    flex: auto !important;
  }
  /* line 38, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 39, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 41, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-auto {
    align-self: auto !important;
  }
  /* line 42, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-start {
    align-self: flex-start !important;
  }
  /* line 43, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-end {
    align-self: flex-end !important;
  }
  /* line 44, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-center {
    align-self: center !important;
  }
  /* line 45, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-baseline {
    align-self: baseline !important;
  }
  /* line 46, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-stretch {
    align-self: stretch !important;
  }
  /* line 48, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-order-1 {
    order: 1 !important;
  }
  /* line 49, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-order-2 {
    order: 2 !important;
  }
  /* line 50, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-order-none {
    order: inherit !important;
  }
}

@media (min-width: 1280px) {
  /* line 7, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 8, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 9, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 10, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 12, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 13, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 14, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 16, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-start {
    justify-content: flex-start !important;
  }
  /* line 17, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-end {
    justify-content: flex-end !important;
  }
  /* line 18, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-center {
    justify-content: center !important;
  }
  /* line 19, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-between {
    justify-content: space-between !important;
  }
  /* line 20, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-around {
    justify-content: space-around !important;
  }
  /* line 22, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-start {
    align-items: flex-start !important;
  }
  /* line 23, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-end {
    align-items: flex-end !important;
  }
  /* line 24, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-center {
    align-items: center !important;
  }
  /* line 25, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-baseline {
    align-items: baseline !important;
  }
  /* line 26, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-stretch {
    align-items: stretch !important;
  }
  /* line 28, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-start {
    align-content: flex-start !important;
  }
  /* line 29, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-end {
    align-content: flex-end !important;
  }
  /* line 30, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-center {
    align-content: center !important;
  }
  /* line 31, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-between {
    align-content: space-between !important;
  }
  /* line 32, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-around {
    align-content: space-around !important;
  }
  /* line 33, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-stretch {
    align-content: stretch !important;
  }
  /* line 36, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-1 {
    flex: 1 !important;
  }
  /* line 37, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-auto {
    flex: auto !important;
  }
  /* line 38, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 39, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 41, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-auto {
    align-self: auto !important;
  }
  /* line 42, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-start {
    align-self: flex-start !important;
  }
  /* line 43, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-end {
    align-self: flex-end !important;
  }
  /* line 44, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-center {
    align-self: center !important;
  }
  /* line 45, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-baseline {
    align-self: baseline !important;
  }
  /* line 46, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-stretch {
    align-self: stretch !important;
  }
  /* line 48, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-order-1 {
    order: 1 !important;
  }
  /* line 49, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-order-2 {
    order: 2 !important;
  }
  /* line 50, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-order-none {
    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 */
.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 228, node_modules/@primer/css/utilities/typography.scss */
.wb-break-all {
  word-break: break-all !important;
}

/* line 230, node_modules/@primer/css/utilities/typography.scss */
.text-emphasized {
  font-weight: 600;
}

/* line 235, node_modules/@primer/css/utilities/typography.scss */
.list-style-none {
  list-style: none !important;
}

/* Set to monospace font */
/* line 238, 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 243, node_modules/@primer/css/utilities/typography.scss */
.user-select-none {
  -webkit-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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 543.98px) {
  /* line 18, node_modules/@primer/css/utilities/visibility-display.scss */
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 544px) and (max-width: 767.98px) {
  /* line 24, node_modules/@primer/css/utilities/visibility-display.scss */
  .hide-md {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1011.98px) {
  /* 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;
}

/*!
 * @primer/css/product
 * http://primer.style/css
 *
 * Released under MIT license. Copyright (c) 2019 GitHub Inc.
 */
/* 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 61, node_modules/@primer/css/alerts/flash.scss */
.flash-action.btn .octicon {
  margin-right: 4px;
  color: var(--color-fg-muted);
}

/* line 66, node_modules/@primer/css/alerts/flash.scss */
.flash-action.btn-primary .octicon {
  color: inherit;
}

/* line 75, node_modules/@primer/css/alerts/flash.scss */
.flash {
  color: var(--color-fg-default);
  background-image: linear-gradient(var(--color-accent-subtle), var(--color-accent-subtle));
  border-color: var(--color-accent-muted);
}

/* line 80, node_modules/@primer/css/alerts/flash.scss */
.flash .octicon {
  color: var(--color-accent-fg);
}

/* line 85, node_modules/@primer/css/alerts/flash.scss */
.flash-warn {
  color: var(--color-fg-default);
  background-image: linear-gradient(var(--color-attention-subtle), var(--color-attention-subtle));
  border-color: var(--color-attention-muted);
}

/* line 90, node_modules/@primer/css/alerts/flash.scss */
.flash-warn .octicon {
  color: var(--color-attention-fg);
}

/* line 95, node_modules/@primer/css/alerts/flash.scss */
.flash-error {
  color: var(--color-fg-default);
  background-image: linear-gradient(var(--color-danger-subtle), var(--color-danger-subtle));
  border-color: var(--color-danger-muted);
}

/* line 100, node_modules/@primer/css/alerts/flash.scss */
.flash-error .octicon {
  color: var(--color-danger-fg);
}

/* line 105, node_modules/@primer/css/alerts/flash.scss */
.flash-success {
  color: var(--color-fg-default);
  background-image: linear-gradient(var(--color-success-subtle), var(--color-success-subtle));
  border-color: var(--color-success-muted);
}

/* line 110, node_modules/@primer/css/alerts/flash.scss */
.flash-success .octicon {
  color: var(--color-success-fg);
}

/* line 119, node_modules/@primer/css/alerts/flash.scss */
.flash-full {
  margin-top: -1px;
  border-width: 1px 0;
  border-radius: 0;
}

/* line 127, 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 139, node_modules/@primer/css/alerts/flash.scss */
.flash-full,
.flash-banner {
  background-color: var(--color-canvas-default);
}

/* line 145, 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 2, node_modules/@primer/css/autocomplete/autocomplete.scss */
.autocomplete-results {
  position: absolute;
  z-index: 99;
  width: 100%;
  max-height: 20em;
  overflow-y: auto;
  font-size: 13px;
  list-style: none;
  background: var(--color-canvas-overlay);
  border: 1px solid var(--color-border-default);
  border-radius: 6px;
  box-shadow: var(--color-shadow-medium);
}

/* line 20, node_modules/@primer/css/autocomplete/autocomplete.scss */
.autocomplete-item {
  display: block;
  width: 100%;
  padding: 4px 8px;
  overflow: hidden;
  font-weight: 600;
  color: var(--color-fg-default);
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background-color: var(--color-canvas-overlay);
  border: 0;
}

/* line 35, node_modules/@primer/css/autocomplete/autocomplete.scss */
.autocomplete-item:hover {
  color: var(--color-fg-on-emphasis);
  text-decoration: none;
  background-color: var(--color-accent-emphasis);
}

/* line 41, node_modules/@primer/css/autocomplete/autocomplete.scss */
.autocomplete-item:hover * {
  color: inherit !important;
}

/* line 46, node_modules/@primer/css/autocomplete/autocomplete.scss */
.autocomplete-item.selected, .autocomplete-item[aria-selected='true'], .autocomplete-item.navigation-focus {
  color: var(--color-fg-on-emphasis);
  text-decoration: none;
  background-color: var(--color-accent-emphasis);
}

/* line 54, node_modules/@primer/css/autocomplete/autocomplete.scss */
.autocomplete-item.selected *, .autocomplete-item[aria-selected='true'] *, .autocomplete-item.navigation-focus * {
  color: inherit !important;
}

/* line 4, node_modules/@primer/css/autocomplete/suggester.scss */
.suggester {
  position: relative;
  top: 0;
  left: 0;
  min-width: 180px;
  padding: 0;
  margin: 0;
  margin-top: 24px;
  list-style: none;
  cursor: pointer;
  background: var(--color-canvas-overlay);
  border: 1px solid var(--color-border-default);
  border-radius: 6px;
  box-shadow: var(--color-shadow-medium);
}

/* line 19, node_modules/@primer/css/autocomplete/suggester.scss */
.suggester li {
  display: block;
  padding: 4px 8px;
  font-weight: 500;
  border-bottom: 1px solid var(--color-border-muted);
}

/* line 25, node_modules/@primer/css/autocomplete/suggester.scss */
.suggester li small {
  font-weight: 400;
  color: var(--color-fg-muted);
}

/* line 30, node_modules/@primer/css/autocomplete/suggester.scss */
.suggester li:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 36, node_modules/@primer/css/autocomplete/suggester.scss */
.suggester li:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 41, node_modules/@primer/css/autocomplete/suggester.scss */
.suggester li:hover {
  color: var(--color-fg-on-emphasis);
  text-decoration: none;
  background: var(--color-accent-emphasis);
}

/* line 46, node_modules/@primer/css/autocomplete/suggester.scss */
.suggester li:hover small {
  color: var(--color-fg-on-emphasis);
}

/* line 50, node_modules/@primer/css/autocomplete/suggester.scss */
.suggester li:hover .octicon {
  color: inherit !important;
}

/* line 55, node_modules/@primer/css/autocomplete/suggester.scss */
.suggester li[aria-selected='true'], .suggester li.navigation-focus {
  color: var(--color-fg-on-emphasis);
  text-decoration: none;
  background: var(--color-accent-emphasis);
}

/* line 61, node_modules/@primer/css/autocomplete/suggester.scss */
.suggester li[aria-selected='true'] small, .suggester li.navigation-focus small {
  color: var(--color-fg-on-emphasis);
}

/* line 65, node_modules/@primer/css/autocomplete/suggester.scss */
.suggester li[aria-selected='true'] .octicon, .suggester li.navigation-focus .octicon {
  color: inherit !important;
}

/* line 72, node_modules/@primer/css/autocomplete/suggester.scss */
.suggester-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}

@media (max-width: 544px) {
  /* line 83, node_modules/@primer/css/autocomplete/suggester.scss */
  .page-responsive .suggester-container {
    right: 8px !important;
    left: 8px !important;
  }
  /* line 88, node_modules/@primer/css/autocomplete/suggester.scss */
  .page-responsive .suggester li {
    padding: 8px 16px;
  }
}

/* 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;
  flex-shrink: 0;
  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;
  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: 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: flex;
  width: 20px;
  height: 20px;
  box-sizing: content-box;
  margin-right: -11px;
  background-color: var(--color-canvas-default);
  border-right: 1px solid var(--color-canvas-default);
  border-radius: 4px;
  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: 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;
  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: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-canvas-default);
  border-radius: 50%;
  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 2, node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate {
  position: relative;
  padding: 32px;
  text-align: center;
}

/* line 7, node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate p {
  color: var(--color-fg-muted);
}

/* line 11, node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate code {
  padding: 2px 5px 3px;
  font-size: 14px;
  background: var(--color-canvas-default);
  border: 1px solid var(--color-border-muted);
  border-radius: 6px;
}

/* line 20, node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate img {
  width: 56px;
  height: 56px;
}

/* line 26, node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate-icon {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  color: var(--color-fg-muted);
}

/* line 33, node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate-capped {
  border-radius: 0 0 6px 6px;
}

/* line 37, node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate-spacious {
  padding: 80px 40px;
}

/* line 42, node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate-narrow {
  max-width: 485px;
  margin: 0 auto;
}

/* line 50, node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate-large img {
  width: 80px;
  height: 80px;
}

/* line 55, node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate-large h3 {
  margin: 16px 0;
  font-size: 24px;
}

/* line 61, node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate-large p {
  font-size: 16px;
}

/* line 68, node_modules/@primer/css/blankslate/blankslate.scss */
.blankslate-clean-background {
  border: 0;
}

/* line 5, node_modules/@primer/css/branch-name/branch-name.scss */
.branch-name {
  display: inline-block;
  padding: 2px 6px;
  font: 12px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  color: var(--color-fg-muted);
  background-color: var(--color-accent-subtle);
  border-radius: 6px;
}

/* line 14, node_modules/@primer/css/branch-name/branch-name.scss */
.branch-name .octicon {
  margin: 1px -2px 0 0;
  color: var(--color-fg-muted);
}

/* line 23, node_modules/@primer/css/branch-name/branch-name.scss */
a.branch-name {
  color: var(--color-accent-fg);
  background-color: var(--color-accent-subtle);
}

/* line 27, node_modules/@primer/css/branch-name/branch-name.scss */
a.branch-name .octicon {
  color: var(--color-accent-fg);
}

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

/* line 5, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: '';
  border-style: solid;
  border-width: 4px 4px 0;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

/* line 22, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 160px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 2px;
  list-style: none;
  background-color: var(--color-canvas-overlay);
  background-clip: padding-box;
  border: 1px solid var(--color-border-default);
  border-radius: 6px;
  box-shadow: var(--color-shadow-large);
}

/* line 39, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu::before, .dropdown-menu::after {
  position: absolute;
  display: inline-block;
  content: '';
}

/* line 47, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu::before {
  border: 8px solid transparent;
  border-bottom-color: var(--color-border-default);
}

/* line 54, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu::after {
  border: 7px solid transparent;
  border-bottom-color: var(--color-canvas-overlay);
}

/* line 61, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu > ul {
  list-style: none;
}

/* line 66, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-no-overflow {
  width: auto;
}

/* line 69, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-no-overflow .dropdown-item {
  padding: 4px 16px;
  overflow: visible;
  text-overflow: inherit;
}

/* line 77, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-item {
  display: block;
  padding: 4px 8px 4px 16px;
  overflow: hidden;
  color: var(--color-fg-default);
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 85, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: var(--color-fg-on-emphasis);
  text-decoration: none;
  background-color: var(--color-accent-emphasis);
  outline: none;
}

/* line 92, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-item:focus > .octicon, .dropdown-item:hover > .octicon {
  color: inherit;
  opacity: 1;
}

/* line 97, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-item:focus [class*='color-text-'], .dropdown-item:hover [class*='color-text-'] {
  color: inherit !important;
}

/* line 101, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-item:focus > .Label, .dropdown-item:hover > .Label {
  color: inherit !important;
  border-color: currentColor;
}

/* line 107, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-item.btn-link {
  width: 100%;
  text-align: left;
}

/* line 113, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-signout {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
}

/* line 120, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-divider {
  display: block;
  height: 0;
  margin: 8px 0;
  border-top: 1px solid var(--color-border-default);
}

/* line 127, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-header {
  padding: 4px 16px;
  font-size: 12px;
  color: var(--color-fg-muted);
}

/* line 133, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-item[aria-checked='false'] .octicon-check {
  display: none;
}

/* line 142, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-w {
  top: 0;
  right: 100%;
  left: auto;
  width: auto;
  margin-top: 0;
  margin-right: 8px;
}

/* line 150, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-w::before {
  top: 10px;
  right: -16px;
  left: auto;
  border-color: transparent;
  border-left-color: var(--color-border-default);
}

/* line 158, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-w::after {
  top: 11px;
  right: -14px;
  left: auto;
  border-color: transparent;
  border-left-color: var(--color-canvas-overlay);
}

/* line 167, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-e {
  top: 0;
  left: 100%;
  width: auto;
  margin-top: 0;
  margin-left: 8px;
}

/* line 174, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-e::before {
  top: 10px;
  left: -16px;
  border-color: transparent;
  border-right-color: var(--color-border-default);
}

/* line 181, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-e::after {
  top: 11px;
  left: -14px;
  border-color: transparent;
  border-right-color: var(--color-canvas-overlay);
}

/* line 189, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-ne {
  top: auto;
  bottom: 100%;
  left: 0;
  margin-bottom: 3px;
}

/* line 196, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-ne::before, .dropdown-menu-ne::after {
  top: auto;
  right: auto;
}

/* line 202, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-ne::before {
  bottom: -8px;
  left: 9px;
  border-top: 8px solid var(--color-border-default);
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-left: 8px solid transparent;
}

/* line 214, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-ne::after {
  bottom: -7px;
  left: 10px;
  border-top: 7px solid var(--color-canvas-overlay);
  border-right: 7px solid transparent;
  border-bottom: 0;
  border-left: 7px solid transparent;
}

/* line 227, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-s {
  right: 50%;
  left: auto;
  transform: translateX(50%);
}

/* line 232, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-s::before {
  top: -16px;
  right: 50%;
  transform: translateX(50%);
}

/* line 238, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-s::after {
  top: -14px;
  right: 50%;
  transform: translateX(50%);
}

/* line 245, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-sw {
  right: 0;
  left: auto;
}

/* line 249, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-sw::before {
  top: -16px;
  right: 9px;
  left: auto;
}

/* line 255, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-sw::after {
  top: -14px;
  right: 10px;
  left: auto;
}

/* line 263, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-se::before {
  top: -16px;
  left: 9px;
}

/* line 268, node_modules/@primer/css/dropdown/dropdown.scss */
.dropdown-menu-se::after {
  top: -14px;
  left: 10px;
}

/* line 1, node_modules/@primer/css/header/header.scss */
.Header {
  z-index: 32;
  display: flex;
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-header-text);
  background-color: var(--color-header-bg);
  align-items: center;
  flex-wrap: nowrap;
}

/* line 13, node_modules/@primer/css/header/header.scss */
.Header-item {
  display: flex;
  margin-right: 16px;
  align-self: stretch;
  align-items: center;
  flex-wrap: nowrap;
}

/* line 21, node_modules/@primer/css/header/header.scss */
.Header-item--full {
  flex: auto;
}

/* line 25, node_modules/@primer/css/header/header.scss */
.Header-link {
  font-weight: 600;
  color: var(--color-header-logo);
  white-space: nowrap;
}

/* line 30, node_modules/@primer/css/header/header.scss */
.Header-link:hover, .Header-link:focus {
  color: var(--color-header-text);
  text-decoration: none;
}

/* line 37, node_modules/@primer/css/header/header.scss */
.Header-input {
  color: var(--color-header-text);
  background-color: var(--color-header-search-bg);
  border: 1px solid var(--color-header-search-border);
  box-shadow: none;
}

/* line 43, node_modules/@primer/css/header/header.scss */
.Header-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.Header-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.Header-input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

/* 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;
  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 47, node_modules/@primer/css/labels/labels.scss */
.Label--info,
.Label--accent {
  color: var(--color-accent-fg);
  border-color: var(--color-accent-emphasis);
}

/* line 53, node_modules/@primer/css/labels/labels.scss */
.Label--success {
  color: var(--color-success-fg);
  border-color: var(--color-success-emphasis);
}

/* line 58, node_modules/@primer/css/labels/labels.scss */
.Label--warning,
.Label--attention {
  color: var(--color-attention-fg);
  border-color: var(--color-attention-emphasis);
}

/* line 64, node_modules/@primer/css/labels/labels.scss */
.Label--severe {
  color: var(--color-severe-fg);
  border-color: var(--color-severe-emphasis);
}

/* line 69, node_modules/@primer/css/labels/labels.scss */
.Label--danger {
  color: var(--color-danger-fg);
  border-color: var(--color-danger-emphasis);
}

/* line 74, node_modules/@primer/css/labels/labels.scss */
.Label--done {
  color: var(--color-done-fg);
  border-color: var(--color-done-emphasis);
}

/* line 79, node_modules/@primer/css/labels/labels.scss */
.Label--sponsors {
  color: var(--color-sponsors-fg);
  border-color: var(--color-sponsors-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 var(--color-counter-border);
  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 5, node_modules/@primer/css/loaders/loaders.scss */
.AnimatedEllipsis {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

/* line 10, node_modules/@primer/css/loaders/loaders.scss */
.AnimatedEllipsis::after {
  display: inline-block;
  content: '...';
  animation: AnimatedEllipsis-keyframes 1.2s steps(4, jump-none) infinite;
}

@keyframes AnimatedEllipsis-keyframes {
  0% {
    transform: translateX(-100%);
  }
}

/* line 7, node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}

/* line 14, node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body::before {
  display: table;
  content: '';
}

/* line 19, node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body::after {
  display: table;
  clear: both;
  content: '';
}

/* line 25, node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body > *:first-child {
  margin-top: 0 !important;
}

/* line 29, node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body > *:last-child {
  margin-bottom: 0 !important;
}

/* line 39, node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}

/* line 45, node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body .absent {
  color: var(--color-danger-fg);
}

/* line 49, node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body .anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}

/* line 56, node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body .anchor:focus {
  outline: none;
}

/* line 61, node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre,
.markdown-body details {
  margin-top: 0;
  margin-bottom: 16px;
}

/* line 73, node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body hr {
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: var(--color-border-default);
  border: 0;
}

/* line 81, node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body blockquote {
  padding: 0 1em;
  color: var(--color-fg-muted);
  border-left: 0.25em solid var(--color-border-default);
}

/* line 88, node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body blockquote > :first-child {
  margin-top: 0;
}

/* line 92, node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body blockquote > :last-child {
  margin-bottom: 0;
}

/* line 97, node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body sup > a::before {
  content: '[';
}

/* line 101, node_modules/@primer/css/markdown/markdown-body.scss */
.markdown-body sup > a::after {
  content: ']';
}

/* line 6, node_modules/@primer/css/markdown/headings.scss */
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}

/* line 17, node_modules/@primer/css/markdown/headings.scss */
.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: var(--color-fg-default);
  vertical-align: middle;
  visibility: hidden;
}

/* line 23, node_modules/@primer/css/markdown/headings.scss */
.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}

/* line 26, node_modules/@primer/css/markdown/headings.scss */
.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}

/* line 31, node_modules/@primer/css/markdown/headings.scss */
.markdown-body h1 tt,
.markdown-body h1 code,
.markdown-body h2 tt,
.markdown-body h2 code,
.markdown-body h3 tt,
.markdown-body h3 code,
.markdown-body h4 tt,
.markdown-body h4 code,
.markdown-body h5 tt,
.markdown-body h5 code,
.markdown-body h6 tt,
.markdown-body h6 code {
  padding: 0 0.2em;
  font-size: inherit;
}

/* line 39, node_modules/@primer/css/markdown/headings.scss */
.markdown-body h1 {
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid var(--color-border-muted);
}

/* line 47, node_modules/@primer/css/markdown/headings.scss */
.markdown-body h2 {
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid var(--color-border-muted);
}

/* line 55, node_modules/@primer/css/markdown/headings.scss */
.markdown-body h3 {
  font-size: 1.25em;
}

/* line 60, node_modules/@primer/css/markdown/headings.scss */
.markdown-body h4 {
  font-size: 1em;
}

/* line 64, node_modules/@primer/css/markdown/headings.scss */
.markdown-body h5 {
  font-size: 0.875em;
}

/* line 69, node_modules/@primer/css/markdown/headings.scss */
.markdown-body h6 {
  font-size: 0.85em;
  color: var(--color-fg-muted);
}

/* line 6, node_modules/@primer/css/markdown/lists.scss */
.markdown-body ul,
.markdown-body ol {
  padding-left: 2em;
}

/* line 11, node_modules/@primer/css/markdown/lists.scss */
.markdown-body ul.no-list,
.markdown-body ol.no-list {
  padding: 0;
  list-style-type: none;
}

/* line 17, node_modules/@primer/css/markdown/lists.scss */
.markdown-body ol[type='1'] {
  list-style-type: decimal;
}

/* line 21, node_modules/@primer/css/markdown/lists.scss */
.markdown-body ol[type='a'] {
  list-style-type: lower-alpha;
}

/* line 25, node_modules/@primer/css/markdown/lists.scss */
.markdown-body ol[type='i'] {
  list-style-type: lower-roman;
}

/* line 31, node_modules/@primer/css/markdown/lists.scss */
.markdown-body div > ol:not([type]) {
  list-style-type: decimal;
}

/* line 58, node_modules/@primer/css/markdown/lists.scss */
.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 66, node_modules/@primer/css/markdown/lists.scss */
.markdown-body li > p {
  margin-top: 16px;
}

/* line 70, node_modules/@primer/css/markdown/lists.scss */
.markdown-body li + li {
  margin-top: 0.25em;
}

/* line 74, node_modules/@primer/css/markdown/lists.scss */
.markdown-body dl {
  padding: 0;
}

/* line 77, node_modules/@primer/css/markdown/lists.scss */
.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}

/* line 85, node_modules/@primer/css/markdown/lists.scss */
.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

/* line 5, node_modules/@primer/css/markdown/tables.scss */
.markdown-body table {
  display: block;
  width: 100%;
  width: max-content;
  max-width: 100%;
  overflow: auto;
}

/* line 12, node_modules/@primer/css/markdown/tables.scss */
.markdown-body table th {
  font-weight: 600;
}

/* line 16, node_modules/@primer/css/markdown/tables.scss */
.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid var(--color-border-default);
}

/* line 23, node_modules/@primer/css/markdown/tables.scss */
.markdown-body table tr {
  background-color: var(--color-canvas-default);
  border-top: 1px solid var(--color-border-muted);
}

/* line 27, node_modules/@primer/css/markdown/tables.scss */
.markdown-body table tr:nth-child(2n) {
  background-color: var(--color-canvas-subtle);
}

/* line 32, node_modules/@primer/css/markdown/tables.scss */
.markdown-body table img {
  background-color: transparent;
}

/* line 6, node_modules/@primer/css/markdown/images.scss */
.markdown-body img {
  max-width: 100%;
  box-sizing: content-box;
  background-color: var(--color-canvas-default);
}

/* line 13, node_modules/@primer/css/markdown/images.scss */
.markdown-body img[align='right'] {
  padding-left: 20px;
}

/* line 18, node_modules/@primer/css/markdown/images.scss */
.markdown-body img[align='left'] {
  padding-right: 20px;
}

/* line 24, node_modules/@primer/css/markdown/images.scss */
.markdown-body .emoji {
  max-width: none;
  vertical-align: text-top;
  background-color: transparent;
}

/* line 34, node_modules/@primer/css/markdown/images.scss */
.markdown-body span.frame {
  display: block;
  overflow: hidden;
}

/* line 38, node_modules/@primer/css/markdown/images.scss */
.markdown-body span.frame > span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid var(--color-border-default);
}

/* line 50, node_modules/@primer/css/markdown/images.scss */
.markdown-body span.frame span img {
  display: block;
  float: left;
}

/* line 55, node_modules/@primer/css/markdown/images.scss */
.markdown-body span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: var(--color-fg-default);
}

/* line 64, node_modules/@primer/css/markdown/images.scss */
.markdown-body span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}

/* line 69, node_modules/@primer/css/markdown/images.scss */
.markdown-body span.align-center > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}

/* line 77, node_modules/@primer/css/markdown/images.scss */
.markdown-body span.align-center span img {
  margin: 0 auto;
  text-align: center;
}

/* line 83, node_modules/@primer/css/markdown/images.scss */
.markdown-body span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}

/* line 88, node_modules/@primer/css/markdown/images.scss */
.markdown-body span.align-right > span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}

/* line 96, node_modules/@primer/css/markdown/images.scss */
.markdown-body span.align-right span img {
  margin: 0;
  text-align: right;
}

/* line 102, node_modules/@primer/css/markdown/images.scss */
.markdown-body span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}

/* line 109, node_modules/@primer/css/markdown/images.scss */
.markdown-body span.float-left span {
  margin: 13px 0 0;
}

/* line 115, node_modules/@primer/css/markdown/images.scss */
.markdown-body span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}

/* line 122, node_modules/@primer/css/markdown/images.scss */
.markdown-body span.float-right > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}

/* line 4, node_modules/@primer/css/markdown/code.scss */
.markdown-body code,
.markdown-body tt {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: var(--color-neutral-muted);
  border-radius: 6px;
}

/* line 14, node_modules/@primer/css/markdown/code.scss */
.markdown-body code br,
.markdown-body tt br {
  display: none;
}

/* line 17, node_modules/@primer/css/markdown/code.scss */
.markdown-body del code {
  text-decoration: inherit;
}

/* line 19, node_modules/@primer/css/markdown/code.scss */
.markdown-body pre {
  word-wrap: normal;
}

/* line 22, node_modules/@primer/css/markdown/code.scss */
.markdown-body pre code {
  font-size: 100%;
}

/* line 28, node_modules/@primer/css/markdown/code.scss */
.markdown-body pre > code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

/* line 38, node_modules/@primer/css/markdown/code.scss */
.markdown-body .highlight {
  margin-bottom: 16px;
}

/* line 41, node_modules/@primer/css/markdown/code.scss */
.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

/* line 47, node_modules/@primer/css/markdown/code.scss */
.markdown-body .highlight pre,
.markdown-body pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: var(--color-canvas-subtle);
  border-radius: 6px;
}

/* line 59, node_modules/@primer/css/markdown/code.scss */
.markdown-body pre code,
.markdown-body pre tt {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

/* line 3, node_modules/@primer/css/markdown/blob-csv.scss */
.markdown-body .csv-data td,
.markdown-body .csv-data th {
  padding: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

/* line 14, node_modules/@primer/css/markdown/blob-csv.scss */
.markdown-body .csv-data .blob-num {
  padding: 10px 8px 9px;
  text-align: right;
  background: var(--color-canvas-default);
  border: 0;
}

/* line 22, node_modules/@primer/css/markdown/blob-csv.scss */
.markdown-body .csv-data tr {
  border-top: 0;
}

/* line 24, node_modules/@primer/css/markdown/blob-csv.scss */
.markdown-body .csv-data th {
  font-weight: 600;
  background: var(--color-canvas-subtle);
  border-top: 0;
}

/* line 4, node_modules/@primer/css/markdown/footnotes.scss */
.markdown-body .footnotes {
  font-size: 12px;
  color: var(--color-fg-muted);
  border-top: 1px solid var(--color-border-default);
}

/* line 9, node_modules/@primer/css/markdown/footnotes.scss */
.markdown-body .footnotes ol {
  padding-left: 16px;
}

/* line 13, node_modules/@primer/css/markdown/footnotes.scss */
.markdown-body .footnotes li {
  position: relative;
}

/* line 17, node_modules/@primer/css/markdown/footnotes.scss */
.markdown-body .footnotes li:target::before {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -24px;
  pointer-events: none;
  content: '';
  border: 2px solid var(--color-accent-emphasis);
  border-radius: 6px;
}

/* line 30, node_modules/@primer/css/markdown/footnotes.scss */
.markdown-body .footnotes li:target {
  color: var(--color-fg-default);
}

/* line 34, node_modules/@primer/css/markdown/footnotes.scss */
.markdown-body .footnotes .data-footnote-backref g-emoji {
  font-family: monospace;
}

/* 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;
  background-color: var(--color-canvas-overlay);
  border: 1px solid var(--color-border-default);
  border-radius: 6px;
}

/* line 16, node_modules/@primer/css/popover/popover.scss */
.Popover-message::before, .Popover-message::after {
  position: absolute;
  left: 50%;
  display: inline-block;
  content: '';
}

/* line 24, 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 33, 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 44, node_modules/@primer/css/popover/popover.scss */
.Popover-message--no-caret::before, .Popover-message--no-caret::after {
  display: none;
}

/* line 54, 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 60, 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 65, 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 72, node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-right,
.Popover-message--bottom-right {
  right: -9px;
  margin-right: 0;
}

/* line 77, 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 83, node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-right::before,
.Popover-message--bottom-right::before {
  right: 20px;
}

/* line 87, node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-right::after,
.Popover-message--bottom-right::after {
  right: 21px;
}

/* line 93, node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-left,
.Popover-message--bottom-left {
  left: -9px;
  margin-left: 0;
}

/* line 98, 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 104, node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-left::after,
.Popover-message--bottom-left::after {
  left: 25px;
}

/* line 116, 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 124, 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 129, 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 138, 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 143, 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 153, 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 158, 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 167, 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 176, 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 181, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right-bottom::before,
.Popover-message--left-bottom::before {
  bottom: 16px;
}

/* line 185, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right-bottom::after,
.Popover-message--left-bottom::after {
  bottom: 17px;
}

@media (min-width: 544px) {
  /* line 190, node_modules/@primer/css/popover/popover.scss */
  .Popover-message--large {
    min-width: 320px;
  }
}

@media (max-width: 767.98px) {
  /* line 200, node_modules/@primer/css/popover/popover.scss */
  .Popover {
    position: fixed;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  /* line 208, node_modules/@primer/css/popover/popover.scss */
  .Popover-message {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto !important;
    margin: 8px;
  }
  /* line 218, node_modules/@primer/css/popover/popover.scss */
  .Popover-message > .btn-octicon {
    padding: 12px !important;
  }
  /* line 223, node_modules/@primer/css/popover/popover.scss */
  .Popover-message::after,
.Popover-message::before {
    display: none;
  }
}

/* line 3, node_modules/@primer/css/progress/progress.scss */
.Progress {
  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 10, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: flex;
  padding: 16px;
  pointer-events: none;
  flex-direction: column;
}

@media (min-width: 544px) {
  /* line 10, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0;
  }
}

/* line 36, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: '';
  background-color: var(--color-primer-canvas-backdrop);
}

@media (min-width: 544px) {
  /* line 36, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu::before {
    display: none;
  }
}

/* line 55, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-modal {
  position: relative;
  z-index: 99;
  display: flex;
  max-height: 66%;
  margin: auto 0;
  overflow: hidden;
  pointer-events: auto;
  flex-direction: column;
  background-color: var(--color-canvas-overlay);
  border: 1px solid var(--color-select-menu-backdrop-border);
  border-radius: 12px;
  box-shadow: var(--color-shadow-large);
  animation: SelectMenu-modal-animation 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards;
}

@keyframes SelectMenu-modal-animation {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
}

@keyframes SelectMenu-modal-animation--sm {
  0% {
    opacity: 0;
    transform: translateY(-16px);
  }
}

@media (min-width: 544px) {
  /* line 55, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-modal {
    width: 300px;
    height: auto;
    max-height: 480px;
    margin: 8px 0 16px 0;
    font-size: 12px;
    border-color: var(--color-border-default);
    border-radius: 6px;
    box-shadow: var(--color-shadow-large);
    animation-name: SelectMenu-modal-animation--sm;
  }
}

/* line 102, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-header {
  display: flex;
  padding: 16px;
  flex: none;
  align-items: center;
  border-bottom: 1px solid var(--color-border-muted);
}

@media (min-width: 544px) {
  /* line 102, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-header {
    padding: 7px 7px 7px 16px;
  }
}

/* line 115, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-title {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 544px) {
  /* line 115, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-title {
    font-size: inherit;
  }
}

/* line 125, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-closeButton {
  padding: 16px;
  margin: -16px;
  line-height: 1;
  color: var(--color-fg-muted);
  background-color: transparent;
  border: 0;
}

@media (min-width: 544px) {
  /* line 125, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-closeButton {
    padding: 8px;
    margin: -8px -7px;
  }
}

/* line 144, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-filter {
  padding: 16px;
  margin: 0;
  border-bottom: 1px solid var(--color-border-muted);
}

@media (min-width: 544px) {
  /* line 144, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-filter {
    padding: 8px;
  }
}

/* line 154, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-input {
  display: block;
  width: 100%;
}

@media (min-width: 544px) {
  /* line 154, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-input {
    font-size: 14px;
  }
}

/* line 167, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-list {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: -1px;
  flex: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--color-canvas-overlay);
  -webkit-overflow-scrolling: touch;
}

/* line 184, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px;
  overflow: hidden;
  color: var(--color-fg-default);
  text-align: left;
  cursor: pointer;
  background-color: var(--color-canvas-overlay);
  border: 0;
  border-bottom: 1px solid var(--color-border-muted);
}

@media (min-width: 544px) {
  /* line 184, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-item {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

/* line 205, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-list--borderless .SelectMenu-item {
  border-bottom: 0;
}

/* line 214, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-icon {
  width: 16px;
  margin-right: 8px;
  flex-shrink: 0;
}

/* line 221, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-icon--check {
  visibility: hidden;
  transition: transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5), visibility 0s 0.12s linear;
  transform: scale(0);
}

/* line 231, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-tabs {
  display: flex;
  flex-shrink: 0;
  overflow-x: auto;
  overflow-y: hidden;
  box-shadow: inset 0 -1px 0 var(--color-border-muted);
  -webkit-overflow-scrolling: touch;
}

/* line 241, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-tabs::-webkit-scrollbar {
  display: none;
}

@media (min-width: 544px) {
  /* line 231, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-tabs {
    padding: 8px 8px 0 8px;
  }
}

/* line 250, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-tab {
  flex: 1;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-fg-muted);
  text-align: center;
  background-color: transparent;
  border: 0;
  box-shadow: inset 0 -1px 0 var(--color-border-muted);
}

@media (min-width: 544px) {
  /* line 250, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-tab {
    flex: none;
    padding: 4px 16px;
    border: 1px solid transparent;
    border-bottom-width: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}

/* line 271, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-tab[aria-selected='true'] {
  z-index: 1;
  color: var(--color-fg-default);
  cursor: default;
  background-color: var(--color-canvas-overlay);
  box-shadow: 0 0 0 1px var(--color-border-muted);
}

@media (min-width: 544px) {
  /* line 271, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-tab[aria-selected='true'] {
    border-color: var(--color-border-muted);
    box-shadow: none;
  }
}

/* line 290, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-message {
  padding: 7px 16px;
  text-align: center;
  background-color: var(--color-canvas-overlay);
  border-bottom: 1px solid var(--color-border-muted);
}

/* line 302, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-blankslate,
.SelectMenu-loading {
  padding: 24px 16px;
  text-align: center;
  background-color: var(--color-canvas-overlay);
}

/* line 313, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-divider {
  padding: 4px 16px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-fg-muted);
  background-color: var(--color-canvas-subtle);
  border-bottom: 1px solid var(--color-border-muted);
}

/* line 323, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-list--borderless .SelectMenu-divider {
  border-top: 1px solid var(--color-border-muted);
}

/* line 326, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-list--borderless .SelectMenu-divider:empty {
  padding: 0;
  border-top: 0;
}

/* line 337, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-footer {
  z-index: 0;
  padding: 8px 16px;
  font-size: 12px;
  color: var(--color-fg-muted);
  text-align: center;
  border-top: 1px solid var(--color-border-muted);
}

@media (min-width: 544px) {
  /* line 337, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-footer {
    padding: 7px 16px;
  }
}

/* line 356, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu--hasFilter .SelectMenu-modal {
  height: 80%;
  max-height: none;
  margin-top: 0;
}

@media (min-width: 544px) {
  /* line 356, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu--hasFilter .SelectMenu-modal {
    height: auto;
    max-height: 480px;
    margin-top: 8px;
  }
}

/* line 374, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-closeButton:focus,
.SelectMenu-tab:focus,
.SelectMenu-item:focus {
  outline: 0;
}

/* line 381, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-item:hover {
  text-decoration: none;
}

/* line 389, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-item[aria-checked='true'] {
  font-weight: 500;
  color: var(--color-fg-default);
}

/* line 393, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-item[aria-checked='true'] .SelectMenu-icon--check {
  visibility: visible;
  transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), visibility 0s linear;
  transform: scale(1);
}

/* line 404, node_modules/@primer/css/select-menu/select-menu.scss */
.SelectMenu-item:disabled,
.SelectMenu-item[aria-disabled='true'] {
  color: var(--color-primer-fg-disabled);
  pointer-events: none;
}

@media (hover: hover) {
  /* line 415, node_modules/@primer/css/select-menu/select-menu.scss */
  body:not(.intent-mouse) .SelectMenu-closeButton:focus,
.SelectMenu-closeButton:hover {
    color: var(--color-fg-default);
  }
  /* line 420, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-closeButton:active {
    color: var(--color-fg-muted);
  }
  /* line 424, node_modules/@primer/css/select-menu/select-menu.scss */
  body:not(.intent-mouse) .SelectMenu-item:focus,
.SelectMenu-item:hover {
    background-color: var(--color-neutral-subtle);
  }
  /* line 429, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-item:active {
    background-color: var(--color-canvas-subtle);
  }
  /* line 433, node_modules/@primer/css/select-menu/select-menu.scss */
  body:not(.intent-mouse) .SelectMenu-tab:focus {
    background-color: var(--color-select-menu-tap-focus-bg);
  }
  /* line 437, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-tab:hover {
    color: var(--color-fg-default);
  }
  /* line 441, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-tab:not([aria-selected='true']):active {
    color: var(--color-fg-default);
    background-color: var(--color-canvas-subtle);
  }
}

@media (hover: none) {
  /* line 453, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-item:focus,
.SelectMenu-item:active {
    background-color: var(--color-canvas-subtle);
  }
  /* line 461, node_modules/@primer/css/select-menu/select-menu.scss */
  .SelectMenu-item {
    -webkit-tap-highlight-color: var(--color-select-menu-tap-highlight);
  }
}

/* line 2, node_modules/@primer/css/subhead/subhead.scss */
.Subhead {
  display: flex;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--color-border-muted);
  flex-flow: row wrap;
  justify-content: flex-end;
}

/* line 12, node_modules/@primer/css/subhead/subhead.scss */
.Subhead--spacious {
  margin-top: 40px;
}

/* line 17, node_modules/@primer/css/subhead/subhead.scss */
.Subhead-heading {
  font-size: 24px;
  font-weight: 400;
  flex: 1 1 auto;
}

/* line 24, node_modules/@primer/css/subhead/subhead.scss */
.Subhead-heading--danger {
  font-weight: 600;
  color: var(--color-danger-fg);
}

/* line 30, node_modules/@primer/css/subhead/subhead.scss */
.Subhead-description {
  font-size: 14px;
  color: var(--color-fg-muted);
  flex: 1 100%;
}

/* line 37, node_modules/@primer/css/subhead/subhead.scss */
.Subhead-actions {
  margin: 4px 0 4px 4px;
  align-self: center;
  justify-content: flex-end;
}

/* line 42, node_modules/@primer/css/subhead/subhead.scss */
.Subhead-actions + .Subhead-description {
  margin-top: 4px;
}

/* line 1, node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem {
  position: relative;
  display: flex;
  padding: 16px 0;
  margin-left: 16px;
}

/* line 8, node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2px;
  content: '';
  background-color: var(--color-border-muted);
}

/* line 19, node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem:target .TimelineItem-badge {
  border-color: var(--color-accent-emphasis);
  box-shadow: 0 0 0.2em var(--color-accent-muted);
}

/* line 26, node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem-badge {
  position: relative;
  z-index: 1;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  margin-left: -15px;
  color: var(--color-fg-muted);
  align-items: center;
  background-color: var(--color-timeline-badge-bg);
  border: 2px solid var(--color-canvas-default);
  border-radius: 50%;
  justify-content: center;
  flex-shrink: 0;
}

/* line 43, node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem-badge--success {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-success-emphasis);
  border: 1px solid transparent;
}

/* line 50, node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem-body {
  min-width: 0;
  max-width: 100%;
  margin-top: 4px;
  color: var(--color-fg-muted);
  flex: auto;
}

/* line 58, node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem-avatar {
  position: absolute;
  left: -72px;
  z-index: 1;
}

/* line 64, node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem-break {
  position: relative;
  z-index: 1;
  height: 24px;
  margin: 0;
  margin-bottom: -16px;
  margin-left: -56px;
  background-color: var(--color-canvas-default);
  border: 0;
  border-top: 4px solid var(--color-border-default);
}

/* line 78, node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem--condensed {
  padding-top: 4px;
  padding-bottom: 0;
}

/* line 83, node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem--condensed:last-child {
  padding-bottom: 16px;
}

/* line 87, node_modules/@primer/css/timeline/timeline-item.scss */
.TimelineItem--condensed .TimelineItem-badge {
  height: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: var(--color-fg-muted);
  background-color: var(--color-canvas-default);
  border: 0;
}

/* line 3, node_modules/@primer/css/toasts/toasts.scss */
.Toast {
  display: flex;
  margin: 8px;
  color: var(--color-fg-default);
  background-color: var(--color-canvas-default);
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px var(--color-border-default), var(--color-shadow-large);
}

@media (min-width: 544px) {
  /* line 3, node_modules/@primer/css/toasts/toasts.scss */
  .Toast {
    width: max-content;
    max-width: 450px;
    margin: 16px;
  }
}

/* line 18, node_modules/@primer/css/toasts/toasts.scss */
.Toast-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  flex-shrink: 0;
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-accent-emphasis);
  border: 1px solid transparent;
  border-right: 0;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 32, node_modules/@primer/css/toasts/toasts.scss */
.Toast-content {
  padding: 16px;
}

/* line 36, node_modules/@primer/css/toasts/toasts.scss */
.Toast-dismissButton {
  max-height: 54px;
  padding: 16px;
  color: inherit;
  background-color: transparent;
  border: 0;
}

/* line 43, node_modules/@primer/css/toasts/toasts.scss */
.Toast-dismissButton:focus, .Toast-dismissButton:hover {
  outline: none;
  opacity: 0.7;
}

/* line 49, node_modules/@primer/css/toasts/toasts.scss */
.Toast-dismissButton:active {
  opacity: 0.5;
}

/* line 56, node_modules/@primer/css/toasts/toasts.scss */
.Toast--loading {
  color: var(--color-fg-default);
  box-shadow: inset 0 0 0 1px var(--color-border-default), var(--color-shadow-large);
}

/* line 60, node_modules/@primer/css/toasts/toasts.scss */
.Toast--loading .Toast-icon {
  background-color: var(--color-neutral-emphasis);
}

/* line 65, node_modules/@primer/css/toasts/toasts.scss */
.Toast--error {
  color: var(--color-fg-default);
  box-shadow: inset 0 0 0 1px var(--color-border-default), var(--color-shadow-large);
}

/* line 69, node_modules/@primer/css/toasts/toasts.scss */
.Toast--error .Toast-icon {
  background-color: var(--color-danger-emphasis);
}

/* line 74, node_modules/@primer/css/toasts/toasts.scss */
.Toast--warning {
  color: var(--color-fg-default);
  box-shadow: inset 0 0 0 1px var(--color-border-default), var(--color-shadow-large);
}

/* line 78, node_modules/@primer/css/toasts/toasts.scss */
.Toast--warning .Toast-icon {
  background-color: var(--color-attention-emphasis);
}

/* line 83, node_modules/@primer/css/toasts/toasts.scss */
.Toast--success {
  color: var(--color-fg-default);
  box-shadow: inset 0 0 0 1px var(--color-border-default), var(--color-shadow-large);
}

/* line 87, node_modules/@primer/css/toasts/toasts.scss */
.Toast--success .Toast-icon {
  background-color: var(--color-success-emphasis);
}

/* line 94, node_modules/@primer/css/toasts/toasts.scss */
.Toast--animateIn {
  animation: Toast--animateIn 0.18s cubic-bezier(0.22, 0.61, 0.36, 1) backwards;
}

@keyframes Toast--animateIn {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
}

/* line 105, node_modules/@primer/css/toasts/toasts.scss */
.Toast--animateOut {
  animation: Toast--animateOut 0.18s cubic-bezier(0.55, 0.06, 0.68, 0.19) forwards;
}

@keyframes Toast--animateOut {
  100% {
    pointer-events: none;
    opacity: 0;
    transform: translateY(100%);
  }
}

/* line 117, node_modules/@primer/css/toasts/toasts.scss */
.Toast--spinner {
  animation: Toast--spinner 1000ms linear infinite;
}

@keyframes Toast--spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*!
 * @primer/css/marketing
 * http://primer.style/css
 *
 * Released under MIT license. Copyright (c) 2019 GitHub Inc.
 */
/* line 2, node_modules/@primer/css/marketing/type/typography.scss */
.h0-mktg,
.h1-mktg,
.h2-mktg,
.h3-mktg,
.h4-mktg,
.h5-mktg,
.h6-mktg {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-feature-settings: "ss02" on, "ss01" on;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
}

/* line 17, node_modules/@primer/css/marketing/type/typography.scss */
.h0-mktg {
  font-size: 48px !important;
  line-height: 52px !important;
  font-weight: 800 !important;
}

@media (min-width: 768px) {
  /* line 17, node_modules/@primer/css/marketing/type/typography.scss */
  .h0-mktg {
    font-size: 72px !important;
    line-height: 76px !important;
  }
}

@media (min-width: 1012px) {
  /* line 17, node_modules/@primer/css/marketing/type/typography.scss */
  .h0-mktg {
    font-size: 96px !important;
    line-height: 100px !important;
  }
}

/* line 17, node_modules/@primer/css/marketing/type/typography.scss */
.h1-mktg {
  font-size: 40px !important;
  line-height: 44px !important;
  font-weight: 800 !important;
}

@media (min-width: 768px) {
  /* line 17, node_modules/@primer/css/marketing/type/typography.scss */
  .h1-mktg {
    font-size: 56px !important;
    line-height: 60px !important;
    letter-spacing: -0.03em !important;
  }
}

@media (min-width: 1012px) {
  /* line 17, node_modules/@primer/css/marketing/type/typography.scss */
  .h1-mktg {
    font-size: 72px !important;
    line-height: 76px !important;
  }
}

/* line 17, node_modules/@primer/css/marketing/type/typography.scss */
.h2-mktg {
  font-size: 32px !important;
  line-height: 36px !important;
  font-weight: 800 !important;
}

@media (min-width: 768px) {
  /* line 17, node_modules/@primer/css/marketing/type/typography.scss */
  .h2-mktg {
    font-size: 48px !important;
    line-height: 52px !important;
    letter-spacing: -0.03em !important;
  }
}

@media (min-width: 1012px) {
  /* line 17, node_modules/@primer/css/marketing/type/typography.scss */
  .h2-mktg {
    font-size: 64px !important;
    line-height: 68px !important;
  }
}

/* line 17, node_modules/@primer/css/marketing/type/typography.scss */
.h3-mktg {
  font-size: 28px !important;
  line-height: 32px !important;
  font-weight: 800 !important;
}

@media (min-width: 768px) {
  /* line 17, node_modules/@primer/css/marketing/type/typography.scss */
  .h3-mktg {
    font-size: 40px !important;
    line-height: 44px !important;
  }
}

@media (min-width: 1012px) {
  /* line 17, node_modules/@primer/css/marketing/type/typography.scss */
  .h3-mktg {
    font-size: 48px !important;
    line-height: 52px !important;
    letter-spacing: -0.03em !important;
  }
}

/* line 17, node_modules/@primer/css/marketing/type/typography.scss */
.h4-mktg {
  font-size: 24px !important;
  line-height: 28px !important;
  font-weight: 800 !important;
}

@media (min-width: 768px) {
  /* line 17, node_modules/@primer/css/marketing/type/typography.scss */
  .h4-mktg {
    font-size: 28px !important;
    line-height: 32px !important;
  }
}

@media (min-width: 1012px) {
  /* line 17, node_modules/@primer/css/marketing/type/typography.scss */
  .h4-mktg {
    font-size: 32px !important;
    line-height: 36px !important;
  }
}

/* line 17, node_modules/@primer/css/marketing/type/typography.scss */
.h5-mktg {
  font-size: 20px !important;
  line-height: 24px !important;
}

@media (min-width: 768px) {
  /* line 17, node_modules/@primer/css/marketing/type/typography.scss */
  .h5-mktg {
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: 800 !important;
  }
}

/* line 17, node_modules/@primer/css/marketing/type/typography.scss */
.h6-mktg {
  font-size: 16px !important;
  line-height: 20px !important;
}

@media (min-width: 768px) {
  /* line 17, node_modules/@primer/css/marketing/type/typography.scss */
  .h6-mktg {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}

/* line 59, node_modules/@primer/css/marketing/type/typography.scss */
.f0-mktg,
.f1-mktg,
.f2-mktg,
.f3-mktg,
.f4-mktg,
.f5-mktg,
.f6-mktg {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-feature-settings: "ss02" on, "ss01" on;
  font-weight: 400;
}

/* line 72, node_modules/@primer/css/marketing/type/typography.scss */
.f0-mktg {
  font-size: 28px !important;
  line-height: 40px !important;
  letter-spacing: -0.01em !important;
  font-weight: 500;
}

@media (min-width: 768px) {
  /* line 72, node_modules/@primer/css/marketing/type/typography.scss */
  .f0-mktg {
    font-size: 40px !important;
    line-height: 52px !important;
  }
}

@media (min-width: 1012px) {
  /* line 72, node_modules/@primer/css/marketing/type/typography.scss */
  .f0-mktg {
    font-size: 48px !important;
    line-height: 64px !important;
  }
}

/* line 72, node_modules/@primer/css/marketing/type/typography.scss */
.f1-mktg {
  font-size: 24px !important;
  line-height: 32px !important;
  font-weight: 500;
}

@media (min-width: 768px) {
  /* line 72, node_modules/@primer/css/marketing/type/typography.scss */
  .f1-mktg {
    font-size: 28px !important;
    line-height: 40px !important;
    letter-spacing: -0.01em !important;
  }
}

@media (min-width: 1012px) {
  /* line 72, node_modules/@primer/css/marketing/type/typography.scss */
  .f1-mktg {
    font-size: 32px !important;
    line-height: 44px !important;
  }
}

/* line 72, node_modules/@primer/css/marketing/type/typography.scss */
.f2-mktg {
  font-size: 20px !important;
  line-height: 28px !important;
}

@media (min-width: 1012px) {
  /* line 72, node_modules/@primer/css/marketing/type/typography.scss */
  .f2-mktg {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 450;
  }
}

/* line 72, node_modules/@primer/css/marketing/type/typography.scss */
.f3-mktg {
  font-size: 16px !important;
  line-height: 24px !important;
}

@media (min-width: 768px) {
  /* line 72, node_modules/@primer/css/marketing/type/typography.scss */
  .f3-mktg {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

/* line 72, node_modules/@primer/css/marketing/type/typography.scss */
.f4-mktg {
  font-size: 16px !important;
  line-height: 24px !important;
}

/* line 72, node_modules/@primer/css/marketing/type/typography.scss */
.f5-mktg {
  font-size: 14px !important;
  line-height: 20px !important;
}

/* line 72, node_modules/@primer/css/marketing/type/typography.scss */
.f6-mktg {
  font-size: 12px !important;
  line-height: 20px !important;
}

/* line 116, node_modules/@primer/css/marketing/type/typography.scss */
.text-medium {
  font-weight: 450 !important;
}

/* line 142, node_modules/@primer/css/marketing/type/typography.scss */
.pullquote {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
  margin-bottom: 24px;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-color-text-secondary);
  border-left: 3px solid var(--color-border-default);
}

@media (min-width: 768px) {
  /* line 142, node_modules/@primer/css/marketing/type/typography.scss */
  .pullquote {
    padding-left: 12px;
    margin-bottom: 32px;
    margin-left: -15px;
    font-size: 18px;
    line-height: 1.5;
  }
}

/* line 1, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-mktg {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0.9rem 1.5rem 1.1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-canvas-default);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), var(--color-mktg-btn-bg) !important;
  border: 0;
  border-radius: 0.375rem;
  transition: box-shadow 0.2s;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

/* line 23, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-mktg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%) !important;
  border-radius: inherit;
  opacity: 0;
  opacity: 0;
  transition: opacity 0.2s;
  background-blend-mode: normal;
}

/* line 40, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-mktg:hover {
  text-decoration: none;
  box-shadow: var(--color-mktg-btn-shadow-hover) !important;
}

/* line 45, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-mktg:focus, .btn-mktg.focus {
  outline: 0;
  box-shadow: var(--color-mktg-btn-shadow-focus), var(--color-mktg-btn-shadow-hover) !important;
}

/* line 54, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-mktg:hover::before, .btn-mktg:focus::before, .btn-mktg.focus::before {
  opacity: 1;
}

/* line 58, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-mktg:hover:disabled, .btn-mktg:focus:disabled, .btn-mktg.focus:disabled {
  box-shadow: none !important;
}

/* line 63, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-mktg:active {
  outline: none;
  box-shadow: 0 0 0 transparent;
}

/* line 68, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-mktg:active::before {
  opacity: 0.5 !important;
}

/* line 73, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-mktg.disabled, .btn-mktg[disabled] {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

/* line 81, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-muted-mktg {
  color: var(--color-fg-default) !important;
  background: none !important;
  box-shadow: var(--color-mktg-btn-shadow-outline);
}

/* line 86, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-muted-mktg::before {
  display: none;
}

/* line 90, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-muted-mktg:hover {
  box-shadow: var(--color-mktg-btn-shadow-hover-muted) !important;
}

/* line 94, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-muted-mktg:focus, .btn-muted-mktg.focus {
  box-shadow: var(--color-mktg-btn-shadow-hover-muted), var(--color-mktg-btn-shadow-focus) !important;
}

/* line 99, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-muted-mktg:active {
  box-shadow: var(--color-fg-default) 0 0 0 3px inset !important;
}

/* line 104, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-muted-mktg:disabled {
  box-shadow: var(--color-fg-subtle) 0 0 0 1px inset !important;
}

/* line 110, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-subtle-mktg {
  color: var(--color-fg-default) !important;
  background: none !important;
  box-shadow: none !important;
}

/* line 115, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-subtle-mktg::before {
  background: none !important;
}

/* line 119, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-subtle-mktg:hover {
  box-shadow: var(--color-mktg-btn-shadow-hover-muted) !important;
}

/* line 123, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-subtle-mktg:focus,
.btn-subtle-mktg .focus {
  box-shadow: var(--color-mktg-btn-shadow-hover-muted), var(--color-mktg-btn-shadow-focus) !important;
}

/* line 129, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-signup-mktg {
  color: #fff;
  background: linear-gradient(180deg, rgba(52, 183, 89, 0.15) 0%, rgba(46, 164, 79, 0) 100%), #2ea44f !important;
}

/* line 135, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-signup-mktg::before {
  background: linear-gradient(180deg, rgba(52, 183, 89, 0.15) 0%, rgba(46, 164, 79, 0) 100%) !important;
}

/* line 140, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-signup-mktg:focus {
  box-shadow: rgba(46, 164, 79, 0.45) 0 0 0 4px !important;
}

/* line 148, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-small-mktg {
  padding: 0.625rem 1rem 0.8125rem;
}

/* line 153, node_modules/@primer/css/marketing/buttons/button.scss */
.btn-large-mktg {
  padding: 20px 30px 23px !important;
}

/* line 1, node_modules/@primer/css/marketing/links/link.scss */
.link-mktg {
  position: relative;
  display: inline-block;
}

/* line 5, node_modules/@primer/css/marketing/links/link.scss */
.link-mktg:hover {
  text-decoration: none;
}

/* line 9, node_modules/@primer/css/marketing/links/link.scss */
.link-mktg:active {
  outline: none;
}

/* line 13, node_modules/@primer/css/marketing/links/link.scss */
.link-mktg::after, .link-mktg.link-emphasis-mktg::before {
  position: absolute;
  bottom: -0.15em;
  left: 0;
  width: calc(100% - 1em);
  height: 2px;
  pointer-events: none;
  content: '';
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: 0 0;
}

@media screen and (prefers-reduced-motion: no-preference) {
  /* line 13, node_modules/@primer/css/marketing/links/link.scss */
  .link-mktg::after, .link-mktg.link-emphasis-mktg::before {
    transition: transform 0.3s ease;
  }
}

/* line 32, node_modules/@primer/css/marketing/links/link.scss */
.link-mktg.link-emphasis-mktg::before {
  opacity: 0.2;
  transform: scaleX(1);
}

/* line 40, node_modules/@primer/css/marketing/links/link.scss */
.link-mktg:hover::after, .link-mktg:focus::after, .link-mktg:active::after {
  transform: scaleX(1);
}

/* line 46, node_modules/@primer/css/marketing/links/link.scss */
.link-mktg.arrow-target-mktg .arrow-symbol-mktg {
  margin-left: -0.25em;
}

/* line 3, node_modules/@primer/css/marketing/utilities/animations.scss */
.hover-grow-mktg {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* line 6, node_modules/@primer/css/marketing/utilities/animations.scss */
.hover-grow-mktg:hover {
  transform: scale3d(1.025, 1.025, 1.025);
}

/* line 15, node_modules/@primer/css/marketing/utilities/animations.scss */
.btn-mktg .octicon,
.link-mktg .octicon,
.arrow-target-mktg .octicon {
  width: 1em;
  height: 1em;
}

/* line 20, node_modules/@primer/css/marketing/utilities/animations.scss */
.btn-mktg .arrow-symbol-mktg,
.link-mktg .arrow-symbol-mktg,
.arrow-target-mktg .arrow-symbol-mktg {
  transition: transform 0.2s;
  transform: translateX(0);
}

/* line 25, node_modules/@primer/css/marketing/utilities/animations.scss */
.btn-mktg .arrow-symbol-mktg path:last-child,
.link-mktg .arrow-symbol-mktg path:last-child,
.arrow-target-mktg .arrow-symbol-mktg path:last-child {
  stroke-dasharray: 10;
  stroke-dashoffset: 10;
  transition: stroke-dashoffset 0.2s;
}

@media screen and (prefers-reduced-motion: no-preference) {
  /* line 35, node_modules/@primer/css/marketing/utilities/animations.scss */
  .btn-mktg:hover .arrow-symbol-mktg, .btn-mktg:focus .arrow-symbol-mktg,
.link-mktg:hover .arrow-symbol-mktg,
.link-mktg:focus .arrow-symbol-mktg,
.arrow-target-mktg:hover .arrow-symbol-mktg,
.arrow-target-mktg:focus .arrow-symbol-mktg {
    transform: translateX(4px);
  }
  /* line 39, node_modules/@primer/css/marketing/utilities/animations.scss */
  .btn-mktg:hover .arrow-symbol-mktg path:last-child, .btn-mktg:focus .arrow-symbol-mktg path:last-child,
.link-mktg:hover .arrow-symbol-mktg path:last-child,
.link-mktg:focus .arrow-symbol-mktg path:last-child,
.arrow-target-mktg:hover .arrow-symbol-mktg path:last-child,
.arrow-target-mktg:focus .arrow-symbol-mktg path:last-child {
    stroke-dashoffset: 20;
  }
  /* line 46, node_modules/@primer/css/marketing/utilities/animations.scss */
  .btn-mktg:active .arrow-symbol-mktg,
.link-mktg:active .arrow-symbol-mktg,
.arrow-target-mktg:active .arrow-symbol-mktg {
    transform: translateX(6px);
  }
}

/* line 1, node_modules/@primer/css/marketing/utilities/filters.scss */
.grayscale {
  filter: grayscale(100%);
}

/* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-1 {
  top: 4px !important;
}

/* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-1 {
  right: 4px !important;
}

/* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-1 {
  bottom: 4px !important;
}

/* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-1 {
  left: 4px !important;
}

/* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n1 {
  top: -4px !important;
}

/* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n1 {
  right: -4px !important;
}

/* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n1 {
  bottom: -4px !important;
}

/* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n1 {
  left: -4px !important;
}

/* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-2 {
  top: 8px !important;
}

/* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-2 {
  right: 8px !important;
}

/* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-2 {
  bottom: 8px !important;
}

/* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-2 {
  left: 8px !important;
}

/* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n2 {
  top: -8px !important;
}

/* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n2 {
  right: -8px !important;
}

/* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n2 {
  bottom: -8px !important;
}

/* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n2 {
  left: -8px !important;
}

/* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-3 {
  top: 16px !important;
}

/* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-3 {
  right: 16px !important;
}

/* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-3 {
  bottom: 16px !important;
}

/* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-3 {
  left: 16px !important;
}

/* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n3 {
  top: -16px !important;
}

/* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n3 {
  right: -16px !important;
}

/* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n3 {
  bottom: -16px !important;
}

/* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n3 {
  left: -16px !important;
}

/* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-4 {
  top: 24px !important;
}

/* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-4 {
  right: 24px !important;
}

/* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-4 {
  bottom: 24px !important;
}

/* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-4 {
  left: 24px !important;
}

/* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n4 {
  top: -24px !important;
}

/* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n4 {
  right: -24px !important;
}

/* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n4 {
  bottom: -24px !important;
}

/* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n4 {
  left: -24px !important;
}

/* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-5 {
  top: 32px !important;
}

/* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-5 {
  right: 32px !important;
}

/* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-5 {
  bottom: 32px !important;
}

/* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-5 {
  left: 32px !important;
}

/* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n5 {
  top: -32px !important;
}

/* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n5 {
  right: -32px !important;
}

/* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n5 {
  bottom: -32px !important;
}

/* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n5 {
  left: -32px !important;
}

/* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-6 {
  top: 40px !important;
}

/* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-6 {
  right: 40px !important;
}

/* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-6 {
  bottom: 40px !important;
}

/* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-6 {
  left: 40px !important;
}

/* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n6 {
  top: -40px !important;
}

/* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n6 {
  right: -40px !important;
}

/* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n6 {
  bottom: -40px !important;
}

/* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n6 {
  left: -40px !important;
}

/* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-7 {
  top: 48px !important;
}

/* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-7 {
  right: 48px !important;
}

/* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-7 {
  bottom: 48px !important;
}

/* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-7 {
  left: 48px !important;
}

/* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n7 {
  top: -48px !important;
}

/* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n7 {
  right: -48px !important;
}

/* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n7 {
  bottom: -48px !important;
}

/* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n7 {
  left: -48px !important;
}

/* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-8 {
  top: 64px !important;
}

/* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-8 {
  right: 64px !important;
}

/* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-8 {
  bottom: 64px !important;
}

/* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-8 {
  left: 64px !important;
}

/* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n8 {
  top: -64px !important;
}

/* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n8 {
  right: -64px !important;
}

/* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n8 {
  bottom: -64px !important;
}

/* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n8 {
  left: -64px !important;
}

/* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-9 {
  top: 80px !important;
}

/* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-9 {
  right: 80px !important;
}

/* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-9 {
  bottom: 80px !important;
}

/* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-9 {
  left: 80px !important;
}

/* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n9 {
  top: -80px !important;
}

/* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n9 {
  right: -80px !important;
}

/* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n9 {
  bottom: -80px !important;
}

/* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n9 {
  left: -80px !important;
}

/* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-10 {
  top: 96px !important;
}

/* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-10 {
  right: 96px !important;
}

/* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-10 {
  bottom: 96px !important;
}

/* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-10 {
  left: 96px !important;
}

/* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n10 {
  top: -96px !important;
}

/* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n10 {
  right: -96px !important;
}

/* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n10 {
  bottom: -96px !important;
}

/* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n10 {
  left: -96px !important;
}

/* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-11 {
  top: 112px !important;
}

/* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-11 {
  right: 112px !important;
}

/* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-11 {
  bottom: 112px !important;
}

/* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-11 {
  left: 112px !important;
}

/* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n11 {
  top: -112px !important;
}

/* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n11 {
  right: -112px !important;
}

/* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n11 {
  bottom: -112px !important;
}

/* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n11 {
  left: -112px !important;
}

/* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-12 {
  top: 128px !important;
}

/* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-12 {
  right: 128px !important;
}

/* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-12 {
  bottom: 128px !important;
}

/* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-12 {
  left: 128px !important;
}

/* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
.top-n12 {
  top: -128px !important;
}

/* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
.right-n12 {
  right: -128px !important;
}

/* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
.bottom-n12 {
  bottom: -128px !important;
}

/* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
.left-n12 {
  left: -128px !important;
}

@media (min-width: 768px) {
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-0 {
    top: 0 !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-0 {
    right: 0 !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-0 {
    bottom: 0 !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-0 {
    left: 0 !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-1 {
    top: 4px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-1 {
    right: 4px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-1 {
    bottom: 4px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-1 {
    left: 4px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n1 {
    top: -4px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n1 {
    right: -4px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n1 {
    bottom: -4px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n1 {
    left: -4px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-2 {
    top: 8px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-2 {
    right: 8px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-2 {
    bottom: 8px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-2 {
    left: 8px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n2 {
    top: -8px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n2 {
    right: -8px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n2 {
    bottom: -8px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n2 {
    left: -8px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-3 {
    top: 16px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-3 {
    right: 16px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-3 {
    bottom: 16px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-3 {
    left: 16px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n3 {
    top: -16px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n3 {
    right: -16px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n3 {
    bottom: -16px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n3 {
    left: -16px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-4 {
    top: 24px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-4 {
    right: 24px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-4 {
    bottom: 24px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-4 {
    left: 24px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n4 {
    top: -24px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n4 {
    right: -24px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n4 {
    bottom: -24px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n4 {
    left: -24px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-5 {
    top: 32px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-5 {
    right: 32px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-5 {
    bottom: 32px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-5 {
    left: 32px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n5 {
    top: -32px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n5 {
    right: -32px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n5 {
    bottom: -32px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n5 {
    left: -32px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-6 {
    top: 40px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-6 {
    right: 40px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-6 {
    bottom: 40px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-6 {
    left: 40px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n6 {
    top: -40px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n6 {
    right: -40px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n6 {
    bottom: -40px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n6 {
    left: -40px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-7 {
    top: 48px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-7 {
    right: 48px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-7 {
    bottom: 48px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-7 {
    left: 48px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n7 {
    top: -48px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n7 {
    right: -48px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n7 {
    bottom: -48px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n7 {
    left: -48px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-8 {
    top: 64px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-8 {
    right: 64px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-8 {
    bottom: 64px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-8 {
    left: 64px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n8 {
    top: -64px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n8 {
    right: -64px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n8 {
    bottom: -64px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n8 {
    left: -64px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-9 {
    top: 80px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-9 {
    right: 80px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-9 {
    bottom: 80px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-9 {
    left: 80px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n9 {
    top: -80px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n9 {
    right: -80px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n9 {
    bottom: -80px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n9 {
    left: -80px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-10 {
    top: 96px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-10 {
    right: 96px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-10 {
    bottom: 96px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-10 {
    left: 96px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n10 {
    top: -96px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n10 {
    right: -96px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n10 {
    bottom: -96px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n10 {
    left: -96px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-11 {
    top: 112px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-11 {
    right: 112px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-11 {
    bottom: 112px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-11 {
    left: 112px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n11 {
    top: -112px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n11 {
    right: -112px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n11 {
    bottom: -112px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n11 {
    left: -112px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-12 {
    top: 128px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-12 {
    right: 128px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-12 {
    bottom: 128px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-12 {
    left: 128px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-md-n12 {
    top: -128px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-md-n12 {
    right: -128px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-md-n12 {
    bottom: -128px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-md-n12 {
    left: -128px !important;
  }
}

@media (min-width: 1012px) {
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-0 {
    top: 0 !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-0 {
    right: 0 !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-0 {
    left: 0 !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-1 {
    top: 4px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-1 {
    right: 4px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-1 {
    bottom: 4px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-1 {
    left: 4px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n1 {
    top: -4px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n1 {
    right: -4px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n1 {
    bottom: -4px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n1 {
    left: -4px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-2 {
    top: 8px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-2 {
    right: 8px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-2 {
    bottom: 8px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-2 {
    left: 8px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n2 {
    top: -8px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n2 {
    right: -8px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n2 {
    bottom: -8px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n2 {
    left: -8px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-3 {
    top: 16px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-3 {
    right: 16px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-3 {
    bottom: 16px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-3 {
    left: 16px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n3 {
    top: -16px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n3 {
    right: -16px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n3 {
    bottom: -16px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n3 {
    left: -16px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-4 {
    top: 24px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-4 {
    right: 24px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-4 {
    bottom: 24px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-4 {
    left: 24px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n4 {
    top: -24px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n4 {
    right: -24px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n4 {
    bottom: -24px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n4 {
    left: -24px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-5 {
    top: 32px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-5 {
    right: 32px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-5 {
    bottom: 32px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-5 {
    left: 32px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n5 {
    top: -32px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n5 {
    right: -32px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n5 {
    bottom: -32px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n5 {
    left: -32px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-6 {
    top: 40px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-6 {
    right: 40px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-6 {
    bottom: 40px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-6 {
    left: 40px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n6 {
    top: -40px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n6 {
    right: -40px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n6 {
    bottom: -40px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n6 {
    left: -40px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-7 {
    top: 48px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-7 {
    right: 48px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-7 {
    bottom: 48px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-7 {
    left: 48px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n7 {
    top: -48px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n7 {
    right: -48px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n7 {
    bottom: -48px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n7 {
    left: -48px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-8 {
    top: 64px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-8 {
    right: 64px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-8 {
    bottom: 64px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-8 {
    left: 64px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n8 {
    top: -64px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n8 {
    right: -64px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n8 {
    bottom: -64px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n8 {
    left: -64px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-9 {
    top: 80px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-9 {
    right: 80px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-9 {
    bottom: 80px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-9 {
    left: 80px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n9 {
    top: -80px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n9 {
    right: -80px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n9 {
    bottom: -80px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n9 {
    left: -80px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-10 {
    top: 96px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-10 {
    right: 96px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-10 {
    bottom: 96px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-10 {
    left: 96px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n10 {
    top: -96px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n10 {
    right: -96px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n10 {
    bottom: -96px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n10 {
    left: -96px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-11 {
    top: 112px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-11 {
    right: 112px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-11 {
    bottom: 112px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-11 {
    left: 112px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n11 {
    top: -112px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n11 {
    right: -112px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n11 {
    bottom: -112px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n11 {
    left: -112px !important;
  }
  /* line 10, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-12 {
    top: 128px !important;
  }
  /* line 11, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-12 {
    right: 128px !important;
  }
  /* line 12, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-12 {
    bottom: 128px !important;
  }
  /* line 13, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-12 {
    left: 128px !important;
  }
  /* line 17, node_modules/@primer/css/marketing/utilities/layout.scss */
  .top-lg-n12 {
    top: -128px !important;
  }
  /* line 18, node_modules/@primer/css/marketing/utilities/layout.scss */
  .right-lg-n12 {
    right: -128px !important;
  }
  /* line 19, node_modules/@primer/css/marketing/utilities/layout.scss */
  .bottom-lg-n12 {
    bottom: -128px !important;
  }
  /* line 20, node_modules/@primer/css/marketing/utilities/layout.scss */
  .left-lg-n12 {
    left: -128px !important;
  }
}

/* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
.offset-n1 {
  margin-left: -8.33333333%;
}

/* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
.offset-n2 {
  margin-left: -16.66666666%;
}

/* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
.offset-n3 {
  margin-left: -24.99999999%;
}

/* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
.offset-n4 {
  margin-left: -33.33333332%;
}

/* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
.offset-n5 {
  margin-left: -41.66666665%;
}

/* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
.offset-n6 {
  margin-left: -49.99999998%;
}

/* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
.offset-n7 {
  margin-left: -58.33333331%;
}

@media (min-width: 544px) {
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-sm-n1 {
    margin-left: -8.33333333%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-sm-n2 {
    margin-left: -16.66666666%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-sm-n3 {
    margin-left: -24.99999999%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-sm-n4 {
    margin-left: -33.33333332%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-sm-n5 {
    margin-left: -41.66666665%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-sm-n6 {
    margin-left: -49.99999998%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-sm-n7 {
    margin-left: -58.33333331%;
  }
}

@media (min-width: 768px) {
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-md-n1 {
    margin-left: -8.33333333%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-md-n2 {
    margin-left: -16.66666666%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-md-n3 {
    margin-left: -24.99999999%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-md-n4 {
    margin-left: -33.33333332%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-md-n5 {
    margin-left: -41.66666665%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-md-n6 {
    margin-left: -49.99999998%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-md-n7 {
    margin-left: -58.33333331%;
  }
}

@media (min-width: 1012px) {
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-lg-n1 {
    margin-left: -8.33333333%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-lg-n2 {
    margin-left: -16.66666666%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-lg-n3 {
    margin-left: -24.99999999%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-lg-n4 {
    margin-left: -33.33333332%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-lg-n5 {
    margin-left: -41.66666665%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-lg-n6 {
    margin-left: -49.99999998%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-lg-n7 {
    margin-left: -58.33333331%;
  }
}

@media (min-width: 1280px) {
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-xl-n1 {
    margin-left: -8.33333333%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-xl-n2 {
    margin-left: -16.66666666%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-xl-n3 {
    margin-left: -24.99999999%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-xl-n4 {
    margin-left: -33.33333332%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-xl-n5 {
    margin-left: -41.66666665%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-xl-n6 {
    margin-left: -49.99999998%;
  }
  /* line 30, node_modules/@primer/css/marketing/utilities/layout.scss */
  .offset-xl-n7 {
    margin-left: -58.33333331%;
  }
}

/* line 37, node_modules/@primer/css/marketing/utilities/layout.scss */
.width-auto {
  width: auto !important;
}

/* line 38, node_modules/@primer/css/marketing/utilities/layout.scss */
.height-auto {
  height: auto !important;
}

/* line 41, node_modules/@primer/css/marketing/utilities/layout.scss */
.object-fit-cover {
  object-fit: cover !important;
}

/* line 44, node_modules/@primer/css/marketing/utilities/layout.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 45, node_modules/@primer/css/marketing/utilities/layout.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 46, node_modules/@primer/css/marketing/utilities/layout.scss */
.z-3 {
  z-index: 3 !important;
}

/* line 49, node_modules/@primer/css/marketing/utilities/layout.scss */
.z-n1 {
  z-index: -1 !important;
}

/* line 50, node_modules/@primer/css/marketing/utilities/layout.scss */
.z-n2 {
  z-index: -2 !important;
}

/* line 3, app/assets/stylesheets/public/_site-relaunch.scss */
.bg-blue-dark {
  background-color: var(--color-scale-blue-8) !important;
}

/* line 7, app/assets/stylesheets/public/_site-relaunch.scss */
.text-white-fade {
  color: rgba(var(--color-fg-on-emphasis), 0.7) !important;
}

/* line 13, app/assets/stylesheets/public/_site-relaunch.scss */
.bg-dots-gray {
  background: url(/../images/patterns/dots-small.svg);
}

/* line 17, app/assets/stylesheets/public/_site-relaunch.scss */
.bg-dots-gray-large {
  background: url(/../images/patterns/dots-large.svg);
}

/* line 1, app/assets/stylesheets/public/custom.scss */
a:hover {
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/public/custom.scss */
.hide {
  display: none;
}

/* line 9, app/assets/stylesheets/public/custom.scss */
.z-1 {
  z-index: 1;
}

/* line 10, app/assets/stylesheets/public/custom.scss */
.z-2 {
  z-index: 2;
}

/* line 11, app/assets/stylesheets/public/custom.scss */
.z-3 {
  z-index: 3;
}

/* line 13, app/assets/stylesheets/public/custom.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 15, app/assets/stylesheets/public/custom.scss */
.text-white-fade {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 19, app/assets/stylesheets/public/custom.scss */
.bg-blue-dark {
  background-color: #032f62 !important;
}

/* line 23, app/assets/stylesheets/public/custom.scss */
.bg-gray-medium {
  background-color: var(--color-scale-gray-5) !important;
}

/* line 27, app/assets/stylesheets/public/custom.scss */
.State--yellow {
  background-color: #dbab09;
}

/* line 31, app/assets/stylesheets/public/custom.scss */
.container-xxl {
  max-width: 1750px;
  margin-right: auto;
  margin-left: auto;
}

/* line 37, app/assets/stylesheets/public/custom.scss */
.js-link {
  cursor: pointer;
}

/* line 41, app/assets/stylesheets/public/custom.scss */
tr.js-link:hover {
  background-color: #f2f8fa;
}

/* line 45, app/assets/stylesheets/public/custom.scss */
.video-responsive {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

/* line 51, app/assets/stylesheets/public/custom.scss */
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 62, app/assets/stylesheets/public/custom.scss */
.shaded-background {
  background: linear-gradient(#ffffff, #fafbfc);
}

/* line 66, app/assets/stylesheets/public/custom.scss */
.stafftools-search-border {
  border-bottom: 3px dashed #fdbf2d;
}

/* line 70, app/assets/stylesheets/public/custom.scss */
.stafftools-search-input-background {
  background-color: #3f4447;
}

/* line 74, app/assets/stylesheets/public/custom.scss */
.pack-circles {
  width: 24px;
  height: 24px;
}

/* line 80, app/assets/stylesheets/public/custom.scss */
.attachment-upload-box canvas,
.attachment-upload-box img {
  max-height: 100%;
  max-width: 100%;
}

/* line 88, app/assets/stylesheets/public/custom.scss */
.attachment-upload-box canvas,
.attachment-upload-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* line 96, app/assets/stylesheets/public/custom.scss */
.upload-progress,
.upload-error,
.upload-success {
  display: none;
  text-align: center;
  line-height: 24px;
}

/* line 102, app/assets/stylesheets/public/custom.scss */
.upload-progress span,
.upload-error span,
.upload-success span {
  width: 100%;
  display: block;
}

/* line 106, app/assets/stylesheets/public/custom.scss */
.upload-progress .mega-octicon,
.upload-error .mega-octicon,
.upload-success .mega-octicon {
  font-size: 60px;
  color: #4cb19f;
}

/* line 112, app/assets/stylesheets/public/custom.scss */
.upload-error .mega-octicon {
  color: #992323;
}

/* line 117, app/assets/stylesheets/public/custom.scss */
.progress-bar {
  display: none;
  width: 100%;
  height: 30px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #ddd;
  margin-top: 20px;
  position: relative;
}

/* line 126, app/assets/stylesheets/public/custom.scss */
.progress-bar .percent-text {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
}

/* line 136, app/assets/stylesheets/public/custom.scss */
.progress-bar .progress {
  width: 0px;
  background-color: #4cb19f;
  height: 100%;
  transition: width 500ms ease-in;
}

/* line 148, app/assets/stylesheets/public/custom.scss */
.article-title {
  color: black;
}

/* line 149, app/assets/stylesheets/public/custom.scss */
.article-title a:link {
  color: black;
}

/* line 153, app/assets/stylesheets/public/custom.scss */
a:active {
  color: black;
}

/* line 156, app/assets/stylesheets/public/custom.scss */
article-title a:hover {
  color: #0366d6;
}

/* line 160, app/assets/stylesheets/public/custom.scss */
#fx-container {
  position: relative;
  border: dashed 1px black;
}

/* line 164, app/assets/stylesheets/public/custom.scss */
#fx-container #skew-handles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 171, app/assets/stylesheets/public/custom.scss */
#fx-container #skew-handles .skew-handle {
  position: absolute;
  width: 10px;
  height: 10px;
  margin: -5px;
  border-radius: 5px;
  cursor: move;
  background: rgba(0, 0, 0, 0.7);
  border: solid 1px white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* line 190, app/assets/stylesheets/public/custom.scss */
#uploaded-image {
  cursor: pointer;
}

/* line 194, app/assets/stylesheets/public/custom.scss */
#reset-skew-handles {
  margin-bottom: 1rem;
}

/* line 198, app/assets/stylesheets/public/custom.scss */
#new_photo [type="submit"] {
  margin-top: 1rem;
}

/* line 202, app/assets/stylesheets/public/custom.scss */
#od-ris > hr {
  margin: 5px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}

/* line 207, app/assets/stylesheets/public/custom.scss */
.od-item {
  display: inline-block;
  background-color: lightgray;
  margin: 2px;
  padding: 2px 4px;
  border-radius: 3px;
}

/* line 215, app/assets/stylesheets/public/custom.scss */
.od-item[clickable] {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

/* line 221, app/assets/stylesheets/public/custom.scss */
.od-item[clickable]:hover {
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.4);
}

/* line 229, app/assets/stylesheets/public/custom.scss */
.od-found-date {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2px;
  border-radius: 2px;
}

/* line 234, app/assets/stylesheets/public/custom.scss */
.od-found-date span {
  font-weight: bold;
}

/* line 239, app/assets/stylesheets/public/custom.scss */
.nsfw-target {
  display: none;
}

/* line 243, app/assets/stylesheets/public/custom.scss */
#pack-gallery-preview {
  border-bottom: none;
  padding: 32px;
  margin-bottom: -16px;
}

@media (min-width: 544px) {
  /* line 243, app/assets/stylesheets/public/custom.scss */
  #pack-gallery-preview {
    margin-bottom: -32px;
  }
}

/* line 253, app/assets/stylesheets/public/custom.scss */
.Label {
  display: inline-block;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  border: 1px solid transparent;
  border-radius: 2em;
  background-color: transparent;
  box-shadow: none;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}

/* line 268, app/assets/stylesheets/public/custom.scss */
.Label--small {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  border: 1px solid transparent;
  border-radius: 2em;
  background-color: transparent;
  box-shadow: none;
  margin: 5px 0px;
}

/* line 281, app/assets/stylesheets/public/custom.scss */
.Label--blue-standard {
  background-color: #E6F2FF;
  color: #0366D6;
}

/* line 286, app/assets/stylesheets/public/custom.scss */
.Label--black {
  color: #24292E;
  border-color: #E1E4E8;
}

/* line 291, app/assets/stylesheets/public/custom.scss */
.Label--blue-1 {
  color: #0366D6;
  border-color: #0366D6;
}

/* line 296, app/assets/stylesheets/public/custom.scss */
.Label--blue-2 {
  color: #0386BD;
  border-color: #0496D4;
}

/* line 301, app/assets/stylesheets/public/custom.scss */
.Label--blue-3 {
  color: #04A097;
  border-color: #02BAAF;
}

/* line 306, app/assets/stylesheets/public/custom.scss */
.Label--blue-8 {
  color: #2F4F8E;
  border-color: #2F4F8E;
}

/* line 311, app/assets/stylesheets/public/custom.scss */
.Label--green-1 {
  color: #28A745;
  border-color: #28A745;
}

/* line 316, app/assets/stylesheets/public/custom.scss */
.Label--green-2 {
  color: #6E9716;
  border-color: #91B62C;
}

/* line 321, app/assets/stylesheets/public/custom.scss */
.Label--yellow {
  color: #959700;
  border-color: #B3B603;
}

/* line 326, app/assets/stylesheets/public/custom.scss */
.Label--orange-1 {
  color: #B08800;
  border-color: #F9C513;
}

/* line 331, app/assets/stylesheets/public/custom.scss */
.Label--orange-2 {
  color: #D37B00;
  border-color: #F8970E;
}

/* line 336, app/assets/stylesheets/public/custom.scss */
.Label--orange-3 {
  color: #E36209;
  border-color: #F66A0A;
}

/* line 341, app/assets/stylesheets/public/custom.scss */
.Label--red-1 {
  color: #EC3200;
  border-color: #EC3200;
}

/* line 346, app/assets/stylesheets/public/custom.scss */
.Label--red-2 {
  color: #CB2431;
  border-color: #CB2431;
}

/* line 351, app/assets/stylesheets/public/custom.scss */
.Label--pink-1 {
  color: #E14279;
  border-color: #E14279;
}

/* line 356, app/assets/stylesheets/public/custom.scss */
.Label--pink-2 {
  color: #D03592;
  border-color: #EC6CB9;
}

/* line 361, app/assets/stylesheets/public/custom.scss */
.Label--purple-1 {
  color: #AC46B5;
  border-color: #AC46B5;
}

/* line 366, app/assets/stylesheets/public/custom.scss */
.Label--purple-2 {
  color: #6F42C1;
  border-color: #6F42C1;
}

/* line 371, app/assets/stylesheets/public/custom.scss */
.Label--blue-4 {
  color: #3954CB;
  border-color: #3954CB;
}

/* line 376, app/assets/stylesheets/public/custom.scss */
.Label.Label--blue-standard:hover {
  background-color: #54aeff66;
}

/* line 380, app/assets/stylesheets/public/custom.scss */
.Label.Label--black:hover {
  color: #FFF;
  background: #24292E;
}

/* line 385, app/assets/stylesheets/public/custom.scss */
.Label.Label--blue-1:hover {
  color: #FFF;
  background: #0366D6;
}

/* line 390, app/assets/stylesheets/public/custom.scss */
.Label.Label--blue-2:hover {
  color: #FFF;
  background: #0496D4;
}

/* line 395, app/assets/stylesheets/public/custom.scss */
.Label.Label--blue-8:hover {
  color: #FFF !important;
  background: #2F4F8E !important;
}

/* line 400, app/assets/stylesheets/public/custom.scss */
.Label.Label--blue-3:hover {
  color: #FFF;
  background: #02BAAF;
}

/* line 405, app/assets/stylesheets/public/custom.scss */
.Label.Label--green-1:hover {
  color: #FFF;
  background: #28A745;
}

/* line 410, app/assets/stylesheets/public/custom.scss */
.Label.Label--green-2:hover {
  color: #FFF;
  background: #91B62C;
}

/* line 415, app/assets/stylesheets/public/custom.scss */
.Label.Label--yellow:hover {
  color: #FFF;
  background: #B3B603;
}

/* line 420, app/assets/stylesheets/public/custom.scss */
.Label.Label--orange-1:hover {
  color: #FFF;
  background: #F9C513;
}

/* line 425, app/assets/stylesheets/public/custom.scss */
.Label.Label--orange-2:hover {
  color: #FFF;
  background: #F8970E;
}

/* line 430, app/assets/stylesheets/public/custom.scss */
.Label.Label--orange-3:hover {
  color: #FFF;
  background: #F66A0A;
}

/* line 435, app/assets/stylesheets/public/custom.scss */
.Label.Label--red-1:hover {
  color: #FFF;
  background: #EC3200;
}

/* line 440, app/assets/stylesheets/public/custom.scss */
.Label.Label--red-2:hover {
  color: #FFF;
  background: #CB2431;
}

/* line 445, app/assets/stylesheets/public/custom.scss */
.Label.Label--pink-1:hover {
  color: #FFF;
  background: #E14279;
}

/* line 450, app/assets/stylesheets/public/custom.scss */
.Label.Label--pink-2:hover {
  color: #FFF;
  background: #EC6CB9;
}

/* line 455, app/assets/stylesheets/public/custom.scss */
.Label.Label--purple-1:hover {
  color: #FFF;
  background: #AC46B5;
}

/* line 460, app/assets/stylesheets/public/custom.scss */
.Label.Label--purple-2:hover {
  color: #FFF;
  background: #6F42C1;
}

/* line 465, app/assets/stylesheets/public/custom.scss */
.Label.Label--blue-4:hover {
  color: #FFF;
  background: #3954CB;
}

/* line 470, app/assets/stylesheets/public/custom.scss */
.Label--blue-standard-selected {
  color: #0366D6;
  background-color: #54aeff66;
}

/* line 475, app/assets/stylesheets/public/custom.scss */
.Label--black-selected {
  color: #FFF !important;
  background: #24292E !important;
}

/* line 480, app/assets/stylesheets/public/custom.scss */
.Label--blue-1-selected {
  color: #FFF !important;
  background: #0366D6 !important;
}

/* line 485, app/assets/stylesheets/public/custom.scss */
.Label--blue-2-selected {
  color: #FFF !important;
  background: #0496D4 !important;
}

/* line 490, app/assets/stylesheets/public/custom.scss */
.Label--blue-3-selected {
  color: #FFF !important;
  background: #02BAAF !important;
}

/* line 495, app/assets/stylesheets/public/custom.scss */
.Label--blue-8-selected {
  color: #FFF !important;
  background: #2F4F8E !important;
}

/* line 500, app/assets/stylesheets/public/custom.scss */
.Label--green-1-selected {
  color: #FFF !important;
  background: #28A745 !important;
}

/* line 505, app/assets/stylesheets/public/custom.scss */
.Label--green-2-selected {
  color: #FFF !important;
  background: #91B62C !important;
}

/* line 510, app/assets/stylesheets/public/custom.scss */
.Label--yellow-selected {
  color: #FFF !important;
  background: #B3B603 !important;
}

/* line 515, app/assets/stylesheets/public/custom.scss */
.Label--orange-1-selected {
  color: #FFF !important;
  background: #F9C513 !important;
}

/* line 520, app/assets/stylesheets/public/custom.scss */
.Label--orange-2-selected {
  color: #FFF !important;
  background: #F8970E !important;
}

/* line 525, app/assets/stylesheets/public/custom.scss */
.Label--orange-3-selected {
  color: #FFF !important;
  background: #F66A0A !important;
}

/* line 530, app/assets/stylesheets/public/custom.scss */
.Label--red-1-selected {
  color: #FFF !important;
  background: #EC3200 !important;
}

/* line 535, app/assets/stylesheets/public/custom.scss */
.Label--red-2-selected {
  color: #FFF !important;
  background: #CB2431 !important;
}

/* line 540, app/assets/stylesheets/public/custom.scss */
.Label--pink-1-selected {
  color: #FFF !important;
  background: #E14279 !important;
}

/* line 545, app/assets/stylesheets/public/custom.scss */
.Label--pink-2-selected {
  color: #FFF !important;
  background: #EC6CB9 !important;
}

/* line 550, app/assets/stylesheets/public/custom.scss */
.Label--purple-1-selected {
  color: #FFF !important;
  background: #AC46B5 !important;
}

/* line 555, app/assets/stylesheets/public/custom.scss */
.Label--purple-2-selected {
  color: #FFF !important;
  background: #6F42C1 !important;
}

/* line 560, app/assets/stylesheets/public/custom.scss */
.Label--blue-4-selected {
  color: #FFF !important;
  background: #3954CB !important;
}

/* line 565, app/assets/stylesheets/public/custom.scss */
.blue-hover:hover {
  color: var(--color-text-link) !important;
}

/* line 569, app/assets/stylesheets/public/custom.scss */
.gallery-text {
  position: absolute;
  margin-left: 90px;
  margin-top: 70px;
  display: none;
}

/* line 576, app/assets/stylesheets/public/custom.scss */
.gallery-image-container:hover .gallery-text {
  display: block;
}

/* line 580, app/assets/stylesheets/public/custom.scss */
.gallery-image-container:hover .gallery-image {
  opacity: 5%;
}

/* line 585, app/assets/stylesheets/public/custom.scss */
.dot-gray-light {
  color: var(--color-scale-gray-3);
}

/* line 589, app/assets/stylesheets/public/custom.scss */
.ellipse {
  width: 60px;
  height: 60px;
  top: 180px;
  background: #586069;
  border: 5px solid #F6F8FA;
  box-sizing: border-box;
  border-radius: 50%;
}

/* line 600, app/assets/stylesheets/public/custom.scss */
.ellipse-small {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 50%;
}

/* line 607, app/assets/stylesheets/public/custom.scss */
.gray-line-long {
  border-left: 5px solid #DFDFDF;
  height: 2000px;
  position: absolute;
  z-index: 1;
}

/* line 614, app/assets/stylesheets/public/custom.scss */
.gray-line-short {
  border-left: 5px solid #DFDFDF;
  height: 100px;
  position: absolute;
  z-index: 1;
}

/* line 621, app/assets/stylesheets/public/custom.scss */
.required-asterisked::after {
  color: red;
  content: " *";
}

/* line 626, app/assets/stylesheets/public/custom.scss */
._student .event-card {
  width: 100%;
}

@media (min-width: 544px) {
  /* line 626, app/assets/stylesheets/public/custom.scss */
  ._student .event-card {
    width: 32%;
  }
}

/* line 634, app/assets/stylesheets/public/custom.scss */
._events .event-card-parent {
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
}

@media (min-width: 544px) {
  /* line 634, app/assets/stylesheets/public/custom.scss */
  ._events .event-card-parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
}

@media screen and (min-width: 768px) {
  /* line 634, app/assets/stylesheets/public/custom.scss */
  ._events .event-card-parent {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
  }
}

@media (min-width: 544px) {
  /* line 651, app/assets/stylesheets/public/custom.scss */
  ._events .event-card {
    max-width: 315px;
  }
}

/* line 657, app/assets/stylesheets/public/custom.scss */
.pack-header-image {
  background-image: url(/assets/pack-header-flow-0caf17589afe5b6cb6be6b7a1fb6f92e0ae1de3d6c810784d278b85f5fd6cada.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 664, app/assets/stylesheets/public/custom.scss */
.pack-offer-grid {
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
}

@media (min-width: 544px) {
  /* line 664, app/assets/stylesheets/public/custom.scss */
  .pack-offer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (min-width: 1012px) {
  /* line 664, app/assets/stylesheets/public/custom.scss */
  .pack-offer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  /* line 680, app/assets/stylesheets/public/custom.scss */
  .pack-offer-grid.pack-offer-grid--experience-cards {
    grid-template-columns: 1fr;
  }
}

/* line 687, app/assets/stylesheets/public/custom.scss */
.tan-gradient {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) -142.95%, #F3F2FF -142.95%, rgba(247, 246, 255, 0) -142.91%, #F3F3F3 285.26%);
}

/* line 691, app/assets/stylesheets/public/custom.scss */
.copy-svg {
  fill: #576061;
}

/* line 695, app/assets/stylesheets/public/custom.scss */
.copy-svg:hover {
  fill: #0366d6;
}

/* line 3, app/assets/stylesheets/public/_leaflet.scss */
.map {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 8, app/assets/stylesheets/public/_leaflet.scss */
.map h1, .map h2, .map h3, .map h4, .map h5, .map p {
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
}

/* line 14, app/assets/stylesheets/public/_leaflet.scss */
.map a {
  color: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}

/* line 20, app/assets/stylesheets/public/_leaflet.scss */
.map .leaflet-popup-content {
  padding: 16px;
}

/* line 5, app/assets/stylesheets/public/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 17, app/assets/stylesheets/public/select-menu.scss */
.select-menu-button.icon-only {
  padding-left: 7px;
}

/* line 22, app/assets/stylesheets/public/select-menu.scss */
.select-menu-button.primary::after {
  border-top-color: var(--color-border-inverse);
}

/* line 25, app/assets/stylesheets/public/select-menu.scss */
.select-menu-button.primary::after:active {
  background-color: var(--color-bg-success-inverse);
}

/* line 32, app/assets/stylesheets/public/select-menu.scss */
.select-menu-button-large::after {
  margin-left: 0.25em;
  border-width: 0.33em;
}

/* line 44, app/assets/stylesheets/public/select-menu.scss */
.select-menu .spinner {
  float: left;
  margin: 4px 0 0 -24px;
}

/* line 50, app/assets/stylesheets/public/select-menu.scss */
.select-menu.active .select-menu-modal-holder {
  display: block;
}

/* line 55, app/assets/stylesheets/public/select-menu.scss */
.select-menu.select-menu-modal-right {
  position: relative;
}

/* line 58, app/assets/stylesheets/public/select-menu.scss */
.select-menu.select-menu-modal-right .select-menu-modal-holder {
  right: 0;
}

/* line 63, app/assets/stylesheets/public/select-menu.scss */
.select-menu .select-menu-clear-item {
  display: block;
}

/* line 66, app/assets/stylesheets/public/select-menu.scss */
.select-menu .select-menu-clear-item .octicon {
  color: inherit;
}

/* line 68, app/assets/stylesheets/public/select-menu.scss */
.select-menu .select-menu-clear-item + .select-menu-no-results {
  display: none !important;
}

/* line 74, app/assets/stylesheets/public/select-menu.scss */
.select-menu.is-loading .select-menu-loading-overlay {
  display: block;
}

/* line 77, app/assets/stylesheets/public/select-menu.scss */
.select-menu.is-loading .select-menu-modal {
  min-height: 200px;
}

/* line 81, app/assets/stylesheets/public/select-menu.scss */
.select-menu.has-error .select-menu-error {
  display: block;
}

/* line 85, app/assets/stylesheets/public/select-menu.scss */
.select-menu-error {
  display: none;
}

/* line 94, app/assets/stylesheets/public/select-menu.scss */
.select-menu-loading-overlay {
  position: absolute;
  top: 0;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-bg-primary), 0.8);
  border: 1px solid transparent;
  border-radius: 5px;
}

/* line 105, app/assets/stylesheets/public/select-menu.scss */
.select-menu-loading-overlay .octicon-octoface {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
}

/* line 118, app/assets/stylesheets/public/select-menu.scss */
.select-menu-modal-holder {
  position: absolute;
  z-index: 30;
  display: none;
}

/* line 127, app/assets/stylesheets/public/select-menu.scss */
.select-menu-modal {
  position: relative;
  width: 300px;
  margin-top: 4px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 12px;
  color: #586069;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 3px;
  box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15);
}

/* line 142, app/assets/stylesheets/public/select-menu.scss */
.select-menu-modal-narrow {
  width: 200px;
}

/* line 149, app/assets/stylesheets/public/select-menu.scss */
.select-menu-header,
.select-menu-divider {
  padding: 8px 10px;
  line-height: 16px;
  background: var(--color-canvas-subtle);
  border-bottom: 1px solid var(--color-border-default);
}

/* line 157, app/assets/stylesheets/public/select-menu.scss */
.select-menu-header .select-menu-title,
.select-menu-divider {
  font-weight: 600;
  color: var(--color-text-primary);
}

/* line 163, app/assets/stylesheets/public/select-menu.scss */
.select-menu-divider {
  margin-top: -1px;
  border-top: 1px solid var(--color-border-primary);
}

/* line 169, app/assets/stylesheets/public/select-menu.scss */
.select-menu-header .close-button,
.select-menu-header .octicon {
  display: block;
  float: right;
  color: var(--color-scale-gray-4);
  cursor: pointer;
}

/* line 176, app/assets/stylesheets/public/select-menu.scss */
.select-menu-header .close-button:hover,
.select-menu-header .octicon:hover {
  color: var(--color-scale-gray-7);
}

/* line 179, app/assets/stylesheets/public/select-menu.scss */
.select-menu-header:focus {
  outline: none;
}

/* line 187, app/assets/stylesheets/public/select-menu.scss */
.select-menu-filters {
  background-color: var(--color-bg-subtle);
}

/* line 195, app/assets/stylesheets/public/select-menu.scss */
.select-menu-text-filter {
  padding: 10px 10px 0;
}

/* line 198, app/assets/stylesheets/public/select-menu.scss */
.select-menu-text-filter:first-child:last-child {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-scale-gray-3);
}

/* line 203, app/assets/stylesheets/public/select-menu.scss */
.select-menu-text-filter input {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  border: 1px solid var(--color-scale-gray-3);
  border-radius: 3px;
}

/* line 211, app/assets/stylesheets/public/select-menu.scss */
.select-menu-text-filter input:-ms-input-placeholder {
  color: var(--color-scale-gray-3);
}
.select-menu-text-filter input::-ms-input-placeholder {
  color: var(--color-scale-gray-3);
}
.select-menu-text-filter input::placeholder {
  color: var(--color-scale-gray-3);
}

/* line 221, app/assets/stylesheets/public/select-menu.scss */
.select-menu-tabs {
  padding: 10px 10px 0;
  border-bottom: 1px solid var(--color-scale-gray-3);
}

/* line 225, app/assets/stylesheets/public/select-menu.scss */
.select-menu-tabs ul {
  position: relative;
  bottom: -1px;
}

/* line 230, app/assets/stylesheets/public/select-menu.scss */
.select-menu-tabs .select-menu-tab {
  display: inline-block;
}

/* line 234, app/assets/stylesheets/public/select-menu.scss */
.select-menu-tabs a,
.select-menu-tabs .select-menu-tab-nav {
  display: inline-block;
  padding: 4px 8px 2px;
  font-size: 11px;
  font-weight: 600;
  color: var(--color-scale-gray-5);
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}

/* line 247, app/assets/stylesheets/public/select-menu.scss */
.select-menu-tabs a:hover,
.select-menu-tabs .select-menu-tab-nav:hover {
  color: var(--color-text-primary);
}

/* line 251, app/assets/stylesheets/public/select-menu.scss */
.select-menu-tabs a.selected,
.select-menu-tabs .select-menu-tab-nav.selected {
  color: var(--color-text-primary);
  background-color: var(--color-bg-primary);
  border-color: var(--color-scale-gray-3);
  border-bottom-color: var(--color-border-inverse);
}

/* line 261, app/assets/stylesheets/public/select-menu.scss */
.select-menu-list {
  position: relative;
  max-height: 400px;
  overflow: auto;
}

/* line 266, app/assets/stylesheets/public/select-menu.scss */
.select-menu-list.select-menu-tab-bucket {
  display: none;
}

/* line 269, app/assets/stylesheets/public/select-menu.scss */
.select-menu-list.select-menu-tab-bucket.selected {
  display: block;
}

/* line 273, app/assets/stylesheets/public/select-menu.scss */
.select-menu-list.is-showing-new-item-form .select-menu-new-item-form {
  display: block;
}

/* line 275, app/assets/stylesheets/public/select-menu.scss */
.select-menu-list.is-showing-new-item-form .select-menu-no-results,
.select-menu-list.is-showing-new-item-form .select-menu-clear-item {
  display: none;
}

/* line 282, app/assets/stylesheets/public/select-menu.scss */
.select-menu-blankslate {
  padding: 16px;
  text-align: center;
}

/* line 286, app/assets/stylesheets/public/select-menu.scss */
.select-menu-blankslate svg {
  display: block;
  margin-right: auto;
  margin-bottom: 9px;
  margin-left: auto;
  fill: var(--color-scale-gray-5);
}

/* line 294, app/assets/stylesheets/public/select-menu.scss */
.select-menu-blankslate h3 {
  font-size: 14px;
  color: var(--color-text-primary);
}

/* line 299, app/assets/stylesheets/public/select-menu.scss */
.select-menu-blankslate p {
  width: 195px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

/* line 308, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item {
  display: block;
  padding: 8px 8px 8px 30px;
  overflow: hidden;
  color: inherit;
  cursor: pointer;
  border-bottom: 1px solid var(--color-scale-gray-1);
}

/* line 316, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item .select-menu-item-text .octicon-x {
  display: none;
  float: right;
  margin: 1px 10px 0 0;
  opacity: 0.6;
}

/* line 323, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item:hover {
  text-decoration: none;
}

/* line 325, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.select-menu-item-template {
  display: none;
}

/* line 327, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.disabled, .select-menu-item.disabled.selected {
  color: var(--color-fg-muted);
  cursor: default;
}

/* line 332, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.disabled .description, .select-menu-item.disabled.selected .description {
  color: var(--color-fg-muted);
}

/* line 334, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.disabled.opaque, .select-menu-item.disabled.selected.opaque {
  opacity: 0.7;
}

/* line 336, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.disabled .select-menu-item-gravatar, .select-menu-item.disabled.selected .select-menu-item-gravatar {
  opacity: 0.5;
}

/* line 339, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item .octicon {
  vertical-align: middle;
}

/* line 343, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item .octicon-check {
  visibility: hidden;
}

/* line 345, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item input[type="radio"] {
  display: none;
}

/* line 347, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.navigation-focus, .select-menu-item.navigation-focus.selected, .select-menu-item.navigation-focus.select-menu-action, .select-menu-item.navigation-focus .description-inline {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-bg-info-inverse);
}

/* line 354, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.navigation-focus > .octicon, .select-menu-item.navigation-focus.selected > .octicon, .select-menu-item.navigation-focus.select-menu-action > .octicon, .select-menu-item.navigation-focus .description-inline > .octicon {
  color: var(--color-fg-on-emphasis);
}

/* line 356, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.navigation-focus .description,
.select-menu-item.navigation-focus .description-warning, .select-menu-item.navigation-focus.selected .description,
.select-menu-item.navigation-focus.selected .description-warning, .select-menu-item.navigation-focus.select-menu-action .description,
.select-menu-item.navigation-focus.select-menu-action .description-warning, .select-menu-item.navigation-focus .description-inline .description,
.select-menu-item.navigation-focus .description-inline .description-warning {
  color: var(--color-fg-on-emphasis);
}

/* line 362, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.navigation-focus.disabled {
  color: rgba(var(--color-fg-on-emphasis), 0.5);
}

/* line 365, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.navigation-focus.disabled .description {
  color: rgba(var(--color-fg-on-emphasis), 0.6);
}

/* line 368, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item > .octicon-dash {
  display: none;
}

/* line 373, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.indeterminate > .octicon-check {
  display: none;
}

/* line 375, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.indeterminate > .octicon-dash {
  display: block;
}

/* line 378, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.selected {
  color: var(--color-text-primary);
}

/* line 381, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.selected .description {
  color: var(--color-text-secondary);
}

/* line 382, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.selected > .octicon {
  color: var(--color-text-primary);
}

/* line 384, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.selected .octicon-check {
  color: inherit;
  visibility: visible;
}

/* line 389, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item.selected .select-menu-item-text .octicon-x {
  display: block;
  color: inherit;
}

/* line 395, app/assets/stylesheets/public/select-menu.scss */
.select-menu.label-select-menu .select-menu-item:active {
  background-color: transparent !important;
}

/* line 397, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item a {
  color: inherit;
  text-decoration: none;
}

/* line 402, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item .hidden-select-button-text {
  display: none;
}

/* line 404, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item .css-truncate-target {
  max-width: 100%;
}

/* line 411, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-parent {
  pointer-events: none;
}

/* line 414, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-parent:hover {
  cursor: default;
}

/* line 418, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-parent.navigation-focus, .select-menu-item-parent.navigation-focus.selected {
  color: var(--color-text-primary);
  background-color: var(--color-bg-info);
}

/* line 423, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-parent.navigation-focus .octicon-check, .select-menu-item-parent.navigation-focus.selected .octicon-check {
  color: var(--color-text-primary);
}

/* line 429, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-icon {
  float: left;
  margin-left: -20px;
}

/* line 434, app/assets/stylesheets/public/select-menu.scss */
form.select-menu-item > div:first-child {
  display: none !important;
}

/* line 439, app/assets/stylesheets/public/select-menu.scss */
.select-menu-list:last-child .select-menu-item:last-child,
.select-menu-item.last-visible {
  border-bottom: 0;
  border-radius: 0 0 3px 3px;
}

/* line 447, app/assets/stylesheets/public/select-menu.scss */
.select-menu-action {
  font-weight: normal;
  color: var(--color-scale-gray-7);
}

/* line 451, app/assets/stylesheets/public/select-menu.scss */
.select-menu-action > .octicon {
  color: inherit;
}

/* line 453, app/assets/stylesheets/public/select-menu.scss */
.select-menu-action:hover {
  color: var(--color-text-link);
}

/* line 459, app/assets/stylesheets/public/select-menu.scss */
.select-menu-no-results {
  display: none;
  padding: 9px;
  color: var(--color-text-secondary);
  cursor: auto;
}

/* line 465, app/assets/stylesheets/public/select-menu.scss */
.select-menu-list.filterable-empty .select-menu-no-results, .select-menu-no-results:only-child {
  display: block;
}

/* line 475, app/assets/stylesheets/public/select-menu.scss */
.select-menu-button-gravatar,
.select-menu-item-gravatar {
  width: 20px;
  overflow: hidden;
  line-height: 0;
}

/* line 481, app/assets/stylesheets/public/select-menu.scss */
.select-menu-button-gravatar img,
.select-menu-item-gravatar img {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

/* line 489, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-gravatar {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 2px;
}

/* line 497, app/assets/stylesheets/public/select-menu.scss */
.select-menu-button-gravatar {
  float: left;
  margin-right: 5px;
}

/* line 503, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-text {
  display: block;
  text-align: left;
}

/* line 507, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-text .description {
  display: block;
  max-width: 265px;
  font-size: 12px;
  color: var(--color-text-secondary);
}

/* line 514, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-text .description-inline {
  font-size: 10px;
  color: var(--color-text-secondary);
}

/* line 519, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-text .description-warning {
  color: var(--color-text-danger);
}

/* line 524, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-heading {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

/* line 531, app/assets/stylesheets/public/select-menu.scss */
.select-menu-item-heading .description {
  display: inline;
  font-weight: normal;
}

/* line 542, app/assets/stylesheets/public/select-menu.scss */
.select-menu-new-item-form {
  display: none;
}

/* line 545, app/assets/stylesheets/public/select-menu.scss */
.select-menu-new-item-form .octicon {
  color: var(--color-text-link);
}

/* line 549, app/assets/stylesheets/public/select-menu.scss */
.modal-backdrop {
  display: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 553, app/assets/stylesheets/public/select-menu.scss */
body.menu-active .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: block;
  width: 100vw;
  height: 100vh;
}

/* line 3, app/assets/stylesheets/public/_spinner.scss */
.spinner {
  font-family: 'octicons';
  src: url(/assets/octicons/octicons/octicons-e70406b9b139e5ef158da527219264e186840848ae08e49cee2d6125c42596a4.eot);
  src: url(/assets/octicons/octicons/octicons-e70406b9b139e5ef158da527219264e186840848ae08e49cee2d6125c42596a4.eot#iefix) format("embedded-opentype"), url(/assets/octicons/octicons/octicons-000ffd0b89cc0acf1885c8031fab351f939108cee8264bd82b644d3b0ee1d2b1.woff) format("woff"), url(/assets/octicons/octicons/octicons-4fb65511542ca45aa7ef92e9a29e49d2f6ed6d53308a0549c8189bdd68a0853a.ttf) format("truetype"), url(/assets/octicons/octicons/octicons-055dca7f461ae543084ff594f986f7d8cb4136fb8bb57e33ac34907d3364dd1c.svg#octicons) format("svg");
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  animation: spinner 2s infinite linear;
}

/* line 17, app/assets/stylesheets/public/_spinner.scss */
.spinner:before {
  content: '\f087';
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 1, app/assets/stylesheets/public/typeahead.scss */
.twitter-typeahead {
  width: 100%;
}

/* line 5, app/assets/stylesheets/public/typeahead.scss */
.tt-menu {
  position: absolute;
  z-index: 100;
}

/* line 10, app/assets/stylesheets/public/typeahead.scss */
.tt-dataset {
  position: relative;
  width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15) !important;
  background: #fff;
  margin-right: auto;
  margin-left: auto;
}

/* line 20, app/assets/stylesheets/public/typeahead.scss */
.tt-dataset::before, .tt-dataset::after {
  position: absolute;
  left: 50%;
  display: inline-block;
  content: "";
}

/* line 28, app/assets/stylesheets/public/typeahead.scss */
.tt-dataset::before {
  top: -16px;
  margin-left: -9px;
  border: 8px solid transparent;
  border-bottom-color: #d1d5da;
}

/* line 35, app/assets/stylesheets/public/typeahead.scss */
.tt-dataset::after {
  top: -14px;
  margin-left: -8px;
  border: 7px solid transparent;
  border-bottom-color: #fff;
}

/* line 43, app/assets/stylesheets/public/typeahead.scss */
.tt-selectable:hover {
  cursor: pointer;
  background-color: #f2f8fa !important;
}

/* line 1, app/assets/stylesheets/stafftools/components/_remodal.scss */
:not(.home) .remodal-overlay {
  background: rgba(0, 0, 0, 0.4);
}

/* line 4, app/assets/stylesheets/stafftools/components/_remodal.scss */
:not(.home) .remodal-overlay.remodal-is-opening, :not(.home) .remodal-overlay.remodal-is-closing {
  animation-fill-mode: forwards;
}

/* line 9, app/assets/stylesheets/stafftools/components/_remodal.scss */
:not(.home) .remodal-overlay.remodal-is-opening {
  animation: remodal-overlay-opening-keyframes 0.3s;
}

/* line 13, app/assets/stylesheets/stafftools/components/_remodal.scss */
:not(.home) .remodal-overlay.remodal-is-closing {
  animation: remodal-overlay-closing-keyframes 0.3s;
}

/* line 19, app/assets/stylesheets/stafftools/components/_remodal.scss */
.home .remodal-overlay.remodal-is-opening {
  animation: remodal-overlay-opening-keyframes 0.5s;
}

/* line 23, app/assets/stylesheets/stafftools/components/_remodal.scss */
.home .remodal-overlay.remodal-is-closing {
  animation: remodal-overlay-closing-keyframes 0.5s;
}

/* line 28, app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* line 32, app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal {
  box-sizing: border-box;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  transform: translate3d(0, 0, 0);
}

/* line 37, app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  animation-fill-mode: forwards;
}

/* line 42, app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal.remodal-is-opening {
  animation: remodal-opening-keyframes 0.3s;
}

/* line 46, app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal.remodal-is-closing {
  animation: remodal-closing-keyframes 0.3s;
}

/* line 51, app/assets/stylesheets/stafftools/components/_remodal.scss */
.video {
  width: 80%;
  max-width: 960px;
  height: auto;
}

/* line 56, app/assets/stylesheets/stafftools/components/_remodal.scss */
.video.remodal-is-opening {
  animation: remodal-opening-keyframes 0.5s;
}

/* line 60, app/assets/stylesheets/stafftools/components/_remodal.scss */
.video.remodal-is-closing {
  animation: remodal-closing-keyframes 0.5s;
}

/* line 64, app/assets/stylesheets/stafftools/components/_remodal.scss */
.video .remodal-close {
  right: 12px;
  z-index: 1;
  color: #fff;
}

@media screen and (max-width: 40em) {
  /* line 64, app/assets/stylesheets/stafftools/components/_remodal.scss */
  .video .remodal-close {
    top: 2px;
    right: 8px;
  }
}

/* line 75, app/assets/stylesheets/stafftools/components/_remodal.scss */
.video .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

/* line 82, app/assets/stylesheets/stafftools/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/stafftools/components/_remodal.scss */
  .video {
    width: 95%;
  }
}

/* line 97, app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal:not(.video) {
  width: 521px;
  margin-bottom: 25em;
  color: inherit;
  background: #fff;
  border-radius: 5px;
}

/* line 104, app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal:not(.video) .form {
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 40em) {
  /* line 97, app/assets/stylesheets/stafftools/components/_remodal.scss */
  .remodal:not(.video) {
    width: 100%;
  }
}

/* line 113, app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal,
.remodal-wrapper::after {
  vertical-align: middle;
}

/* line 118, app/assets/stylesheets/stafftools/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;
  transition: color 0.2s;
}

/* line 135, app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal-header {
  padding: 15.5px;
  margin: -15px -15px 15px;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5;
}

/* line 143, app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal-description {
  height: 5rem;
}

/* line 147, app/assets/stylesheets/stafftools/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 157, app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal-close:hover,
.remodal-close:focus {
  opacity: 1;
}

/* line 162, app/assets/stylesheets/stafftools/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 175, app/assets/stylesheets/stafftools/components/_remodal.scss */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.95);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 226, app/assets/stylesheets/stafftools/components/_remodal.scss */
.lt-ie9 .remodal-overlay {
  background: #999;
}

/* line 230, app/assets/stylesheets/stafftools/components/_remodal.scss */
.lt-ie9 .remodal {
  width: 455px;
}

/*
 *  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, vendor/assets/components/remodal/dist/remodal.css */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
/* line 25, vendor/assets/components/remodal/dist/remodal.css */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
/* line 32, vendor/assets/components/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, vendor/assets/components/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, vendor/assets/components/remodal/dist/remodal.css */
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
/* line 72, vendor/assets/components/remodal/dist/remodal.css */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
/* line 80, vendor/assets/components/remodal/dist/remodal.css */
.remodal {
  position: relative;
  outline: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* line 90, vendor/assets/components/remodal/dist/remodal.css */
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* line 1, app/assets/stylesheets/public/overrides.scss */
.btn-blue {
  background: none;
  background-color: var(--color-scale-blue-4);
}

/* line 6, app/assets/stylesheets/public/overrides.scss */
.btn-blue:hover {
  background: none;
}

/* line 10, app/assets/stylesheets/public/overrides.scss */
.breadcrumb-item::after {
  margin: 0 1.5em;
}

/* line 2, app/assets/stylesheets/public/global-campus.scss */
._global_campus .avatar {
  border: 1px solid var(--color-border-default);
}

/* line 6, app/assets/stylesheets/public/global-campus.scss */
._global_campus .text-gray-light {
  color: #586069 !important;
}

/* line 10, app/assets/stylesheets/public/global-campus.scss */
._global_campus .text-tertiary {
  color: #6A737D !important;
}

/* line 14, app/assets/stylesheets/public/global-campus.scss */
._global_campus .link-hover-blue:hover {
  color: #0366d6 !important;
}

/* line 18, app/assets/stylesheets/public/global-campus.scss */
._global_campus .tooltipped::after {
  border-radius: 6px;
}

/* line 22, app/assets/stylesheets/public/global-campus.scss */
._global_campus .btn-mktg {
  border-radius: 6px;
  padding: 5px 16px;
}

/* line 27, app/assets/stylesheets/public/global-campus.scss */
._global_campus .btn-default-mktg {
  background: none;
  background-color: #FAFBFC !important;
  border-radius: 6px;
}

/* line 33, app/assets/stylesheets/public/global-campus.scss */
._global_campus .btn-default-mktg:hover {
  background: none;
  background-color: #f3f4f6 !important;
}

/* line 38, app/assets/stylesheets/public/global-campus.scss */
._global_campus .remodal .Box {
  border-radius: 6px;
}

/* line 41, app/assets/stylesheets/public/global-campus.scss */
._global_campus .remodal .Box-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 46, app/assets/stylesheets/public/global-campus.scss */
._global_campus .btn-octicon[data-remodal-action="close"] {
  color: #24292E;
}

/* line 50, app/assets/stylesheets/public/global-campus.scss */
._global_campus .text-semibold {
  font-weight: 500;
}

/* line 55, app/assets/stylesheets/public/global-campus.scss */
.gc-header {
  height: 124px;
  display: flex;
  align-items: center;
  background-color: #CFF2EE;
  background-image: url(/assets/global_campus/header_lg_icons-a06a2d0f551e0de1db1905456073bcaf36e50124c07c2d6c91cbcf852d2d1d9b.svg), url(/assets/global_campus/header_lg_pattern-3e1baa55c0675725e8893ce23f6b88bd4c688e736969436e5989c4338f415915.png), url(/assets/global_campus/header_lg_gradient-15c045bee237beac6b48aa170a2f208d8213ad3fbc72bcaed1c0bcb638107da5.png);
  background-repeat: no-repeat, repeat, no-repeat;
  background-position: right 24px bottom, center, center;
  background-size: contain, auto, cover;
  line-height: 1;
}

@media screen and (min-width: 544px) and (max-width: 1012px) {
  /* line 55, app/assets/stylesheets/public/global-campus.scss */
  .gc-header {
    background-size: 65%, cover, cover;
  }
}

@media screen and (max-width: 544px) {
  /* line 55, app/assets/stylesheets/public/global-campus.scss */
  .gc-header {
    align-items: flex-start;
    padding-top: 24px;
    min-height: 280px;
    background-image: url(/assets/global_campus/header_sm_icons-c1cdb25e8c7924a0cbc8ba19546f7086054a85d72aea45011a51b15258b127e9.svg), url(/assets/global_campus/header_sm_pattern-25766633b90623871e03bf5d64cec0c50172d7a27c2ce619fdd6e857fa41406f.png), url(/assets/global_campus/header_sm_gradient-4efe8df3327e0e740b6c141784aa0be32df8842211cb13b1922cd85f1ef65b60.png);
    background-position: bottom, center, center;
    background-size: contain, contain, cover;
    line-height: 1.5;
  }
}

@media screen and (max-width: 544px) {
  /* line 88, app/assets/stylesheets/public/global-campus.scss */
  .gc-header__welcome {
    font-size: 24px !important;
  }
  /* line 91, app/assets/stylesheets/public/global-campus.scss */
  .gc-header__welcome span {
    display: block;
  }
}

/* line 97, app/assets/stylesheets/public/global-campus.scss */
.gc-update-location-popover {
  left: 43px;
}

@media screen and (max-width: 544px) {
  /* line 97, app/assets/stylesheets/public/global-campus.scss */
  .gc-update-location-popover {
    left: 40%;
  }
}

/* line 105, app/assets/stylesheets/public/global-campus.scss */
.gc-icon-header {
  display: flex;
  align-items: center;
}

/* line 109, app/assets/stylesheets/public/global-campus.scss */
.gc-icon-header__icon {
  margin-right: 8px;
}

/* line 114, app/assets/stylesheets/public/global-campus.scss */
.gc-offers-not-claimed__text {
  margin-bottom: 0;
}

@media screen and (min-width: 544px) and (max-width: 1012px) {
  /* line 114, app/assets/stylesheets/public/global-campus.scss */
  .gc-offers-not-claimed__text {
    margin-bottom: 24px;
  }
}

/* line 122, app/assets/stylesheets/public/global-campus.scss */
.gc-offers-not-claimed__button,
.gc-campus-expert-follow__button {
  text-align: center;
}

@media screen and (max-width: 544px) {
  /* line 122, app/assets/stylesheets/public/global-campus.scss */
  .gc-offers-not-claimed__button,
.gc-campus-expert-follow__button {
    width: 100%;
  }
}

@media screen and (min-width: 544px) {
  /* line 122, app/assets/stylesheets/public/global-campus.scss */
  .gc-offers-not-claimed__button,
.gc-campus-expert-follow__button {
    position: absolute;
    top: 16px;
    right: 16px;
  }
}

/* line 136, app/assets/stylesheets/public/global-campus.scss */
.experience__not-redeemed-section-wrapper {
  gap: 8px;
}

/* line 140, app/assets/stylesheets/public/global-campus.scss */
.gc-card-parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

/* line 146, app/assets/stylesheets/public/global-campus.scss */
.gc-card-parent .event-card {
  width: 100%;
}

@media screen and (max-width: 544px) {
  /* line 152, app/assets/stylesheets/public/global-campus.scss */
  .gc-card-parent--events {
    grid-template-columns: 1fr;
  }
  /* line 156, app/assets/stylesheets/public/global-campus.scss */
  .gc-card-parent--campus-tv {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 162, app/assets/stylesheets/public/global-campus.scss */
.gc-card__description--no-hover {
  display: block;
}

/* line 166, app/assets/stylesheets/public/global-campus.scss */
.gc-card__description--w-hover {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  /* line 171, app/assets/stylesheets/public/global-campus.scss */
  .gc-card__description--no-hover {
    display: none;
  }
  /* line 175, app/assets/stylesheets/public/global-campus.scss */
  .gc-card__description--w-hover {
    display: block;
  }
}

/* line 180, app/assets/stylesheets/public/global-campus.scss */
.gc-classroom {
  margin-bottom: 16px;
}

/* line 183, app/assets/stylesheets/public/global-campus.scss */
.gc-classroom:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 544px) and (max-width: 768px) {
  /* line 188, app/assets/stylesheets/public/global-campus.scss */
  .to-do-list__title {
    margin-top: 24px;
  }
}

/* line 194, app/assets/stylesheets/public/global-campus.scss */
.to-do-list-complete {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

/* line 200, app/assets/stylesheets/public/global-campus.scss */
.to-do-list-incomplete .TimelineItem-badge {
  background-color: #FFFFFF;
  border: 0;
}

/* line 205, app/assets/stylesheets/public/global-campus.scss */
.to-do-list-incomplete .TimelineItem:before {
  background-color: #D1D5DA;
}

/* line 209, app/assets/stylesheets/public/global-campus.scss */
.to-do-list-incomplete .TimelineItem:last-child:before {
  content: none;
}

/* line 214, app/assets/stylesheets/public/global-campus.scss */
.to-do-btn-text--less {
  display: inline;
}

/* line 218, app/assets/stylesheets/public/global-campus.scss */
.to-do-btn-text--more {
  display: none;
}

/* line 222, app/assets/stylesheets/public/global-campus.scss */
.to-do-btn--icon__chevron {
  transition: transform 0.25s ease 0s;
  transform: rotate(0deg);
  cursor: pointer;
}

/* line 229, app/assets/stylesheets/public/global-campus.scss */
.to-do-list-show-less .TimelineItem {
  display: none;
}

/* line 233, app/assets/stylesheets/public/global-campus.scss */
.to-do-list-show-less .TimelineItem:first-child {
  display: flex;
}

/* line 236, app/assets/stylesheets/public/global-campus.scss */
.to-do-list-show-less .TimelineItem:first-child:before {
  content: none;
}

/* line 241, app/assets/stylesheets/public/global-campus.scss */
.to-do-list-show-less .to-do-btn-text--less {
  display: none;
}

/* line 245, app/assets/stylesheets/public/global-campus.scss */
.to-do-list-show-less .to-do-btn-text--more {
  display: inline;
}

/* line 249, app/assets/stylesheets/public/global-campus.scss */
.to-do-list-show-less .to-do-btn--icon__chevron {
  transform: rotate(180deg);
}

@media screen and (max-width: 544px) {
  /* line 256, app/assets/stylesheets/public/global-campus.scss */
  .to-do-list-btn {
    display: block;
    margin: auto;
  }
}

/* line 262, app/assets/stylesheets/public/global-campus.scss */
.to-do-list-hr {
  margin-top: 24px;
  margin-bottom: 0;
  margin-left: -16px;
  width: 100vw;
  border-color: #E1E4E8;
}

@media screen and (min-width: 544px) {
  /* line 262, app/assets/stylesheets/public/global-campus.scss */
  .to-do-list-hr {
    display: none;
  }
}

/* line 274, app/assets/stylesheets/public/global-campus.scss */
.offers-redeemed-container {
  min-height: 96px;
}

/* line 277, app/assets/stylesheets/public/global-campus.scss */
.offers-redeemed-container ul {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: repeat(8, 1fr);
  grid-row-gap: 16px;
  grid-column-gap: 8px;
  line-height: 0;
}

/* line 288, app/assets/stylesheets/public/global-campus.scss */
.offers-redeemed-container li {
  justify-self: center;
  align-self: center;
}

@media screen and (max-width: 1012px) {
  /* line 274, app/assets/stylesheets/public/global-campus.scss */
  .offers-redeemed-container {
    min-height: 0;
  }
  /* line 296, app/assets/stylesheets/public/global-campus.scss */
  .offers-redeemed-container ul {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 301, app/assets/stylesheets/public/global-campus.scss */
  .offers-redeemed-container li {
    margin-right: 8px;
  }
}

/* line 307, app/assets/stylesheets/public/global-campus.scss */
.notification {
  background: linear-gradient(to right, #126ADF, #8251DF);
}

@media screen and (max-width: 544px) {
  /* line 307, app/assets/stylesheets/public/global-campus.scss */
  .notification {
    flex-direction: column;
  }
}

/* line 315, app/assets/stylesheets/public/global-campus.scss */
.twitch-live-stream {
  background: linear-gradient(to right, #8250DF, #BF3989);
}

@media screen and (max-width: 544px) {
  /* line 315, app/assets/stylesheets/public/global-campus.scss */
  .twitch-live-stream {
    flex-direction: column;
  }
}

/* line 323, app/assets/stylesheets/public/global-campus.scss */
.notification-title {
  border: 1px solid #FAFBFC;
  border-radius: 15px;
}

/* line 328, app/assets/stylesheets/public/global-campus.scss */
.pinned-event {
  position: relative;
  background-clip: padding-box;
  border: solid 3px transparent;
}

/* line 335, app/assets/stylesheets/public/global-campus.scss */
.pinned-event:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  border-radius: 8px;
  background: linear-gradient(to bottom, #126ADF, #8251DF);
}

/* line 346, app/assets/stylesheets/public/global-campus.scss */
.featured-icon {
  z-index: 2;
  background: linear-gradient(to bottom, #126ADF, #8251DF);
  border: none;
}

/* line 1, app/assets/stylesheets/public/experiences.scss */
.offer__light-gray {
  background: #FAFBFC;
}

/* line 5, app/assets/stylesheets/public/experiences.scss */
.experience__benefit {
  flex: 1;
}

/* line 8, app/assets/stylesheets/public/experiences.scss */
.experience__benefit p {
  margin-bottom: 24px;
  color: #586069;
}

/* line 12, app/assets/stylesheets/public/experiences.scss */
.experience__benefit p:last-child {
  margin-bottom: 0;
}

/* line 18, app/assets/stylesheets/public/experiences.scss */
.experience__header__grid {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-template-rows: repeat(2, max-content);
}

@media screen and (max-width: 544px) {
  /* line 18, app/assets/stylesheets/public/experiences.scss */
  .experience__header__grid {
    display: block;
  }
}

/* line 27, app/assets/stylesheets/public/experiences.scss */
.experience__header__description {
  align-self: end;
  max-width: 55ch;
}

/* line 32, app/assets/stylesheets/public/experiences.scss */
.experience__header__logo {
  grid-row-start: span 2;
  align-self: end;
}

/* line 37, app/assets/stylesheets/public/experiences.scss */
.experience__benefits__wrapper,
.experience__videos__wrapper,
.experience__resources__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media screen and (min-width: 544px) {
  /* line 37, app/assets/stylesheets/public/experiences.scss */
  .experience__benefits__wrapper,
.experience__videos__wrapper,
.experience__resources__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 768px) {
  /* line 37, app/assets/stylesheets/public/experiences.scss */
  .experience__benefits__wrapper,
.experience__videos__wrapper,
.experience__resources__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  /* line 53, app/assets/stylesheets/public/experiences.scss */
  .experience__benefits__wrapper {
    grid-template-columns: 1fr;
  }
}

/* line 59, app/assets/stylesheets/public/experiences.scss */
.experience__resource {
  display: grid;
  justify-content: center;
  background: #FAFBFC;
  align-items: center;
  min-height: 72px;
}

/* line 67, app/assets/stylesheets/public/experiences.scss */
.experience__video__iframe-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 308 / 155;
}

/* line 74, app/assets/stylesheets/public/experiences.scss */
.experience__video__iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 82, app/assets/stylesheets/public/experiences.scss */
.experience__video__title-wrapper {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

/* line 87, app/assets/stylesheets/public/experiences.scss */
.experience__video__title-wrapper h4 {
  flex-grow: 1;
  margin-left: 8px;
}

/* line 93, app/assets/stylesheets/public/experiences.scss */
.pack__experiences__offers__wrapper {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  grid-column-gap: 8px;
}

/* line 1, app/assets/stylesheets/public/community-exchange.scss */
.ce-header {
  height: 207px;
  background-size: 100% 100%;
  display: flex;
  background-image: url(/assets/ce-bg-1496d1c17de152eb20c7d4a924644cfb2a12d66e4cb273dcf9b6ed642921d7d9.png);
  background-repeat: no-repeat;
  line-height: 1;
}

@media (min-width: 1280px) {
  /* line 1, app/assets/stylesheets/public/community-exchange.scss */
  .ce-header {
    align-items: center;
  }
}

@media (min-width: 560px) {
  /* line 14, app/assets/stylesheets/public/community-exchange.scss */
  .sub-heading {
    width: 50%;
  }
}

/* line 20, app/assets/stylesheets/public/community-exchange.scss */
.ce-repo-topic {
  background: linear-gradient(87.54deg, #8250DF -6.8%, #D42A32 84.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

/* line 27, app/assets/stylesheets/public/community-exchange.scss */
.ce-repo-topic::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 40px;
  background: inherit;
  background-clip: border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
}

/* line 43, app/assets/stylesheets/public/community-exchange.scss */
.project-user-avatar-container {
  position: relative;
  text-decoration: none;
}

/* line 48, app/assets/stylesheets/public/community-exchange.scss */
.avatar-name-handle-container div, .avatar-details-container, .avatar-org-icon-container div {
  display: inline-block;
}

/* line 52, app/assets/stylesheets/public/community-exchange.scss */
.avatar-container {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 1em 1em;
  width: 379px;
  height: inherit;
  left: -10px;
  bottom: 42px;
  border-radius: 5px;
  border: solid 1px var(--color-border-muted);
  z-index: 100;
  margin: -5px;
}

/* line 53, app/assets/stylesheets/public/community-exchange.scss */
.avatar-container::before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-top: 11px solid var(--color-border-muted);
  bottom: -21px;
  left: 13px;
}

/* line 73, app/assets/stylesheets/public/community-exchange.scss */
.avatar-container::after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-top: 11px solid #ffffff;
  bottom: -19px;
  left: 13px;
}

/* line 83, app/assets/stylesheets/public/community-exchange.scss */
.user-avatar-name {
  font-weight: 700;
}

/* line 87, app/assets/stylesheets/public/community-exchange.scss */
.user-avatar-handle {
  font-weight: 500;
}

/* line 91, app/assets/stylesheets/public/community-exchange.scss */
.ce-filter-search-box {
  width: 35%;
}

/* line 95, app/assets/stylesheets/public/community-exchange.scss */
.ce-filter-bar {
  display: inline-block;
}

/* line 99, app/assets/stylesheets/public/community-exchange.scss */
.ce-filter-all-btn {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin: 0px -9px 0px 5px;
}

/* line 105, app/assets/stylesheets/public/community-exchange.scss */
.ce-filter-sort-list {
  align-items: center;
  width: auto;
}

/* line 110, app/assets/stylesheets/public/community-exchange.scss */
.zero-projects {
  text-align: center;
  width: 100%;
  height: 300px;
}
