@import url('https://cdn.jsdelivr.net/gh/aaaakshat/cm-web-fonts@latest/fonts.css');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

@import url('https://cdn.rawgit.com/lonekorean/gist-syntax-themes/848d6580/stylesheets/monokai.css');

/*:root {*/
/*    /* Light Mode Defaults */*/
/*    --background-color: #FFFFFF;*/
/*    --primary-color: #1D1D1F;*/
/*    --secondary-color: #6E6E73;*/
/*    --divider-color: #CECECE;*/
/*    --accent-color: #007AFF;*/
/**/
/*    /* Code Syntax Highlighting (Light Mode) */*/
/*    --code-background-color: #f7f5f5;*/
/*    --code-keyword-color: #FF3B30;*/
/*    --code-number-color: #FF9500;*/
/*    --code-string-color: #34C759;*/
/*    --code-type-color: #5856D6;*/
/*    --code-dotaccess-color: #5AC8FA;*/
/*    --code-property-color: #5AC8FA;*/
/*    --code-call-color: #5AC8FA;*/
/*    --code-comment-color: #9E9E9E;*/
/*    --code-preprocessing-color: #AF52DE;*/
/*}*/



/*/* Dark Mode Overrides */*/
/*@media (prefers-color-scheme: dark) {*/
/*    :root {*/
/*        --background-color: #1C1C1E;*/
/*        --primary-color: #F2F2F7;*/
/*        --secondary-color: #8E8E93;*/
/*        --divider-color: #48484A;*/
/*        --accent-color: #0A84FF;*/
/**/
/*        /* Code Syntax Highlighting (Dark Mode) */*/
/*        --code-background-color: #242426; /* Darker background for code blocks */*/
/*        --code-keyword-color: #FC5FA3; /* Adjust color for dark mode */*/
/*        --code-number-color: #D0BF69; /* Adjust color for dark mode */*/
/*        --code-string-color: #FC6A5D; /* Adjust color for dark mode */*/
/*        --code-type-color: #9EF1DD; /* Adjust color for dark mode */*/
/*        --code-dotaccess-color: #9EF1DD; /* Adjust color for dark mode */*/
/*        --code-property-color: #67B7A4; /* Adjust color for dark mode */*/
/*        --code-call-color: #5DD8FF; /* Adjust color for dark mode */*/
/*        --code-comment-color: #6C7986; /* Adjust color for dark mode */*/
/*        --code-preprocessing-color: #FD8F3F; /* Adjust color for dark mode */*/
/*    }*/
/**/
/*    /* Specific adjustments for elements that might need to change in dark mode */*/
/*    .light-subtext {*/
/*        color: var(--secondary-color); /* Inherit from --secondary-color for consistency */*/
/*    }*/
/**/
/*    .publication-link {*/
/*        color: var(--primary-color);*/
/*    }*/
/**/
/*    .supervisors {*/
/*        color: var(--secondary-color);*/
/*    }*/
/**/
/*    .supervisors a {*/
/*        color: var(--accent-color);*/
/*    }*/
/**/
/*    .year-divider {*/
/*        color: var(--primary-color);*/
/*    }*/
/**/
/*    figcaption {*/
/*        color: var(--secondary-color);*/
/*    }*/
/**/
/*    blockquote {*/
/*        border-left-color: var(--divider-color);*/
/*        color: var(--secondary-color);*/
/*    }*/
/**/
/*    .note {*/
/*        background-color: #3C3C3E; /* Darker background for notes */*/
/*        border-left-color: #FFCC00; /* Keep the accent color for the border */*/
/*        color: var(--primary-color);*/
/*    }*/
/*}*/

html {
  --background-color: #f8fafc;
  --primary-color: #312f2f;
  --secondary-color: #aeaeb2;
  --divider-color: #e5e5ea;
  --accent-color: #007AFF;

  --code-background-color: #f7f5f5;
  --code-keyword-color: #9b2393;
  --code-number-color: #1c00cf;
  --code-string-color: #c41a16;
  --code-type-color: #326d74;
  --code-dotaccess-color: #326d74;
  --code-property-color: #326d74;
  --code-call-color: #0f68a0;
  --code-comment-color: #5d6c79;
  --code-preprocessing-color: #643820;
}

html.light-mode {
  --background-color: #f8fafc;
  --primary-color: #312f2f;
  --secondary-color: #aeaeb2;
  --divider-color: #e5e5ea;
  --accent-color: #007AFF;

  --code-background-color: #f7f5f5;
  --code-keyword-color: #9b2393;
  --code-number-color: #1c00cf;
  --code-string-color: #c41a16;
  --code-type-color: #326d74;
  --code-dotaccess-color: #326d74;
  --code-property-color: #326d74;
  --code-call-color: #0f68a0;
  --code-comment-color: #5d6c79;
  --code-preprocessing-color: #643820;
}

html.dark-mode {
  --background-color: #1C1C1E;
  --primary-color: #F2F2F7;
  --secondary-color: #8E8E93;
  --divider-color: #48484A;
  --accent-color: #0A84FF;

  --code-background-color: #242426;
  --code-keyword-color: #FC5FA3;
  --code-number-color: #D0BF69;
  --code-string-color: #FC6A5D;
  --code-type-color: #9EF1DD;
  --code-dotaccess-color: #9EF1DD;
  --code-property-color: #67B7A4;
  --code-call-color: #5DD8FF;
  --code-comment-color: #6C7986;
  --code-preprocessing-color: #FD8F3F;
}

/*:root {*/
/*  --background-color: #f8fafc;*/
/*  --primary-color: #312f2f;*/
/*  --secondary-color: #aeaeb2;*/
/*  --divider-color: #e5e5ea;*/
/*  --accent-color: #007AFF;*/
/**/
/*  --code-background-color: #f7f5f5;*/
/*  --code-keyword-color: #9b2393;*/
/*  --code-number-color: #1c00cf;*/
/*  --code-string-color: #c41a16;*/
/*  --code-type-color: #326d74;*/
/*  --code-dotaccess-color: #326d74;*/
/*  --code-property-color: #326d74;*/
/*  --code-call-color: #0f68a0;*/
/*  --code-comment-color: #5d6c79;*/
/*  --code-preprocessing-color: #643820;*/
/*}*/
/**/
/*html.light-mode {*/
/*  /* no need to redefine – it's already in :root */*/
/*}*/
/**/
/*html.dark-mode {*/
/*  --background-color: #1C1C1E;*/
/*  --primary-color: #F2F2F7;*/
/*  --secondary-color: #8E8E93;*/
/*  --divider-color: #48484A;*/
/*  --accent-color: #0A84FF;*/
/**/
/*  --code-background-color: #242426;*/
/*  --code-keyword-color: #FC5FA3;*/
/*  --code-number-color: #D0BF69;*/
/*  --code-string-color: #FC6A5D;*/
/*  --code-type-color: #9EF1DD;*/
/*  --code-dotaccess-color: #9EF1DD;*/
/*  --code-property-color: #67B7A4;*/
/*  --code-call-color: #5DD8FF;*/
/*  --code-comment-color: #6C7986;*/
/*  --code-preprocessing-color: #FD8F3F;*/
/*}*/


/* Variants (Colors are fixed and not tied to theme preference for these) */
.variant-0 {background-color: #FF3B30;}
.variant-1 {background-color: #FF9500;}
.variant-2 {background-color: #34C759;}
.variant-3 {background-color: #5856D6;}
.variant-4 {background-color: #5AC8FA;}
.variant-5 {background-color: #0A84FF;}
.variant-6 {background-color: #AF52DE;}
.variant-7 {background-color: #8E8E93;}


@font-face {
    font-family: "Computer Modern";
    src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunss.otf');
}
@font-face {
    font-family: "Computer Modern";
    src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunsx.otf');
    font-weight: bold;
}
@font-face {
    font-family: "Computer Modern";
    src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunsi.otf');
    font-style: italic, oblique;
}
@font-face {
    font-family: "Computer Modern";
    src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunbxo.otf');
    font-weight: bold;
    font-style: italic, oblique;
}

body {
    font-family: "Merriweather", serif;
}

*, *::before, *::after {
    margin: 0px;
    padding: 0;
    box-sizing: border-box;
}

.wrap-collapsible {
    margin-top: 5px;
}

.entry {
    margin: 10px;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "Merriweather", serif;
    color: var(--primary-color);
    background-color: var(--background-color);
    padding-left: 5vw;
    padding-right: 5vw;
}

.spacer {
    flex: 1 0 0;
}

header {
    text-align: center;
    padding-top: 6.5vh;
}

#title {
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-size: 2.5em;
}

#subtitle {
    font-family: "Merriweather", serif;
    font-weight: 500;
    font-size: 1.5em;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.divider {
    border-bottom: 0px solid var(--divider-color);
    width: 80%;
    margin: 0 auto;
}

nav {
    margin: 10px 0 40px 0;
}

nav li {
    display: inline-block;
    font-family: "Merriweather", serif;
    font-weight: 500;
    font-size: 1.2em;
    color: var(--secondary-color);
    margin: 0 5px;
}

nav li a.selected {
    font-weight: 900;
    color: var(--primary-color);
}

a:hover {
    background: linear-gradient(90deg, #ff8a00, #e52e71);
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone;
    text-shadow: none;
}

a:link, a:active, a:visited {
    color: inherit;
    text-decoration: none;
    text-decoration-thickness: 1px;
}

#item-list {
    max-width: min(90%, 850px);
    margin: 0 auto;
}

#item-list li {
    display: block;
    margin-bottom: 2vh;
}

.light-subtext {
    font-weight: lighter;
    font-size: 0.8em;
    color: #212427; /* This will be overridden in dark mode */
    padding-top: 5px;
    margin-bottom: 5px;
    display: block;
    font-style: italic;
}

.item-title {
    font-family: "Merriweather", serif;
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1;
    margin-bottom: 0.2em;
    text-decoration-line: none;
    text-decoration-thickness: 1px;
}

.item-title a:hover, .item-title a:active {
    text-decoration-thickness: 0.09em;
}

.item-date {
    font-family: "Merriweather", serif;
    font-weight: 500;
    font-size: 0.875em;
    color: var(--secondary-color);
    margin-bottom: 0.6em;
}

#item-list p {
    text-align: left;
    line-height: 1.75;
    margin-bottom: 0.6em;
}

a.read-more {
    font-family: "Merriweather", serif;
    font-size: 1em;
    color: var(--secondary-color);
}

.content {
    line-height: 1.75;
    max-width: min(90%, 850px);
    margin: 0 auto;
    margin-bottom: 40px;
}

.content h2 {
    text-align: center;
    margin-bottom: 0.5em;
}

.content p {
    margin-bottom: 1.5em;
}

.content a {
    text-decoration: underline;
}

.content img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    margin: 0 auto;
    margin-bottom: 1.5em;
}

.content .twitter-tweet {
    width: 400px;
    margin: 0 auto;
    margin-bottom: 1.5em;
}

.content .embedly-card {
    margin-bottom: 1.5em;
}

#item-page-content h1 {
    text-align: center;
    font-family: "Merriweather", serif;
    font-size: 1.75em;
    line-height: 1;
    margin-bottom: 0.2em;
}

#item-page-date {
    display: block;
    text-align: center;
    font-family: "Merriweather", serif;
    font-weight: 500;
    font-size: 0.85em;
    color: var(--secondary-color);
    margin-bottom: 0.6em;
}

#footer-content {
    width: 85%;
    display: flex;
    justify-content: space-between;
    color: var(--secondary-color);
    margin: 0 auto;
    margin-top: 40px;
}

#education {
    font-family: "Merriweather", serif;
}

.education-entry {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.university-logo {
    width: 64px; /* Adjust as necessary */
    margin-right: 20px;
}

.education-info h3 {
    margin: 0;
    font-size: 1.1em;
    color: var(--primary-color);
    background-color: var(--background-color);
}

.education-info p {
    margin: 0;
    color: var(--primary-color);
    background-color: var(--background-color);
}

.education-info span {
    font-weight: bold;
    color: var(--primary-color);
    background-color: var(--background-color);
}


footer p {
    font-family: "Merriweather", serif;
    font-size: 0.85em;
    padding-bottom: 40px;
}

.social-icon {
    margin-left: 10px;
}

.title {
    font-family: "Merriweather", serif;, serif !important;
    font-weight: bold !important;
    font-size: 3.0em !important;
}

.tag {
    display: inline-block;
    padding: auto;
    margin: 0.5rem;
    color: transparent;
    font-weight: bold;
    font-size: 0.1rem;
    text-decoration: none;
    border-radius: 0.5rem;
}

.tag:hover {
    opacity: 0.8;
}

.tag a {
    text-decoration: none;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.tagsHome {
    display: flex;
    flex-wrap: wrap;
    align-items: left;
    justify-content: left;
}

/* Projects Grid Layout */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Adjust the minmax() values to suit your design */
    gap: 20px; /* Space between items */
    margin-top: 20px; /* Add some space above the grid */
}

.project-item {
    display: flex;
    flex-direction: column;
    background-color: var(--background-color); /* Use general background color */
    padding: 15px;
    border-radius: 10px; /* Rounded corners for each project item */
    /* Starting shadow for depth, subtle like Apple's default UI elements */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16);
    transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
    /* The cubic-bezier here creates a gentle "ease-out-back" feel, common in Apple animations */
    will-change: transform, box-shadow; /* Optimize for performance */
}

.project-item:hover {
    transform: translateY(-3px) scale(1.02); /* Lift and slightly enlarge */
    /* A more pronounced shadow on hover, mimicking an element lifting from the surface */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 6px 12px rgba(0, 0, 0, 0.2);
}

.project-item:active {
    transform: translateY(-1px) scale(1.005); /* Subtle press down when clicked */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.15); /* Slightly less shadow */
    transition-duration: 0.1s; /* Faster transition for active state */
}

/*.project-item:hover {*/
/*    transform: scale(1.05); /* Slightly scale up project items on hover */*/
/*}*/

.project-item a {
    color: var(--accent-color); /* Adjust the link color inside project items if needed */
    text-decoration: none; /* Removes underline from links */
}

.project-item .item-title {
    font-weight: bold; /* Make the title stand out */
    margin-bottom: 10px; /* Add some space below the title */
}

.project-item .item-date {
    font-size: 0.9rem; /* Adjust the date font size */
    color: var(--secondary-color); /* Adjust the date color */
    margin-bottom: 10px; /* Add some space below the date */
}

.project-item .tagsHome {
    margin-bottom: 10px; /* Add some space below the tags */
}

.project-item .tagsHome .tag {
    background-color: var(--accent-color); /* Background color for tags */
    color: #FFFFFF; /* Text color for tags */
    padding: 5px 10px; /* Padding inside tags */
    border-radius: 5px; /* Rounded corners for tags */
    margin-right: 5px; /* Space between tags */
    font-size: 0.8rem; /* Adjust the font size for tags */
}

.project-item p {
    font-size: 0.9rem; /* Adjust the paragraph font size inside project items */
    line-height: 1.5; /* Adjust the line height for better readability */
}

/* Projects Grid Container */
.projects-grid-container {
    max-width: min(90%, 850px); /* Match the list's max width */
    margin: 0 auto; /* Center align the grid */
}

/* Projects Grid Layout */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Adjust the minmax() values as necessary */
    gap: 20px; /* Space between items */
    margin-top: 20px; /* Add some space above the grid */
}

.project-item {
    background-color: var(--background-color); /* Adjust as needed */
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}

.project-item:hover {
    transform: scale(1.05);
}

.project-description {
    padding-top: 20px;
}

.image-container {
    width: 150px; /* or whatever fixed width you prefer */
    height: 100px; /* or whatever fixed height you prefer */
    overflow: hidden; /* Ensures the image doesn't overflow the container */
    display: flex; /* Helps center the image if it doesn't fill the container */
    align-items: center;
    justify-content: center;
}

.image-container img {
    max-width: 100%; /* Ensures the image width doesn't exceed the container */
    max-height: 100%; /* Ensures the image height doesn't exceed the container */
    object-fit: contain; /* Ensures the image maintains its aspect ratio */
}

.news-date {
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    padding: 0.5rem 0.5rem;
    border-radius: 0.2rem;
    min-width: 56px;
    font-family: monospace;
    font-weight: bold;
    font-size: 0.75em;
    margin-top: 0.2em;
    background: #FF595E;
    color: white;
}

.date-badge.blog-date {
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    padding: 0.5rem 0.5rem;
    border-radius: 0.2rem;
    min-width: 56px;
    font-family: monospace;
    font-weight: bold;
    font-size: 0.75em;
    margin-top: 0.2em;
    background: #038aff;
    color: white;
}

.date-badge.experiments-date {
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    padding: 0.5rem 0.5rem;
    border-radius: 0.2rem;
    min-width: 56px;
    font-family: monospace;
    font-weight: bold;
    font-size: 0.75em;
    margin-top: 0.2em;
    background: #03c9a9;
    color: white;
}

.date-badge.apps-date {
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    padding: 0.5rem 0.5rem;
    border-radius: 0.2rem;
    min-width: 56px;
    font-family: monospace;
    font-weight: bold;
    font-size: 0.75em;
    margin-top: 0.2em;
    background: #f9690e;
    color: white;
}

.projects-date {
    background: #4A90E2;
}

h1, h2, h3 {
    padding-bottom: 5px;
    margin-top: 30px;
    text-align: left;
}

h1 {
    font-size: 1.8em;
    margin-top: 0;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

img.profile-photo {
    width: 300px; /* Or a responsive unit like 100% with max-width */
    height: 300px; /* Essential to keep it a square */
    object-fit: cover; /* Ensures the image fills the space without distortion */

    /* The magic numbers for Apple-like rounded corners */
    /* Common values: 8px, 10px, 12px. Choose what feels right for your context. */
    border-radius: 12px; /* Example: A good, noticeable but subtle roundness */

    /* Refined Apple-ish shadow (multi-layered for depth) */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), /* Lighter, closer shadow */
                0 2px 5px rgba(0, 0, 0, 0.08); /* Deeper, more diffused shadow */

    /* Ensure crisp image rendering, especially for Retina displays */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    transform: translateZ(0); /* Promotes hardware acceleration */

    /* Optional: A very subtle, almost invisible border can define the edge */
    /* border: 0.5px solid rgba(0, 0, 0, 0.03); */
}

/* If you want an interactive hover state for the square photo (like a card) */
img.profile-photo:hover {
    transform: translateY(-2px) scale(1.01); /* Subtle lift and slight scale */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 6px 12px rgba(0, 0, 0, 0.1); /* More pronounced shadow */
    transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: transform, box-shadow;
}

img.profile-photo:active {
    transform: translateY(-1px) scale(1.005); /* Gentle press down */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.15);
    transition-duration: 0.1s;
}
.contact-info a {
    color: var(--accent-color); /* Use accent color for consistency */
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.profile {
    display: flex; /* Enable Flexbox for the degree div */
    flex-direction: row; /* Arrange items in a row (image then text) */
    align-items: center; /* Vertically align items in the center */
    margin-bottom: 15px; /* Add spacing between degree sections */
}

.profile p {
    margin: 50px; /* Remove default paragraph margins to control spacing */
}

.degree {
    display: flex; /* Enable Flexbox for the degree div */
    flex-direction: row; /* Arrange items in a row (image then text) */
    align-items: center; /* Vertically align items in the center */
    margin-bottom: 15px; /* Add spacing between degree sections */
}

.university-logo {
    width: 70px; /* Adjust the size of the logo as needed */
    height: auto; /* Maintain aspect ratio */
}

.degree p {
    margin: 10px; /* Remove default paragraph margins to control spacing */
}

.university-logo {
    width: 70px;
    height: auto;
    margin-right: 15px;
}

.publication-item {
    padding: 8px 12px;
    margin-bottom: 10px;
}

.publication-year {
    color: var(--accent-color); /* Use accent color for consistency */
    font-weight: bold;
    margin-right: 5px;
}

.publication-link {
    color: var(--primary-color); /* Link color controlled by theme */
    text-decoration: none;
}

.publication-link:hover {
    text-decoration: underline;
}

.publication-icon {
    margin-right: 6px;
    vertical-align: middle;
    color: var(--accent-color); /* Use accent color for consistency */
}

.content h2 {
    text-align: left;
    margin-bottom: 0.5em;
}

.supervisors {
    font-size: 0.9em;
    color: var(--primary-color); /* Adjust for theme */
    margin-top: 8px;
}

.supervisors a {
    color: var(--accent-color); /* Use accent color for consistency */
    text-decoration: none;
    display: inline-block;
    margin-bottom: 4px;
}

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

.ai-open-access {
    color: #e67300; /* This color remains fixed */
}

.profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.icon-links {
    margin-top: 20px;
}

.icon-links a {
    font-size: 1.8em;
}

ul {
    list-style-type: none;
}

.year-divider {
    color: var(--primary-color); /* Adjust for theme */
}

.news-title .emoji-no-underline {
    text-decoration: none;
    margin-right: 0.2ch;
}

.post-navigation {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    margin-top: 3rem;
}

.nav-prev {
    text-align: left;
}

.nav-next {
    text-align: right;
}

.nav-prev a,
.nav-next a {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    text-decoration: none;
    font-size: 0.875rem;
    color: inherit;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.nav-prev a:hover,
.nav-next a:hover {
    opacity: 1;
}

.nav-prev i,
.nav-next i {
    font-size: 1em;
}

.footer-note {
    font-size: 0.05em;
    opacity: 0.05; /* lower opacity for subtlety */
    text-align: center;
    font-style: italic;
    user-select: none; /* optional: discourages casual copying */
}

pre.code-swift {
    background-color: var(--code-background-color);
    padding: 1em;
    border-radius: 8px;
    overflow-x: auto;
    font-family: Menlo, monospace;
    color: var(--primary-color); /* Ensure code text color changes */
}

figure {
    margin: 2em auto;
    text-align: center;
}

figure img {
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

figcaption {
    font-size: 0.9em;
    font-style: italic;
    color: var(--secondary-color); /* Ensure figcaption color changes */
    margin-top: 0.5em;
}

pre {
    background: var(--code-background-color);
    padding: 1em;
    border-radius: 6px;
    overflow-x: auto;
    font-size: 0.95em;
    font-family: Menlo, Consolas, monospace;
    color: var(--primary-color); /* Ensure preformatted text color changes */
}



/* Theme Toggle Styling */
.theme-toggle-container {
    list-style: none; /* Remove bullet point from the list item */
    margin: 0;
    padding: 0;
}

#theme-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5em;
    font-size: 1.2em; /* Adjust icon size */
    color: var(--primary-color); /* Inherit color from theme */
    display: flex;
    align-items: center;
    gap: 0.5em;
    transition: color 0.3s ease;
    border-radius: 8px; /* Slightly rounded corners */
}

#theme-toggle:hover {
    color: var(--accent-color); /* Highlight on hover */
}

#theme-toggle svg {
    width: 1.5em; /* SVG icon size */
    height: 1.5em;
    /* We control path visibility and animation, not the whole SVG */
}

/* Hide / Show SVG Paths based on theme */
.sun-path,
.moon-path {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* By default (light theme), show sun and hide moon */
.sun-path {
    opacity: 1;
    transform: rotate(0deg);
    display: block; /* Ensure it's rendered */
}

.moon-path {
    opacity: 0;
    transform: rotate(90deg); /* Start rotated for animation */
    display: none; /* Hide moon path initially */
}

/* When dark theme is active, hide sun and show moon */
html[data-theme="dark"] .sun-path {
    opacity: 0;
    transform: rotate(-90deg); /* Rotate away for animation */
    display: none;
}

html[data-theme="dark"] .moon-path {
    opacity: 1;
    transform: rotate(0deg); /* Rotate into view */
    display: block; /* Show moon path */
}

/* Screen Reader Only class */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}


.math-block {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'STIX Two Math', serif;
  text-align: center;
  margin: 2rem auto;
  color: var(--primary-color);
  background-color: var(--background-color); /* Optional: contrast block */
}

blockquote {
  border-left: 4px solid var(--divider-color);
  padding-left: 1em;
  color: var(--secondary-color);
  font-style: italic;
  margin: 1em 0;
  background-color: var(--background-color); /* Optional: readable bg */
}

.note {
  background-color: rgba(255, 255, 200, 0.2); /* Soft neutral bg */
  border-left: 4px solid var(--accent-color); /* Matches theme accent */
  padding: 1em;
  margin: 2em 0;
  color: var(--primary-color);
}

.venue {
  font-weight: lighter;
  font-size: 0.8em;
  color: var(--secondary-color);
  margin-top: 5px;
}

.collapsible {
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 1.2em;
  font-family: "Merriweather", serif;
  color: var(--primary-color);
  background-color: transparent;
  margin-top: 2em;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.collapsible::after {
  content: "▸";
  font-size: 0.9em;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}

.collapsible.active::after {
  transform: rotate(90deg);
}

.collapsible + .content {
  display: none;
  padding-left: 0.5em;
}

input[type='checkbox'].toggle {
  display: none;
}

.wrap-collapsible {
  margin: 1.2rem 0;
}

.lbl-toggle {
  display: block;
  font-weight: bold;
  font-family: "Merriweather", serif;
  font-size: 1rem;
  padding: 0.7rem 1rem;
  background: var(--background-color);
  color: var(--primary-color);
  border: 1px solid var(--divider-color);
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.25s ease, border 0.25s ease;
}

.lbl-toggle:hover {
  background: var(--accent-color);
  color: white;
  border-color: var(--accent-color);
}

.lbl-toggle::before {
  content: '▶';
  display: inline-block;
  margin-right: 0.5rem;
  transition: transform 0.2s ease;
}

/* Media query for smaller screens (e.g., mobile devices) */
@media (max-width: 768px) { /* Adjust 768px to your desired breakpoint */
    .lbl-toggle::before {
        content: '+'; /* A simple plus sign for mobile */
    }
}

.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg);
}

.toggle:checked + .lbl-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 2000px;
}

.collapsible-content .content-inner {
  border: 1px solid var(--divider-color);
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0.8rem 1.2rem;
  background-color: var(--background-color); /* Ensures consistent background */
}

.collapsible-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

hr {
  border: none;
  height: 1px;
  margin: 5px 0;
  background-color: transparent;
}

hr.hr-1 {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0)
  );
  background-repeat: no-repeat;
  background-size: 100% 1px;
}

.fa-volume-high {
  margin-left: 0.3em;
  font-size: 0.85em;
  color: var(--secondary-color);
}

.fa-volume-high:hover {
  color: var(--primary-color);
}

/*!
 * Primer CSS
 * https://primer.style
 *
 * Released under MIT license.
 */
:root,
[data-color-mode="light"][data-light-theme="light"],
[data-color-mode="dark"][data-dark-theme="light"] {
  /*! */
}
: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: #d4a72c;
  --color-checks-step-header-open-bg: #32383f;
  --color-checks-step-error-text: #ff8182;
  --color-checks-step-warning-text: #d4a72c;
  --color-checks-logline-text: #8c959f;
  --color-checks-logline-num-text: rgba(140, 149, 159, 0.75);
  --color-checks-logline-debug-text: #c297ff;
  --color-checks-logline-error-text: #d0d7de;
  --color-checks-logline-error-num-text: #ff8182;
  --color-checks-logline-error-bg: rgba(164, 14, 38, 0.15);
  --color-checks-logline-warning-text: #d0d7de;
  --color-checks-logline-warning-num-text: #d4a72c;
  --color-checks-logline-warning-bg: rgba(125, 78, 0, 0.15);
  --color-checks-logline-command-text: #54aeff;
  --color-checks-logline-section-text: #4ac26b;
  --color-checks-ansi-black: #24292f;
  --color-checks-ansi-black-bright: #32383f;
  --color-checks-ansi-white: #d0d7de;
  --color-checks-ansi-white-bright: #d0d7de;
  --color-checks-ansi-gray: #8c959f;
  --color-checks-ansi-red: #ff8182;
  --color-checks-ansi-red-bright: #ffaba8;
  --color-checks-ansi-green: #4ac26b;
  --color-checks-ansi-green-bright: #6fdd8b;
  --color-checks-ansi-yellow: #d4a72c;
  --color-checks-ansi-yellow-bright: #eac54f;
  --color-checks-ansi-blue: #54aeff;
  --color-checks-ansi-blue-bright: #80ccff;
  --color-checks-ansi-magenta: #c297ff;
  --color-checks-ansi-magenta-bright: #d8b9ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #24292f;
  --color-project-sidebar-bg: #ffffff;
  --color-project-gradient-in: #ffffff;
  --color-project-gradient-out: rgba(255, 255, 255, 0);
  --color-mktg-btn-bg: #1b1f23;
  --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07),
    0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03),
    0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02),
    0 100px 80px rgba(0, 0, 0, 0.02);
  --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
  --color-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-switch-track-bg: #eaeef2;
  --color-switch-track-border: #afb8c1;
  --color-switch-track-checked-bg: #ddf4ff;
  --color-switch-track-checked-hover-bg: #b6e3ff;
  --color-switch-track-checked-active-bg: #80ccff;
  --color-switch-track-checked-border: #54aeff;
  --color-switch-knob-checked-bg: #0969da;
  --color-switch-knob-checked-disabled-bg: #6e7781;
  --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-open-fg: #1a7f37;
  --color-open-emphasis: #2da44e;
  --color-open-muted: rgba(74, 194, 107, 0.4);
  --color-open-subtle: #dafbe1;
  --color-closed-fg: #cf222e;
  --color-closed-emphasis: #cf222e;
  --color-closed-muted: rgba(255, 129, 130, 0.4);
  --color-closed-subtle: #ffebe9;
  --color-done-fg: #8250df;
  --color-done-emphasis: #8250df;
  --color-done-muted: rgba(194, 151, 255, 0.4);
  --color-done-subtle: #fbefff;
  --color-sponsors-fg: #bf3989;
  --color-sponsors-emphasis: #bf3989;
  --color-sponsors-muted: rgba(255, 128, 200, 0.4);
  --color-sponsors-subtle: #ffeff7;
  --color-primer-fg-disabled: #8c959f;
  --color-primer-canvas-backdrop: rgba(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) {
  [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: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #ff8182;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140, 149, 159, 0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #ff8182;
    --color-checks-logline-error-bg: rgba(164, 14, 38, 0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125, 78, 0, 0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #4ac26b;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #ff8182;
    --color-checks-ansi-red-bright: #ffaba8;
    --color-checks-ansi-green: #4ac26b;
    --color-checks-ansi-green-bright: #6fdd8b;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255, 255, 255, 0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07),
      0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03),
      0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02),
      0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-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-switch-track-bg: #eaeef2;
    --color-switch-track-border: #afb8c1;
    --color-switch-track-checked-bg: #ddf4ff;
    --color-switch-track-checked-hover-bg: #b6e3ff;
    --color-switch-track-checked-active-bg: #80ccff;
    --color-switch-track-checked-border: #54aeff;
    --color-switch-knob-checked-bg: #0969da;
    --color-switch-knob-checked-disabled-bg: #6e7781;
    --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-open-fg: #1a7f37;
    --color-open-emphasis: #2da44e;
    --color-open-muted: rgba(74, 194, 107, 0.4);
    --color-open-subtle: #dafbe1;
    --color-closed-fg: #cf222e;
    --color-closed-emphasis: #cf222e;
    --color-closed-muted: rgba(255, 129, 130, 0.4);
    --color-closed-subtle: #ffebe9;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194, 151, 255, 0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255, 128, 200, 0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(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) {
  [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: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #ff8182;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140, 149, 159, 0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #ff8182;
    --color-checks-logline-error-bg: rgba(164, 14, 38, 0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125, 78, 0, 0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #4ac26b;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #ff8182;
    --color-checks-ansi-red-bright: #ffaba8;
    --color-checks-ansi-green: #4ac26b;
    --color-checks-ansi-green-bright: #6fdd8b;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255, 255, 255, 0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07),
      0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03),
      0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02),
      0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-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-switch-track-bg: #eaeef2;
    --color-switch-track-border: #afb8c1;
    --color-switch-track-checked-bg: #ddf4ff;
    --color-switch-track-checked-hover-bg: #b6e3ff;
    --color-switch-track-checked-active-bg: #80ccff;
    --color-switch-track-checked-border: #54aeff;
    --color-switch-knob-checked-bg: #0969da;
    --color-switch-knob-checked-disabled-bg: #6e7781;
    --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-open-fg: #1a7f37;
    --color-open-emphasis: #2da44e;
    --color-open-muted: rgba(74, 194, 107, 0.4);
    --color-open-subtle: #dafbe1;
    --color-closed-fg: #cf222e;
    --color-closed-emphasis: #cf222e;
    --color-closed-muted: rgba(255, 129, 130, 0.4);
    --color-closed-subtle: #ffebe9;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194, 151, 255, 0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255, 128, 200, 0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(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;
  }
}
[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(84, 174, 255, 0.4);
  --color-diff-blob-addition-line-bg: rgba(221, 244, 255, 0.5);
  --color-diff-blob-addition-word-bg: rgba(84, 174, 255, 0.4);
  --color-diff-blob-deletion-num-text: #24292f;
  --color-diff-blob-deletion-fg: #24292f;
  --color-diff-blob-deletion-num-bg: rgba(247, 153, 57, 0.4);
  --color-diff-blob-deletion-line-bg: rgba(255, 245, 232, 0.5);
  --color-diff-blob-deletion-word-bg: rgba(255, 188, 109, 0.5);
  --color-diff-blob-hunk-num-bg: rgba(84, 174, 255, 0.4);
  --color-diff-blob-expander-icon: #57606a;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
  --color-diffstat-deletion-border: rgba(27, 31, 36, 0.15);
  --color-diffstat-addition-border: rgba(27, 31, 36, 0.15);
  --color-diffstat-addition-bg: #218bff;
  --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: #0550ae;
  --color-prettylights-syntax-keyword: #b35900;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #8a4600;
  --color-prettylights-syntax-brackethighlighter-unmatched: #6f3800;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #6f3800;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #b35900;
  --color-prettylights-syntax-string-regexp: #0550ae;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #6f3800;
  --color-prettylights-syntax-markup-deleted-bg: #fff5e8;
  --color-prettylights-syntax-markup-inserted-text: #0550ae;
  --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
  --color-prettylights-syntax-markup-changed-text: #8a4600;
  --color-prettylights-syntax-markup-changed-bg: #ffddb0;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-codemirror-text: #24292f;
  --color-codemirror-bg: #ffffff;
  --color-codemirror-gutters-bg: #ffffff;
  --color-codemirror-guttermarker-text: #ffffff;
  --color-codemirror-guttermarker-subtle-text: #6e7781;
  --color-codemirror-linenumber-text: #57606a;
  --color-codemirror-cursor: #24292f;
  --color-codemirror-selection-bg: rgba(84, 174, 255, 0.4);
  --color-codemirror-activeline-bg: rgba(234, 238, 242, 0.5);
  --color-codemirror-matchingbracket-text: #24292f;
  --color-codemirror-lines-bg: #ffffff;
  --color-codemirror-syntax-comment: #24292f;
  --color-codemirror-syntax-constant: #0550ae;
  --color-codemirror-syntax-entity: #8250df;
  --color-codemirror-syntax-keyword: #b35900;
  --color-codemirror-syntax-storage: #b35900;
  --color-codemirror-syntax-string: #0a3069;
  --color-codemirror-syntax-support: #0550ae;
  --color-codemirror-syntax-variable: #8a4600;
  --color-checks-bg: #24292f;
  --color-checks-run-border-width: 0px;
  --color-checks-container-border-width: 0px;
  --color-checks-text-primary: #f6f8fa;
  --color-checks-text-secondary: #8c959f;
  --color-checks-text-link: #54aeff;
  --color-checks-btn-icon: #afb8c1;
  --color-checks-btn-hover-icon: #f6f8fa;
  --color-checks-btn-hover-bg: rgba(255, 255, 255, 0.125);
  --color-checks-input-text: #eaeef2;
  --color-checks-input-placeholder-text: #8c959f;
  --color-checks-input-focus-text: #8c959f;
  --color-checks-input-bg: #32383f;
  --color-checks-input-shadow: none;
  --color-checks-donut-error: #dd7815;
  --color-checks-donut-pending: #bf8700;
  --color-checks-donut-success: #218bff;
  --color-checks-donut-neutral: #afb8c1;
  --color-checks-dropdown-text: #afb8c1;
  --color-checks-dropdown-bg: #32383f;
  --color-checks-dropdown-border: #424a53;
  --color-checks-dropdown-shadow: rgba(27, 31, 36, 0.3);
  --color-checks-dropdown-hover-text: #f6f8fa;
  --color-checks-dropdown-hover-bg: #424a53;
  --color-checks-dropdown-btn-hover-text: #f6f8fa;
  --color-checks-dropdown-btn-hover-bg: #32383f;
  --color-checks-scrollbar-thumb-bg: #57606a;
  --color-checks-header-label-text: #d0d7de;
  --color-checks-header-label-open-text: #f6f8fa;
  --color-checks-header-border: #32383f;
  --color-checks-header-icon: #8c959f;
  --color-checks-line-text: #d0d7de;
  --color-checks-line-num-text: rgba(140, 149, 159, 0.75);
  --color-checks-line-timestamp-text: #8c959f;
  --color-checks-line-hover-bg: #32383f;
  --color-checks-line-selected-bg: rgba(33, 139, 255, 0.15);
  --color-checks-line-selected-num-text: #54aeff;
  --color-checks-line-dt-fm-text: #24292f;
  --color-checks-line-dt-fm-bg: #9a6700;
  --color-checks-gate-bg: rgba(125, 78, 0, 0.15);
  --color-checks-gate-text: #d0d7de;
  --color-checks-gate-waiting-text: #d4a72c;
  --color-checks-step-header-open-bg: #32383f;
  --color-checks-step-error-text: #f79939;
  --color-checks-step-warning-text: #d4a72c;
  --color-checks-logline-text: #8c959f;
  --color-checks-logline-num-text: rgba(140, 149, 159, 0.75);
  --color-checks-logline-debug-text: #c297ff;
  --color-checks-logline-error-text: #d0d7de;
  --color-checks-logline-error-num-text: #f79939;
  --color-checks-logline-error-bg: rgba(138, 70, 0, 0.15);
  --color-checks-logline-warning-text: #d0d7de;
  --color-checks-logline-warning-num-text: #d4a72c;
  --color-checks-logline-warning-bg: rgba(125, 78, 0, 0.15);
  --color-checks-logline-command-text: #54aeff;
  --color-checks-logline-section-text: #54aeff;
  --color-checks-ansi-black: #24292f;
  --color-checks-ansi-black-bright: #32383f;
  --color-checks-ansi-white: #d0d7de;
  --color-checks-ansi-white-bright: #d0d7de;
  --color-checks-ansi-gray: #8c959f;
  --color-checks-ansi-red: #f79939;
  --color-checks-ansi-red-bright: #ffbc6d;
  --color-checks-ansi-green: #54aeff;
  --color-checks-ansi-green-bright: #80ccff;
  --color-checks-ansi-yellow: #d4a72c;
  --color-checks-ansi-yellow-bright: #eac54f;
  --color-checks-ansi-blue: #54aeff;
  --color-checks-ansi-blue-bright: #80ccff;
  --color-checks-ansi-magenta: #c297ff;
  --color-checks-ansi-magenta-bright: #d8b9ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #24292f;
  --color-project-sidebar-bg: #ffffff;
  --color-project-gradient-in: #ffffff;
  --color-project-gradient-out: rgba(255, 255, 255, 0);
  --color-mktg-btn-bg: #1b1f23;
  --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07),
    0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03),
    0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02),
    0 100px 80px rgba(0, 0, 0, 0.02);
  --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
  --color-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: #b35900;
  --color-ansi-red-bright: #8a4600;
  --color-ansi-green: #0550ae;
  --color-ansi-green-bright: #0969da;
  --color-ansi-yellow: #4d2d00;
  --color-ansi-yellow-bright: #633c01;
  --color-ansi-blue: #0969da;
  --color-ansi-blue-bright: #218bff;
  --color-ansi-magenta: #8250df;
  --color-ansi-magenta-bright: #a475f9;
  --color-ansi-cyan: #1b7c83;
  --color-ansi-cyan-bright: #3192aa;
  --color-btn-text: #24292f;
  --color-btn-bg: #f6f8fa;
  --color-btn-border: rgba(27, 31, 36, 0.15);
  --color-btn-shadow: 0 1px 0 rgba(27, 31, 36, 0.04);
  --color-btn-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  --color-btn-hover-bg: #f3f4f6;
  --color-btn-hover-border: rgba(27, 31, 36, 0.15);
  --color-btn-active-bg: hsla(220, 14%, 93%, 1);
  --color-btn-active-border: rgba(27, 31, 36, 0.15);
  --color-btn-selected-bg: hsla(220, 14%, 94%, 1);
  --color-btn-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: #218bff;
  --color-btn-primary-border: rgba(27, 31, 36, 0.15);
  --color-btn-primary-shadow: 0 1px 0 rgba(27, 31, 36, 0.1);
  --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  --color-btn-primary-hover-bg: #0969da;
  --color-btn-primary-hover-border: rgba(27, 31, 36, 0.15);
  --color-btn-primary-selected-bg: hsla(212, 92%, 43%, 1);
  --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0, 33, 85, 0.2);
  --color-btn-primary-disabled-text: rgba(255, 255, 255, 0.8);
  --color-btn-primary-disabled-bg: #80ccff;
  --color-btn-primary-disabled-border: rgba(27, 31, 36, 0.15);
  --color-btn-primary-focus-bg: #218bff;
  --color-btn-primary-focus-border: rgba(27, 31, 36, 0.15);
  --color-btn-primary-focus-shadow: 0 0 0 3px rgba(33, 139, 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: #b35900;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #8a4600;
  --color-btn-danger-hover-border: rgba(27, 31, 36, 0.15);
  --color-btn-danger-hover-shadow: 0 1px 0 rgba(27, 31, 36, 0.1);
  --color-btn-danger-hover-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  --color-btn-danger-hover-counter-bg: rgba(255, 255, 255, 0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: hsla(30, 100%, 32%, 1);
  --color-btn-danger-selected-border: rgba(27, 31, 36, 0.15);
  --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(65, 32, 0, 0.2);
  --color-btn-danger-disabled-text: rgba(179, 89, 0, 0.5);
  --color-btn-danger-disabled-bg: #f6f8fa;
  --color-btn-danger-disabled-counter-bg: rgba(179, 89, 0, 0.05);
  --color-btn-danger-focus-border: rgba(27, 31, 36, 0.15);
  --color-btn-danger-focus-shadow: 0 0 0 3px rgba(138, 70, 0, 0.4);
  --color-btn-danger-counter-bg: rgba(179, 89, 0, 0.1);
  --color-btn-danger-icon: #b35900;
  --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, 245, 232, 0.64);
  --color-action-list-item-danger-active-bg: #fff5e8;
  --color-action-list-item-danger-hover-text: #b35900;
  --color-switch-track-bg: #eaeef2;
  --color-switch-track-border: #afb8c1;
  --color-switch-track-checked-bg: #ddf4ff;
  --color-switch-track-checked-hover-bg: #b6e3ff;
  --color-switch-track-checked-active-bg: #80ccff;
  --color-switch-track-checked-border: #54aeff;
  --color-switch-knob-checked-bg: #0969da;
  --color-switch-knob-checked-disabled-bg: #6e7781;
  --color-fg-default: #24292f;
  --color-fg-muted: #57606a;
  --color-fg-subtle: #6e7781;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #ffffff;
  --color-canvas-overlay: #ffffff;
  --color-canvas-inset: #f6f8fa;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210, 18%, 87%, 1);
  --color-border-subtle: rgba(27, 31, 36, 0.15);
  --color-shadow-small: 0 1px 0 rgba(27, 31, 36, 0.04);
  --color-shadow-medium: 0 3px 6px rgba(140, 149, 159, 0.15);
  --color-shadow-large: 0 8px 24px rgba(140, 149, 159, 0.2);
  --color-shadow-extra-large: 0 12px 28px rgba(140, 149, 159, 0.3);
  --color-neutral-emphasis-plus: #24292f;
  --color-neutral-emphasis: #6e7781;
  --color-neutral-muted: rgba(175, 184, 193, 0.2);
  --color-neutral-subtle: rgba(234, 238, 242, 0.5);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-accent-muted: rgba(84, 174, 255, 0.4);
  --color-accent-subtle: #ddf4ff;
  --color-success-fg: #0969da;
  --color-success-emphasis: #218bff;
  --color-success-muted: rgba(84, 174, 255, 0.4);
  --color-success-subtle: #ddf4ff;
  --color-attention-fg: #9a6700;
  --color-attention-emphasis: #bf8700;
  --color-attention-muted: rgba(212, 167, 44, 0.4);
  --color-attention-subtle: #fff8c5;
  --color-severe-fg: #b35900;
  --color-severe-emphasis: #b35900;
  --color-severe-muted: rgba(247, 153, 57, 0.4);
  --color-severe-subtle: #fff5e8;
  --color-danger-fg: #b35900;
  --color-danger-emphasis: #b35900;
  --color-danger-muted: rgba(247, 153, 57, 0.4);
  --color-danger-subtle: #fff5e8;
  --color-open-fg: #b35900;
  --color-open-emphasis: #dd7815;
  --color-open-muted: rgba(247, 153, 57, 0.4);
  --color-open-subtle: #fff5e8;
  --color-closed-fg: #6e7781;
  --color-closed-emphasis: #6e7781;
  --color-closed-muted: rgba(175, 184, 193, 0.4);
  --color-closed-subtle: #f6f8fa;
  --color-done-fg: #8250df;
  --color-done-emphasis: #8250df;
  --color-done-muted: rgba(194, 151, 255, 0.4);
  --color-done-subtle: #fbefff;
  --color-sponsors-fg: #bf3989;
  --color-sponsors-emphasis: #bf3989;
  --color-sponsors-muted: rgba(255, 128, 200, 0.4);
  --color-sponsors-subtle: #ffeff7;
  --color-primer-fg-disabled: #8c959f;
  --color-primer-canvas-backdrop: rgba(27, 31, 36, 0.5);
  --color-primer-canvas-sticky: rgba(255, 255, 255, 0.95);
  --color-primer-border-active: #fd8c73;
  --color-primer-border-contrast: rgba(27, 31, 36, 0.1);
  --color-primer-shadow-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  --color-primer-shadow-inset: inset 0 1px 0 rgba(208, 215, 222, 0.2);
  --color-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: #ddf4ff;
  --color-scale-green-1: #b6e3ff;
  --color-scale-green-2: #80ccff;
  --color-scale-green-3: #54aeff;
  --color-scale-green-4: #218bff;
  --color-scale-green-5: #0969da;
  --color-scale-green-6: #0550ae;
  --color-scale-green-7: #033d8b;
  --color-scale-green-8: #0a3069;
  --color-scale-green-9: #002155;
  --color-scale-yellow-0: #fff8c5;
  --color-scale-yellow-1: #fae17d;
  --color-scale-yellow-2: #eac54f;
  --color-scale-yellow-3: #d4a72c;
  --color-scale-yellow-4: #bf8700;
  --color-scale-yellow-5: #9a6700;
  --color-scale-yellow-6: #7d4e00;
  --color-scale-yellow-7: #633c01;
  --color-scale-yellow-8: #4d2d00;
  --color-scale-yellow-9: #3b2300;
  --color-scale-orange-0: #fff5e8;
  --color-scale-orange-1: #ffddb0;
  --color-scale-orange-2: #ffbc6d;
  --color-scale-orange-3: #f79939;
  --color-scale-orange-4: #dd7815;
  --color-scale-orange-5: #b35900;
  --color-scale-orange-6: #8a4600;
  --color-scale-orange-7: #6f3800;
  --color-scale-orange-8: #572c00;
  --color-scale-orange-9: #412000;
  --color-scale-red-0: #fff5e8;
  --color-scale-red-1: #ffddb0;
  --color-scale-red-2: #ffbc6d;
  --color-scale-red-3: #f79939;
  --color-scale-red-4: #dd7815;
  --color-scale-red-5: #b35900;
  --color-scale-red-6: #8a4600;
  --color-scale-red-7: #6f3800;
  --color-scale-red-8: #572c00;
  --color-scale-red-9: #412000;
  --color-scale-purple-0: #fbefff;
  --color-scale-purple-1: #ecd8ff;
  --color-scale-purple-2: #d8b9ff;
  --color-scale-purple-3: #c297ff;
  --color-scale-purple-4: #a475f9;
  --color-scale-purple-5: #8250df;
  --color-scale-purple-6: #6639ba;
  --color-scale-purple-7: #512a97;
  --color-scale-purple-8: #3e1f79;
  --color-scale-purple-9: #2e1461;
  --color-scale-pink-0: #ffeff7;
  --color-scale-pink-1: #ffd3eb;
  --color-scale-pink-2: #ffadda;
  --color-scale-pink-3: #ff80c8;
  --color-scale-pink-4: #e85aad;
  --color-scale-pink-5: #bf3989;
  --color-scale-pink-6: #99286e;
  --color-scale-pink-7: #772057;
  --color-scale-pink-8: #611347;
  --color-scale-pink-9: #4d0336;
  --color-scale-coral-0: #fff0eb;
  --color-scale-coral-1: #ffd6cc;
  --color-scale-coral-2: #ffb4a1;
  --color-scale-coral-3: #fd8c73;
  --color-scale-coral-4: #ec6547;
  --color-scale-coral-5: #c4432b;
  --color-scale-coral-6: #9e2f1c;
  --color-scale-coral-7: #801f0f;
  --color-scale-coral-8: #691105;
  --color-scale-coral-9: #510901;
}
@media (prefers-color-scheme: light) {
  [data-color-mode="auto"][data-light-theme="light_colorblind"] {
    --color-canvas-default-transparent: rgba(255, 255, 255, 0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: rgba(84, 174, 255, 0.4);
    --color-diff-blob-addition-line-bg: rgba(221, 244, 255, 0.5);
    --color-diff-blob-addition-word-bg: rgba(84, 174, 255, 0.4);
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --color-diff-blob-deletion-num-bg: rgba(247, 153, 57, 0.4);
    --color-diff-blob-deletion-line-bg: rgba(255, 245, 232, 0.5);
    --color-diff-blob-deletion-word-bg: rgba(255, 188, 109, 0.5);
    --color-diff-blob-hunk-num-bg: rgba(84, 174, 255, 0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27, 31, 36, 0.15);
    --color-diffstat-addition-border: rgba(27, 31, 36, 0.15);
    --color-diffstat-addition-bg: #218bff;
    --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: #0550ae;
    --color-prettylights-syntax-keyword: #b35900;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #8a4600;
    --color-prettylights-syntax-brackethighlighter-unmatched: #6f3800;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #6f3800;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #b35900;
    --color-prettylights-syntax-string-regexp: #0550ae;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #6f3800;
    --color-prettylights-syntax-markup-deleted-bg: #fff5e8;
    --color-prettylights-syntax-markup-inserted-text: #0550ae;
    --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
    --color-prettylights-syntax-markup-changed-text: #8a4600;
    --color-prettylights-syntax-markup-changed-bg: #ffddb0;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #24292f;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #57606a;
    --color-codemirror-cursor: #24292f;
    --color-codemirror-selection-bg: rgba(84, 174, 255, 0.4);
    --color-codemirror-activeline-bg: rgba(234, 238, 242, 0.5);
    --color-codemirror-matchingbracket-text: #24292f;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #b35900;
    --color-codemirror-syntax-storage: #b35900;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #8a4600;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255, 255, 255, 0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #dd7815;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #218bff;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(27, 31, 36, 0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140, 149, 159, 0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33, 139, 255, 0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125, 78, 0, 0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #f79939;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140, 149, 159, 0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #f79939;
    --color-checks-logline-error-bg: rgba(138, 70, 0, 0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125, 78, 0, 0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #54aeff;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #f79939;
    --color-checks-ansi-red-bright: #ffbc6d;
    --color-checks-ansi-green: #54aeff;
    --color-checks-ansi-green-bright: #80ccff;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255, 255, 255, 0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07),
      0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03),
      0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02),
      0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-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: #b35900;
    --color-ansi-red-bright: #8a4600;
    --color-ansi-green: #0550ae;
    --color-ansi-green-bright: #0969da;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(27, 31, 36, 0.15);
    --color-btn-shadow: 0 1px 0 rgba(27, 31, 36, 0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(27, 31, 36, 0.15);
    --color-btn-active-bg: hsla(220, 14%, 93%, 1);
    --color-btn-active-border: rgba(27, 31, 36, 0.15);
    --color-btn-selected-bg: hsla(220, 14%, 94%, 1);
    --color-btn-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: #218bff;
    --color-btn-primary-border: rgba(27, 31, 36, 0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(27, 31, 36, 0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    --color-btn-primary-hover-bg: #0969da;
    --color-btn-primary-hover-border: rgba(27, 31, 36, 0.15);
    --color-btn-primary-selected-bg: hsla(212, 92%, 43%, 1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0, 33, 85, 0.2);
    --color-btn-primary-disabled-text: rgba(255, 255, 255, 0.8);
    --color-btn-primary-disabled-bg: #80ccff;
    --color-btn-primary-disabled-border: rgba(27, 31, 36, 0.15);
    --color-btn-primary-focus-bg: #218bff;
    --color-btn-primary-focus-border: rgba(27, 31, 36, 0.15);
    --color-btn-primary-focus-shadow: 0 0 0 3px rgba(33, 139, 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: #b35900;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #8a4600;
    --color-btn-danger-hover-border: rgba(27, 31, 36, 0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(27, 31, 36, 0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0
      rgba(255, 255, 255, 0.03);
    --color-btn-danger-hover-counter-bg: rgba(255, 255, 255, 0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(30, 100%, 32%, 1);
    --color-btn-danger-selected-border: rgba(27, 31, 36, 0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(65, 32, 0, 0.2);
    --color-btn-danger-disabled-text: rgba(179, 89, 0, 0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(179, 89, 0, 0.05);
    --color-btn-danger-focus-border: rgba(27, 31, 36, 0.15);
    --color-btn-danger-focus-shadow: 0 0 0 3px rgba(138, 70, 0, 0.4);
    --color-btn-danger-counter-bg: rgba(179, 89, 0, 0.1);
    --color-btn-danger-icon: #b35900;
    --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, 245, 232, 0.64);
    --color-action-list-item-danger-active-bg: #fff5e8;
    --color-action-list-item-danger-hover-text: #b35900;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-border: #afb8c1;
    --color-switch-track-checked-bg: #ddf4ff;
    --color-switch-track-checked-hover-bg: #b6e3ff;
    --color-switch-track-checked-active-bg: #80ccff;
    --color-switch-track-checked-border: #54aeff;
    --color-switch-knob-checked-bg: #0969da;
    --color-switch-knob-checked-disabled-bg: #6e7781;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210, 18%, 87%, 1);
    --color-border-subtle: rgba(27, 31, 36, 0.15);
    --color-shadow-small: 0 1px 0 rgba(27, 31, 36, 0.04);
    --color-shadow-medium: 0 3px 6px rgba(140, 149, 159, 0.15);
    --color-shadow-large: 0 8px 24px rgba(140, 149, 159, 0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140, 149, 159, 0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175, 184, 193, 0.2);
    --color-neutral-subtle: rgba(234, 238, 242, 0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84, 174, 255, 0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #0969da;
    --color-success-emphasis: #218bff;
    --color-success-muted: rgba(84, 174, 255, 0.4);
    --color-success-subtle: #ddf4ff;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #bf8700;
    --color-attention-muted: rgba(212, 167, 44, 0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #b35900;
    --color-severe-emphasis: #b35900;
    --color-severe-muted: rgba(247, 153, 57, 0.4);
    --color-severe-subtle: #fff5e8;
    --color-danger-fg: #b35900;
    --color-danger-emphasis: #b35900;
    --color-danger-muted: rgba(247, 153, 57, 0.4);
    --color-danger-subtle: #fff5e8;
    --color-open-fg: #b35900;
    --color-open-emphasis: #dd7815;
    --color-open-muted: rgba(247, 153, 57, 0.4);
    --color-open-subtle: #fff5e8;
    --color-closed-fg: #6e7781;
    --color-closed-emphasis: #6e7781;
    --color-closed-muted: rgba(175, 184, 193, 0.4);
    --color-closed-subtle: #f6f8fa;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194, 151, 255, 0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255, 128, 200, 0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27, 31, 36, 0.5);
    --color-primer-canvas-sticky: rgba(255, 255, 255, 0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(27, 31, 36, 0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208, 215, 222, 0.2);
    --color-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: #ddf4ff;
    --color-scale-green-1: #b6e3ff;
    --color-scale-green-2: #80ccff;
    --color-scale-green-3: #54aeff;
    --color-scale-green-4: #218bff;
    --color-scale-green-5: #0969da;
    --color-scale-green-6: #0550ae;
    --color-scale-green-7: #033d8b;
    --color-scale-green-8: #0a3069;
    --color-scale-green-9: #002155;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #fff5e8;
    --color-scale-orange-1: #ffddb0;
    --color-scale-orange-2: #ffbc6d;
    --color-scale-orange-3: #f79939;
    --color-scale-orange-4: #dd7815;
    --color-scale-orange-5: #b35900;
    --color-scale-orange-6: #8a4600;
    --color-scale-orange-7: #6f3800;
    --color-scale-orange-8: #572c00;
    --color-scale-orange-9: #412000;
    --color-scale-red-0: #fff5e8;
    --color-scale-red-1: #ffddb0;
    --color-scale-red-2: #ffbc6d;
    --color-scale-red-3: #f79939;
    --color-scale-red-4: #dd7815;
    --color-scale-red-5: #b35900;
    --color-scale-red-6: #8a4600;
    --color-scale-red-7: #6f3800;
    --color-scale-red-8: #572c00;
    --color-scale-red-9: #412000;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
}
@media (prefers-color-scheme: dark) {
  [data-color-mode="auto"][data-dark-theme="light_colorblind"] {
    --color-canvas-default-transparent: rgba(255, 255, 255, 0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: rgba(84, 174, 255, 0.4);
    --color-diff-blob-addition-line-bg: rgba(221, 244, 255, 0.5);
    --color-diff-blob-addition-word-bg: rgba(84, 174, 255, 0.4);
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --color-diff-blob-deletion-num-bg: rgba(247, 153, 57, 0.4);
    --color-diff-blob-deletion-line-bg: rgba(255, 245, 232, 0.5);
    --color-diff-blob-deletion-word-bg: rgba(255, 188, 109, 0.5);
    --color-diff-blob-hunk-num-bg: rgba(84, 174, 255, 0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27, 31, 36, 0.15);
    --color-diffstat-addition-border: rgba(27, 31, 36, 0.15);
    --color-diffstat-addition-bg: #218bff;
    --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: #0550ae;
    --color-prettylights-syntax-keyword: #b35900;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #8a4600;
    --color-prettylights-syntax-brackethighlighter-unmatched: #6f3800;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #6f3800;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #b35900;
    --color-prettylights-syntax-string-regexp: #0550ae;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #6f3800;
    --color-prettylights-syntax-markup-deleted-bg: #fff5e8;
    --color-prettylights-syntax-markup-inserted-text: #0550ae;
    --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
    --color-prettylights-syntax-markup-changed-text: #8a4600;
    --color-prettylights-syntax-markup-changed-bg: #ffddb0;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #24292f;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #57606a;
    --color-codemirror-cursor: #24292f;
    --color-codemirror-selection-bg: rgba(84, 174, 255, 0.4);
    --color-codemirror-activeline-bg: rgba(234, 238, 242, 0.5);
    --color-codemirror-matchingbracket-text: #24292f;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #b35900;
    --color-codemirror-syntax-storage: #b35900;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #8a4600;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255, 255, 255, 0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #dd7815;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #218bff;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(27, 31, 36, 0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140, 149, 159, 0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33, 139, 255, 0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125, 78, 0, 0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #f79939;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140, 149, 159, 0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #f79939;
    --color-checks-logline-error-bg: rgba(138, 70, 0, 0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125, 78, 0, 0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #54aeff;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #f79939;
    --color-checks-ansi-red-bright: #ffbc6d;
    --color-checks-ansi-green: #54aeff;
    --color-checks-ansi-green-bright: #80ccff;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255, 255, 255, 0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07),
      0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03),
      0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02),
      0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-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: #b35900;
    --color-ansi-red-bright: #8a4600;
    --color-ansi-green: #0550ae;
    --color-ansi-green-bright: #0969da;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(27, 31, 36, 0.15);
    --color-btn-shadow: 0 1px 0 rgba(27, 31, 36, 0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(27, 31, 36, 0.15);
    --color-btn-active-bg: hsla(220, 14%, 93%, 1);
    --color-btn-active-border: rgba(27, 31, 36, 0.15);
    --color-btn-selected-bg: hsla(220, 14%, 94%, 1);
    --color-btn-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: #218bff;
    --color-btn-primary-border: rgba(27, 31, 36, 0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(27, 31, 36, 0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    --color-btn-primary-hover-bg: #0969da;
    --color-btn-primary-hover-border: rgba(27, 31, 36, 0.15);
    --color-btn-primary-selected-bg: hsla(212, 92%, 43%, 1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0, 33, 85, 0.2);
    --color-btn-primary-disabled-text: rgba(255, 255, 255, 0.8);
    --color-btn-primary-disabled-bg: #80ccff;
    --color-btn-primary-disabled-border: rgba(27, 31, 36, 0.15);
    --color-btn-primary-focus-bg: #218bff;
    --color-btn-primary-focus-border: rgba(27, 31, 36, 0.15);
    --color-btn-primary-focus-shadow: 0 0 0 3px rgba(33, 139, 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: #b35900;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #8a4600;
    --color-btn-danger-hover-border: rgba(27, 31, 36, 0.15);
    --color-btn-danger-hover-shadow: 0 1px 0 rgba(27, 31, 36, 0.1);
    --color-btn-danger-hover-inset-shadow: inset 0 1px 0
      rgba(255, 255, 255, 0.03);
    --color-btn-danger-hover-counter-bg: rgba(255, 255, 255, 0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: hsla(30, 100%, 32%, 1);
    --color-btn-danger-selected-border: rgba(27, 31, 36, 0.15);
    --color-btn-danger-selected-shadow: inset 0 1px 0 rgba(65, 32, 0, 0.2);
    --color-btn-danger-disabled-text: rgba(179, 89, 0, 0.5);
    --color-btn-danger-disabled-bg: #f6f8fa;
    --color-btn-danger-disabled-counter-bg: rgba(179, 89, 0, 0.05);
    --color-btn-danger-focus-border: rgba(27, 31, 36, 0.15);
    --color-btn-danger-focus-shadow: 0 0 0 3px rgba(138, 70, 0, 0.4);
    --color-btn-danger-counter-bg: rgba(179, 89, 0, 0.1);
    --color-btn-danger-icon: #b35900;
    --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, 245, 232, 0.64);
    --color-action-list-item-danger-active-bg: #fff5e8;
    --color-action-list-item-danger-hover-text: #b35900;
    --color-switch-track-bg: #eaeef2;
    --color-switch-track-border: #afb8c1;
    --color-switch-track-checked-bg: #ddf4ff;
    --color-switch-track-checked-hover-bg: #b6e3ff;
    --color-switch-track-checked-active-bg: #80ccff;
    --color-switch-track-checked-border: #54aeff;
    --color-switch-knob-checked-bg: #0969da;
    --color-switch-knob-checked-disabled-bg: #6e7781;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210, 18%, 87%, 1);
    --color-border-subtle: rgba(27, 31, 36, 0.15);
    --color-shadow-small: 0 1px 0 rgba(27, 31, 36, 0.04);
    --color-shadow-medium: 0 3px 6px rgba(140, 149, 159, 0.15);
    --color-shadow-large: 0 8px 24px rgba(140, 149, 159, 0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140, 149, 159, 0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175, 184, 193, 0.2);
    --color-neutral-subtle: rgba(234, 238, 242, 0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84, 174, 255, 0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #0969da;
    --color-success-emphasis: #218bff;
    --color-success-muted: rgba(84, 174, 255, 0.4);
    --color-success-subtle: #ddf4ff;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #bf8700;
    --color-attention-muted: rgba(212, 167, 44, 0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #b35900;
    --color-severe-emphasis: #b35900;
    --color-severe-muted: rgba(247, 153, 57, 0.4);
    --color-severe-subtle: #fff5e8;
    --color-danger-fg: #b35900;
    --color-danger-emphasis: #b35900;
    --color-danger-muted: rgba(247, 153, 57, 0.4);
    --color-danger-subtle: #fff5e8;
    --color-open-fg: #b35900;
    --color-open-emphasis: #dd7815;
    --color-open-muted: rgba(247, 153, 57, 0.4);
    --color-open-subtle: #fff5e8;
    --color-closed-fg: #6e7781;
    --color-closed-emphasis: #6e7781;
    --color-closed-muted: rgba(175, 184, 193, 0.4);
    --color-closed-subtle: #f6f8fa;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194, 151, 255, 0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255, 128, 200, 0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27, 31, 36, 0.5);
    --color-primer-canvas-sticky: rgba(255, 255, 255, 0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(27, 31, 36, 0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208, 215, 222, 0.2);
    --color-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: #ddf4ff;
    --color-scale-green-1: #b6e3ff;
    --color-scale-green-2: #80ccff;
    --color-scale-green-3: #54aeff;
    --color-scale-green-4: #218bff;
    --color-scale-green-5: #0969da;
    --color-scale-green-6: #0550ae;
    --color-scale-green-7: #033d8b;
    --color-scale-green-8: #0a3069;
    --color-scale-green-9: #002155;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #fff5e8;
    --color-scale-orange-1: #ffddb0;
    --color-scale-orange-2: #ffbc6d;
    --color-scale-orange-3: #f79939;
    --color-scale-orange-4: #dd7815;
    --color-scale-orange-5: #b35900;
    --color-scale-orange-6: #8a4600;
    --color-scale-orange-7: #6f3800;
    --color-scale-orange-8: #572c00;
    --color-scale-orange-9: #412000;
    --color-scale-red-0: #fff5e8;
    --color-scale-red-1: #ffddb0;
    --color-scale-red-2: #ffbc6d;
    --color-scale-red-3: #f79939;
    --color-scale-red-4: #dd7815;
    --color-scale-red-5: #b35900;
    --color-scale-red-6: #8a4600;
    --color-scale-red-7: #6f3800;
    --color-scale-red-8: #572c00;
    --color-scale-red-9: #412000;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
}
[data-color-mode="light"][data-light-theme="light_high_contrast"],
[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: #b58407;
  --color-checks-step-header-open-bg: #20252c;
  --color-checks-step-error-text: #ee5a5d;
  --color-checks-step-warning-text: #b58407;
  --color-checks-logline-text: #88929d;
  --color-checks-logline-num-text: rgba(136, 146, 157, 0.75);
  --color-checks-logline-debug-text: #a371f7;
  --color-checks-logline-error-text: #ced5dc;
  --color-checks-logline-error-num-text: #ee5a5d;
  --color-checks-logline-error-bg: rgba(134, 6, 29, 0.15);
  --color-checks-logline-warning-text: #ced5dc;
  --color-checks-logline-warning-num-text: #b58407;
  --color-checks-logline-warning-bg: rgba(96, 55, 0, 0.15);
  --color-checks-logline-command-text: #368cf9;
  --color-checks-logline-section-text: #26a148;
  --color-checks-ansi-black: #0e1116;
  --color-checks-ansi-black-bright: #20252c;
  --color-checks-ansi-white: #ced5dc;
  --color-checks-ansi-white-bright: #ced5dc;
  --color-checks-ansi-gray: #88929d;
  --color-checks-ansi-red: #ee5a5d;
  --color-checks-ansi-red-bright: #ff8e8a;
  --color-checks-ansi-green: #26a148;
  --color-checks-ansi-green-bright: #43c663;
  --color-checks-ansi-yellow: #b58407;
  --color-checks-ansi-yellow-bright: #d5a824;
  --color-checks-ansi-blue: #368cf9;
  --color-checks-ansi-blue-bright: #67b3fd;
  --color-checks-ansi-magenta: #a371f7;
  --color-checks-ansi-magenta-bright: #c49bff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0e1116;
  --color-project-sidebar-bg: #ffffff;
  --color-project-gradient-in: #ffffff;
  --color-project-gradient-out: rgba(255, 255, 255, 0);
  --color-mktg-btn-bg: #1b1f23;
  --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07),
    0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03),
    0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02),
    0 100px 80px rgba(0, 0, 0, 0.02);
  --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
  --color-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-switch-track-bg: #ffffff;
  --color-switch-track-border: #20252c;
  --color-switch-track-checked-bg: #dff7ff;
  --color-switch-track-checked-hover-bg: #9cd7ff;
  --color-switch-track-checked-active-bg: #67b3fd;
  --color-switch-track-checked-border: #0349b4;
  --color-switch-knob-checked-bg: #0349b4;
  --color-switch-knob-checked-disabled-bg: #66707b;
  --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-open-fg: #055d20;
  --color-open-emphasis: #117f32;
  --color-open-muted: rgba(38, 161, 72, 0.4);
  --color-open-subtle: #d2fedb;
  --color-closed-fg: #a0111f;
  --color-closed-emphasis: #a0111f;
  --color-closed-muted: rgba(238, 90, 93, 0.4);
  --color-closed-subtle: #fff0ee;
  --color-done-fg: #622cbc;
  --color-done-emphasis: #622cbc;
  --color-done-muted: #a371f7;
  --color-done-subtle: #faf0fe;
  --color-sponsors-fg: #971368;
  --color-sponsors-emphasis: #971368;
  --color-sponsors-muted: #ed4baf;
  --color-sponsors-subtle: #feeff7;
  --color-primer-fg-disabled: #88929d;
  --color-primer-canvas-backdrop: rgba(1, 4, 9, 0.5);
  --color-primer-canvas-sticky: rgba(255, 255, 255, 0.95);
  --color-primer-border-active: #ef5b48;
  --color-primer-border-contrast: rgba(1, 4, 9, 0.1);
  --color-primer-shadow-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  --color-primer-shadow-inset: inset 0 1px 0 rgba(206, 213, 220, 0.2);
  --color-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) {
  [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: #b58407;
    --color-checks-step-header-open-bg: #20252c;
    --color-checks-step-error-text: #ee5a5d;
    --color-checks-step-warning-text: #b58407;
    --color-checks-logline-text: #88929d;
    --color-checks-logline-num-text: rgba(136, 146, 157, 0.75);
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #ced5dc;
    --color-checks-logline-error-num-text: #ee5a5d;
    --color-checks-logline-error-bg: rgba(134, 6, 29, 0.15);
    --color-checks-logline-warning-text: #ced5dc;
    --color-checks-logline-warning-num-text: #b58407;
    --color-checks-logline-warning-bg: rgba(96, 55, 0, 0.15);
    --color-checks-logline-command-text: #368cf9;
    --color-checks-logline-section-text: #26a148;
    --color-checks-ansi-black: #0e1116;
    --color-checks-ansi-black-bright: #20252c;
    --color-checks-ansi-white: #ced5dc;
    --color-checks-ansi-white-bright: #ced5dc;
    --color-checks-ansi-gray: #88929d;
    --color-checks-ansi-red: #ee5a5d;
    --color-checks-ansi-red-bright: #ff8e8a;
    --color-checks-ansi-green: #26a148;
    --color-checks-ansi-green-bright: #43c663;
    --color-checks-ansi-yellow: #b58407;
    --color-checks-ansi-yellow-bright: #d5a824;
    --color-checks-ansi-blue: #368cf9;
    --color-checks-ansi-blue-bright: #67b3fd;
    --color-checks-ansi-magenta: #a371f7;
    --color-checks-ansi-magenta-bright: #c49bff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0e1116;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255, 255, 255, 0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07),
      0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03),
      0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02),
      0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-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-switch-track-bg: #ffffff;
    --color-switch-track-border: #20252c;
    --color-switch-track-checked-bg: #dff7ff;
    --color-switch-track-checked-hover-bg: #9cd7ff;
    --color-switch-track-checked-active-bg: #67b3fd;
    --color-switch-track-checked-border: #0349b4;
    --color-switch-knob-checked-bg: #0349b4;
    --color-switch-knob-checked-disabled-bg: #66707b;
    --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-open-fg: #055d20;
    --color-open-emphasis: #117f32;
    --color-open-muted: rgba(38, 161, 72, 0.4);
    --color-open-subtle: #d2fedb;
    --color-closed-fg: #a0111f;
    --color-closed-emphasis: #a0111f;
    --color-closed-muted: rgba(238, 90, 93, 0.4);
    --color-closed-subtle: #fff0ee;
    --color-done-fg: #622cbc;
    --color-done-emphasis: #622cbc;
    --color-done-muted: #a371f7;
    --color-done-subtle: #faf0fe;
    --color-sponsors-fg: #971368;
    --color-sponsors-emphasis: #971368;
    --color-sponsors-muted: #ed4baf;
    --color-sponsors-subtle: #feeff7;
    --color-primer-fg-disabled: #88929d;
    --color-primer-canvas-backdrop: rgba(1, 4, 9, 0.5);
    --color-primer-canvas-sticky: rgba(255, 255, 255, 0.95);
    --color-primer-border-active: #ef5b48;
    --color-primer-border-contrast: rgba(1, 4, 9, 0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(206, 213, 220, 0.2);
    --color-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) {
  [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: #b58407;
    --color-checks-step-header-open-bg: #20252c;
    --color-checks-step-error-text: #ee5a5d;
    --color-checks-step-warning-text: #b58407;
    --color-checks-logline-text: #88929d;
    --color-checks-logline-num-text: rgba(136, 146, 157, 0.75);
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #ced5dc;
    --color-checks-logline-error-num-text: #ee5a5d;
    --color-checks-logline-error-bg: rgba(134, 6, 29, 0.15);
    --color-checks-logline-warning-text: #ced5dc;
    --color-checks-logline-warning-num-text: #b58407;
    --color-checks-logline-warning-bg: rgba(96, 55, 0, 0.15);
    --color-checks-logline-command-text: #368cf9;
    --color-checks-logline-section-text: #26a148;
    --color-checks-ansi-black: #0e1116;
    --color-checks-ansi-black-bright: #20252c;
    --color-checks-ansi-white: #ced5dc;
    --color-checks-ansi-white-bright: #ced5dc;
    --color-checks-ansi-gray: #88929d;
    --color-checks-ansi-red: #ee5a5d;
    --color-checks-ansi-red-bright: #ff8e8a;
    --color-checks-ansi-green: #26a148;
    --color-checks-ansi-green-bright: #43c663;
    --color-checks-ansi-yellow: #b58407;
    --color-checks-ansi-yellow-bright: #d5a824;
    --color-checks-ansi-blue: #368cf9;
    --color-checks-ansi-blue-bright: #67b3fd;
    --color-checks-ansi-magenta: #a371f7;
    --color-checks-ansi-magenta-bright: #c49bff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0e1116;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255, 255, 255, 0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07),
      0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03),
      0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02),
      0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-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-switch-track-bg: #ffffff;
    --color-switch-track-border: #20252c;
    --color-switch-track-checked-bg: #dff7ff;
    --color-switch-track-checked-hover-bg: #9cd7ff;
    --color-switch-track-checked-active-bg: #67b3fd;
    --color-switch-track-checked-border: #0349b4;
    --color-switch-knob-checked-bg: #0349b4;
    --color-switch-knob-checked-disabled-bg: #66707b;
    --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-open-fg: #055d20;
    --color-open-emphasis: #117f32;
    --color-open-muted: rgba(38, 161, 72, 0.4);
    --color-open-subtle: #d2fedb;
    --color-closed-fg: #a0111f;
    --color-closed-emphasis: #a0111f;
    --color-closed-muted: rgba(238, 90, 93, 0.4);
    --color-closed-subtle: #fff0ee;
    --color-done-fg: #622cbc;
    --color-done-emphasis: #622cbc;
    --color-done-muted: #a371f7;
    --color-done-subtle: #faf0fe;
    --color-sponsors-fg: #971368;
    --color-sponsors-emphasis: #971368;
    --color-sponsors-muted: #ed4baf;
    --color-sponsors-subtle: #feeff7;
    --color-primer-fg-disabled: #88929d;
    --color-primer-canvas-backdrop: rgba(1, 4, 9, 0.5);
    --color-primer-canvas-sticky: rgba(255, 255, 255, 0.95);
    --color-primer-border-active: #ef5b48;
    --color-primer-border-contrast: rgba(1, 4, 9, 0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(206, 213, 220, 0.2);
    --color-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;
  }
}
[data-color-mode="light"][data-light-theme="light_tritanopia"],
[data-color-mode="dark"][data-dark-theme="light_tritanopia"] {
  --color-canvas-default-transparent: rgba(255, 255, 255, 0);
  --color-page-header-bg: #f6f8fa;
  --color-marketing-icon-primary: #218bff;
  --color-marketing-icon-secondary: #54aeff;
  --color-diff-blob-addition-num-text: #24292f;
  --color-diff-blob-addition-fg: #24292f;
  --color-diff-blob-addition-num-bg: rgba(84, 174, 255, 0.4);
  --color-diff-blob-addition-line-bg: rgba(221, 244, 255, 0.5);
  --color-diff-blob-addition-word-bg: rgba(84, 174, 255, 0.4);
  --color-diff-blob-deletion-num-text: #24292f;
  --color-diff-blob-deletion-fg: #24292f;
  --color-diff-blob-deletion-num-bg: rgba(255, 129, 130, 0.4);
  --color-diff-blob-deletion-line-bg: rgba(255, 235, 233, 0.5);
  --color-diff-blob-deletion-word-bg: rgba(255, 171, 168, 0.5);
  --color-diff-blob-hunk-num-bg: rgba(84, 174, 255, 0.4);
  --color-diff-blob-expander-icon: #57606a;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
  --color-diffstat-deletion-border: rgba(27, 31, 36, 0.15);
  --color-diffstat-addition-border: rgba(27, 31, 36, 0.15);
  --color-diffstat-addition-bg: #218bff;
  --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: #0550ae;
  --color-prettylights-syntax-keyword: #cf222e;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #a40e26;
  --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #82071e;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #cf222e;
  --color-prettylights-syntax-string-regexp: #0550ae;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #82071e;
  --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
  --color-prettylights-syntax-markup-inserted-text: #0550ae;
  --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
  --color-prettylights-syntax-markup-changed-text: #a40e26;
  --color-prettylights-syntax-markup-changed-bg: #ffcecb;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-codemirror-text: #24292f;
  --color-codemirror-bg: #ffffff;
  --color-codemirror-gutters-bg: #ffffff;
  --color-codemirror-guttermarker-text: #ffffff;
  --color-codemirror-guttermarker-subtle-text: #6e7781;
  --color-codemirror-linenumber-text: #57606a;
  --color-codemirror-cursor: #24292f;
  --color-codemirror-selection-bg: rgba(84, 174, 255, 0.4);
  --color-codemirror-activeline-bg: rgba(234, 238, 242, 0.5);
  --color-codemirror-matchingbracket-text: #24292f;
  --color-codemirror-lines-bg: #ffffff;
  --color-codemirror-syntax-comment: #24292f;
  --color-codemirror-syntax-constant: #0550ae;
  --color-codemirror-syntax-entity: #8250df;
  --color-codemirror-syntax-keyword: #cf222e;
  --color-codemirror-syntax-storage: #cf222e;
  --color-codemirror-syntax-string: #0a3069;
  --color-codemirror-syntax-support: #0550ae;
  --color-codemirror-syntax-variable: #a40e26;
  --color-checks-bg: #24292f;
  --color-checks-run-border-width: 0px;
  --color-checks-container-border-width: 0px;
  --color-checks-text-primary: #f6f8fa;
  --color-checks-text-secondary: #8c959f;
  --color-checks-text-link: #54aeff;
  --color-checks-btn-icon: #afb8c1;
  --color-checks-btn-hover-icon: #f6f8fa;
  --color-checks-btn-hover-bg: rgba(255, 255, 255, 0.125);
  --color-checks-input-text: #eaeef2;
  --color-checks-input-placeholder-text: #8c959f;
  --color-checks-input-focus-text: #8c959f;
  --color-checks-input-bg: #32383f;
  --color-checks-input-shadow: none;
  --color-checks-donut-error: #fa4549;
  --color-checks-donut-pending: #bf8700;
  --color-checks-donut-success: #218bff;
  --color-checks-donut-neutral: #afb8c1;
  --color-checks-dropdown-text: #afb8c1;
  --color-checks-dropdown-bg: #32383f;
  --color-checks-dropdown-border: #424a53;
  --color-checks-dropdown-shadow: rgba(27, 31, 36, 0.3);
  --color-checks-dropdown-hover-text: #f6f8fa;
  --color-checks-dropdown-hover-bg: #424a53;
  --color-checks-dropdown-btn-hover-text: #f6f8fa;
  --color-checks-dropdown-btn-hover-bg: #32383f;
  --color-checks-scrollbar-thumb-bg: #57606a;
  --color-checks-header-label-text: #d0d7de;
  --color-checks-header-label-open-text: #f6f8fa;
  --color-checks-header-border: #32383f;
  --color-checks-header-icon: #8c959f;
  --color-checks-line-text: #d0d7de;
  --color-checks-line-num-text: rgba(140, 149, 159, 0.75);
  --color-checks-line-timestamp-text: #8c959f;
  --color-checks-line-hover-bg: #32383f;
  --color-checks-line-selected-bg: rgba(33, 139, 255, 0.15);
  --color-checks-line-selected-num-text: #54aeff;
  --color-checks-line-dt-fm-text: #24292f;
  --color-checks-line-dt-fm-bg: #9a6700;
  --color-checks-gate-bg: rgba(125, 78, 0, 0.15);
  --color-checks-gate-text: #d0d7de;
  --color-checks-gate-waiting-text: #d4a72c;
  --color-checks-step-header-open-bg: #32383f;
  --color-checks-step-error-text: #ff8182;
  --color-checks-step-warning-text: #d4a72c;
  --color-checks-logline-text: #8c959f;
  --color-checks-logline-num-text: rgba(140, 149, 159, 0.75);
  --color-checks-logline-debug-text: #c297ff;
  --color-checks-logline-error-text: #d0d7de;
  --color-checks-logline-error-num-text: #ff8182;
  --color-checks-logline-error-bg: rgba(164, 14, 38, 0.15);
  --color-checks-logline-warning-text: #d0d7de;
  --color-checks-logline-warning-num-text: #d4a72c;
  --color-checks-logline-warning-bg: rgba(125, 78, 0, 0.15);
  --color-checks-logline-command-text: #54aeff;
  --color-checks-logline-section-text: #54aeff;
  --color-checks-ansi-black: #24292f;
  --color-checks-ansi-black-bright: #32383f;
  --color-checks-ansi-white: #d0d7de;
  --color-checks-ansi-white-bright: #d0d7de;
  --color-checks-ansi-gray: #8c959f;
  --color-checks-ansi-red: #ff8182;
  --color-checks-ansi-red-bright: #ffaba8;
  --color-checks-ansi-green: #54aeff;
  --color-checks-ansi-green-bright: #80ccff;
  --color-checks-ansi-yellow: #d4a72c;
  --color-checks-ansi-yellow-bright: #eac54f;
  --color-checks-ansi-blue: #54aeff;
  --color-checks-ansi-blue-bright: #80ccff;
  --color-checks-ansi-magenta: #c297ff;
  --color-checks-ansi-magenta-bright: #d8b9ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #24292f;
  --color-project-sidebar-bg: #ffffff;
  --color-project-gradient-in: #ffffff;
  --color-project-gradient-out: rgba(255, 255, 255, 0);
  --color-mktg-btn-bg: #1b1f23;
  --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07),
    0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03),
    0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02),
    0 100px 80px rgba(0, 0, 0, 0.02);
  --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
  --color-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: #0550ae;
  --color-ansi-green-bright: #0969da;
  --color-ansi-yellow: #4d2d00;
  --color-ansi-yellow-bright: #633c01;
  --color-ansi-blue: #0969da;
  --color-ansi-blue-bright: #218bff;
  --color-ansi-magenta: #8250df;
  --color-ansi-magenta-bright: #a475f9;
  --color-ansi-cyan: #1b7c83;
  --color-ansi-cyan-bright: #3192aa;
  --color-btn-text: #24292f;
  --color-btn-bg: #f6f8fa;
  --color-btn-border: rgba(27, 31, 36, 0.15);
  --color-btn-shadow: 0 1px 0 rgba(27, 31, 36, 0.04);
  --color-btn-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  --color-btn-hover-bg: #f3f4f6;
  --color-btn-hover-border: rgba(27, 31, 36, 0.15);
  --color-btn-active-bg: hsla(220, 14%, 93%, 1);
  --color-btn-active-border: rgba(27, 31, 36, 0.15);
  --color-btn-selected-bg: hsla(220, 14%, 94%, 1);
  --color-btn-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: #218bff;
  --color-btn-primary-border: rgba(27, 31, 36, 0.15);
  --color-btn-primary-shadow: 0 1px 0 rgba(27, 31, 36, 0.1);
  --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  --color-btn-primary-hover-bg: #0969da;
  --color-btn-primary-hover-border: rgba(27, 31, 36, 0.15);
  --color-btn-primary-selected-bg: hsla(212, 92%, 43%, 1);
  --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0, 33, 85, 0.2);
  --color-btn-primary-disabled-text: rgba(255, 255, 255, 0.8);
  --color-btn-primary-disabled-bg: #80ccff;
  --color-btn-primary-disabled-border: rgba(27, 31, 36, 0.15);
  --color-btn-primary-focus-bg: #218bff;
  --color-btn-primary-focus-border: rgba(27, 31, 36, 0.15);
  --color-btn-primary-focus-shadow: 0 0 0 3px rgba(33, 139, 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: #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-switch-track-bg: #eaeef2;
  --color-switch-track-border: #afb8c1;
  --color-switch-track-checked-bg: #ddf4ff;
  --color-switch-track-checked-hover-bg: #b6e3ff;
  --color-switch-track-checked-active-bg: #80ccff;
  --color-switch-track-checked-border: #54aeff;
  --color-switch-knob-checked-bg: #0969da;
  --color-switch-knob-checked-disabled-bg: #6e7781;
  --color-fg-default: #24292f;
  --color-fg-muted: #57606a;
  --color-fg-subtle: #6e7781;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #ffffff;
  --color-canvas-overlay: #ffffff;
  --color-canvas-inset: #f6f8fa;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210, 18%, 87%, 1);
  --color-border-subtle: rgba(27, 31, 36, 0.15);
  --color-shadow-small: 0 1px 0 rgba(27, 31, 36, 0.04);
  --color-shadow-medium: 0 3px 6px rgba(140, 149, 159, 0.15);
  --color-shadow-large: 0 8px 24px rgba(140, 149, 159, 0.2);
  --color-shadow-extra-large: 0 12px 28px rgba(140, 149, 159, 0.3);
  --color-neutral-emphasis-plus: #24292f;
  --color-neutral-emphasis: #6e7781;
  --color-neutral-muted: rgba(175, 184, 193, 0.2);
  --color-neutral-subtle: rgba(234, 238, 242, 0.5);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-accent-muted: rgba(84, 174, 255, 0.4);
  --color-accent-subtle: #ddf4ff;
  --color-success-fg: #0969da;
  --color-success-emphasis: #218bff;
  --color-success-muted: rgba(84, 174, 255, 0.4);
  --color-success-subtle: #ddf4ff;
  --color-attention-fg: #9a6700;
  --color-attention-emphasis: #bf8700;
  --color-attention-muted: rgba(212, 167, 44, 0.4);
  --color-attention-subtle: #fff8c5;
  --color-severe-fg: #cf222e;
  --color-severe-emphasis: #cf222e;
  --color-severe-muted: rgba(255, 129, 130, 0.4);
  --color-severe-subtle: #ffebe9;
  --color-danger-fg: #cf222e;
  --color-danger-emphasis: #cf222e;
  --color-danger-muted: rgba(255, 129, 130, 0.4);
  --color-danger-subtle: #ffebe9;
  --color-open-fg: #cf222e;
  --color-open-emphasis: #fa4549;
  --color-open-muted: rgba(255, 129, 130, 0.4);
  --color-open-subtle: #ffebe9;
  --color-closed-fg: #6e7781;
  --color-closed-emphasis: #6e7781;
  --color-closed-muted: rgba(175, 184, 193, 0.4);
  --color-closed-subtle: #f6f8fa;
  --color-done-fg: #8250df;
  --color-done-emphasis: #8250df;
  --color-done-muted: rgba(194, 151, 255, 0.4);
  --color-done-subtle: #fbefff;
  --color-sponsors-fg: #bf3989;
  --color-sponsors-emphasis: #bf3989;
  --color-sponsors-muted: rgba(255, 128, 200, 0.4);
  --color-sponsors-subtle: #ffeff7;
  --color-primer-fg-disabled: #8c959f;
  --color-primer-canvas-backdrop: rgba(27, 31, 36, 0.5);
  --color-primer-canvas-sticky: rgba(255, 255, 255, 0.95);
  --color-primer-border-active: #fd8c73;
  --color-primer-border-contrast: rgba(27, 31, 36, 0.1);
  --color-primer-shadow-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  --color-primer-shadow-inset: inset 0 1px 0 rgba(208, 215, 222, 0.2);
  --color-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: #ddf4ff;
  --color-scale-green-1: #b6e3ff;
  --color-scale-green-2: #80ccff;
  --color-scale-green-3: #54aeff;
  --color-scale-green-4: #218bff;
  --color-scale-green-5: #0969da;
  --color-scale-green-6: #0550ae;
  --color-scale-green-7: #033d8b;
  --color-scale-green-8: #0a3069;
  --color-scale-green-9: #002155;
  --color-scale-yellow-0: #fff8c5;
  --color-scale-yellow-1: #fae17d;
  --color-scale-yellow-2: #eac54f;
  --color-scale-yellow-3: #d4a72c;
  --color-scale-yellow-4: #bf8700;
  --color-scale-yellow-5: #9a6700;
  --color-scale-yellow-6: #7d4e00;
  --color-scale-yellow-7: #633c01;
  --color-scale-yellow-8: #4d2d00;
  --color-scale-yellow-9: #3b2300;
  --color-scale-orange-0: #ffebe9;
  --color-scale-orange-1: #ffcecb;
  --color-scale-orange-2: #ffaba8;
  --color-scale-orange-3: #ff8182;
  --color-scale-orange-4: #fa4549;
  --color-scale-orange-5: #cf222e;
  --color-scale-orange-6: #a40e26;
  --color-scale-orange-7: #82071e;
  --color-scale-orange-8: #660018;
  --color-scale-orange-9: #4c0014;
  --color-scale-red-0: #ffebe9;
  --color-scale-red-1: #ffcecb;
  --color-scale-red-2: #ffaba8;
  --color-scale-red-3: #ff8182;
  --color-scale-red-4: #fa4549;
  --color-scale-red-5: #cf222e;
  --color-scale-red-6: #a40e26;
  --color-scale-red-7: #82071e;
  --color-scale-red-8: #660018;
  --color-scale-red-9: #4c0014;
  --color-scale-purple-0: #fbefff;
  --color-scale-purple-1: #ecd8ff;
  --color-scale-purple-2: #d8b9ff;
  --color-scale-purple-3: #c297ff;
  --color-scale-purple-4: #a475f9;
  --color-scale-purple-5: #8250df;
  --color-scale-purple-6: #6639ba;
  --color-scale-purple-7: #512a97;
  --color-scale-purple-8: #3e1f79;
  --color-scale-purple-9: #2e1461;
  --color-scale-pink-0: #ffeff7;
  --color-scale-pink-1: #ffd3eb;
  --color-scale-pink-2: #ffadda;
  --color-scale-pink-3: #ff80c8;
  --color-scale-pink-4: #e85aad;
  --color-scale-pink-5: #bf3989;
  --color-scale-pink-6: #99286e;
  --color-scale-pink-7: #772057;
  --color-scale-pink-8: #611347;
  --color-scale-pink-9: #4d0336;
  --color-scale-coral-0: #fff0eb;
  --color-scale-coral-1: #ffd6cc;
  --color-scale-coral-2: #ffb4a1;
  --color-scale-coral-3: #fd8c73;
  --color-scale-coral-4: #ec6547;
  --color-scale-coral-5: #c4432b;
  --color-scale-coral-6: #9e2f1c;
  --color-scale-coral-7: #801f0f;
  --color-scale-coral-8: #691105;
  --color-scale-coral-9: #510901;
}
@media (prefers-color-scheme: light) {
  [data-color-mode="auto"][data-light-theme="light_tritanopia"] {
    --color-canvas-default-transparent: rgba(255, 255, 255, 0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: rgba(84, 174, 255, 0.4);
    --color-diff-blob-addition-line-bg: rgba(221, 244, 255, 0.5);
    --color-diff-blob-addition-word-bg: rgba(84, 174, 255, 0.4);
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --color-diff-blob-deletion-num-bg: rgba(255, 129, 130, 0.4);
    --color-diff-blob-deletion-line-bg: rgba(255, 235, 233, 0.5);
    --color-diff-blob-deletion-word-bg: rgba(255, 171, 168, 0.5);
    --color-diff-blob-hunk-num-bg: rgba(84, 174, 255, 0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27, 31, 36, 0.15);
    --color-diffstat-addition-border: rgba(27, 31, 36, 0.15);
    --color-diffstat-addition-bg: #218bff;
    --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: #0550ae;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #a40e26;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #0550ae;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #0550ae;
    --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
    --color-prettylights-syntax-markup-changed-text: #a40e26;
    --color-prettylights-syntax-markup-changed-bg: #ffcecb;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #24292f;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #57606a;
    --color-codemirror-cursor: #24292f;
    --color-codemirror-selection-bg: rgba(84, 174, 255, 0.4);
    --color-codemirror-activeline-bg: rgba(234, 238, 242, 0.5);
    --color-codemirror-matchingbracket-text: #24292f;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #cf222e;
    --color-codemirror-syntax-storage: #cf222e;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #a40e26;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255, 255, 255, 0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #fa4549;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #218bff;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(27, 31, 36, 0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140, 149, 159, 0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33, 139, 255, 0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125, 78, 0, 0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #ff8182;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140, 149, 159, 0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #ff8182;
    --color-checks-logline-error-bg: rgba(164, 14, 38, 0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125, 78, 0, 0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #54aeff;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #ff8182;
    --color-checks-ansi-red-bright: #ffaba8;
    --color-checks-ansi-green: #54aeff;
    --color-checks-ansi-green-bright: #80ccff;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255, 255, 255, 0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07),
      0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03),
      0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02),
      0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-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: #0550ae;
    --color-ansi-green-bright: #0969da;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(27, 31, 36, 0.15);
    --color-btn-shadow: 0 1px 0 rgba(27, 31, 36, 0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(27, 31, 36, 0.15);
    --color-btn-active-bg: hsla(220, 14%, 93%, 1);
    --color-btn-active-border: rgba(27, 31, 36, 0.15);
    --color-btn-selected-bg: hsla(220, 14%, 94%, 1);
    --color-btn-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: #218bff;
    --color-btn-primary-border: rgba(27, 31, 36, 0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(27, 31, 36, 0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    --color-btn-primary-hover-bg: #0969da;
    --color-btn-primary-hover-border: rgba(27, 31, 36, 0.15);
    --color-btn-primary-selected-bg: hsla(212, 92%, 43%, 1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0, 33, 85, 0.2);
    --color-btn-primary-disabled-text: rgba(255, 255, 255, 0.8);
    --color-btn-primary-disabled-bg: #80ccff;
    --color-btn-primary-disabled-border: rgba(27, 31, 36, 0.15);
    --color-btn-primary-focus-bg: #218bff;
    --color-btn-primary-focus-border: rgba(27, 31, 36, 0.15);
    --color-btn-primary-focus-shadow: 0 0 0 3px rgba(33, 139, 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: #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-switch-track-bg: #eaeef2;
    --color-switch-track-border: #afb8c1;
    --color-switch-track-checked-bg: #ddf4ff;
    --color-switch-track-checked-hover-bg: #b6e3ff;
    --color-switch-track-checked-active-bg: #80ccff;
    --color-switch-track-checked-border: #54aeff;
    --color-switch-knob-checked-bg: #0969da;
    --color-switch-knob-checked-disabled-bg: #6e7781;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210, 18%, 87%, 1);
    --color-border-subtle: rgba(27, 31, 36, 0.15);
    --color-shadow-small: 0 1px 0 rgba(27, 31, 36, 0.04);
    --color-shadow-medium: 0 3px 6px rgba(140, 149, 159, 0.15);
    --color-shadow-large: 0 8px 24px rgba(140, 149, 159, 0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140, 149, 159, 0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175, 184, 193, 0.2);
    --color-neutral-subtle: rgba(234, 238, 242, 0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84, 174, 255, 0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #0969da;
    --color-success-emphasis: #218bff;
    --color-success-muted: rgba(84, 174, 255, 0.4);
    --color-success-subtle: #ddf4ff;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #bf8700;
    --color-attention-muted: rgba(212, 167, 44, 0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #cf222e;
    --color-severe-emphasis: #cf222e;
    --color-severe-muted: rgba(255, 129, 130, 0.4);
    --color-severe-subtle: #ffebe9;
    --color-danger-fg: #cf222e;
    --color-danger-emphasis: #cf222e;
    --color-danger-muted: rgba(255, 129, 130, 0.4);
    --color-danger-subtle: #ffebe9;
    --color-open-fg: #cf222e;
    --color-open-emphasis: #fa4549;
    --color-open-muted: rgba(255, 129, 130, 0.4);
    --color-open-subtle: #ffebe9;
    --color-closed-fg: #6e7781;
    --color-closed-emphasis: #6e7781;
    --color-closed-muted: rgba(175, 184, 193, 0.4);
    --color-closed-subtle: #f6f8fa;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194, 151, 255, 0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255, 128, 200, 0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27, 31, 36, 0.5);
    --color-primer-canvas-sticky: rgba(255, 255, 255, 0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(27, 31, 36, 0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208, 215, 222, 0.2);
    --color-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: #ddf4ff;
    --color-scale-green-1: #b6e3ff;
    --color-scale-green-2: #80ccff;
    --color-scale-green-3: #54aeff;
    --color-scale-green-4: #218bff;
    --color-scale-green-5: #0969da;
    --color-scale-green-6: #0550ae;
    --color-scale-green-7: #033d8b;
    --color-scale-green-8: #0a3069;
    --color-scale-green-9: #002155;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #ffebe9;
    --color-scale-orange-1: #ffcecb;
    --color-scale-orange-2: #ffaba8;
    --color-scale-orange-3: #ff8182;
    --color-scale-orange-4: #fa4549;
    --color-scale-orange-5: #cf222e;
    --color-scale-orange-6: #a40e26;
    --color-scale-orange-7: #82071e;
    --color-scale-orange-8: #660018;
    --color-scale-orange-9: #4c0014;
    --color-scale-red-0: #ffebe9;
    --color-scale-red-1: #ffcecb;
    --color-scale-red-2: #ffaba8;
    --color-scale-red-3: #ff8182;
    --color-scale-red-4: #fa4549;
    --color-scale-red-5: #cf222e;
    --color-scale-red-6: #a40e26;
    --color-scale-red-7: #82071e;
    --color-scale-red-8: #660018;
    --color-scale-red-9: #4c0014;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
}
@media (prefers-color-scheme: dark) {
  [data-color-mode="auto"][data-dark-theme="light_tritanopia"] {
    --color-canvas-default-transparent: rgba(255, 255, 255, 0);
    --color-page-header-bg: #f6f8fa;
    --color-marketing-icon-primary: #218bff;
    --color-marketing-icon-secondary: #54aeff;
    --color-diff-blob-addition-num-text: #24292f;
    --color-diff-blob-addition-fg: #24292f;
    --color-diff-blob-addition-num-bg: rgba(84, 174, 255, 0.4);
    --color-diff-blob-addition-line-bg: rgba(221, 244, 255, 0.5);
    --color-diff-blob-addition-word-bg: rgba(84, 174, 255, 0.4);
    --color-diff-blob-deletion-num-text: #24292f;
    --color-diff-blob-deletion-fg: #24292f;
    --color-diff-blob-deletion-num-bg: rgba(255, 129, 130, 0.4);
    --color-diff-blob-deletion-line-bg: rgba(255, 235, 233, 0.5);
    --color-diff-blob-deletion-word-bg: rgba(255, 171, 168, 0.5);
    --color-diff-blob-hunk-num-bg: rgba(84, 174, 255, 0.4);
    --color-diff-blob-expander-icon: #57606a;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: multiply;
    --color-diffstat-deletion-border: rgba(27, 31, 36, 0.15);
    --color-diffstat-addition-border: rgba(27, 31, 36, 0.15);
    --color-diffstat-addition-bg: #218bff;
    --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: #0550ae;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #a40e26;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #0550ae;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #0550ae;
    --color-prettylights-syntax-markup-inserted-bg: #ddf4ff;
    --color-prettylights-syntax-markup-changed-text: #a40e26;
    --color-prettylights-syntax-markup-changed-bg: #ffcecb;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-codemirror-text: #24292f;
    --color-codemirror-bg: #ffffff;
    --color-codemirror-gutters-bg: #ffffff;
    --color-codemirror-guttermarker-text: #ffffff;
    --color-codemirror-guttermarker-subtle-text: #6e7781;
    --color-codemirror-linenumber-text: #57606a;
    --color-codemirror-cursor: #24292f;
    --color-codemirror-selection-bg: rgba(84, 174, 255, 0.4);
    --color-codemirror-activeline-bg: rgba(234, 238, 242, 0.5);
    --color-codemirror-matchingbracket-text: #24292f;
    --color-codemirror-lines-bg: #ffffff;
    --color-codemirror-syntax-comment: #24292f;
    --color-codemirror-syntax-constant: #0550ae;
    --color-codemirror-syntax-entity: #8250df;
    --color-codemirror-syntax-keyword: #cf222e;
    --color-codemirror-syntax-storage: #cf222e;
    --color-codemirror-syntax-string: #0a3069;
    --color-codemirror-syntax-support: #0550ae;
    --color-codemirror-syntax-variable: #a40e26;
    --color-checks-bg: #24292f;
    --color-checks-run-border-width: 0px;
    --color-checks-container-border-width: 0px;
    --color-checks-text-primary: #f6f8fa;
    --color-checks-text-secondary: #8c959f;
    --color-checks-text-link: #54aeff;
    --color-checks-btn-icon: #afb8c1;
    --color-checks-btn-hover-icon: #f6f8fa;
    --color-checks-btn-hover-bg: rgba(255, 255, 255, 0.125);
    --color-checks-input-text: #eaeef2;
    --color-checks-input-placeholder-text: #8c959f;
    --color-checks-input-focus-text: #8c959f;
    --color-checks-input-bg: #32383f;
    --color-checks-input-shadow: none;
    --color-checks-donut-error: #fa4549;
    --color-checks-donut-pending: #bf8700;
    --color-checks-donut-success: #218bff;
    --color-checks-donut-neutral: #afb8c1;
    --color-checks-dropdown-text: #afb8c1;
    --color-checks-dropdown-bg: #32383f;
    --color-checks-dropdown-border: #424a53;
    --color-checks-dropdown-shadow: rgba(27, 31, 36, 0.3);
    --color-checks-dropdown-hover-text: #f6f8fa;
    --color-checks-dropdown-hover-bg: #424a53;
    --color-checks-dropdown-btn-hover-text: #f6f8fa;
    --color-checks-dropdown-btn-hover-bg: #32383f;
    --color-checks-scrollbar-thumb-bg: #57606a;
    --color-checks-header-label-text: #d0d7de;
    --color-checks-header-label-open-text: #f6f8fa;
    --color-checks-header-border: #32383f;
    --color-checks-header-icon: #8c959f;
    --color-checks-line-text: #d0d7de;
    --color-checks-line-num-text: rgba(140, 149, 159, 0.75);
    --color-checks-line-timestamp-text: #8c959f;
    --color-checks-line-hover-bg: #32383f;
    --color-checks-line-selected-bg: rgba(33, 139, 255, 0.15);
    --color-checks-line-selected-num-text: #54aeff;
    --color-checks-line-dt-fm-text: #24292f;
    --color-checks-line-dt-fm-bg: #9a6700;
    --color-checks-gate-bg: rgba(125, 78, 0, 0.15);
    --color-checks-gate-text: #d0d7de;
    --color-checks-gate-waiting-text: #d4a72c;
    --color-checks-step-header-open-bg: #32383f;
    --color-checks-step-error-text: #ff8182;
    --color-checks-step-warning-text: #d4a72c;
    --color-checks-logline-text: #8c959f;
    --color-checks-logline-num-text: rgba(140, 149, 159, 0.75);
    --color-checks-logline-debug-text: #c297ff;
    --color-checks-logline-error-text: #d0d7de;
    --color-checks-logline-error-num-text: #ff8182;
    --color-checks-logline-error-bg: rgba(164, 14, 38, 0.15);
    --color-checks-logline-warning-text: #d0d7de;
    --color-checks-logline-warning-num-text: #d4a72c;
    --color-checks-logline-warning-bg: rgba(125, 78, 0, 0.15);
    --color-checks-logline-command-text: #54aeff;
    --color-checks-logline-section-text: #54aeff;
    --color-checks-ansi-black: #24292f;
    --color-checks-ansi-black-bright: #32383f;
    --color-checks-ansi-white: #d0d7de;
    --color-checks-ansi-white-bright: #d0d7de;
    --color-checks-ansi-gray: #8c959f;
    --color-checks-ansi-red: #ff8182;
    --color-checks-ansi-red-bright: #ffaba8;
    --color-checks-ansi-green: #54aeff;
    --color-checks-ansi-green-bright: #80ccff;
    --color-checks-ansi-yellow: #d4a72c;
    --color-checks-ansi-yellow-bright: #eac54f;
    --color-checks-ansi-blue: #54aeff;
    --color-checks-ansi-blue-bright: #80ccff;
    --color-checks-ansi-magenta: #c297ff;
    --color-checks-ansi-magenta-bright: #d8b9ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #24292f;
    --color-project-sidebar-bg: #ffffff;
    --color-project-gradient-in: #ffffff;
    --color-project-gradient-out: rgba(255, 255, 255, 0);
    --color-mktg-btn-bg: #1b1f23;
    --color-mktg-btn-shadow-outline: rgb(0 0 0 / 15%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(0 0 0 / 15%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 3px 2px rgba(0, 0, 0, 0.07),
      0 7px 5px rgba(0, 0, 0, 0.04), 0 12px 10px rgba(0, 0, 0, 0.03),
      0 22px 18px rgba(0, 0, 0, 0.03), 0 42px 33px rgba(0, 0, 0, 0.02),
      0 100px 80px rgba(0, 0, 0, 0.02);
    --color-mktg-btn-shadow-hover-muted: rgb(0 0 0 / 70%) 0 0 0 2px inset;
    --color-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: #0550ae;
    --color-ansi-green-bright: #0969da;
    --color-ansi-yellow: #4d2d00;
    --color-ansi-yellow-bright: #633c01;
    --color-ansi-blue: #0969da;
    --color-ansi-blue-bright: #218bff;
    --color-ansi-magenta: #8250df;
    --color-ansi-magenta-bright: #a475f9;
    --color-ansi-cyan: #1b7c83;
    --color-ansi-cyan-bright: #3192aa;
    --color-btn-text: #24292f;
    --color-btn-bg: #f6f8fa;
    --color-btn-border: rgba(27, 31, 36, 0.15);
    --color-btn-shadow: 0 1px 0 rgba(27, 31, 36, 0.04);
    --color-btn-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    --color-btn-hover-bg: #f3f4f6;
    --color-btn-hover-border: rgba(27, 31, 36, 0.15);
    --color-btn-active-bg: hsla(220, 14%, 93%, 1);
    --color-btn-active-border: rgba(27, 31, 36, 0.15);
    --color-btn-selected-bg: hsla(220, 14%, 94%, 1);
    --color-btn-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: #218bff;
    --color-btn-primary-border: rgba(27, 31, 36, 0.15);
    --color-btn-primary-shadow: 0 1px 0 rgba(27, 31, 36, 0.1);
    --color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    --color-btn-primary-hover-bg: #0969da;
    --color-btn-primary-hover-border: rgba(27, 31, 36, 0.15);
    --color-btn-primary-selected-bg: hsla(212, 92%, 43%, 1);
    --color-btn-primary-selected-shadow: inset 0 1px 0 rgba(0, 33, 85, 0.2);
    --color-btn-primary-disabled-text: rgba(255, 255, 255, 0.8);
    --color-btn-primary-disabled-bg: #80ccff;
    --color-btn-primary-disabled-border: rgba(27, 31, 36, 0.15);
    --color-btn-primary-focus-bg: #218bff;
    --color-btn-primary-focus-border: rgba(27, 31, 36, 0.15);
    --color-btn-primary-focus-shadow: 0 0 0 3px rgba(33, 139, 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: #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-switch-track-bg: #eaeef2;
    --color-switch-track-border: #afb8c1;
    --color-switch-track-checked-bg: #ddf4ff;
    --color-switch-track-checked-hover-bg: #b6e3ff;
    --color-switch-track-checked-active-bg: #80ccff;
    --color-switch-track-checked-border: #54aeff;
    --color-switch-knob-checked-bg: #0969da;
    --color-switch-knob-checked-disabled-bg: #6e7781;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #ffffff;
    --color-canvas-overlay: #ffffff;
    --color-canvas-inset: #f6f8fa;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210, 18%, 87%, 1);
    --color-border-subtle: rgba(27, 31, 36, 0.15);
    --color-shadow-small: 0 1px 0 rgba(27, 31, 36, 0.04);
    --color-shadow-medium: 0 3px 6px rgba(140, 149, 159, 0.15);
    --color-shadow-large: 0 8px 24px rgba(140, 149, 159, 0.2);
    --color-shadow-extra-large: 0 12px 28px rgba(140, 149, 159, 0.3);
    --color-neutral-emphasis-plus: #24292f;
    --color-neutral-emphasis: #6e7781;
    --color-neutral-muted: rgba(175, 184, 193, 0.2);
    --color-neutral-subtle: rgba(234, 238, 242, 0.5);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-accent-muted: rgba(84, 174, 255, 0.4);
    --color-accent-subtle: #ddf4ff;
    --color-success-fg: #0969da;
    --color-success-emphasis: #218bff;
    --color-success-muted: rgba(84, 174, 255, 0.4);
    --color-success-subtle: #ddf4ff;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #bf8700;
    --color-attention-muted: rgba(212, 167, 44, 0.4);
    --color-attention-subtle: #fff8c5;
    --color-severe-fg: #cf222e;
    --color-severe-emphasis: #cf222e;
    --color-severe-muted: rgba(255, 129, 130, 0.4);
    --color-severe-subtle: #ffebe9;
    --color-danger-fg: #cf222e;
    --color-danger-emphasis: #cf222e;
    --color-danger-muted: rgba(255, 129, 130, 0.4);
    --color-danger-subtle: #ffebe9;
    --color-open-fg: #cf222e;
    --color-open-emphasis: #fa4549;
    --color-open-muted: rgba(255, 129, 130, 0.4);
    --color-open-subtle: #ffebe9;
    --color-closed-fg: #6e7781;
    --color-closed-emphasis: #6e7781;
    --color-closed-muted: rgba(175, 184, 193, 0.4);
    --color-closed-subtle: #f6f8fa;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-done-muted: rgba(194, 151, 255, 0.4);
    --color-done-subtle: #fbefff;
    --color-sponsors-fg: #bf3989;
    --color-sponsors-emphasis: #bf3989;
    --color-sponsors-muted: rgba(255, 128, 200, 0.4);
    --color-sponsors-subtle: #ffeff7;
    --color-primer-fg-disabled: #8c959f;
    --color-primer-canvas-backdrop: rgba(27, 31, 36, 0.5);
    --color-primer-canvas-sticky: rgba(255, 255, 255, 0.95);
    --color-primer-border-active: #fd8c73;
    --color-primer-border-contrast: rgba(27, 31, 36, 0.1);
    --color-primer-shadow-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    --color-primer-shadow-inset: inset 0 1px 0 rgba(208, 215, 222, 0.2);
    --color-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: #ddf4ff;
    --color-scale-green-1: #b6e3ff;
    --color-scale-green-2: #80ccff;
    --color-scale-green-3: #54aeff;
    --color-scale-green-4: #218bff;
    --color-scale-green-5: #0969da;
    --color-scale-green-6: #0550ae;
    --color-scale-green-7: #033d8b;
    --color-scale-green-8: #0a3069;
    --color-scale-green-9: #002155;
    --color-scale-yellow-0: #fff8c5;
    --color-scale-yellow-1: #fae17d;
    --color-scale-yellow-2: #eac54f;
    --color-scale-yellow-3: #d4a72c;
    --color-scale-yellow-4: #bf8700;
    --color-scale-yellow-5: #9a6700;
    --color-scale-yellow-6: #7d4e00;
    --color-scale-yellow-7: #633c01;
    --color-scale-yellow-8: #4d2d00;
    --color-scale-yellow-9: #3b2300;
    --color-scale-orange-0: #ffebe9;
    --color-scale-orange-1: #ffcecb;
    --color-scale-orange-2: #ffaba8;
    --color-scale-orange-3: #ff8182;
    --color-scale-orange-4: #fa4549;
    --color-scale-orange-5: #cf222e;
    --color-scale-orange-6: #a40e26;
    --color-scale-orange-7: #82071e;
    --color-scale-orange-8: #660018;
    --color-scale-orange-9: #4c0014;
    --color-scale-red-0: #ffebe9;
    --color-scale-red-1: #ffcecb;
    --color-scale-red-2: #ffaba8;
    --color-scale-red-3: #ff8182;
    --color-scale-red-4: #fa4549;
    --color-scale-red-5: #cf222e;
    --color-scale-red-6: #a40e26;
    --color-scale-red-7: #82071e;
    --color-scale-red-8: #660018;
    --color-scale-red-9: #4c0014;
    --color-scale-purple-0: #fbefff;
    --color-scale-purple-1: #ecd8ff;
    --color-scale-purple-2: #d8b9ff;
    --color-scale-purple-3: #c297ff;
    --color-scale-purple-4: #a475f9;
    --color-scale-purple-5: #8250df;
    --color-scale-purple-6: #6639ba;
    --color-scale-purple-7: #512a97;
    --color-scale-purple-8: #3e1f79;
    --color-scale-purple-9: #2e1461;
    --color-scale-pink-0: #ffeff7;
    --color-scale-pink-1: #ffd3eb;
    --color-scale-pink-2: #ffadda;
    --color-scale-pink-3: #ff80c8;
    --color-scale-pink-4: #e85aad;
    --color-scale-pink-5: #bf3989;
    --color-scale-pink-6: #99286e;
    --color-scale-pink-7: #772057;
    --color-scale-pink-8: #611347;
    --color-scale-pink-9: #4d0336;
    --color-scale-coral-0: #fff0eb;
    --color-scale-coral-1: #ffd6cc;
    --color-scale-coral-2: #ffb4a1;
    --color-scale-coral-3: #fd8c73;
    --color-scale-coral-4: #ec6547;
    --color-scale-coral-5: #c4432b;
    --color-scale-coral-6: #9e2f1c;
    --color-scale-coral-7: #801f0f;
    --color-scale-coral-8: #691105;
    --color-scale-coral-9: #510901;
  }
}
[data-color-mode="light"][data-light-theme="dark"],
[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: #6e7681;
  --color-codemirror-linenumber-text: #8b949e;
  --color-codemirror-cursor: #c9d1d9;
  --color-codemirror-selection-bg: rgba(56, 139, 253, 0.4);
  --color-codemirror-activeline-bg: rgba(110, 118, 129, 0.1);
  --color-codemirror-matchingbracket-text: #c9d1d9;
  --color-codemirror-lines-bg: #0d1117;
  --color-codemirror-syntax-comment: #8b949e;
  --color-codemirror-syntax-constant: #79c0ff;
  --color-codemirror-syntax-entity: #d2a8ff;
  --color-codemirror-syntax-keyword: #ff7b72;
  --color-codemirror-syntax-storage: #ff7b72;
  --color-codemirror-syntax-string: #a5d6ff;
  --color-codemirror-syntax-support: #79c0ff;
  --color-codemirror-syntax-variable: #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: #6e7681;
  --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: #6e7681;
  --color-checks-line-timestamp-text: #6e7681;
  --color-checks-line-hover-bg: rgba(110, 118, 129, 0.1);
  --color-checks-line-selected-bg: rgba(56, 139, 253, 0.15);
  --color-checks-line-selected-num-text: #58a6ff;
  --color-checks-line-dt-fm-text: #ffffff;
  --color-checks-line-dt-fm-bg: #9e6a03;
  --color-checks-gate-bg: rgba(187, 128, 9, 0.15);
  --color-checks-gate-text: #8b949e;
  --color-checks-gate-waiting-text: #d29922;
  --color-checks-step-header-open-bg: #161b22;
  --color-checks-step-error-text: #f85149;
  --color-checks-step-warning-text: #d29922;
  --color-checks-logline-text: #8b949e;
  --color-checks-logline-num-text: #6e7681;
  --color-checks-logline-debug-text: #a371f7;
  --color-checks-logline-error-text: #8b949e;
  --color-checks-logline-error-num-text: #6e7681;
  --color-checks-logline-error-bg: rgba(248, 81, 73, 0.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(255, 255, 255, 0.1);
  --color-avatar-border: rgba(240, 246, 252, 0.1);
  --color-avatar-stack-fade: #30363d;
  --color-avatar-stack-fade-more: #21262d;
  --color-avatar-child-shadow: -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(255, 255, 255, 0.7);
  --color-header-bg: #161b22;
  --color-header-divider: #8b949e;
  --color-header-logo: #f0f6fc;
  --color-header-search-bg: #0d1117;
  --color-header-search-border: #30363d;
  --color-sidenav-selected-bg: #21262d;
  --color-menu-bg-active: #161b22;
  --color-input-disabled-bg: rgba(110, 118, 129, 0);
  --color-timeline-badge-bg: #21262d;
  --color-ansi-black: #484f58;
  --color-ansi-black-bright: #6e7681;
  --color-ansi-white: #b1bac4;
  --color-ansi-white-bright: #ffffff;
  --color-ansi-gray: #6e7681;
  --color-ansi-red: #ff7b72;
  --color-ansi-red-bright: #ffa198;
  --color-ansi-green: #3fb950;
  --color-ansi-green-bright: #56d364;
  --color-ansi-yellow: #d29922;
  --color-ansi-yellow-bright: #e3b341;
  --color-ansi-blue: #58a6ff;
  --color-ansi-blue-bright: #79c0ff;
  --color-ansi-magenta: #bc8cff;
  --color-ansi-magenta-bright: #d2a8ff;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #c9d1d9;
  --color-btn-bg: #21262d;
  --color-btn-border: rgba(240, 246, 252, 0.1);
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #30363d;
  --color-btn-hover-border: #8b949e;
  --color-btn-active-bg: hsla(212, 12%, 18%, 1);
  --color-btn-active-border: #6e7681;
  --color-btn-selected-bg: #161b22;
  --color-btn-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(255, 255, 255, 0.5);
  --color-btn-primary-disabled-bg: rgba(35, 134, 54, 0.6);
  --color-btn-primary-disabled-border: rgba(240, 246, 252, 0.1);
  --color-btn-primary-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: #ffffff;
  --color-btn-primary-counter-bg: rgba(255, 255, 255, 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(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: #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: #ffffff;
  --color-btn-danger-hover-bg: #da3633;
  --color-btn-danger-hover-border: #f85149;
  --color-btn-danger-hover-shadow: 0 0 transparent;
  --color-btn-danger-hover-inset-shadow: 0 0 transparent;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-hover-counter-bg: rgba(255, 255, 255, 0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #b62324;
  --color-btn-danger-selected-border: #ff7b72;
  --color-btn-danger-selected-shadow: 0 0 transparent;
  --color-btn-danger-disabled-text: rgba(248, 81, 73, 0.5);
  --color-btn-danger-disabled-bg: #0d1117;
  --color-btn-danger-disabled-counter-bg: rgba(218, 54, 51, 0.05);
  --color-btn-danger-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: #6e7681;
  --color-underlinenav-border-hover: rgba(110, 118, 129, 0.4);
  --color-action-list-item-inline-divider: rgba(48, 54, 61, 0.48);
  --color-action-list-item-default-hover-bg: rgba(177, 186, 196, 0.12);
  --color-action-list-item-default-hover-border: rgba(0, 0, 0, 0);
  --color-action-list-item-default-active-bg: rgba(177, 186, 196, 0.2);
  --color-action-list-item-default-active-border: rgba(0, 0, 0, 0);
  --color-action-list-item-default-selected-bg: rgba(177, 186, 196, 0.08);
  --color-action-list-item-danger-hover-bg: rgba(248, 81, 73, 0.16);
  --color-action-list-item-danger-active-bg: rgba(248, 81, 73, 0.24);
  --color-action-list-item-danger-hover-text: #ff7b72;
  --color-switch-track-bg: #010409;
  --color-switch-track-border: #6e7681;
  --color-switch-track-checked-bg: rgba(31, 111, 235, 0.35);
  --color-switch-track-checked-hover-bg: rgba(31, 111, 235, 0.5);
  --color-switch-track-checked-active-bg: rgba(31, 111, 235, 0.65);
  --color-switch-track-checked-border: #58a6ff;
  --color-switch-knob-checked-bg: #1f6feb;
  --color-switch-knob-checked-disabled-bg: #484f58;
  --color-fg-default: #c9d1d9;
  --color-fg-muted: #8b949e;
  --color-fg-subtle: #6e7681;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #0d1117;
  --color-canvas-overlay: #161b22;
  --color-canvas-inset: #010409;
  --color-canvas-subtle: #161b22;
  --color-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-border-subtle: rgba(240, 246, 252, 0.1);
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #010409;
  --color-shadow-large: 0 8px 24px #010409;
  --color-shadow-extra-large: 0 12px 48px #010409;
  --color-neutral-emphasis-plus: #6e7681;
  --color-neutral-emphasis: #6e7681;
  --color-neutral-muted: rgba(110, 118, 129, 0.4);
  --color-neutral-subtle: rgba(110, 118, 129, 0.1);
  --color-accent-fg: #58a6ff;
  --color-accent-emphasis: #1f6feb;
  --color-accent-muted: rgba(56, 139, 253, 0.4);
  --color-accent-subtle: rgba(56, 139, 253, 0.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-open-fg: #3fb950;
  --color-open-emphasis: #238636;
  --color-open-muted: rgba(46, 160, 67, 0.4);
  --color-open-subtle: rgba(46, 160, 67, 0.15);
  --color-closed-fg: #f85149;
  --color-closed-emphasis: #da3633;
  --color-closed-muted: rgba(248, 81, 73, 0.4);
  --color-closed-subtle: rgba(248, 81, 73, 0.15);
  --color-done-fg: #a371f7;
  --color-done-emphasis: #8957e5;
  --color-done-muted: rgba(163, 113, 247, 0.4);
  --color-done-subtle: rgba(163, 113, 247, 0.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(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 #0c2d6b;
  --color-scale-black: #010409;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f0f6fc;
  --color-scale-gray-1: #c9d1d9;
  --color-scale-gray-2: #b1bac4;
  --color-scale-gray-3: #8b949e;
  --color-scale-gray-4: #6e7681;
  --color-scale-gray-5: #484f58;
  --color-scale-gray-6: #30363d;
  --color-scale-gray-7: #21262d;
  --color-scale-gray-8: #161b22;
  --color-scale-gray-9: #0d1117;
  --color-scale-blue-0: #cae8ff;
  --color-scale-blue-1: #a5d6ff;
  --color-scale-blue-2: #79c0ff;
  --color-scale-blue-3: #58a6ff;
  --color-scale-blue-4: #388bfd;
  --color-scale-blue-5: #1f6feb;
  --color-scale-blue-6: #1158c7;
  --color-scale-blue-7: #0d419d;
  --color-scale-blue-8: #0c2d6b;
  --color-scale-blue-9: #051d4d;
  --color-scale-green-0: #aff5b4;
  --color-scale-green-1: #7ee787;
  --color-scale-green-2: #56d364;
  --color-scale-green-3: #3fb950;
  --color-scale-green-4: #2ea043;
  --color-scale-green-5: #238636;
  --color-scale-green-6: #196c2e;
  --color-scale-green-7: #0f5323;
  --color-scale-green-8: #033a16;
  --color-scale-green-9: #04260f;
  --color-scale-yellow-0: #f8e3a1;
  --color-scale-yellow-1: #f2cc60;
  --color-scale-yellow-2: #e3b341;
  --color-scale-yellow-3: #d29922;
  --color-scale-yellow-4: #bb8009;
  --color-scale-yellow-5: #9e6a03;
  --color-scale-yellow-6: #845306;
  --color-scale-yellow-7: #693e00;
  --color-scale-yellow-8: #4b2900;
  --color-scale-yellow-9: #341a00;
  --color-scale-orange-0: #ffdfb6;
  --color-scale-orange-1: #ffc680;
  --color-scale-orange-2: #ffa657;
  --color-scale-orange-3: #f0883e;
  --color-scale-orange-4: #db6d28;
  --color-scale-orange-5: #bd561d;
  --color-scale-orange-6: #9b4215;
  --color-scale-orange-7: #762d0a;
  --color-scale-orange-8: #5a1e02;
  --color-scale-orange-9: #3d1300;
  --color-scale-red-0: #ffdcd7;
  --color-scale-red-1: #ffc1ba;
  --color-scale-red-2: #ffa198;
  --color-scale-red-3: #ff7b72;
  --color-scale-red-4: #f85149;
  --color-scale-red-5: #da3633;
  --color-scale-red-6: #b62324;
  --color-scale-red-7: #8e1519;
  --color-scale-red-8: #67060c;
  --color-scale-red-9: #490202;
  --color-scale-purple-0: #eddeff;
  --color-scale-purple-1: #e2c5ff;
  --color-scale-purple-2: #d2a8ff;
  --color-scale-purple-3: #bc8cff;
  --color-scale-purple-4: #a371f7;
  --color-scale-purple-5: #8957e5;
  --color-scale-purple-6: #6e40c9;
  --color-scale-purple-7: #553098;
  --color-scale-purple-8: #3c1e70;
  --color-scale-purple-9: #271052;
  --color-scale-pink-0: #ffdaec;
  --color-scale-pink-1: #ffbedd;
  --color-scale-pink-2: #ff9bce;
  --color-scale-pink-3: #f778ba;
  --color-scale-pink-4: #db61a2;
  --color-scale-pink-5: #bf4b8a;
  --color-scale-pink-6: #9e3670;
  --color-scale-pink-7: #7d2457;
  --color-scale-pink-8: #5e103e;
  --color-scale-pink-9: #42062a;
  --color-scale-coral-0: #ffddd2;
  --color-scale-coral-1: #ffc2b2;
  --color-scale-coral-2: #ffa28b;
  --color-scale-coral-3: #f78166;
  --color-scale-coral-4: #ea6045;
  --color-scale-coral-5: #cf462d;
  --color-scale-coral-6: #ac3220;
  --color-scale-coral-7: #872012;
  --color-scale-coral-8: #640d04;
  --color-scale-coral-9: #460701;
}
@media (prefers-color-scheme: light) {
  [data-color-mode="auto"][data-light-theme="dark"] {
    --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: #6e7681;
    --color-codemirror-linenumber-text: #8b949e;
    --color-codemirror-cursor: #c9d1d9;
    --color-codemirror-selection-bg: rgba(56, 139, 253, 0.4);
    --color-codemirror-activeline-bg: rgba(110, 118, 129, 0.1);
    --color-codemirror-matchingbracket-text: #c9d1d9;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ff7b72;
    --color-codemirror-syntax-storage: #ff7b72;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #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: #6e7681;
    --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: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110, 118, 129, 0.1);
    --color-checks-line-selected-bg: rgba(56, 139, 253, 0.15);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187, 128, 9, 0.15);
    --color-checks-gate-text: #8b949e;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #f85149;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #8b949e;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(248, 81, 73, 0.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(255, 255, 255, 0.1);
    --color-avatar-border: rgba(240, 246, 252, 0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: -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(255, 255, 255, 0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110, 118, 129, 0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ff7b72;
    --color-ansi-red-bright: #ffa198;
    --color-ansi-green: #3fb950;
    --color-ansi-green-bright: #56d364;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240, 246, 252, 0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212, 12%, 18%, 1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-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(255, 255, 255, 0.5);
    --color-btn-primary-disabled-bg: rgba(35, 134, 54, 0.6);
    --color-btn-primary-disabled-border: rgba(240, 246, 252, 0.1);
    --color-btn-primary-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: #ffffff;
    --color-btn-primary-counter-bg: rgba(255, 255, 255, 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(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: #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: #ffffff;
    --color-btn-danger-hover-bg: #da3633;
    --color-btn-danger-hover-border: #f85149;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255, 255, 255, 0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #b62324;
    --color-btn-danger-selected-border: #ff7b72;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(248, 81, 73, 0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(218, 54, 51, 0.05);
    --color-btn-danger-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: #6e7681;
    --color-underlinenav-border-hover: rgba(110, 118, 129, 0.4);
    --color-action-list-item-inline-divider: rgba(48, 54, 61, 0.48);
    --color-action-list-item-default-hover-bg: rgba(177, 186, 196, 0.12);
    --color-action-list-item-default-hover-border: rgba(0, 0, 0, 0);
    --color-action-list-item-default-active-bg: rgba(177, 186, 196, 0.2);
    --color-action-list-item-default-active-border: rgba(0, 0, 0, 0);
    --color-action-list-item-default-selected-bg: rgba(177, 186, 196, 0.08);
    --color-action-list-item-danger-hover-bg: rgba(248, 81, 73, 0.16);
    --color-action-list-item-danger-active-bg: rgba(248, 81, 73, 0.24);
    --color-action-list-item-danger-hover-text: #ff7b72;
    --color-switch-track-bg: #010409;
    --color-switch-track-border: #6e7681;
    --color-switch-track-checked-bg: rgba(31, 111, 235, 0.35);
    --color-switch-track-checked-hover-bg: rgba(31, 111, 235, 0.5);
    --color-switch-track-checked-active-bg: rgba(31, 111, 235, 0.65);
    --color-switch-track-checked-border: #58a6ff;
    --color-switch-knob-checked-bg: #1f6feb;
    --color-switch-knob-checked-disabled-bg: #484f58;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240, 246, 252, 0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110, 118, 129, 0.4);
    --color-neutral-subtle: rgba(110, 118, 129, 0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56, 139, 253, 0.4);
    --color-accent-subtle: rgba(56, 139, 253, 0.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-open-fg: #3fb950;
    --color-open-emphasis: #238636;
    --color-open-muted: rgba(46, 160, 67, 0.4);
    --color-open-subtle: rgba(46, 160, 67, 0.15);
    --color-closed-fg: #f85149;
    --color-closed-emphasis: #da3633;
    --color-closed-muted: rgba(248, 81, 73, 0.4);
    --color-closed-subtle: rgba(248, 81, 73, 0.15);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163, 113, 247, 0.4);
    --color-done-subtle: rgba(163, 113, 247, 0.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(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 #0c2d6b;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #aff5b4;
    --color-scale-green-1: #7ee787;
    --color-scale-green-2: #56d364;
    --color-scale-green-3: #3fb950;
    --color-scale-green-4: #2ea043;
    --color-scale-green-5: #238636;
    --color-scale-green-6: #196c2e;
    --color-scale-green-7: #0f5323;
    --color-scale-green-8: #033a16;
    --color-scale-green-9: #04260f;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffdfb6;
    --color-scale-orange-1: #ffc680;
    --color-scale-orange-2: #ffa657;
    --color-scale-orange-3: #f0883e;
    --color-scale-orange-4: #db6d28;
    --color-scale-orange-5: #bd561d;
    --color-scale-orange-6: #9b4215;
    --color-scale-orange-7: #762d0a;
    --color-scale-orange-8: #5a1e02;
    --color-scale-orange-9: #3d1300;
    --color-scale-red-0: #ffdcd7;
    --color-scale-red-1: #ffc1ba;
    --color-scale-red-2: #ffa198;
    --color-scale-red-3: #ff7b72;
    --color-scale-red-4: #f85149;
    --color-scale-red-5: #da3633;
    --color-scale-red-6: #b62324;
    --color-scale-red-7: #8e1519;
    --color-scale-red-8: #67060c;
    --color-scale-red-9: #490202;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
}
@media (prefers-color-scheme: dark) {
  [data-color-mode="auto"][data-dark-theme="dark"] {
    --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: #6e7681;
    --color-codemirror-linenumber-text: #8b949e;
    --color-codemirror-cursor: #c9d1d9;
    --color-codemirror-selection-bg: rgba(56, 139, 253, 0.4);
    --color-codemirror-activeline-bg: rgba(110, 118, 129, 0.1);
    --color-codemirror-matchingbracket-text: #c9d1d9;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ff7b72;
    --color-codemirror-syntax-storage: #ff7b72;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #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: #6e7681;
    --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: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110, 118, 129, 0.1);
    --color-checks-line-selected-bg: rgba(56, 139, 253, 0.15);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187, 128, 9, 0.15);
    --color-checks-gate-text: #8b949e;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #f85149;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #8b949e;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(248, 81, 73, 0.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(255, 255, 255, 0.1);
    --color-avatar-border: rgba(240, 246, 252, 0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: -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(255, 255, 255, 0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110, 118, 129, 0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ff7b72;
    --color-ansi-red-bright: #ffa198;
    --color-ansi-green: #3fb950;
    --color-ansi-green-bright: #56d364;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240, 246, 252, 0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212, 12%, 18%, 1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-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(255, 255, 255, 0.5);
    --color-btn-primary-disabled-bg: rgba(35, 134, 54, 0.6);
    --color-btn-primary-disabled-border: rgba(240, 246, 252, 0.1);
    --color-btn-primary-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: #ffffff;
    --color-btn-primary-counter-bg: rgba(255, 255, 255, 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(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: #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: #ffffff;
    --color-btn-danger-hover-bg: #da3633;
    --color-btn-danger-hover-border: #f85149;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255, 255, 255, 0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #b62324;
    --color-btn-danger-selected-border: #ff7b72;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(248, 81, 73, 0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(218, 54, 51, 0.05);
    --color-btn-danger-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: #6e7681;
    --color-underlinenav-border-hover: rgba(110, 118, 129, 0.4);
    --color-action-list-item-inline-divider: rgba(48, 54, 61, 0.48);
    --color-action-list-item-default-hover-bg: rgba(177, 186, 196, 0.12);
    --color-action-list-item-default-hover-border: rgba(0, 0, 0, 0);
    --color-action-list-item-default-active-bg: rgba(177, 186, 196, 0.2);
    --color-action-list-item-default-active-border: rgba(0, 0, 0, 0);
    --color-action-list-item-default-selected-bg: rgba(177, 186, 196, 0.08);
    --color-action-list-item-danger-hover-bg: rgba(248, 81, 73, 0.16);
    --color-action-list-item-danger-active-bg: rgba(248, 81, 73, 0.24);
    --color-action-list-item-danger-hover-text: #ff7b72;
    --color-switch-track-bg: #010409;
    --color-switch-track-border: #6e7681;
    --color-switch-track-checked-bg: rgba(31, 111, 235, 0.35);
    --color-switch-track-checked-hover-bg: rgba(31, 111, 235, 0.5);
    --color-switch-track-checked-active-bg: rgba(31, 111, 235, 0.65);
    --color-switch-track-checked-border: #58a6ff;
    --color-switch-knob-checked-bg: #1f6feb;
    --color-switch-knob-checked-disabled-bg: #484f58;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240, 246, 252, 0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110, 118, 129, 0.4);
    --color-neutral-subtle: rgba(110, 118, 129, 0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56, 139, 253, 0.4);
    --color-accent-subtle: rgba(56, 139, 253, 0.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-open-fg: #3fb950;
    --color-open-emphasis: #238636;
    --color-open-muted: rgba(46, 160, 67, 0.4);
    --color-open-subtle: rgba(46, 160, 67, 0.15);
    --color-closed-fg: #f85149;
    --color-closed-emphasis: #da3633;
    --color-closed-muted: rgba(248, 81, 73, 0.4);
    --color-closed-subtle: rgba(248, 81, 73, 0.15);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163, 113, 247, 0.4);
    --color-done-subtle: rgba(163, 113, 247, 0.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(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 #0c2d6b;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #aff5b4;
    --color-scale-green-1: #7ee787;
    --color-scale-green-2: #56d364;
    --color-scale-green-3: #3fb950;
    --color-scale-green-4: #2ea043;
    --color-scale-green-5: #238636;
    --color-scale-green-6: #196c2e;
    --color-scale-green-7: #0f5323;
    --color-scale-green-8: #033a16;
    --color-scale-green-9: #04260f;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffdfb6;
    --color-scale-orange-1: #ffc680;
    --color-scale-orange-2: #ffa657;
    --color-scale-orange-3: #f0883e;
    --color-scale-orange-4: #db6d28;
    --color-scale-orange-5: #bd561d;
    --color-scale-orange-6: #9b4215;
    --color-scale-orange-7: #762d0a;
    --color-scale-orange-8: #5a1e02;
    --color-scale-orange-9: #3d1300;
    --color-scale-red-0: #ffdcd7;
    --color-scale-red-1: #ffc1ba;
    --color-scale-red-2: #ffa198;
    --color-scale-red-3: #ff7b72;
    --color-scale-red-4: #f85149;
    --color-scale-red-5: #da3633;
    --color-scale-red-6: #b62324;
    --color-scale-red-7: #8e1519;
    --color-scale-red-8: #67060c;
    --color-scale-red-9: #490202;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
}
[data-color-mode="light"][data-light-theme="dark_dimmed"],
[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: #636e7b;
  --color-codemirror-linenumber-text: #768390;
  --color-codemirror-cursor: #adbac7;
  --color-codemirror-selection-bg: rgba(65, 132, 228, 0.4);
  --color-codemirror-activeline-bg: rgba(99, 110, 123, 0.1);
  --color-codemirror-matchingbracket-text: #adbac7;
  --color-codemirror-lines-bg: #22272e;
  --color-codemirror-syntax-comment: #768390;
  --color-codemirror-syntax-constant: #6cb6ff;
  --color-codemirror-syntax-entity: #dcbdfb;
  --color-codemirror-syntax-keyword: #f47067;
  --color-codemirror-syntax-storage: #f47067;
  --color-codemirror-syntax-string: #96d0ff;
  --color-codemirror-syntax-support: #6cb6ff;
  --color-codemirror-syntax-variable: #f69d50;
  --color-checks-bg: #1c2128;
  --color-checks-run-border-width: 1px;
  --color-checks-container-border-width: 1px;
  --color-checks-text-primary: #adbac7;
  --color-checks-text-secondary: #768390;
  --color-checks-text-link: #539bf5;
  --color-checks-btn-icon: #768390;
  --color-checks-btn-hover-icon: #adbac7;
  --color-checks-btn-hover-bg: rgba(99, 110, 123, 0.1);
  --color-checks-input-text: #768390;
  --color-checks-input-placeholder-text: #636e7b;
  --color-checks-input-focus-text: #adbac7;
  --color-checks-input-bg: #2d333b;
  --color-checks-input-shadow: 0 0 0 1px (obj) => get_1.default(obj, path);
  --color-checks-donut-error: #e5534b;
  --color-checks-donut-pending: #c69026;
  --color-checks-donut-success: #46954a;
  --color-checks-donut-neutral: #768390;
  --color-checks-dropdown-text: #adbac7;
  --color-checks-dropdown-bg: #2d333b;
  --color-checks-dropdown-border: #444c56;
  --color-checks-dropdown-shadow: rgba(28, 33, 40, 0.3);
  --color-checks-dropdown-hover-text: #adbac7;
  --color-checks-dropdown-hover-bg: rgba(99, 110, 123, 0.1);
  --color-checks-dropdown-btn-hover-text: #adbac7;
  --color-checks-dropdown-btn-hover-bg: rgba(99, 110, 123, 0.1);
  --color-checks-scrollbar-thumb-bg: rgba(99, 110, 123, 0.4);
  --color-checks-header-label-text: #768390;
  --color-checks-header-label-open-text: #adbac7;
  --color-checks-header-border: #373e47;
  --color-checks-header-icon: #768390;
  --color-checks-line-text: #768390;
  --color-checks-line-num-text: #636e7b;
  --color-checks-line-timestamp-text: #636e7b;
  --color-checks-line-hover-bg: rgba(99, 110, 123, 0.1);
  --color-checks-line-selected-bg: rgba(65, 132, 228, 0.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: #636e7b;
  --color-checks-logline-debug-text: #986ee2;
  --color-checks-logline-error-text: #768390;
  --color-checks-logline-error-num-text: #636e7b;
  --color-checks-logline-error-bg: rgba(229, 83, 75, 0.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: #636e7b;
  --color-underlinenav-border-hover: rgba(99, 110, 123, 0.4);
  --color-action-list-item-inline-divider: rgba(68, 76, 86, 0.48);
  --color-action-list-item-default-hover-bg: rgba(144, 157, 171, 0.12);
  --color-action-list-item-default-hover-border: rgba(0, 0, 0, 0);
  --color-action-list-item-default-active-bg: rgba(144, 157, 171, 0.2);
  --color-action-list-item-default-active-border: rgba(0, 0, 0, 0);
  --color-action-list-item-default-selected-bg: rgba(144, 157, 171, 0.08);
  --color-action-list-item-danger-hover-bg: rgba(229, 83, 75, 0.16);
  --color-action-list-item-danger-active-bg: rgba(229, 83, 75, 0.24);
  --color-action-list-item-danger-hover-text: #f47067;
  --color-switch-track-bg: #1c2128;
  --color-switch-track-border: #636e7b;
  --color-switch-track-checked-bg: rgba(49, 109, 202, 0.35);
  --color-switch-track-checked-hover-bg: rgba(49, 109, 202, 0.5);
  --color-switch-track-checked-active-bg: rgba(49, 109, 202, 0.65);
  --color-switch-track-checked-border: #539bf5;
  --color-switch-knob-checked-bg: #316dca;
  --color-switch-knob-checked-disabled-bg: #545d68;
  --color-fg-default: #adbac7;
  --color-fg-muted: #768390;
  --color-fg-subtle: #636e7b;
  --color-fg-on-emphasis: #cdd9e5;
  --color-canvas-default: #22272e;
  --color-canvas-overlay: #2d333b;
  --color-canvas-inset: #1c2128;
  --color-canvas-subtle: #2d333b;
  --color-border-default: #444c56;
  --color-border-muted: #373e47;
  --color-border-subtle: rgba(205, 217, 229, 0.1);
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #1c2128;
  --color-shadow-large: 0 8px 24px #1c2128;
  --color-shadow-extra-large: 0 12px 48px #1c2128;
  --color-neutral-emphasis-plus: #636e7b;
  --color-neutral-emphasis: #636e7b;
  --color-neutral-muted: rgba(99, 110, 123, 0.4);
  --color-neutral-subtle: rgba(99, 110, 123, 0.1);
  --color-accent-fg: #539bf5;
  --color-accent-emphasis: #316dca;
  --color-accent-muted: rgba(65, 132, 228, 0.4);
  --color-accent-subtle: rgba(65, 132, 228, 0.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-open-fg: #57ab5a;
  --color-open-emphasis: #347d39;
  --color-open-muted: rgba(70, 149, 74, 0.4);
  --color-open-subtle: rgba(70, 149, 74, 0.15);
  --color-closed-fg: #e5534b;
  --color-closed-emphasis: #c93c37;
  --color-closed-muted: rgba(229, 83, 75, 0.4);
  --color-closed-subtle: rgba(229, 83, 75, 0.15);
  --color-done-fg: #986ee2;
  --color-done-emphasis: #8256d0;
  --color-done-muted: rgba(152, 110, 226, 0.4);
  --color-done-subtle: rgba(152, 110, 226, 0.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) {
  [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: #636e7b;
    --color-codemirror-linenumber-text: #768390;
    --color-codemirror-cursor: #adbac7;
    --color-codemirror-selection-bg: rgba(65, 132, 228, 0.4);
    --color-codemirror-activeline-bg: rgba(99, 110, 123, 0.1);
    --color-codemirror-matchingbracket-text: #adbac7;
    --color-codemirror-lines-bg: #22272e;
    --color-codemirror-syntax-comment: #768390;
    --color-codemirror-syntax-constant: #6cb6ff;
    --color-codemirror-syntax-entity: #dcbdfb;
    --color-codemirror-syntax-keyword: #f47067;
    --color-codemirror-syntax-storage: #f47067;
    --color-codemirror-syntax-string: #96d0ff;
    --color-codemirror-syntax-support: #6cb6ff;
    --color-codemirror-syntax-variable: #f69d50;
    --color-checks-bg: #1c2128;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #adbac7;
    --color-checks-text-secondary: #768390;
    --color-checks-text-link: #539bf5;
    --color-checks-btn-icon: #768390;
    --color-checks-btn-hover-icon: #adbac7;
    --color-checks-btn-hover-bg: rgba(99, 110, 123, 0.1);
    --color-checks-input-text: #768390;
    --color-checks-input-placeholder-text: #636e7b;
    --color-checks-input-focus-text: #adbac7;
    --color-checks-input-bg: #2d333b;
    --color-checks-input-shadow: 0 0 0 1px (obj) => get_1.default(obj, path);
    --color-checks-donut-error: #e5534b;
    --color-checks-donut-pending: #c69026;
    --color-checks-donut-success: #46954a;
    --color-checks-donut-neutral: #768390;
    --color-checks-dropdown-text: #adbac7;
    --color-checks-dropdown-bg: #2d333b;
    --color-checks-dropdown-border: #444c56;
    --color-checks-dropdown-shadow: rgba(28, 33, 40, 0.3);
    --color-checks-dropdown-hover-text: #adbac7;
    --color-checks-dropdown-hover-bg: rgba(99, 110, 123, 0.1);
    --color-checks-dropdown-btn-hover-text: #adbac7;
    --color-checks-dropdown-btn-hover-bg: rgba(99, 110, 123, 0.1);
    --color-checks-scrollbar-thumb-bg: rgba(99, 110, 123, 0.4);
    --color-checks-header-label-text: #768390;
    --color-checks-header-label-open-text: #adbac7;
    --color-checks-header-border: #373e47;
    --color-checks-header-icon: #768390;
    --color-checks-line-text: #768390;
    --color-checks-line-num-text: #636e7b;
    --color-checks-line-timestamp-text: #636e7b;
    --color-checks-line-hover-bg: rgba(99, 110, 123, 0.1);
    --color-checks-line-selected-bg: rgba(65, 132, 228, 0.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: #636e7b;
    --color-checks-logline-debug-text: #986ee2;
    --color-checks-logline-error-text: #768390;
    --color-checks-logline-error-num-text: #636e7b;
    --color-checks-logline-error-bg: rgba(229, 83, 75, 0.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: #636e7b;
    --color-underlinenav-border-hover: rgba(99, 110, 123, 0.4);
    --color-action-list-item-inline-divider: rgba(68, 76, 86, 0.48);
    --color-action-list-item-default-hover-bg: rgba(144, 157, 171, 0.12);
    --color-action-list-item-default-hover-border: rgba(0, 0, 0, 0);
    --color-action-list-item-default-active-bg: rgba(144, 157, 171, 0.2);
    --color-action-list-item-default-active-border: rgba(0, 0, 0, 0);
    --color-action-list-item-default-selected-bg: rgba(144, 157, 171, 0.08);
    --color-action-list-item-danger-hover-bg: rgba(229, 83, 75, 0.16);
    --color-action-list-item-danger-active-bg: rgba(229, 83, 75, 0.24);
    --color-action-list-item-danger-hover-text: #f47067;
    --color-switch-track-bg: #1c2128;
    --color-switch-track-border: #636e7b;
    --color-switch-track-checked-bg: rgba(49, 109, 202, 0.35);
    --color-switch-track-checked-hover-bg: rgba(49, 109, 202, 0.5);
    --color-switch-track-checked-active-bg: rgba(49, 109, 202, 0.65);
    --color-switch-track-checked-border: #539bf5;
    --color-switch-knob-checked-bg: #316dca;
    --color-switch-knob-checked-disabled-bg: #545d68;
    --color-fg-default: #adbac7;
    --color-fg-muted: #768390;
    --color-fg-subtle: #636e7b;
    --color-fg-on-emphasis: #cdd9e5;
    --color-canvas-default: #22272e;
    --color-canvas-overlay: #2d333b;
    --color-canvas-inset: #1c2128;
    --color-canvas-subtle: #2d333b;
    --color-border-default: #444c56;
    --color-border-muted: #373e47;
    --color-border-subtle: rgba(205, 217, 229, 0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #1c2128;
    --color-shadow-large: 0 8px 24px #1c2128;
    --color-shadow-extra-large: 0 12px 48px #1c2128;
    --color-neutral-emphasis-plus: #636e7b;
    --color-neutral-emphasis: #636e7b;
    --color-neutral-muted: rgba(99, 110, 123, 0.4);
    --color-neutral-subtle: rgba(99, 110, 123, 0.1);
    --color-accent-fg: #539bf5;
    --color-accent-emphasis: #316dca;
    --color-accent-muted: rgba(65, 132, 228, 0.4);
    --color-accent-subtle: rgba(65, 132, 228, 0.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-open-fg: #57ab5a;
    --color-open-emphasis: #347d39;
    --color-open-muted: rgba(70, 149, 74, 0.4);
    --color-open-subtle: rgba(70, 149, 74, 0.15);
    --color-closed-fg: #e5534b;
    --color-closed-emphasis: #c93c37;
    --color-closed-muted: rgba(229, 83, 75, 0.4);
    --color-closed-subtle: rgba(229, 83, 75, 0.15);
    --color-done-fg: #986ee2;
    --color-done-emphasis: #8256d0;
    --color-done-muted: rgba(152, 110, 226, 0.4);
    --color-done-subtle: rgba(152, 110, 226, 0.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) {
  [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: #636e7b;
    --color-codemirror-linenumber-text: #768390;
    --color-codemirror-cursor: #adbac7;
    --color-codemirror-selection-bg: rgba(65, 132, 228, 0.4);
    --color-codemirror-activeline-bg: rgba(99, 110, 123, 0.1);
    --color-codemirror-matchingbracket-text: #adbac7;
    --color-codemirror-lines-bg: #22272e;
    --color-codemirror-syntax-comment: #768390;
    --color-codemirror-syntax-constant: #6cb6ff;
    --color-codemirror-syntax-entity: #dcbdfb;
    --color-codemirror-syntax-keyword: #f47067;
    --color-codemirror-syntax-storage: #f47067;
    --color-codemirror-syntax-string: #96d0ff;
    --color-codemirror-syntax-support: #6cb6ff;
    --color-codemirror-syntax-variable: #f69d50;
    --color-checks-bg: #1c2128;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #adbac7;
    --color-checks-text-secondary: #768390;
    --color-checks-text-link: #539bf5;
    --color-checks-btn-icon: #768390;
    --color-checks-btn-hover-icon: #adbac7;
    --color-checks-btn-hover-bg: rgba(99, 110, 123, 0.1);
    --color-checks-input-text: #768390;
    --color-checks-input-placeholder-text: #636e7b;
    --color-checks-input-focus-text: #adbac7;
    --color-checks-input-bg: #2d333b;
    --color-checks-input-shadow: 0 0 0 1px (obj) => get_1.default(obj, path);
    --color-checks-donut-error: #e5534b;
    --color-checks-donut-pending: #c69026;
    --color-checks-donut-success: #46954a;
    --color-checks-donut-neutral: #768390;
    --color-checks-dropdown-text: #adbac7;
    --color-checks-dropdown-bg: #2d333b;
    --color-checks-dropdown-border: #444c56;
    --color-checks-dropdown-shadow: rgba(28, 33, 40, 0.3);
    --color-checks-dropdown-hover-text: #adbac7;
    --color-checks-dropdown-hover-bg: rgba(99, 110, 123, 0.1);
    --color-checks-dropdown-btn-hover-text: #adbac7;
    --color-checks-dropdown-btn-hover-bg: rgba(99, 110, 123, 0.1);
    --color-checks-scrollbar-thumb-bg: rgba(99, 110, 123, 0.4);
    --color-checks-header-label-text: #768390;
    --color-checks-header-label-open-text: #adbac7;
    --color-checks-header-border: #373e47;
    --color-checks-header-icon: #768390;
    --color-checks-line-text: #768390;
    --color-checks-line-num-text: #636e7b;
    --color-checks-line-timestamp-text: #636e7b;
    --color-checks-line-hover-bg: rgba(99, 110, 123, 0.1);
    --color-checks-line-selected-bg: rgba(65, 132, 228, 0.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: #636e7b;
    --color-checks-logline-debug-text: #986ee2;
    --color-checks-logline-error-text: #768390;
    --color-checks-logline-error-num-text: #636e7b;
    --color-checks-logline-error-bg: rgba(229, 83, 75, 0.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: #636e7b;
    --color-underlinenav-border-hover: rgba(99, 110, 123, 0.4);
    --color-action-list-item-inline-divider: rgba(68, 76, 86, 0.48);
    --color-action-list-item-default-hover-bg: rgba(144, 157, 171, 0.12);
    --color-action-list-item-default-hover-border: rgba(0, 0, 0, 0);
    --color-action-list-item-default-active-bg: rgba(144, 157, 171, 0.2);
    --color-action-list-item-default-active-border: rgba(0, 0, 0, 0);
    --color-action-list-item-default-selected-bg: rgba(144, 157, 171, 0.08);
    --color-action-list-item-danger-hover-bg: rgba(229, 83, 75, 0.16);
    --color-action-list-item-danger-active-bg: rgba(229, 83, 75, 0.24);
    --color-action-list-item-danger-hover-text: #f47067;
    --color-switch-track-bg: #1c2128;
    --color-switch-track-border: #636e7b;
    --color-switch-track-checked-bg: rgba(49, 109, 202, 0.35);
    --color-switch-track-checked-hover-bg: rgba(49, 109, 202, 0.5);
    --color-switch-track-checked-active-bg: rgba(49, 109, 202, 0.65);
    --color-switch-track-checked-border: #539bf5;
    --color-switch-knob-checked-bg: #316dca;
    --color-switch-knob-checked-disabled-bg: #545d68;
    --color-fg-default: #adbac7;
    --color-fg-muted: #768390;
    --color-fg-subtle: #636e7b;
    --color-fg-on-emphasis: #cdd9e5;
    --color-canvas-default: #22272e;
    --color-canvas-overlay: #2d333b;
    --color-canvas-inset: #1c2128;
    --color-canvas-subtle: #2d333b;
    --color-border-default: #444c56;
    --color-border-muted: #373e47;
    --color-border-subtle: rgba(205, 217, 229, 0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #1c2128;
    --color-shadow-large: 0 8px 24px #1c2128;
    --color-shadow-extra-large: 0 12px 48px #1c2128;
    --color-neutral-emphasis-plus: #636e7b;
    --color-neutral-emphasis: #636e7b;
    --color-neutral-muted: rgba(99, 110, 123, 0.4);
    --color-neutral-subtle: rgba(99, 110, 123, 0.1);
    --color-accent-fg: #539bf5;
    --color-accent-emphasis: #316dca;
    --color-accent-muted: rgba(65, 132, 228, 0.4);
    --color-accent-subtle: rgba(65, 132, 228, 0.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-open-fg: #57ab5a;
    --color-open-emphasis: #347d39;
    --color-open-muted: rgba(70, 149, 74, 0.4);
    --color-open-subtle: rgba(70, 149, 74, 0.15);
    --color-closed-fg: #e5534b;
    --color-closed-emphasis: #c93c37;
    --color-closed-muted: rgba(229, 83, 75, 0.4);
    --color-closed-subtle: rgba(229, 83, 75, 0.15);
    --color-done-fg: #986ee2;
    --color-done-emphasis: #8256d0;
    --color-done-muted: rgba(152, 110, 226, 0.4);
    --color-done-subtle: rgba(152, 110, 226, 0.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;
  }
}
[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: #9ea7b3;
  --color-codemirror-linenumber-text: #f0f3f6;
  --color-codemirror-cursor: #f0f3f6;
  --color-codemirror-selection-bg: rgba(64, 158, 255, 0.4);
  --color-codemirror-activeline-bg: rgba(158, 167, 179, 0.1);
  --color-codemirror-matchingbracket-text: #f0f3f6;
  --color-codemirror-lines-bg: #0a0c10;
  --color-codemirror-syntax-comment: #bdc4cc;
  --color-codemirror-syntax-constant: #91cbff;
  --color-codemirror-syntax-entity: #dbb7ff;
  --color-codemirror-syntax-keyword: #ff9492;
  --color-codemirror-syntax-storage: #ff9492;
  --color-codemirror-syntax-string: #addcff;
  --color-codemirror-syntax-support: #91cbff;
  --color-codemirror-syntax-variable: #ffb757;
  --color-checks-bg: #010409;
  --color-checks-run-border-width: 1px;
  --color-checks-container-border-width: 1px;
  --color-checks-text-primary: #f0f3f6;
  --color-checks-text-secondary: #f0f3f6;
  --color-checks-text-link: #71b7ff;
  --color-checks-btn-icon: #f0f3f6;
  --color-checks-btn-hover-icon: #f0f3f6;
  --color-checks-btn-hover-bg: rgba(158, 167, 179, 0.1);
  --color-checks-input-text: #f0f3f6;
  --color-checks-input-placeholder-text: #9ea7b3;
  --color-checks-input-focus-text: #f0f3f6;
  --color-checks-input-bg: #272b33;
  --color-checks-input-shadow: 0 0 0 1px (obj) => get_1.default(obj, path);
  --color-checks-donut-error: #ff6a69;
  --color-checks-donut-pending: #f0b72f;
  --color-checks-donut-success: #09b43a;
  --color-checks-donut-neutral: #bdc4cc;
  --color-checks-dropdown-text: #f0f3f6;
  --color-checks-dropdown-bg: #272b33;
  --color-checks-dropdown-border: #7a828e;
  --color-checks-dropdown-shadow: rgba(1, 4, 9, 0.3);
  --color-checks-dropdown-hover-text: #f0f3f6;
  --color-checks-dropdown-hover-bg: rgba(158, 167, 179, 0.1);
  --color-checks-dropdown-btn-hover-text: #f0f3f6;
  --color-checks-dropdown-btn-hover-bg: rgba(158, 167, 179, 0.1);
  --color-checks-scrollbar-thumb-bg: rgba(158, 167, 179, 0.4);
  --color-checks-header-label-text: #f0f3f6;
  --color-checks-header-label-open-text: #f0f3f6;
  --color-checks-header-border: #7a828e;
  --color-checks-header-icon: #f0f3f6;
  --color-checks-line-text: #f0f3f6;
  --color-checks-line-num-text: #9ea7b3;
  --color-checks-line-timestamp-text: #9ea7b3;
  --color-checks-line-hover-bg: rgba(158, 167, 179, 0.1);
  --color-checks-line-selected-bg: rgba(64, 158, 255, 0.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: #9ea7b3;
  --color-checks-logline-debug-text: #b780ff;
  --color-checks-logline-error-text: #f0f3f6;
  --color-checks-logline-error-num-text: #9ea7b3;
  --color-checks-logline-error-bg: rgba(255, 106, 105, 0.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-switch-track-bg: #010409;
  --color-switch-track-border: #7a828e;
  --color-switch-track-checked-bg: rgba(64, 158, 255, 0.35);
  --color-switch-track-checked-hover-bg: rgba(64, 158, 255, 0.5);
  --color-switch-track-checked-active-bg: rgba(64, 158, 255, 0.65);
  --color-switch-track-checked-border: #409eff;
  --color-switch-knob-checked-bg: #409eff;
  --color-switch-knob-checked-disabled-bg: #7a828e;
  --color-fg-default: #f0f3f6;
  --color-fg-muted: #f0f3f6;
  --color-fg-subtle: #9ea7b3;
  --color-fg-on-emphasis: #0a0c10;
  --color-canvas-default: #0a0c10;
  --color-canvas-overlay: #272b33;
  --color-canvas-inset: #010409;
  --color-canvas-subtle: #272b33;
  --color-border-default: #7a828e;
  --color-border-muted: #7a828e;
  --color-border-subtle: #7a828e;
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #010409;
  --color-shadow-large: 0 8px 24px #010409;
  --color-shadow-extra-large: 0 12px 48px #010409;
  --color-neutral-emphasis-plus: #ffffff;
  --color-neutral-emphasis: #9ea7b3;
  --color-neutral-muted: rgba(158, 167, 179, 0.4);
  --color-neutral-subtle: rgba(158, 167, 179, 0.1);
  --color-accent-fg: #71b7ff;
  --color-accent-emphasis: #409eff;
  --color-accent-muted: #409eff;
  --color-accent-subtle: rgba(64, 158, 255, 0.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-open-fg: #26cd4d;
  --color-open-emphasis: #09b43a;
  --color-open-muted: rgba(9, 180, 58, 0.4);
  --color-open-subtle: rgba(9, 180, 58, 0.15);
  --color-closed-fg: #ff6a69;
  --color-closed-emphasis: #ff6a69;
  --color-closed-muted: rgba(255, 106, 105, 0.4);
  --color-closed-subtle: rgba(255, 106, 105, 0.15);
  --color-done-fg: #b780ff;
  --color-done-emphasis: #b87fff;
  --color-done-muted: #b780ff;
  --color-done-subtle: rgba(183, 128, 255, 0.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) {
  [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: #9ea7b3;
    --color-codemirror-linenumber-text: #f0f3f6;
    --color-codemirror-cursor: #f0f3f6;
    --color-codemirror-selection-bg: rgba(64, 158, 255, 0.4);
    --color-codemirror-activeline-bg: rgba(158, 167, 179, 0.1);
    --color-codemirror-matchingbracket-text: #f0f3f6;
    --color-codemirror-lines-bg: #0a0c10;
    --color-codemirror-syntax-comment: #bdc4cc;
    --color-codemirror-syntax-constant: #91cbff;
    --color-codemirror-syntax-entity: #dbb7ff;
    --color-codemirror-syntax-keyword: #ff9492;
    --color-codemirror-syntax-storage: #ff9492;
    --color-codemirror-syntax-string: #addcff;
    --color-codemirror-syntax-support: #91cbff;
    --color-codemirror-syntax-variable: #ffb757;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #f0f3f6;
    --color-checks-text-secondary: #f0f3f6;
    --color-checks-text-link: #71b7ff;
    --color-checks-btn-icon: #f0f3f6;
    --color-checks-btn-hover-icon: #f0f3f6;
    --color-checks-btn-hover-bg: rgba(158, 167, 179, 0.1);
    --color-checks-input-text: #f0f3f6;
    --color-checks-input-placeholder-text: #9ea7b3;
    --color-checks-input-focus-text: #f0f3f6;
    --color-checks-input-bg: #272b33;
    --color-checks-input-shadow: 0 0 0 1px (obj) => get_1.default(obj, path);
    --color-checks-donut-error: #ff6a69;
    --color-checks-donut-pending: #f0b72f;
    --color-checks-donut-success: #09b43a;
    --color-checks-donut-neutral: #bdc4cc;
    --color-checks-dropdown-text: #f0f3f6;
    --color-checks-dropdown-bg: #272b33;
    --color-checks-dropdown-border: #7a828e;
    --color-checks-dropdown-shadow: rgba(1, 4, 9, 0.3);
    --color-checks-dropdown-hover-text: #f0f3f6;
    --color-checks-dropdown-hover-bg: rgba(158, 167, 179, 0.1);
    --color-checks-dropdown-btn-hover-text: #f0f3f6;
    --color-checks-dropdown-btn-hover-bg: rgba(158, 167, 179, 0.1);
    --color-checks-scrollbar-thumb-bg: rgba(158, 167, 179, 0.4);
    --color-checks-header-label-text: #f0f3f6;
    --color-checks-header-label-open-text: #f0f3f6;
    --color-checks-header-border: #7a828e;
    --color-checks-header-icon: #f0f3f6;
    --color-checks-line-text: #f0f3f6;
    --color-checks-line-num-text: #9ea7b3;
    --color-checks-line-timestamp-text: #9ea7b3;
    --color-checks-line-hover-bg: rgba(158, 167, 179, 0.1);
    --color-checks-line-selected-bg: rgba(64, 158, 255, 0.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: #9ea7b3;
    --color-checks-logline-debug-text: #b780ff;
    --color-checks-logline-error-text: #f0f3f6;
    --color-checks-logline-error-num-text: #9ea7b3;
    --color-checks-logline-error-bg: rgba(255, 106, 105, 0.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-switch-track-bg: #010409;
    --color-switch-track-border: #7a828e;
    --color-switch-track-checked-bg: rgba(64, 158, 255, 0.35);
    --color-switch-track-checked-hover-bg: rgba(64, 158, 255, 0.5);
    --color-switch-track-checked-active-bg: rgba(64, 158, 255, 0.65);
    --color-switch-track-checked-border: #409eff;
    --color-switch-knob-checked-bg: #409eff;
    --color-switch-knob-checked-disabled-bg: #7a828e;
    --color-fg-default: #f0f3f6;
    --color-fg-muted: #f0f3f6;
    --color-fg-subtle: #9ea7b3;
    --color-fg-on-emphasis: #0a0c10;
    --color-canvas-default: #0a0c10;
    --color-canvas-overlay: #272b33;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #272b33;
    --color-border-default: #7a828e;
    --color-border-muted: #7a828e;
    --color-border-subtle: #7a828e;
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #ffffff;
    --color-neutral-emphasis: #9ea7b3;
    --color-neutral-muted: rgba(158, 167, 179, 0.4);
    --color-neutral-subtle: rgba(158, 167, 179, 0.1);
    --color-accent-fg: #71b7ff;
    --color-accent-emphasis: #409eff;
    --color-accent-muted: #409eff;
    --color-accent-subtle: rgba(64, 158, 255, 0.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-open-fg: #26cd4d;
    --color-open-emphasis: #09b43a;
    --color-open-muted: rgba(9, 180, 58, 0.4);
    --color-open-subtle: rgba(9, 180, 58, 0.15);
    --color-closed-fg: #ff6a69;
    --color-closed-emphasis: #ff6a69;
    --color-closed-muted: rgba(255, 106, 105, 0.4);
    --color-closed-subtle: rgba(255, 106, 105, 0.15);
    --color-done-fg: #b780ff;
    --color-done-emphasis: #b87fff;
    --color-done-muted: #b780ff;
    --color-done-subtle: rgba(183, 128, 255, 0.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) {
  [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: #9ea7b3;
    --color-codemirror-linenumber-text: #f0f3f6;
    --color-codemirror-cursor: #f0f3f6;
    --color-codemirror-selection-bg: rgba(64, 158, 255, 0.4);
    --color-codemirror-activeline-bg: rgba(158, 167, 179, 0.1);
    --color-codemirror-matchingbracket-text: #f0f3f6;
    --color-codemirror-lines-bg: #0a0c10;
    --color-codemirror-syntax-comment: #bdc4cc;
    --color-codemirror-syntax-constant: #91cbff;
    --color-codemirror-syntax-entity: #dbb7ff;
    --color-codemirror-syntax-keyword: #ff9492;
    --color-codemirror-syntax-storage: #ff9492;
    --color-codemirror-syntax-string: #addcff;
    --color-codemirror-syntax-support: #91cbff;
    --color-codemirror-syntax-variable: #ffb757;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #f0f3f6;
    --color-checks-text-secondary: #f0f3f6;
    --color-checks-text-link: #71b7ff;
    --color-checks-btn-icon: #f0f3f6;
    --color-checks-btn-hover-icon: #f0f3f6;
    --color-checks-btn-hover-bg: rgba(158, 167, 179, 0.1);
    --color-checks-input-text: #f0f3f6;
    --color-checks-input-placeholder-text: #9ea7b3;
    --color-checks-input-focus-text: #f0f3f6;
    --color-checks-input-bg: #272b33;
    --color-checks-input-shadow: 0 0 0 1px (obj) => get_1.default(obj, path);
    --color-checks-donut-error: #ff6a69;
    --color-checks-donut-pending: #f0b72f;
    --color-checks-donut-success: #09b43a;
    --color-checks-donut-neutral: #bdc4cc;
    --color-checks-dropdown-text: #f0f3f6;
    --color-checks-dropdown-bg: #272b33;
    --color-checks-dropdown-border: #7a828e;
    --color-checks-dropdown-shadow: rgba(1, 4, 9, 0.3);
    --color-checks-dropdown-hover-text: #f0f3f6;
    --color-checks-dropdown-hover-bg: rgba(158, 167, 179, 0.1);
    --color-checks-dropdown-btn-hover-text: #f0f3f6;
    --color-checks-dropdown-btn-hover-bg: rgba(158, 167, 179, 0.1);
    --color-checks-scrollbar-thumb-bg: rgba(158, 167, 179, 0.4);
    --color-checks-header-label-text: #f0f3f6;
    --color-checks-header-label-open-text: #f0f3f6;
    --color-checks-header-border: #7a828e;
    --color-checks-header-icon: #f0f3f6;
    --color-checks-line-text: #f0f3f6;
    --color-checks-line-num-text: #9ea7b3;
    --color-checks-line-timestamp-text: #9ea7b3;
    --color-checks-line-hover-bg: rgba(158, 167, 179, 0.1);
    --color-checks-line-selected-bg: rgba(64, 158, 255, 0.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: #9ea7b3;
    --color-checks-logline-debug-text: #b780ff;
    --color-checks-logline-error-text: #f0f3f6;
    --color-checks-logline-error-num-text: #9ea7b3;
    --color-checks-logline-error-bg: rgba(255, 106, 105, 0.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-switch-track-bg: #010409;
    --color-switch-track-border: #7a828e;
    --color-switch-track-checked-bg: rgba(64, 158, 255, 0.35);
    --color-switch-track-checked-hover-bg: rgba(64, 158, 255, 0.5);
    --color-switch-track-checked-active-bg: rgba(64, 158, 255, 0.65);
    --color-switch-track-checked-border: #409eff;
    --color-switch-knob-checked-bg: #409eff;
    --color-switch-knob-checked-disabled-bg: #7a828e;
    --color-fg-default: #f0f3f6;
    --color-fg-muted: #f0f3f6;
    --color-fg-subtle: #9ea7b3;
    --color-fg-on-emphasis: #0a0c10;
    --color-canvas-default: #0a0c10;
    --color-canvas-overlay: #272b33;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #272b33;
    --color-border-default: #7a828e;
    --color-border-muted: #7a828e;
    --color-border-subtle: #7a828e;
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #ffffff;
    --color-neutral-emphasis: #9ea7b3;
    --color-neutral-muted: rgba(158, 167, 179, 0.4);
    --color-neutral-subtle: rgba(158, 167, 179, 0.1);
    --color-accent-fg: #71b7ff;
    --color-accent-emphasis: #409eff;
    --color-accent-muted: #409eff;
    --color-accent-subtle: rgba(64, 158, 255, 0.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-open-fg: #26cd4d;
    --color-open-emphasis: #09b43a;
    --color-open-muted: rgba(9, 180, 58, 0.4);
    --color-open-subtle: rgba(9, 180, 58, 0.15);
    --color-closed-fg: #ff6a69;
    --color-closed-emphasis: #ff6a69;
    --color-closed-muted: rgba(255, 106, 105, 0.4);
    --color-closed-subtle: rgba(255, 106, 105, 0.15);
    --color-done-fg: #b780ff;
    --color-done-emphasis: #b87fff;
    --color-done-muted: #b780ff;
    --color-done-subtle: rgba(183, 128, 255, 0.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;
  }
}
[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(88, 166, 255, 0.3);
  --color-diff-blob-addition-line-bg: rgba(56, 139, 253, 0.15);
  --color-diff-blob-addition-word-bg: rgba(56, 139, 253, 0.4);
  --color-diff-blob-deletion-num-text: #c9d1d9;
  --color-diff-blob-deletion-fg: #c9d1d9;
  --color-diff-blob-deletion-num-bg: rgba(212, 118, 22, 0.3);
  --color-diff-blob-deletion-line-bg: rgba(212, 118, 22, 0.15);
  --color-diff-blob-deletion-word-bg: rgba(212, 118, 22, 0.4);
  --color-diff-blob-hunk-num-bg: rgba(56, 139, 253, 0.4);
  --color-diff-blob-expander-icon: #8b949e;
  --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
  --color-diffstat-deletion-border: rgba(240, 246, 252, 0.1);
  --color-diffstat-addition-border: rgba(240, 246, 252, 0.1);
  --color-diffstat-addition-bg: #58a6ff;
  --color-search-keyword-hl: rgba(210, 153, 34, 0.4);
  --color-prettylights-syntax-comment: #8b949e;
  --color-prettylights-syntax-constant: #79c0ff;
  --color-prettylights-syntax-entity: #d2a8ff;
  --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
  --color-prettylights-syntax-entity-tag: #a5d6ff;
  --color-prettylights-syntax-keyword: #ec8e2c;
  --color-prettylights-syntax-string: #a5d6ff;
  --color-prettylights-syntax-variable: #fdac54;
  --color-prettylights-syntax-brackethighlighter-unmatched: #d47616;
  --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
  --color-prettylights-syntax-invalid-illegal-bg: #6c3906;
  --color-prettylights-syntax-carriage-return-text: #f0f6fc;
  --color-prettylights-syntax-carriage-return-bg: #914d04;
  --color-prettylights-syntax-string-regexp: #a5d6ff;
  --color-prettylights-syntax-markup-list: #f2cc60;
  --color-prettylights-syntax-markup-heading: #1f6feb;
  --color-prettylights-syntax-markup-italic: #c9d1d9;
  --color-prettylights-syntax-markup-bold: #c9d1d9;
  --color-prettylights-syntax-markup-deleted-text: #ffe2bb;
  --color-prettylights-syntax-markup-deleted-bg: #4e2906;
  --color-prettylights-syntax-markup-inserted-text: #cae8ff;
  --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
  --color-prettylights-syntax-markup-changed-text: #ffe2bb;
  --color-prettylights-syntax-markup-changed-bg: #4e2906;
  --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
  --color-prettylights-syntax-markup-ignored-bg: #1158c7;
  --color-prettylights-syntax-meta-diff-range: #d2a8ff;
  --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
  --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
  --color-codemirror-text: #c9d1d9;
  --color-codemirror-bg: #0d1117;
  --color-codemirror-gutters-bg: #0d1117;
  --color-codemirror-guttermarker-text: #0d1117;
  --color-codemirror-guttermarker-subtle-text: #6e7681;
  --color-codemirror-linenumber-text: #8b949e;
  --color-codemirror-cursor: #c9d1d9;
  --color-codemirror-selection-bg: rgba(56, 139, 253, 0.4);
  --color-codemirror-activeline-bg: rgba(110, 118, 129, 0.1);
  --color-codemirror-matchingbracket-text: #c9d1d9;
  --color-codemirror-lines-bg: #0d1117;
  --color-codemirror-syntax-comment: #8b949e;
  --color-codemirror-syntax-constant: #79c0ff;
  --color-codemirror-syntax-entity: #d2a8ff;
  --color-codemirror-syntax-keyword: #ec8e2c;
  --color-codemirror-syntax-storage: #ec8e2c;
  --color-codemirror-syntax-string: #a5d6ff;
  --color-codemirror-syntax-support: #79c0ff;
  --color-codemirror-syntax-variable: #fdac54;
  --color-checks-bg: #010409;
  --color-checks-run-border-width: 1px;
  --color-checks-container-border-width: 1px;
  --color-checks-text-primary: #c9d1d9;
  --color-checks-text-secondary: #8b949e;
  --color-checks-text-link: #58a6ff;
  --color-checks-btn-icon: #8b949e;
  --color-checks-btn-hover-icon: #c9d1d9;
  --color-checks-btn-hover-bg: rgba(110, 118, 129, 0.1);
  --color-checks-input-text: #8b949e;
  --color-checks-input-placeholder-text: #6e7681;
  --color-checks-input-focus-text: #c9d1d9;
  --color-checks-input-bg: #161b22;
  --color-checks-input-shadow: 0 0 0 1px (obj) => get_1.default(obj, path);
  --color-checks-donut-error: #d47616;
  --color-checks-donut-pending: #d29922;
  --color-checks-donut-success: #388bfd;
  --color-checks-donut-neutral: #8b949e;
  --color-checks-dropdown-text: #c9d1d9;
  --color-checks-dropdown-bg: #161b22;
  --color-checks-dropdown-border: #30363d;
  --color-checks-dropdown-shadow: rgba(1, 4, 9, 0.3);
  --color-checks-dropdown-hover-text: #c9d1d9;
  --color-checks-dropdown-hover-bg: rgba(110, 118, 129, 0.1);
  --color-checks-dropdown-btn-hover-text: #c9d1d9;
  --color-checks-dropdown-btn-hover-bg: rgba(110, 118, 129, 0.1);
  --color-checks-scrollbar-thumb-bg: rgba(110, 118, 129, 0.4);
  --color-checks-header-label-text: #8b949e;
  --color-checks-header-label-open-text: #c9d1d9;
  --color-checks-header-border: #21262d;
  --color-checks-header-icon: #8b949e;
  --color-checks-line-text: #8b949e;
  --color-checks-line-num-text: #6e7681;
  --color-checks-line-timestamp-text: #6e7681;
  --color-checks-line-hover-bg: rgba(110, 118, 129, 0.1);
  --color-checks-line-selected-bg: rgba(56, 139, 253, 0.15);
  --color-checks-line-selected-num-text: #58a6ff;
  --color-checks-line-dt-fm-text: #ffffff;
  --color-checks-line-dt-fm-bg: #9e6a03;
  --color-checks-gate-bg: rgba(187, 128, 9, 0.15);
  --color-checks-gate-text: #8b949e;
  --color-checks-gate-waiting-text: #d29922;
  --color-checks-step-header-open-bg: #161b22;
  --color-checks-step-error-text: #d47616;
  --color-checks-step-warning-text: #d29922;
  --color-checks-logline-text: #8b949e;
  --color-checks-logline-num-text: #6e7681;
  --color-checks-logline-debug-text: #a371f7;
  --color-checks-logline-error-text: #8b949e;
  --color-checks-logline-error-num-text: #6e7681;
  --color-checks-logline-error-bg: rgba(212, 118, 22, 0.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: #58a6ff;
  --color-checks-ansi-black: #0d1117;
  --color-checks-ansi-black-bright: #161b22;
  --color-checks-ansi-white: #b1bac4;
  --color-checks-ansi-white-bright: #b1bac4;
  --color-checks-ansi-gray: #6e7681;
  --color-checks-ansi-red: #ec8e2c;
  --color-checks-ansi-red-bright: #fdac54;
  --color-checks-ansi-green: #58a6ff;
  --color-checks-ansi-green-bright: #79c0ff;
  --color-checks-ansi-yellow: #d29922;
  --color-checks-ansi-yellow-bright: #e3b341;
  --color-checks-ansi-blue: #58a6ff;
  --color-checks-ansi-blue-bright: #79c0ff;
  --color-checks-ansi-magenta: #bc8cff;
  --color-checks-ansi-magenta-bright: #d2a8ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0d1117;
  --color-project-sidebar-bg: #161b22;
  --color-project-gradient-in: #161b22;
  --color-project-gradient-out: rgba(22, 27, 34, 0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15),
    0 100px 80px rgba(255, 255, 255, 0.02),
    0 42px 33px rgba(255, 255, 255, 0.024),
    0 22px 18px rgba(255, 255, 255, 0.028),
    0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04),
    0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-avatar-bg: rgba(255, 255, 255, 0.1);
  --color-avatar-border: rgba(240, 246, 252, 0.1);
  --color-avatar-stack-fade: #30363d;
  --color-avatar-stack-fade-more: #21262d;
  --color-avatar-child-shadow: -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(255, 255, 255, 0.7);
  --color-header-bg: #161b22;
  --color-header-divider: #8b949e;
  --color-header-logo: #f0f6fc;
  --color-header-search-bg: #0d1117;
  --color-header-search-border: #30363d;
  --color-sidenav-selected-bg: #21262d;
  --color-menu-bg-active: #161b22;
  --color-input-disabled-bg: rgba(110, 118, 129, 0);
  --color-timeline-badge-bg: #21262d;
  --color-ansi-black: #484f58;
  --color-ansi-black-bright: #6e7681;
  --color-ansi-white: #b1bac4;
  --color-ansi-white-bright: #ffffff;
  --color-ansi-gray: #6e7681;
  --color-ansi-red: #ec8e2c;
  --color-ansi-red-bright: #fdac54;
  --color-ansi-green: #58a6ff;
  --color-ansi-green-bright: #79c0ff;
  --color-ansi-yellow: #d29922;
  --color-ansi-yellow-bright: #e3b341;
  --color-ansi-blue: #58a6ff;
  --color-ansi-blue-bright: #79c0ff;
  --color-ansi-magenta: #bc8cff;
  --color-ansi-magenta-bright: #d2a8ff;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #c9d1d9;
  --color-btn-bg: #21262d;
  --color-btn-border: rgba(240, 246, 252, 0.1);
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #30363d;
  --color-btn-hover-border: #8b949e;
  --color-btn-active-bg: hsla(212, 12%, 18%, 1);
  --color-btn-active-border: #6e7681;
  --color-btn-selected-bg: #161b22;
  --color-btn-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: #1f6feb;
  --color-btn-primary-border: rgba(240, 246, 252, 0.1);
  --color-btn-primary-shadow: 0 0 transparent;
  --color-btn-primary-inset-shadow: 0 0 transparent;
  --color-btn-primary-hover-bg: #388bfd;
  --color-btn-primary-hover-border: rgba(240, 246, 252, 0.1);
  --color-btn-primary-selected-bg: #1f6feb;
  --color-btn-primary-selected-shadow: 0 0 transparent;
  --color-btn-primary-disabled-text: rgba(255, 255, 255, 0.5);
  --color-btn-primary-disabled-bg: rgba(31, 111, 235, 0.6);
  --color-btn-primary-disabled-border: rgba(240, 246, 252, 0.1);
  --color-btn-primary-focus-bg: #1f6feb;
  --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: #ffffff;
  --color-btn-primary-counter-bg: rgba(255, 255, 255, 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(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: #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: #d47616;
  --color-btn-danger-hover-text: #ffffff;
  --color-btn-danger-hover-bg: #b76100;
  --color-btn-danger-hover-border: #d47616;
  --color-btn-danger-hover-shadow: 0 0 transparent;
  --color-btn-danger-hover-inset-shadow: 0 0 transparent;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-hover-counter-bg: rgba(255, 255, 255, 0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #914d04;
  --color-btn-danger-selected-border: #ec8e2c;
  --color-btn-danger-selected-shadow: 0 0 transparent;
  --color-btn-danger-disabled-text: rgba(212, 118, 22, 0.5);
  --color-btn-danger-disabled-bg: #0d1117;
  --color-btn-danger-disabled-counter-bg: rgba(183, 97, 0, 0.05);
  --color-btn-danger-focus-border: #d47616;
  --color-btn-danger-focus-shadow: 0 0 0 3px rgba(212, 118, 22, 0.4);
  --color-btn-danger-counter-bg: rgba(183, 97, 0, 0.1);
  --color-btn-danger-icon: #d47616;
  --color-underlinenav-icon: #6e7681;
  --color-underlinenav-border-hover: rgba(110, 118, 129, 0.4);
  --color-action-list-item-inline-divider: rgba(48, 54, 61, 0.48);
  --color-action-list-item-default-hover-bg: rgba(177, 186, 196, 0.12);
  --color-action-list-item-default-hover-border: rgba(0, 0, 0, 0);
  --color-action-list-item-default-active-bg: rgba(177, 186, 196, 0.2);
  --color-action-list-item-default-active-border: rgba(0, 0, 0, 0);
  --color-action-list-item-default-selected-bg: rgba(177, 186, 196, 0.08);
  --color-action-list-item-danger-hover-bg: rgba(212, 118, 22, 0.16);
  --color-action-list-item-danger-active-bg: rgba(212, 118, 22, 0.24);
  --color-action-list-item-danger-hover-text: #ec8e2c;
  --color-switch-track-bg: #010409;
  --color-switch-track-border: #6e7681;
  --color-switch-track-checked-bg: rgba(31, 111, 235, 0.35);
  --color-switch-track-checked-hover-bg: rgba(31, 111, 235, 0.5);
  --color-switch-track-checked-active-bg: rgba(31, 111, 235, 0.65);
  --color-switch-track-checked-border: #58a6ff;
  --color-switch-knob-checked-bg: #1f6feb;
  --color-switch-knob-checked-disabled-bg: #484f58;
  --color-fg-default: #c9d1d9;
  --color-fg-muted: #8b949e;
  --color-fg-subtle: #6e7681;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #0d1117;
  --color-canvas-overlay: #161b22;
  --color-canvas-inset: #010409;
  --color-canvas-subtle: #161b22;
  --color-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-border-subtle: rgba(240, 246, 252, 0.1);
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #010409;
  --color-shadow-large: 0 8px 24px #010409;
  --color-shadow-extra-large: 0 12px 48px #010409;
  --color-neutral-emphasis-plus: #6e7681;
  --color-neutral-emphasis: #6e7681;
  --color-neutral-muted: rgba(110, 118, 129, 0.4);
  --color-neutral-subtle: rgba(110, 118, 129, 0.1);
  --color-accent-fg: #58a6ff;
  --color-accent-emphasis: #1f6feb;
  --color-accent-muted: rgba(56, 139, 253, 0.4);
  --color-accent-subtle: rgba(56, 139, 253, 0.15);
  --color-success-fg: #58a6ff;
  --color-success-emphasis: #1f6feb;
  --color-success-muted: rgba(56, 139, 253, 0.4);
  --color-success-subtle: rgba(56, 139, 253, 0.15);
  --color-attention-fg: #d29922;
  --color-attention-emphasis: #9e6a03;
  --color-attention-muted: rgba(187, 128, 9, 0.4);
  --color-attention-subtle: rgba(187, 128, 9, 0.15);
  --color-severe-fg: #d47616;
  --color-severe-emphasis: #b76100;
  --color-severe-muted: rgba(212, 118, 22, 0.4);
  --color-severe-subtle: rgba(212, 118, 22, 0.15);
  --color-danger-fg: #d47616;
  --color-danger-emphasis: #b76100;
  --color-danger-muted: rgba(212, 118, 22, 0.4);
  --color-danger-subtle: rgba(212, 118, 22, 0.15);
  --color-open-fg: #ec8e2c;
  --color-open-emphasis: #b76100;
  --color-open-muted: rgba(212, 118, 22, 0.4);
  --color-open-subtle: rgba(212, 118, 22, 0.15);
  --color-closed-fg: #8b949e;
  --color-closed-emphasis: #6e7681;
  --color-closed-muted: rgba(110, 118, 129, 0.4);
  --color-closed-subtle: rgba(110, 118, 129, 0.1);
  --color-done-fg: #a371f7;
  --color-done-emphasis: #8957e5;
  --color-done-muted: rgba(163, 113, 247, 0.4);
  --color-done-subtle: rgba(163, 113, 247, 0.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(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 #0c2d6b;
  --color-scale-black: #010409;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f0f6fc;
  --color-scale-gray-1: #c9d1d9;
  --color-scale-gray-2: #b1bac4;
  --color-scale-gray-3: #8b949e;
  --color-scale-gray-4: #6e7681;
  --color-scale-gray-5: #484f58;
  --color-scale-gray-6: #30363d;
  --color-scale-gray-7: #21262d;
  --color-scale-gray-8: #161b22;
  --color-scale-gray-9: #0d1117;
  --color-scale-blue-0: #cae8ff;
  --color-scale-blue-1: #a5d6ff;
  --color-scale-blue-2: #79c0ff;
  --color-scale-blue-3: #58a6ff;
  --color-scale-blue-4: #388bfd;
  --color-scale-blue-5: #1f6feb;
  --color-scale-blue-6: #1158c7;
  --color-scale-blue-7: #0d419d;
  --color-scale-blue-8: #0c2d6b;
  --color-scale-blue-9: #051d4d;
  --color-scale-green-0: #cae8ff;
  --color-scale-green-1: #a5d6ff;
  --color-scale-green-2: #79c0ff;
  --color-scale-green-3: #58a6ff;
  --color-scale-green-4: #388bfd;
  --color-scale-green-5: #1f6feb;
  --color-scale-green-6: #1158c7;
  --color-scale-green-7: #0d419d;
  --color-scale-green-8: #0c2d6b;
  --color-scale-green-9: #051d4d;
  --color-scale-yellow-0: #f8e3a1;
  --color-scale-yellow-1: #f2cc60;
  --color-scale-yellow-2: #e3b341;
  --color-scale-yellow-3: #d29922;
  --color-scale-yellow-4: #bb8009;
  --color-scale-yellow-5: #9e6a03;
  --color-scale-yellow-6: #845306;
  --color-scale-yellow-7: #693e00;
  --color-scale-yellow-8: #4b2900;
  --color-scale-yellow-9: #341a00;
  --color-scale-orange-0: #ffe2bb;
  --color-scale-orange-1: #ffc981;
  --color-scale-orange-2: #fdac54;
  --color-scale-orange-3: #ec8e2c;
  --color-scale-orange-4: #d47616;
  --color-scale-orange-5: #b76100;
  --color-scale-orange-6: #914d04;
  --color-scale-orange-7: #6c3906;
  --color-scale-orange-8: #4e2906;
  --color-scale-orange-9: #331c04;
  --color-scale-red-0: #ffe2bb;
  --color-scale-red-1: #ffc981;
  --color-scale-red-2: #fdac54;
  --color-scale-red-3: #ec8e2c;
  --color-scale-red-4: #d47616;
  --color-scale-red-5: #b76100;
  --color-scale-red-6: #914d04;
  --color-scale-red-7: #6c3906;
  --color-scale-red-8: #4e2906;
  --color-scale-red-9: #331c04;
  --color-scale-purple-0: #eddeff;
  --color-scale-purple-1: #e2c5ff;
  --color-scale-purple-2: #d2a8ff;
  --color-scale-purple-3: #bc8cff;
  --color-scale-purple-4: #a371f7;
  --color-scale-purple-5: #8957e5;
  --color-scale-purple-6: #6e40c9;
  --color-scale-purple-7: #553098;
  --color-scale-purple-8: #3c1e70;
  --color-scale-purple-9: #271052;
  --color-scale-pink-0: #ffdaec;
  --color-scale-pink-1: #ffbedd;
  --color-scale-pink-2: #ff9bce;
  --color-scale-pink-3: #f778ba;
  --color-scale-pink-4: #db61a2;
  --color-scale-pink-5: #bf4b8a;
  --color-scale-pink-6: #9e3670;
  --color-scale-pink-7: #7d2457;
  --color-scale-pink-8: #5e103e;
  --color-scale-pink-9: #42062a;
  --color-scale-coral-0: #ffddd2;
  --color-scale-coral-1: #ffc2b2;
  --color-scale-coral-2: #ffa28b;
  --color-scale-coral-3: #f78166;
  --color-scale-coral-4: #ea6045;
  --color-scale-coral-5: #cf462d;
  --color-scale-coral-6: #ac3220;
  --color-scale-coral-7: #872012;
  --color-scale-coral-8: #640d04;
  --color-scale-coral-9: #460701;
}
@media (prefers-color-scheme: light) {
  [data-color-mode="auto"][data-light-theme="dark_colorblind"] {
    --color-canvas-default-transparent: rgba(13, 17, 23, 0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(88, 166, 255, 0.3);
    --color-diff-blob-addition-line-bg: rgba(56, 139, 253, 0.15);
    --color-diff-blob-addition-word-bg: rgba(56, 139, 253, 0.4);
    --color-diff-blob-deletion-num-text: #c9d1d9;
    --color-diff-blob-deletion-fg: #c9d1d9;
    --color-diff-blob-deletion-num-bg: rgba(212, 118, 22, 0.3);
    --color-diff-blob-deletion-line-bg: rgba(212, 118, 22, 0.15);
    --color-diff-blob-deletion-word-bg: rgba(212, 118, 22, 0.4);
    --color-diff-blob-hunk-num-bg: rgba(56, 139, 253, 0.4);
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240, 246, 252, 0.1);
    --color-diffstat-addition-border: rgba(240, 246, 252, 0.1);
    --color-diffstat-addition-bg: #58a6ff;
    --color-search-keyword-hl: rgba(210, 153, 34, 0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #a5d6ff;
    --color-prettylights-syntax-keyword: #ec8e2c;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #fdac54;
    --color-prettylights-syntax-brackethighlighter-unmatched: #d47616;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #6c3906;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #914d04;
    --color-prettylights-syntax-string-regexp: #a5d6ff;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffe2bb;
    --color-prettylights-syntax-markup-deleted-bg: #4e2906;
    --color-prettylights-syntax-markup-inserted-text: #cae8ff;
    --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
    --color-prettylights-syntax-markup-changed-text: #ffe2bb;
    --color-prettylights-syntax-markup-changed-bg: #4e2906;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #c9d1d9;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #8b949e;
    --color-codemirror-cursor: #c9d1d9;
    --color-codemirror-selection-bg: rgba(56, 139, 253, 0.4);
    --color-codemirror-activeline-bg: rgba(110, 118, 129, 0.1);
    --color-codemirror-matchingbracket-text: #c9d1d9;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ec8e2c;
    --color-codemirror-syntax-storage: #ec8e2c;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #fdac54;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #c9d1d9;
    --color-checks-text-secondary: #8b949e;
    --color-checks-text-link: #58a6ff;
    --color-checks-btn-icon: #8b949e;
    --color-checks-btn-hover-icon: #c9d1d9;
    --color-checks-btn-hover-bg: rgba(110, 118, 129, 0.1);
    --color-checks-input-text: #8b949e;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #c9d1d9;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => get_1.default(obj, path);
    --color-checks-donut-error: #d47616;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #388bfd;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #c9d1d9;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1, 4, 9, 0.3);
    --color-checks-dropdown-hover-text: #c9d1d9;
    --color-checks-dropdown-hover-bg: rgba(110, 118, 129, 0.1);
    --color-checks-dropdown-btn-hover-text: #c9d1d9;
    --color-checks-dropdown-btn-hover-bg: rgba(110, 118, 129, 0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110, 118, 129, 0.4);
    --color-checks-header-label-text: #8b949e;
    --color-checks-header-label-open-text: #c9d1d9;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #8b949e;
    --color-checks-line-text: #8b949e;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110, 118, 129, 0.1);
    --color-checks-line-selected-bg: rgba(56, 139, 253, 0.15);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187, 128, 9, 0.15);
    --color-checks-gate-text: #8b949e;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #d47616;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #8b949e;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(212, 118, 22, 0.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: #58a6ff;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ec8e2c;
    --color-checks-ansi-red-bright: #fdac54;
    --color-checks-ansi-green: #58a6ff;
    --color-checks-ansi-green-bright: #79c0ff;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22, 27, 34, 0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15),
      0 100px 80px rgba(255, 255, 255, 0.02),
      0 42px 33px rgba(255, 255, 255, 0.024),
      0 22px 18px rgba(255, 255, 255, 0.028),
      0 12px 10px rgba(255, 255, 255, 0.034),
      0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-avatar-bg: rgba(255, 255, 255, 0.1);
    --color-avatar-border: rgba(240, 246, 252, 0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: -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(255, 255, 255, 0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110, 118, 129, 0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ec8e2c;
    --color-ansi-red-bright: #fdac54;
    --color-ansi-green: #58a6ff;
    --color-ansi-green-bright: #79c0ff;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240, 246, 252, 0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212, 12%, 18%, 1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-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: #1f6feb;
    --color-btn-primary-border: rgba(240, 246, 252, 0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #388bfd;
    --color-btn-primary-hover-border: rgba(240, 246, 252, 0.1);
    --color-btn-primary-selected-bg: #1f6feb;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255, 255, 255, 0.5);
    --color-btn-primary-disabled-bg: rgba(31, 111, 235, 0.6);
    --color-btn-primary-disabled-border: rgba(240, 246, 252, 0.1);
    --color-btn-primary-focus-bg: #1f6feb;
    --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: #ffffff;
    --color-btn-primary-counter-bg: rgba(255, 255, 255, 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(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: #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: #d47616;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #b76100;
    --color-btn-danger-hover-border: #d47616;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255, 255, 255, 0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #914d04;
    --color-btn-danger-selected-border: #ec8e2c;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(212, 118, 22, 0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(183, 97, 0, 0.05);
    --color-btn-danger-focus-border: #d47616;
    --color-btn-danger-focus-shadow: 0 0 0 3px rgba(212, 118, 22, 0.4);
    --color-btn-danger-counter-bg: rgba(183, 97, 0, 0.1);
    --color-btn-danger-icon: #d47616;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110, 118, 129, 0.4);
    --color-action-list-item-inline-divider: rgba(48, 54, 61, 0.48);
    --color-action-list-item-default-hover-bg: rgba(177, 186, 196, 0.12);
    --color-action-list-item-default-hover-border: rgba(0, 0, 0, 0);
    --color-action-list-item-default-active-bg: rgba(177, 186, 196, 0.2);
    --color-action-list-item-default-active-border: rgba(0, 0, 0, 0);
    --color-action-list-item-default-selected-bg: rgba(177, 186, 196, 0.08);
    --color-action-list-item-danger-hover-bg: rgba(212, 118, 22, 0.16);
    --color-action-list-item-danger-active-bg: rgba(212, 118, 22, 0.24);
    --color-action-list-item-danger-hover-text: #ec8e2c;
    --color-switch-track-bg: #010409;
    --color-switch-track-border: #6e7681;
    --color-switch-track-checked-bg: rgba(31, 111, 235, 0.35);
    --color-switch-track-checked-hover-bg: rgba(31, 111, 235, 0.5);
    --color-switch-track-checked-active-bg: rgba(31, 111, 235, 0.65);
    --color-switch-track-checked-border: #58a6ff;
    --color-switch-knob-checked-bg: #1f6feb;
    --color-switch-knob-checked-disabled-bg: #484f58;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240, 246, 252, 0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110, 118, 129, 0.4);
    --color-neutral-subtle: rgba(110, 118, 129, 0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56, 139, 253, 0.4);
    --color-accent-subtle: rgba(56, 139, 253, 0.15);
    --color-success-fg: #58a6ff;
    --color-success-emphasis: #1f6feb;
    --color-success-muted: rgba(56, 139, 253, 0.4);
    --color-success-subtle: rgba(56, 139, 253, 0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187, 128, 9, 0.4);
    --color-attention-subtle: rgba(187, 128, 9, 0.15);
    --color-severe-fg: #d47616;
    --color-severe-emphasis: #b76100;
    --color-severe-muted: rgba(212, 118, 22, 0.4);
    --color-severe-subtle: rgba(212, 118, 22, 0.15);
    --color-danger-fg: #d47616;
    --color-danger-emphasis: #b76100;
    --color-danger-muted: rgba(212, 118, 22, 0.4);
    --color-danger-subtle: rgba(212, 118, 22, 0.15);
    --color-open-fg: #ec8e2c;
    --color-open-emphasis: #b76100;
    --color-open-muted: rgba(212, 118, 22, 0.4);
    --color-open-subtle: rgba(212, 118, 22, 0.15);
    --color-closed-fg: #8b949e;
    --color-closed-emphasis: #6e7681;
    --color-closed-muted: rgba(110, 118, 129, 0.4);
    --color-closed-subtle: rgba(110, 118, 129, 0.1);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163, 113, 247, 0.4);
    --color-done-subtle: rgba(163, 113, 247, 0.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(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 #0c2d6b;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #cae8ff;
    --color-scale-green-1: #a5d6ff;
    --color-scale-green-2: #79c0ff;
    --color-scale-green-3: #58a6ff;
    --color-scale-green-4: #388bfd;
    --color-scale-green-5: #1f6feb;
    --color-scale-green-6: #1158c7;
    --color-scale-green-7: #0d419d;
    --color-scale-green-8: #0c2d6b;
    --color-scale-green-9: #051d4d;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffe2bb;
    --color-scale-orange-1: #ffc981;
    --color-scale-orange-2: #fdac54;
    --color-scale-orange-3: #ec8e2c;
    --color-scale-orange-4: #d47616;
    --color-scale-orange-5: #b76100;
    --color-scale-orange-6: #914d04;
    --color-scale-orange-7: #6c3906;
    --color-scale-orange-8: #4e2906;
    --color-scale-orange-9: #331c04;
    --color-scale-red-0: #ffe2bb;
    --color-scale-red-1: #ffc981;
    --color-scale-red-2: #fdac54;
    --color-scale-red-3: #ec8e2c;
    --color-scale-red-4: #d47616;
    --color-scale-red-5: #b76100;
    --color-scale-red-6: #914d04;
    --color-scale-red-7: #6c3906;
    --color-scale-red-8: #4e2906;
    --color-scale-red-9: #331c04;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
}
@media (prefers-color-scheme: dark) {
  [data-color-mode="auto"][data-dark-theme="dark_colorblind"] {
    --color-canvas-default-transparent: rgba(13, 17, 23, 0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(88, 166, 255, 0.3);
    --color-diff-blob-addition-line-bg: rgba(56, 139, 253, 0.15);
    --color-diff-blob-addition-word-bg: rgba(56, 139, 253, 0.4);
    --color-diff-blob-deletion-num-text: #c9d1d9;
    --color-diff-blob-deletion-fg: #c9d1d9;
    --color-diff-blob-deletion-num-bg: rgba(212, 118, 22, 0.3);
    --color-diff-blob-deletion-line-bg: rgba(212, 118, 22, 0.15);
    --color-diff-blob-deletion-word-bg: rgba(212, 118, 22, 0.4);
    --color-diff-blob-hunk-num-bg: rgba(56, 139, 253, 0.4);
    --color-diff-blob-expander-icon: #8b949e;
    --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
    --color-diffstat-deletion-border: rgba(240, 246, 252, 0.1);
    --color-diffstat-addition-border: rgba(240, 246, 252, 0.1);
    --color-diffstat-addition-bg: #58a6ff;
    --color-search-keyword-hl: rgba(210, 153, 34, 0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #a5d6ff;
    --color-prettylights-syntax-keyword: #ec8e2c;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #fdac54;
    --color-prettylights-syntax-brackethighlighter-unmatched: #d47616;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #6c3906;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #914d04;
    --color-prettylights-syntax-string-regexp: #a5d6ff;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffe2bb;
    --color-prettylights-syntax-markup-deleted-bg: #4e2906;
    --color-prettylights-syntax-markup-inserted-text: #cae8ff;
    --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
    --color-prettylights-syntax-markup-changed-text: #ffe2bb;
    --color-prettylights-syntax-markup-changed-bg: #4e2906;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #c9d1d9;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #8b949e;
    --color-codemirror-cursor: #c9d1d9;
    --color-codemirror-selection-bg: rgba(56, 139, 253, 0.4);
    --color-codemirror-activeline-bg: rgba(110, 118, 129, 0.1);
    --color-codemirror-matchingbracket-text: #c9d1d9;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ec8e2c;
    --color-codemirror-syntax-storage: #ec8e2c;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #fdac54;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #c9d1d9;
    --color-checks-text-secondary: #8b949e;
    --color-checks-text-link: #58a6ff;
    --color-checks-btn-icon: #8b949e;
    --color-checks-btn-hover-icon: #c9d1d9;
    --color-checks-btn-hover-bg: rgba(110, 118, 129, 0.1);
    --color-checks-input-text: #8b949e;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #c9d1d9;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => get_1.default(obj, path);
    --color-checks-donut-error: #d47616;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #388bfd;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #c9d1d9;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1, 4, 9, 0.3);
    --color-checks-dropdown-hover-text: #c9d1d9;
    --color-checks-dropdown-hover-bg: rgba(110, 118, 129, 0.1);
    --color-checks-dropdown-btn-hover-text: #c9d1d9;
    --color-checks-dropdown-btn-hover-bg: rgba(110, 118, 129, 0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110, 118, 129, 0.4);
    --color-checks-header-label-text: #8b949e;
    --color-checks-header-label-open-text: #c9d1d9;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #8b949e;
    --color-checks-line-text: #8b949e;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110, 118, 129, 0.1);
    --color-checks-line-selected-bg: rgba(56, 139, 253, 0.15);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187, 128, 9, 0.15);
    --color-checks-gate-text: #8b949e;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #d47616;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #8b949e;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(212, 118, 22, 0.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: #58a6ff;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ec8e2c;
    --color-checks-ansi-red-bright: #fdac54;
    --color-checks-ansi-green: #58a6ff;
    --color-checks-ansi-green-bright: #79c0ff;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22, 27, 34, 0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15),
      0 100px 80px rgba(255, 255, 255, 0.02),
      0 42px 33px rgba(255, 255, 255, 0.024),
      0 22px 18px rgba(255, 255, 255, 0.028),
      0 12px 10px rgba(255, 255, 255, 0.034),
      0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-avatar-bg: rgba(255, 255, 255, 0.1);
    --color-avatar-border: rgba(240, 246, 252, 0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: -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(255, 255, 255, 0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110, 118, 129, 0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ec8e2c;
    --color-ansi-red-bright: #fdac54;
    --color-ansi-green: #58a6ff;
    --color-ansi-green-bright: #79c0ff;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240, 246, 252, 0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212, 12%, 18%, 1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-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: #1f6feb;
    --color-btn-primary-border: rgba(240, 246, 252, 0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #388bfd;
    --color-btn-primary-hover-border: rgba(240, 246, 252, 0.1);
    --color-btn-primary-selected-bg: #1f6feb;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255, 255, 255, 0.5);
    --color-btn-primary-disabled-bg: rgba(31, 111, 235, 0.6);
    --color-btn-primary-disabled-border: rgba(240, 246, 252, 0.1);
    --color-btn-primary-focus-bg: #1f6feb;
    --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: #ffffff;
    --color-btn-primary-counter-bg: rgba(255, 255, 255, 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(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: #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: #d47616;
    --color-btn-danger-hover-text: #ffffff;
    --color-btn-danger-hover-bg: #b76100;
    --color-btn-danger-hover-border: #d47616;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255, 255, 255, 0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #914d04;
    --color-btn-danger-selected-border: #ec8e2c;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(212, 118, 22, 0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(183, 97, 0, 0.05);
    --color-btn-danger-focus-border: #d47616;
    --color-btn-danger-focus-shadow: 0 0 0 3px rgba(212, 118, 22, 0.4);
    --color-btn-danger-counter-bg: rgba(183, 97, 0, 0.1);
    --color-btn-danger-icon: #d47616;
    --color-underlinenav-icon: #6e7681;
    --color-underlinenav-border-hover: rgba(110, 118, 129, 0.4);
    --color-action-list-item-inline-divider: rgba(48, 54, 61, 0.48);
    --color-action-list-item-default-hover-bg: rgba(177, 186, 196, 0.12);
    --color-action-list-item-default-hover-border: rgba(0, 0, 0, 0);
    --color-action-list-item-default-active-bg: rgba(177, 186, 196, 0.2);
    --color-action-list-item-default-active-border: rgba(0, 0, 0, 0);
    --color-action-list-item-default-selected-bg: rgba(177, 186, 196, 0.08);
    --color-action-list-item-danger-hover-bg: rgba(212, 118, 22, 0.16);
    --color-action-list-item-danger-active-bg: rgba(212, 118, 22, 0.24);
    --color-action-list-item-danger-hover-text: #ec8e2c;
    --color-switch-track-bg: #010409;
    --color-switch-track-border: #6e7681;
    --color-switch-track-checked-bg: rgba(31, 111, 235, 0.35);
    --color-switch-track-checked-hover-bg: rgba(31, 111, 235, 0.5);
    --color-switch-track-checked-active-bg: rgba(31, 111, 235, 0.65);
    --color-switch-track-checked-border: #58a6ff;
    --color-switch-knob-checked-bg: #1f6feb;
    --color-switch-knob-checked-disabled-bg: #484f58;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240, 246, 252, 0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110, 118, 129, 0.4);
    --color-neutral-subtle: rgba(110, 118, 129, 0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56, 139, 253, 0.4);
    --color-accent-subtle: rgba(56, 139, 253, 0.15);
    --color-success-fg: #58a6ff;
    --color-success-emphasis: #1f6feb;
    --color-success-muted: rgba(56, 139, 253, 0.4);
    --color-success-subtle: rgba(56, 139, 253, 0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187, 128, 9, 0.4);
    --color-attention-subtle: rgba(187, 128, 9, 0.15);
    --color-severe-fg: #d47616;
    --color-severe-emphasis: #b76100;
    --color-severe-muted: rgba(212, 118, 22, 0.4);
    --color-severe-subtle: rgba(212, 118, 22, 0.15);
    --color-danger-fg: #d47616;
    --color-danger-emphasis: #b76100;
    --color-danger-muted: rgba(212, 118, 22, 0.4);
    --color-danger-subtle: rgba(212, 118, 22, 0.15);
    --color-open-fg: #ec8e2c;
    --color-open-emphasis: #b76100;
    --color-open-muted: rgba(212, 118, 22, 0.4);
    --color-open-subtle: rgba(212, 118, 22, 0.15);
    --color-closed-fg: #8b949e;
    --color-closed-emphasis: #6e7681;
    --color-closed-muted: rgba(110, 118, 129, 0.4);
    --color-closed-subtle: rgba(110, 118, 129, 0.1);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163, 113, 247, 0.4);
    --color-done-subtle: rgba(163, 113, 247, 0.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(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 #0c2d6b;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #cae8ff;
    --color-scale-green-1: #a5d6ff;
    --color-scale-green-2: #79c0ff;
    --color-scale-green-3: #58a6ff;
    --color-scale-green-4: #388bfd;
    --color-scale-green-5: #1f6feb;
    --color-scale-green-6: #1158c7;
    --color-scale-green-7: #0d419d;
    --color-scale-green-8: #0c2d6b;
    --color-scale-green-9: #051d4d;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffe2bb;
    --color-scale-orange-1: #ffc981;
    --color-scale-orange-2: #fdac54;
    --color-scale-orange-3: #ec8e2c;
    --color-scale-orange-4: #d47616;
    --color-scale-orange-5: #b76100;
    --color-scale-orange-6: #914d04;
    --color-scale-orange-7: #6c3906;
    --color-scale-orange-8: #4e2906;
    --color-scale-orange-9: #331c04;
    --color-scale-red-0: #ffe2bb;
    --color-scale-red-1: #ffc981;
    --color-scale-red-2: #fdac54;
    --color-scale-red-3: #ec8e2c;
    --color-scale-red-4: #d47616;
    --color-scale-red-5: #b76100;
    --color-scale-red-6: #914d04;
    --color-scale-red-7: #6c3906;
    --color-scale-red-8: #4e2906;
    --color-scale-red-9: #331c04;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
}
[data-color-mode="light"][data-light-theme="dark_tritanopia"],
[data-color-mode="dark"][data-dark-theme="dark_tritanopia"] {
  --color-canvas-default-transparent: rgba(13, 17, 23, 0);
  --color-page-header-bg: #0d1117;
  --color-marketing-icon-primary: #79c0ff;
  --color-marketing-icon-secondary: #1f6feb;
  --color-diff-blob-addition-num-text: #c9d1d9;
  --color-diff-blob-addition-fg: #c9d1d9;
  --color-diff-blob-addition-num-bg: rgba(88, 166, 255, 0.3);
  --color-diff-blob-addition-line-bg: rgba(56, 139, 253, 0.15);
  --color-diff-blob-addition-word-bg: rgba(56, 139, 253, 0.4);
  --color-diff-blob-deletion-num-text: #c9d1d9;
  --color-diff-blob-deletion-fg: #c9d1d9;
  --color-diff-blob-deletion-num-bg: rgba(248, 81, 73, 0.3);
  --color-diff-blob-deletion-line-bg: rgba(248, 81, 73, 0.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: #58a6ff;
  --color-search-keyword-hl: rgba(210, 153, 34, 0.4);
  --color-prettylights-syntax-comment: #8b949e;
  --color-prettylights-syntax-constant: #79c0ff;
  --color-prettylights-syntax-entity: #d2a8ff;
  --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
  --color-prettylights-syntax-entity-tag: #a5d6ff;
  --color-prettylights-syntax-keyword: #ff7b72;
  --color-prettylights-syntax-string: #a5d6ff;
  --color-prettylights-syntax-variable: #ffa198;
  --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
  --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
  --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
  --color-prettylights-syntax-carriage-return-text: #f0f6fc;
  --color-prettylights-syntax-carriage-return-bg: #b62324;
  --color-prettylights-syntax-string-regexp: #a5d6ff;
  --color-prettylights-syntax-markup-list: #f2cc60;
  --color-prettylights-syntax-markup-heading: #1f6feb;
  --color-prettylights-syntax-markup-italic: #c9d1d9;
  --color-prettylights-syntax-markup-bold: #c9d1d9;
  --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
  --color-prettylights-syntax-markup-deleted-bg: #67060c;
  --color-prettylights-syntax-markup-inserted-text: #cae8ff;
  --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
  --color-prettylights-syntax-markup-changed-text: #ffdcd7;
  --color-prettylights-syntax-markup-changed-bg: #67060c;
  --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
  --color-prettylights-syntax-markup-ignored-bg: #1158c7;
  --color-prettylights-syntax-meta-diff-range: #d2a8ff;
  --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
  --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
  --color-codemirror-text: #c9d1d9;
  --color-codemirror-bg: #0d1117;
  --color-codemirror-gutters-bg: #0d1117;
  --color-codemirror-guttermarker-text: #0d1117;
  --color-codemirror-guttermarker-subtle-text: #6e7681;
  --color-codemirror-linenumber-text: #8b949e;
  --color-codemirror-cursor: #c9d1d9;
  --color-codemirror-selection-bg: rgba(56, 139, 253, 0.4);
  --color-codemirror-activeline-bg: rgba(110, 118, 129, 0.1);
  --color-codemirror-matchingbracket-text: #c9d1d9;
  --color-codemirror-lines-bg: #0d1117;
  --color-codemirror-syntax-comment: #8b949e;
  --color-codemirror-syntax-constant: #79c0ff;
  --color-codemirror-syntax-entity: #d2a8ff;
  --color-codemirror-syntax-keyword: #ff7b72;
  --color-codemirror-syntax-storage: #ff7b72;
  --color-codemirror-syntax-string: #a5d6ff;
  --color-codemirror-syntax-support: #79c0ff;
  --color-codemirror-syntax-variable: #ffa198;
  --color-checks-bg: #010409;
  --color-checks-run-border-width: 1px;
  --color-checks-container-border-width: 1px;
  --color-checks-text-primary: #c9d1d9;
  --color-checks-text-secondary: #8b949e;
  --color-checks-text-link: #58a6ff;
  --color-checks-btn-icon: #8b949e;
  --color-checks-btn-hover-icon: #c9d1d9;
  --color-checks-btn-hover-bg: rgba(110, 118, 129, 0.1);
  --color-checks-input-text: #8b949e;
  --color-checks-input-placeholder-text: #6e7681;
  --color-checks-input-focus-text: #c9d1d9;
  --color-checks-input-bg: #161b22;
  --color-checks-input-shadow: 0 0 0 1px (obj) => get_1.default(obj, path);
  --color-checks-donut-error: #f85149;
  --color-checks-donut-pending: #d29922;
  --color-checks-donut-success: #388bfd;
  --color-checks-donut-neutral: #8b949e;
  --color-checks-dropdown-text: #c9d1d9;
  --color-checks-dropdown-bg: #161b22;
  --color-checks-dropdown-border: #30363d;
  --color-checks-dropdown-shadow: rgba(1, 4, 9, 0.3);
  --color-checks-dropdown-hover-text: #c9d1d9;
  --color-checks-dropdown-hover-bg: rgba(110, 118, 129, 0.1);
  --color-checks-dropdown-btn-hover-text: #c9d1d9;
  --color-checks-dropdown-btn-hover-bg: rgba(110, 118, 129, 0.1);
  --color-checks-scrollbar-thumb-bg: rgba(110, 118, 129, 0.4);
  --color-checks-header-label-text: #8b949e;
  --color-checks-header-label-open-text: #c9d1d9;
  --color-checks-header-border: #21262d;
  --color-checks-header-icon: #8b949e;
  --color-checks-line-text: #8b949e;
  --color-checks-line-num-text: #6e7681;
  --color-checks-line-timestamp-text: #6e7681;
  --color-checks-line-hover-bg: rgba(110, 118, 129, 0.1);
  --color-checks-line-selected-bg: rgba(56, 139, 253, 0.15);
  --color-checks-line-selected-num-text: #58a6ff;
  --color-checks-line-dt-fm-text: #ffffff;
  --color-checks-line-dt-fm-bg: #9e6a03;
  --color-checks-gate-bg: rgba(187, 128, 9, 0.15);
  --color-checks-gate-text: #8b949e;
  --color-checks-gate-waiting-text: #d29922;
  --color-checks-step-header-open-bg: #161b22;
  --color-checks-step-error-text: #f85149;
  --color-checks-step-warning-text: #d29922;
  --color-checks-logline-text: #8b949e;
  --color-checks-logline-num-text: #6e7681;
  --color-checks-logline-debug-text: #a371f7;
  --color-checks-logline-error-text: #8b949e;
  --color-checks-logline-error-num-text: #6e7681;
  --color-checks-logline-error-bg: rgba(248, 81, 73, 0.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: #58a6ff;
  --color-checks-ansi-black: #0d1117;
  --color-checks-ansi-black-bright: #161b22;
  --color-checks-ansi-white: #b1bac4;
  --color-checks-ansi-white-bright: #b1bac4;
  --color-checks-ansi-gray: #6e7681;
  --color-checks-ansi-red: #ff7b72;
  --color-checks-ansi-red-bright: #ffa198;
  --color-checks-ansi-green: #58a6ff;
  --color-checks-ansi-green-bright: #79c0ff;
  --color-checks-ansi-yellow: #d29922;
  --color-checks-ansi-yellow-bright: #e3b341;
  --color-checks-ansi-blue: #58a6ff;
  --color-checks-ansi-blue-bright: #79c0ff;
  --color-checks-ansi-magenta: #bc8cff;
  --color-checks-ansi-magenta-bright: #d2a8ff;
  --color-checks-ansi-cyan: #76e3ea;
  --color-checks-ansi-cyan-bright: #b3f0ff;
  --color-project-header-bg: #0d1117;
  --color-project-sidebar-bg: #161b22;
  --color-project-gradient-in: #161b22;
  --color-project-gradient-out: rgba(22, 27, 34, 0);
  --color-mktg-btn-bg: #f6f8fa;
  --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
  --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
  --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15),
    0 100px 80px rgba(255, 255, 255, 0.02),
    0 42px 33px rgba(255, 255, 255, 0.024),
    0 22px 18px rgba(255, 255, 255, 0.028),
    0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04),
    0 3px 2px rgba(255, 255, 255, 0.07);
  --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
  --color-avatar-bg: rgba(255, 255, 255, 0.1);
  --color-avatar-border: rgba(240, 246, 252, 0.1);
  --color-avatar-stack-fade: #30363d;
  --color-avatar-stack-fade-more: #21262d;
  --color-avatar-child-shadow: -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(255, 255, 255, 0.7);
  --color-header-bg: #161b22;
  --color-header-divider: #8b949e;
  --color-header-logo: #f0f6fc;
  --color-header-search-bg: #0d1117;
  --color-header-search-border: #30363d;
  --color-sidenav-selected-bg: #21262d;
  --color-menu-bg-active: #161b22;
  --color-input-disabled-bg: rgba(110, 118, 129, 0);
  --color-timeline-badge-bg: #21262d;
  --color-ansi-black: #484f58;
  --color-ansi-black-bright: #6e7681;
  --color-ansi-white: #b1bac4;
  --color-ansi-white-bright: #ffffff;
  --color-ansi-gray: #6e7681;
  --color-ansi-red: #ff7b72;
  --color-ansi-red-bright: #ffa198;
  --color-ansi-green: #58a6ff;
  --color-ansi-green-bright: #79c0ff;
  --color-ansi-yellow: #d29922;
  --color-ansi-yellow-bright: #e3b341;
  --color-ansi-blue: #58a6ff;
  --color-ansi-blue-bright: #79c0ff;
  --color-ansi-magenta: #bc8cff;
  --color-ansi-magenta-bright: #d2a8ff;
  --color-ansi-cyan: #39c5cf;
  --color-ansi-cyan-bright: #56d4dd;
  --color-btn-text: #c9d1d9;
  --color-btn-bg: #21262d;
  --color-btn-border: rgba(240, 246, 252, 0.1);
  --color-btn-shadow: 0 0 transparent;
  --color-btn-inset-shadow: 0 0 transparent;
  --color-btn-hover-bg: #30363d;
  --color-btn-hover-border: #8b949e;
  --color-btn-active-bg: hsla(212, 12%, 18%, 1);
  --color-btn-active-border: #6e7681;
  --color-btn-selected-bg: #161b22;
  --color-btn-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: #1f6feb;
  --color-btn-primary-border: rgba(240, 246, 252, 0.1);
  --color-btn-primary-shadow: 0 0 transparent;
  --color-btn-primary-inset-shadow: 0 0 transparent;
  --color-btn-primary-hover-bg: #388bfd;
  --color-btn-primary-hover-border: rgba(240, 246, 252, 0.1);
  --color-btn-primary-selected-bg: #1f6feb;
  --color-btn-primary-selected-shadow: 0 0 transparent;
  --color-btn-primary-disabled-text: rgba(255, 255, 255, 0.5);
  --color-btn-primary-disabled-bg: rgba(31, 111, 235, 0.6);
  --color-btn-primary-disabled-border: rgba(240, 246, 252, 0.1);
  --color-btn-primary-focus-bg: #1f6feb;
  --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: #ffffff;
  --color-btn-primary-counter-bg: rgba(255, 255, 255, 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(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: #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: #ffffff;
  --color-btn-danger-hover-bg: #da3633;
  --color-btn-danger-hover-border: #f85149;
  --color-btn-danger-hover-shadow: 0 0 transparent;
  --color-btn-danger-hover-inset-shadow: 0 0 transparent;
  --color-btn-danger-hover-icon: #ffffff;
  --color-btn-danger-hover-counter-bg: rgba(255, 255, 255, 0.2);
  --color-btn-danger-selected-text: #ffffff;
  --color-btn-danger-selected-bg: #b62324;
  --color-btn-danger-selected-border: #ff7b72;
  --color-btn-danger-selected-shadow: 0 0 transparent;
  --color-btn-danger-disabled-text: rgba(248, 81, 73, 0.5);
  --color-btn-danger-disabled-bg: #0d1117;
  --color-btn-danger-disabled-counter-bg: rgba(218, 54, 51, 0.05);
  --color-btn-danger-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: #6e7681;
  --color-underlinenav-border-hover: rgba(110, 118, 129, 0.4);
  --color-action-list-item-inline-divider: rgba(48, 54, 61, 0.48);
  --color-action-list-item-default-hover-bg: rgba(177, 186, 196, 0.12);
  --color-action-list-item-default-hover-border: rgba(0, 0, 0, 0);
  --color-action-list-item-default-active-bg: rgba(177, 186, 196, 0.2);
  --color-action-list-item-default-active-border: rgba(0, 0, 0, 0);
  --color-action-list-item-default-selected-bg: rgba(177, 186, 196, 0.08);
  --color-action-list-item-danger-hover-bg: rgba(248, 81, 73, 0.16);
  --color-action-list-item-danger-active-bg: rgba(248, 81, 73, 0.24);
  --color-action-list-item-danger-hover-text: #ff7b72;
  --color-switch-track-bg: #010409;
  --color-switch-track-border: #6e7681;
  --color-switch-track-checked-bg: rgba(31, 111, 235, 0.35);
  --color-switch-track-checked-hover-bg: rgba(31, 111, 235, 0.5);
  --color-switch-track-checked-active-bg: rgba(31, 111, 235, 0.65);
  --color-switch-track-checked-border: #58a6ff;
  --color-switch-knob-checked-bg: #1f6feb;
  --color-switch-knob-checked-disabled-bg: #484f58;
  --color-fg-default: #c9d1d9;
  --color-fg-muted: #8b949e;
  --color-fg-subtle: #6e7681;
  --color-fg-on-emphasis: #ffffff;
  --color-canvas-default: #0d1117;
  --color-canvas-overlay: #161b22;
  --color-canvas-inset: #010409;
  --color-canvas-subtle: #161b22;
  --color-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-border-subtle: rgba(240, 246, 252, 0.1);
  --color-shadow-small: 0 0 transparent;
  --color-shadow-medium: 0 3px 6px #010409;
  --color-shadow-large: 0 8px 24px #010409;
  --color-shadow-extra-large: 0 12px 48px #010409;
  --color-neutral-emphasis-plus: #6e7681;
  --color-neutral-emphasis: #6e7681;
  --color-neutral-muted: rgba(110, 118, 129, 0.4);
  --color-neutral-subtle: rgba(110, 118, 129, 0.1);
  --color-accent-fg: #58a6ff;
  --color-accent-emphasis: #1f6feb;
  --color-accent-muted: rgba(56, 139, 253, 0.4);
  --color-accent-subtle: rgba(56, 139, 253, 0.15);
  --color-success-fg: #58a6ff;
  --color-success-emphasis: #1f6feb;
  --color-success-muted: rgba(56, 139, 253, 0.4);
  --color-success-subtle: rgba(56, 139, 253, 0.15);
  --color-attention-fg: #d29922;
  --color-attention-emphasis: #9e6a03;
  --color-attention-muted: rgba(187, 128, 9, 0.4);
  --color-attention-subtle: rgba(187, 128, 9, 0.15);
  --color-severe-fg: #f85149;
  --color-severe-emphasis: #da3633;
  --color-severe-muted: rgba(248, 81, 73, 0.4);
  --color-severe-subtle: rgba(248, 81, 73, 0.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-open-fg: #ff7b72;
  --color-open-emphasis: #da3633;
  --color-open-muted: rgba(248, 81, 73, 0.4);
  --color-open-subtle: rgba(248, 81, 73, 0.15);
  --color-closed-fg: #8b949e;
  --color-closed-emphasis: #6e7681;
  --color-closed-muted: rgba(110, 118, 129, 0.4);
  --color-closed-subtle: rgba(110, 118, 129, 0.1);
  --color-done-fg: #a371f7;
  --color-done-emphasis: #8957e5;
  --color-done-muted: rgba(163, 113, 247, 0.4);
  --color-done-subtle: rgba(163, 113, 247, 0.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(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 #0c2d6b;
  --color-scale-black: #010409;
  --color-scale-white: #ffffff;
  --color-scale-gray-0: #f0f6fc;
  --color-scale-gray-1: #c9d1d9;
  --color-scale-gray-2: #b1bac4;
  --color-scale-gray-3: #8b949e;
  --color-scale-gray-4: #6e7681;
  --color-scale-gray-5: #484f58;
  --color-scale-gray-6: #30363d;
  --color-scale-gray-7: #21262d;
  --color-scale-gray-8: #161b22;
  --color-scale-gray-9: #0d1117;
  --color-scale-blue-0: #cae8ff;
  --color-scale-blue-1: #a5d6ff;
  --color-scale-blue-2: #79c0ff;
  --color-scale-blue-3: #58a6ff;
  --color-scale-blue-4: #388bfd;
  --color-scale-blue-5: #1f6feb;
  --color-scale-blue-6: #1158c7;
  --color-scale-blue-7: #0d419d;
  --color-scale-blue-8: #0c2d6b;
  --color-scale-blue-9: #051d4d;
  --color-scale-green-0: #cae8ff;
  --color-scale-green-1: #a5d6ff;
  --color-scale-green-2: #79c0ff;
  --color-scale-green-3: #58a6ff;
  --color-scale-green-4: #388bfd;
  --color-scale-green-5: #1f6feb;
  --color-scale-green-6: #1158c7;
  --color-scale-green-7: #0d419d;
  --color-scale-green-8: #0c2d6b;
  --color-scale-green-9: #051d4d;
  --color-scale-yellow-0: #f8e3a1;
  --color-scale-yellow-1: #f2cc60;
  --color-scale-yellow-2: #e3b341;
  --color-scale-yellow-3: #d29922;
  --color-scale-yellow-4: #bb8009;
  --color-scale-yellow-5: #9e6a03;
  --color-scale-yellow-6: #845306;
  --color-scale-yellow-7: #693e00;
  --color-scale-yellow-8: #4b2900;
  --color-scale-yellow-9: #341a00;
  --color-scale-orange-0: #ffdcd7;
  --color-scale-orange-1: #ffc1ba;
  --color-scale-orange-2: #ffa198;
  --color-scale-orange-3: #ff7b72;
  --color-scale-orange-4: #f85149;
  --color-scale-orange-5: #da3633;
  --color-scale-orange-6: #b62324;
  --color-scale-orange-7: #8e1519;
  --color-scale-orange-8: #67060c;
  --color-scale-orange-9: #490202;
  --color-scale-red-0: #ffdcd7;
  --color-scale-red-1: #ffc1ba;
  --color-scale-red-2: #ffa198;
  --color-scale-red-3: #ff7b72;
  --color-scale-red-4: #f85149;
  --color-scale-red-5: #da3633;
  --color-scale-red-6: #b62324;
  --color-scale-red-7: #8e1519;
  --color-scale-red-8: #67060c;
  --color-scale-red-9: #490202;
  --color-scale-purple-0: #eddeff;
  --color-scale-purple-1: #e2c5ff;
  --color-scale-purple-2: #d2a8ff;
  --color-scale-purple-3: #bc8cff;
  --color-scale-purple-4: #a371f7;
  --color-scale-purple-5: #8957e5;
  --color-scale-purple-6: #6e40c9;
  --color-scale-purple-7: #553098;
  --color-scale-purple-8: #3c1e70;
  --color-scale-purple-9: #271052;
  --color-scale-pink-0: #ffdaec;
  --color-scale-pink-1: #ffbedd;
  --color-scale-pink-2: #ff9bce;
  --color-scale-pink-3: #f778ba;
  --color-scale-pink-4: #db61a2;
  --color-scale-pink-5: #bf4b8a;
  --color-scale-pink-6: #9e3670;
  --color-scale-pink-7: #7d2457;
  --color-scale-pink-8: #5e103e;
  --color-scale-pink-9: #42062a;
  --color-scale-coral-0: #ffddd2;
  --color-scale-coral-1: #ffc2b2;
  --color-scale-coral-2: #ffa28b;
  --color-scale-coral-3: #f78166;
  --color-scale-coral-4: #ea6045;
  --color-scale-coral-5: #cf462d;
  --color-scale-coral-6: #ac3220;
  --color-scale-coral-7: #872012;
  --color-scale-coral-8: #640d04;
  --color-scale-coral-9: #460701;
}
@media (prefers-color-scheme: light) {
  [data-color-mode="auto"][data-light-theme="dark_tritanopia"] {
    --color-canvas-default-transparent: rgba(13, 17, 23, 0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(88, 166, 255, 0.3);
    --color-diff-blob-addition-line-bg: rgba(56, 139, 253, 0.15);
    --color-diff-blob-addition-word-bg: rgba(56, 139, 253, 0.4);
    --color-diff-blob-deletion-num-text: #c9d1d9;
    --color-diff-blob-deletion-fg: #c9d1d9;
    --color-diff-blob-deletion-num-bg: rgba(248, 81, 73, 0.3);
    --color-diff-blob-deletion-line-bg: rgba(248, 81, 73, 0.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: #58a6ff;
    --color-search-keyword-hl: rgba(210, 153, 34, 0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #a5d6ff;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa198;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #a5d6ff;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #cae8ff;
    --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
    --color-prettylights-syntax-markup-changed-text: #ffdcd7;
    --color-prettylights-syntax-markup-changed-bg: #67060c;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #c9d1d9;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #8b949e;
    --color-codemirror-cursor: #c9d1d9;
    --color-codemirror-selection-bg: rgba(56, 139, 253, 0.4);
    --color-codemirror-activeline-bg: rgba(110, 118, 129, 0.1);
    --color-codemirror-matchingbracket-text: #c9d1d9;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ff7b72;
    --color-codemirror-syntax-storage: #ff7b72;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #ffa198;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #c9d1d9;
    --color-checks-text-secondary: #8b949e;
    --color-checks-text-link: #58a6ff;
    --color-checks-btn-icon: #8b949e;
    --color-checks-btn-hover-icon: #c9d1d9;
    --color-checks-btn-hover-bg: rgba(110, 118, 129, 0.1);
    --color-checks-input-text: #8b949e;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #c9d1d9;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => get_1.default(obj, path);
    --color-checks-donut-error: #f85149;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #388bfd;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #c9d1d9;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1, 4, 9, 0.3);
    --color-checks-dropdown-hover-text: #c9d1d9;
    --color-checks-dropdown-hover-bg: rgba(110, 118, 129, 0.1);
    --color-checks-dropdown-btn-hover-text: #c9d1d9;
    --color-checks-dropdown-btn-hover-bg: rgba(110, 118, 129, 0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110, 118, 129, 0.4);
    --color-checks-header-label-text: #8b949e;
    --color-checks-header-label-open-text: #c9d1d9;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #8b949e;
    --color-checks-line-text: #8b949e;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110, 118, 129, 0.1);
    --color-checks-line-selected-bg: rgba(56, 139, 253, 0.15);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187, 128, 9, 0.15);
    --color-checks-gate-text: #8b949e;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #f85149;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #8b949e;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(248, 81, 73, 0.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: #58a6ff;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ff7b72;
    --color-checks-ansi-red-bright: #ffa198;
    --color-checks-ansi-green: #58a6ff;
    --color-checks-ansi-green-bright: #79c0ff;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22, 27, 34, 0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15),
      0 100px 80px rgba(255, 255, 255, 0.02),
      0 42px 33px rgba(255, 255, 255, 0.024),
      0 22px 18px rgba(255, 255, 255, 0.028),
      0 12px 10px rgba(255, 255, 255, 0.034),
      0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-avatar-bg: rgba(255, 255, 255, 0.1);
    --color-avatar-border: rgba(240, 246, 252, 0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: -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(255, 255, 255, 0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110, 118, 129, 0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ff7b72;
    --color-ansi-red-bright: #ffa198;
    --color-ansi-green: #58a6ff;
    --color-ansi-green-bright: #79c0ff;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240, 246, 252, 0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212, 12%, 18%, 1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-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: #1f6feb;
    --color-btn-primary-border: rgba(240, 246, 252, 0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #388bfd;
    --color-btn-primary-hover-border: rgba(240, 246, 252, 0.1);
    --color-btn-primary-selected-bg: #1f6feb;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255, 255, 255, 0.5);
    --color-btn-primary-disabled-bg: rgba(31, 111, 235, 0.6);
    --color-btn-primary-disabled-border: rgba(240, 246, 252, 0.1);
    --color-btn-primary-focus-bg: #1f6feb;
    --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: #ffffff;
    --color-btn-primary-counter-bg: rgba(255, 255, 255, 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(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: #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: #ffffff;
    --color-btn-danger-hover-bg: #da3633;
    --color-btn-danger-hover-border: #f85149;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255, 255, 255, 0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #b62324;
    --color-btn-danger-selected-border: #ff7b72;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(248, 81, 73, 0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(218, 54, 51, 0.05);
    --color-btn-danger-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: #6e7681;
    --color-underlinenav-border-hover: rgba(110, 118, 129, 0.4);
    --color-action-list-item-inline-divider: rgba(48, 54, 61, 0.48);
    --color-action-list-item-default-hover-bg: rgba(177, 186, 196, 0.12);
    --color-action-list-item-default-hover-border: rgba(0, 0, 0, 0);
    --color-action-list-item-default-active-bg: rgba(177, 186, 196, 0.2);
    --color-action-list-item-default-active-border: rgba(0, 0, 0, 0);
    --color-action-list-item-default-selected-bg: rgba(177, 186, 196, 0.08);
    --color-action-list-item-danger-hover-bg: rgba(248, 81, 73, 0.16);
    --color-action-list-item-danger-active-bg: rgba(248, 81, 73, 0.24);
    --color-action-list-item-danger-hover-text: #ff7b72;
    --color-switch-track-bg: #010409;
    --color-switch-track-border: #6e7681;
    --color-switch-track-checked-bg: rgba(31, 111, 235, 0.35);
    --color-switch-track-checked-hover-bg: rgba(31, 111, 235, 0.5);
    --color-switch-track-checked-active-bg: rgba(31, 111, 235, 0.65);
    --color-switch-track-checked-border: #58a6ff;
    --color-switch-knob-checked-bg: #1f6feb;
    --color-switch-knob-checked-disabled-bg: #484f58;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240, 246, 252, 0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110, 118, 129, 0.4);
    --color-neutral-subtle: rgba(110, 118, 129, 0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56, 139, 253, 0.4);
    --color-accent-subtle: rgba(56, 139, 253, 0.15);
    --color-success-fg: #58a6ff;
    --color-success-emphasis: #1f6feb;
    --color-success-muted: rgba(56, 139, 253, 0.4);
    --color-success-subtle: rgba(56, 139, 253, 0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187, 128, 9, 0.4);
    --color-attention-subtle: rgba(187, 128, 9, 0.15);
    --color-severe-fg: #f85149;
    --color-severe-emphasis: #da3633;
    --color-severe-muted: rgba(248, 81, 73, 0.4);
    --color-severe-subtle: rgba(248, 81, 73, 0.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-open-fg: #ff7b72;
    --color-open-emphasis: #da3633;
    --color-open-muted: rgba(248, 81, 73, 0.4);
    --color-open-subtle: rgba(248, 81, 73, 0.15);
    --color-closed-fg: #8b949e;
    --color-closed-emphasis: #6e7681;
    --color-closed-muted: rgba(110, 118, 129, 0.4);
    --color-closed-subtle: rgba(110, 118, 129, 0.1);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163, 113, 247, 0.4);
    --color-done-subtle: rgba(163, 113, 247, 0.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(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 #0c2d6b;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #cae8ff;
    --color-scale-green-1: #a5d6ff;
    --color-scale-green-2: #79c0ff;
    --color-scale-green-3: #58a6ff;
    --color-scale-green-4: #388bfd;
    --color-scale-green-5: #1f6feb;
    --color-scale-green-6: #1158c7;
    --color-scale-green-7: #0d419d;
    --color-scale-green-8: #0c2d6b;
    --color-scale-green-9: #051d4d;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffdcd7;
    --color-scale-orange-1: #ffc1ba;
    --color-scale-orange-2: #ffa198;
    --color-scale-orange-3: #ff7b72;
    --color-scale-orange-4: #f85149;
    --color-scale-orange-5: #da3633;
    --color-scale-orange-6: #b62324;
    --color-scale-orange-7: #8e1519;
    --color-scale-orange-8: #67060c;
    --color-scale-orange-9: #490202;
    --color-scale-red-0: #ffdcd7;
    --color-scale-red-1: #ffc1ba;
    --color-scale-red-2: #ffa198;
    --color-scale-red-3: #ff7b72;
    --color-scale-red-4: #f85149;
    --color-scale-red-5: #da3633;
    --color-scale-red-6: #b62324;
    --color-scale-red-7: #8e1519;
    --color-scale-red-8: #67060c;
    --color-scale-red-9: #490202;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
}
@media (prefers-color-scheme: dark) {
  [data-color-mode="auto"][data-dark-theme="dark_tritanopia"] {
    --color-canvas-default-transparent: rgba(13, 17, 23, 0);
    --color-page-header-bg: #0d1117;
    --color-marketing-icon-primary: #79c0ff;
    --color-marketing-icon-secondary: #1f6feb;
    --color-diff-blob-addition-num-text: #c9d1d9;
    --color-diff-blob-addition-fg: #c9d1d9;
    --color-diff-blob-addition-num-bg: rgba(88, 166, 255, 0.3);
    --color-diff-blob-addition-line-bg: rgba(56, 139, 253, 0.15);
    --color-diff-blob-addition-word-bg: rgba(56, 139, 253, 0.4);
    --color-diff-blob-deletion-num-text: #c9d1d9;
    --color-diff-blob-deletion-fg: #c9d1d9;
    --color-diff-blob-deletion-num-bg: rgba(248, 81, 73, 0.3);
    --color-diff-blob-deletion-line-bg: rgba(248, 81, 73, 0.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: #58a6ff;
    --color-search-keyword-hl: rgba(210, 153, 34, 0.4);
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #a5d6ff;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa198;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #a5d6ff;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #cae8ff;
    --color-prettylights-syntax-markup-inserted-bg: #0c2d6b;
    --color-prettylights-syntax-markup-changed-text: #ffdcd7;
    --color-prettylights-syntax-markup-changed-bg: #67060c;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-codemirror-text: #c9d1d9;
    --color-codemirror-bg: #0d1117;
    --color-codemirror-gutters-bg: #0d1117;
    --color-codemirror-guttermarker-text: #0d1117;
    --color-codemirror-guttermarker-subtle-text: #6e7681;
    --color-codemirror-linenumber-text: #8b949e;
    --color-codemirror-cursor: #c9d1d9;
    --color-codemirror-selection-bg: rgba(56, 139, 253, 0.4);
    --color-codemirror-activeline-bg: rgba(110, 118, 129, 0.1);
    --color-codemirror-matchingbracket-text: #c9d1d9;
    --color-codemirror-lines-bg: #0d1117;
    --color-codemirror-syntax-comment: #8b949e;
    --color-codemirror-syntax-constant: #79c0ff;
    --color-codemirror-syntax-entity: #d2a8ff;
    --color-codemirror-syntax-keyword: #ff7b72;
    --color-codemirror-syntax-storage: #ff7b72;
    --color-codemirror-syntax-string: #a5d6ff;
    --color-codemirror-syntax-support: #79c0ff;
    --color-codemirror-syntax-variable: #ffa198;
    --color-checks-bg: #010409;
    --color-checks-run-border-width: 1px;
    --color-checks-container-border-width: 1px;
    --color-checks-text-primary: #c9d1d9;
    --color-checks-text-secondary: #8b949e;
    --color-checks-text-link: #58a6ff;
    --color-checks-btn-icon: #8b949e;
    --color-checks-btn-hover-icon: #c9d1d9;
    --color-checks-btn-hover-bg: rgba(110, 118, 129, 0.1);
    --color-checks-input-text: #8b949e;
    --color-checks-input-placeholder-text: #6e7681;
    --color-checks-input-focus-text: #c9d1d9;
    --color-checks-input-bg: #161b22;
    --color-checks-input-shadow: 0 0 0 1px (obj) => get_1.default(obj, path);
    --color-checks-donut-error: #f85149;
    --color-checks-donut-pending: #d29922;
    --color-checks-donut-success: #388bfd;
    --color-checks-donut-neutral: #8b949e;
    --color-checks-dropdown-text: #c9d1d9;
    --color-checks-dropdown-bg: #161b22;
    --color-checks-dropdown-border: #30363d;
    --color-checks-dropdown-shadow: rgba(1, 4, 9, 0.3);
    --color-checks-dropdown-hover-text: #c9d1d9;
    --color-checks-dropdown-hover-bg: rgba(110, 118, 129, 0.1);
    --color-checks-dropdown-btn-hover-text: #c9d1d9;
    --color-checks-dropdown-btn-hover-bg: rgba(110, 118, 129, 0.1);
    --color-checks-scrollbar-thumb-bg: rgba(110, 118, 129, 0.4);
    --color-checks-header-label-text: #8b949e;
    --color-checks-header-label-open-text: #c9d1d9;
    --color-checks-header-border: #21262d;
    --color-checks-header-icon: #8b949e;
    --color-checks-line-text: #8b949e;
    --color-checks-line-num-text: #6e7681;
    --color-checks-line-timestamp-text: #6e7681;
    --color-checks-line-hover-bg: rgba(110, 118, 129, 0.1);
    --color-checks-line-selected-bg: rgba(56, 139, 253, 0.15);
    --color-checks-line-selected-num-text: #58a6ff;
    --color-checks-line-dt-fm-text: #ffffff;
    --color-checks-line-dt-fm-bg: #9e6a03;
    --color-checks-gate-bg: rgba(187, 128, 9, 0.15);
    --color-checks-gate-text: #8b949e;
    --color-checks-gate-waiting-text: #d29922;
    --color-checks-step-header-open-bg: #161b22;
    --color-checks-step-error-text: #f85149;
    --color-checks-step-warning-text: #d29922;
    --color-checks-logline-text: #8b949e;
    --color-checks-logline-num-text: #6e7681;
    --color-checks-logline-debug-text: #a371f7;
    --color-checks-logline-error-text: #8b949e;
    --color-checks-logline-error-num-text: #6e7681;
    --color-checks-logline-error-bg: rgba(248, 81, 73, 0.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: #58a6ff;
    --color-checks-ansi-black: #0d1117;
    --color-checks-ansi-black-bright: #161b22;
    --color-checks-ansi-white: #b1bac4;
    --color-checks-ansi-white-bright: #b1bac4;
    --color-checks-ansi-gray: #6e7681;
    --color-checks-ansi-red: #ff7b72;
    --color-checks-ansi-red-bright: #ffa198;
    --color-checks-ansi-green: #58a6ff;
    --color-checks-ansi-green-bright: #79c0ff;
    --color-checks-ansi-yellow: #d29922;
    --color-checks-ansi-yellow-bright: #e3b341;
    --color-checks-ansi-blue: #58a6ff;
    --color-checks-ansi-blue-bright: #79c0ff;
    --color-checks-ansi-magenta: #bc8cff;
    --color-checks-ansi-magenta-bright: #d2a8ff;
    --color-checks-ansi-cyan: #76e3ea;
    --color-checks-ansi-cyan-bright: #b3f0ff;
    --color-project-header-bg: #0d1117;
    --color-project-sidebar-bg: #161b22;
    --color-project-gradient-in: #161b22;
    --color-project-gradient-out: rgba(22, 27, 34, 0);
    --color-mktg-btn-bg: #f6f8fa;
    --color-mktg-btn-shadow-outline: rgb(255 255 255 / 25%) 0 0 0 1px inset;
    --color-mktg-btn-shadow-focus: rgb(255 255 255 / 25%) 0 0 0 4px;
    --color-mktg-btn-shadow-hover: 0 4px 7px rgba(0, 0, 0, 0.15),
      0 100px 80px rgba(255, 255, 255, 0.02),
      0 42px 33px rgba(255, 255, 255, 0.024),
      0 22px 18px rgba(255, 255, 255, 0.028),
      0 12px 10px rgba(255, 255, 255, 0.034),
      0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07);
    --color-mktg-btn-shadow-hover-muted: rgb(255 255 255) 0 0 0 2px inset;
    --color-avatar-bg: rgba(255, 255, 255, 0.1);
    --color-avatar-border: rgba(240, 246, 252, 0.1);
    --color-avatar-stack-fade: #30363d;
    --color-avatar-stack-fade-more: #21262d;
    --color-avatar-child-shadow: -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(255, 255, 255, 0.7);
    --color-header-bg: #161b22;
    --color-header-divider: #8b949e;
    --color-header-logo: #f0f6fc;
    --color-header-search-bg: #0d1117;
    --color-header-search-border: #30363d;
    --color-sidenav-selected-bg: #21262d;
    --color-menu-bg-active: #161b22;
    --color-input-disabled-bg: rgba(110, 118, 129, 0);
    --color-timeline-badge-bg: #21262d;
    --color-ansi-black: #484f58;
    --color-ansi-black-bright: #6e7681;
    --color-ansi-white: #b1bac4;
    --color-ansi-white-bright: #ffffff;
    --color-ansi-gray: #6e7681;
    --color-ansi-red: #ff7b72;
    --color-ansi-red-bright: #ffa198;
    --color-ansi-green: #58a6ff;
    --color-ansi-green-bright: #79c0ff;
    --color-ansi-yellow: #d29922;
    --color-ansi-yellow-bright: #e3b341;
    --color-ansi-blue: #58a6ff;
    --color-ansi-blue-bright: #79c0ff;
    --color-ansi-magenta: #bc8cff;
    --color-ansi-magenta-bright: #d2a8ff;
    --color-ansi-cyan: #39c5cf;
    --color-ansi-cyan-bright: #56d4dd;
    --color-btn-text: #c9d1d9;
    --color-btn-bg: #21262d;
    --color-btn-border: rgba(240, 246, 252, 0.1);
    --color-btn-shadow: 0 0 transparent;
    --color-btn-inset-shadow: 0 0 transparent;
    --color-btn-hover-bg: #30363d;
    --color-btn-hover-border: #8b949e;
    --color-btn-active-bg: hsla(212, 12%, 18%, 1);
    --color-btn-active-border: #6e7681;
    --color-btn-selected-bg: #161b22;
    --color-btn-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: #1f6feb;
    --color-btn-primary-border: rgba(240, 246, 252, 0.1);
    --color-btn-primary-shadow: 0 0 transparent;
    --color-btn-primary-inset-shadow: 0 0 transparent;
    --color-btn-primary-hover-bg: #388bfd;
    --color-btn-primary-hover-border: rgba(240, 246, 252, 0.1);
    --color-btn-primary-selected-bg: #1f6feb;
    --color-btn-primary-selected-shadow: 0 0 transparent;
    --color-btn-primary-disabled-text: rgba(255, 255, 255, 0.5);
    --color-btn-primary-disabled-bg: rgba(31, 111, 235, 0.6);
    --color-btn-primary-disabled-border: rgba(240, 246, 252, 0.1);
    --color-btn-primary-focus-bg: #1f6feb;
    --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: #ffffff;
    --color-btn-primary-counter-bg: rgba(255, 255, 255, 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(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: #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: #ffffff;
    --color-btn-danger-hover-bg: #da3633;
    --color-btn-danger-hover-border: #f85149;
    --color-btn-danger-hover-shadow: 0 0 transparent;
    --color-btn-danger-hover-inset-shadow: 0 0 transparent;
    --color-btn-danger-hover-icon: #ffffff;
    --color-btn-danger-hover-counter-bg: rgba(255, 255, 255, 0.2);
    --color-btn-danger-selected-text: #ffffff;
    --color-btn-danger-selected-bg: #b62324;
    --color-btn-danger-selected-border: #ff7b72;
    --color-btn-danger-selected-shadow: 0 0 transparent;
    --color-btn-danger-disabled-text: rgba(248, 81, 73, 0.5);
    --color-btn-danger-disabled-bg: #0d1117;
    --color-btn-danger-disabled-counter-bg: rgba(218, 54, 51, 0.05);
    --color-btn-danger-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: #6e7681;
    --color-underlinenav-border-hover: rgba(110, 118, 129, 0.4);
    --color-action-list-item-inline-divider: rgba(48, 54, 61, 0.48);
    --color-action-list-item-default-hover-bg: rgba(177, 186, 196, 0.12);
    --color-action-list-item-default-hover-border: rgba(0, 0, 0, 0);
    --color-action-list-item-default-active-bg: rgba(177, 186, 196, 0.2);
    --color-action-list-item-default-active-border: rgba(0, 0, 0, 0);
    --color-action-list-item-default-selected-bg: rgba(177, 186, 196, 0.08);
    --color-action-list-item-danger-hover-bg: rgba(248, 81, 73, 0.16);
    --color-action-list-item-danger-active-bg: rgba(248, 81, 73, 0.24);
    --color-action-list-item-danger-hover-text: #ff7b72;
    --color-switch-track-bg: #010409;
    --color-switch-track-border: #6e7681;
    --color-switch-track-checked-bg: rgba(31, 111, 235, 0.35);
    --color-switch-track-checked-hover-bg: rgba(31, 111, 235, 0.5);
    --color-switch-track-checked-active-bg: rgba(31, 111, 235, 0.65);
    --color-switch-track-checked-border: #58a6ff;
    --color-switch-knob-checked-bg: #1f6feb;
    --color-switch-knob-checked-disabled-bg: #484f58;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #6e7681;
    --color-fg-on-emphasis: #ffffff;
    --color-canvas-default: #0d1117;
    --color-canvas-overlay: #161b22;
    --color-canvas-inset: #010409;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-border-subtle: rgba(240, 246, 252, 0.1);
    --color-shadow-small: 0 0 transparent;
    --color-shadow-medium: 0 3px 6px #010409;
    --color-shadow-large: 0 8px 24px #010409;
    --color-shadow-extra-large: 0 12px 48px #010409;
    --color-neutral-emphasis-plus: #6e7681;
    --color-neutral-emphasis: #6e7681;
    --color-neutral-muted: rgba(110, 118, 129, 0.4);
    --color-neutral-subtle: rgba(110, 118, 129, 0.1);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-accent-muted: rgba(56, 139, 253, 0.4);
    --color-accent-subtle: rgba(56, 139, 253, 0.15);
    --color-success-fg: #58a6ff;
    --color-success-emphasis: #1f6feb;
    --color-success-muted: rgba(56, 139, 253, 0.4);
    --color-success-subtle: rgba(56, 139, 253, 0.15);
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-attention-muted: rgba(187, 128, 9, 0.4);
    --color-attention-subtle: rgba(187, 128, 9, 0.15);
    --color-severe-fg: #f85149;
    --color-severe-emphasis: #da3633;
    --color-severe-muted: rgba(248, 81, 73, 0.4);
    --color-severe-subtle: rgba(248, 81, 73, 0.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-open-fg: #ff7b72;
    --color-open-emphasis: #da3633;
    --color-open-muted: rgba(248, 81, 73, 0.4);
    --color-open-subtle: rgba(248, 81, 73, 0.15);
    --color-closed-fg: #8b949e;
    --color-closed-emphasis: #6e7681;
    --color-closed-muted: rgba(110, 118, 129, 0.4);
    --color-closed-subtle: rgba(110, 118, 129, 0.1);
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-done-muted: rgba(163, 113, 247, 0.4);
    --color-done-subtle: rgba(163, 113, 247, 0.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(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 #0c2d6b;
    --color-scale-black: #010409;
    --color-scale-white: #ffffff;
    --color-scale-gray-0: #f0f6fc;
    --color-scale-gray-1: #c9d1d9;
    --color-scale-gray-2: #b1bac4;
    --color-scale-gray-3: #8b949e;
    --color-scale-gray-4: #6e7681;
    --color-scale-gray-5: #484f58;
    --color-scale-gray-6: #30363d;
    --color-scale-gray-7: #21262d;
    --color-scale-gray-8: #161b22;
    --color-scale-gray-9: #0d1117;
    --color-scale-blue-0: #cae8ff;
    --color-scale-blue-1: #a5d6ff;
    --color-scale-blue-2: #79c0ff;
    --color-scale-blue-3: #58a6ff;
    --color-scale-blue-4: #388bfd;
    --color-scale-blue-5: #1f6feb;
    --color-scale-blue-6: #1158c7;
    --color-scale-blue-7: #0d419d;
    --color-scale-blue-8: #0c2d6b;
    --color-scale-blue-9: #051d4d;
    --color-scale-green-0: #cae8ff;
    --color-scale-green-1: #a5d6ff;
    --color-scale-green-2: #79c0ff;
    --color-scale-green-3: #58a6ff;
    --color-scale-green-4: #388bfd;
    --color-scale-green-5: #1f6feb;
    --color-scale-green-6: #1158c7;
    --color-scale-green-7: #0d419d;
    --color-scale-green-8: #0c2d6b;
    --color-scale-green-9: #051d4d;
    --color-scale-yellow-0: #f8e3a1;
    --color-scale-yellow-1: #f2cc60;
    --color-scale-yellow-2: #e3b341;
    --color-scale-yellow-3: #d29922;
    --color-scale-yellow-4: #bb8009;
    --color-scale-yellow-5: #9e6a03;
    --color-scale-yellow-6: #845306;
    --color-scale-yellow-7: #693e00;
    --color-scale-yellow-8: #4b2900;
    --color-scale-yellow-9: #341a00;
    --color-scale-orange-0: #ffdcd7;
    --color-scale-orange-1: #ffc1ba;
    --color-scale-orange-2: #ffa198;
    --color-scale-orange-3: #ff7b72;
    --color-scale-orange-4: #f85149;
    --color-scale-orange-5: #da3633;
    --color-scale-orange-6: #b62324;
    --color-scale-orange-7: #8e1519;
    --color-scale-orange-8: #67060c;
    --color-scale-orange-9: #490202;
    --color-scale-red-0: #ffdcd7;
    --color-scale-red-1: #ffc1ba;
    --color-scale-red-2: #ffa198;
    --color-scale-red-3: #ff7b72;
    --color-scale-red-4: #f85149;
    --color-scale-red-5: #da3633;
    --color-scale-red-6: #b62324;
    --color-scale-red-7: #8e1519;
    --color-scale-red-8: #67060c;
    --color-scale-red-9: #490202;
    --color-scale-purple-0: #eddeff;
    --color-scale-purple-1: #e2c5ff;
    --color-scale-purple-2: #d2a8ff;
    --color-scale-purple-3: #bc8cff;
    --color-scale-purple-4: #a371f7;
    --color-scale-purple-5: #8957e5;
    --color-scale-purple-6: #6e40c9;
    --color-scale-purple-7: #553098;
    --color-scale-purple-8: #3c1e70;
    --color-scale-purple-9: #271052;
    --color-scale-pink-0: #ffdaec;
    --color-scale-pink-1: #ffbedd;
    --color-scale-pink-2: #ff9bce;
    --color-scale-pink-3: #f778ba;
    --color-scale-pink-4: #db61a2;
    --color-scale-pink-5: #bf4b8a;
    --color-scale-pink-6: #9e3670;
    --color-scale-pink-7: #7d2457;
    --color-scale-pink-8: #5e103e;
    --color-scale-pink-9: #42062a;
    --color-scale-coral-0: #ffddd2;
    --color-scale-coral-1: #ffc2b2;
    --color-scale-coral-2: #ffa28b;
    --color-scale-coral-3: #f78166;
    --color-scale-coral-4: #ea6045;
    --color-scale-coral-5: #cf462d;
    --color-scale-coral-6: #ac3220;
    --color-scale-coral-7: #872012;
    --color-scale-coral-8: #640d04;
    --color-scale-coral-9: #460701;
  }
}
: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) {
  [data-color-mode="auto"][data-light-theme*="light"] {
    color-scheme: light;
  }
}
@media (prefers-color-scheme: dark) {
  [data-color-mode="auto"][data-dark-theme*="light"] {
    color-scheme: light;
  }
}
[data-color-mode="light"][data-light-theme*="dark"],
[data-color-mode="dark"][data-dark-theme*="dark"] {
  color-scheme: dark;
}
@media (prefers-color-scheme: light) {
  [data-color-mode="auto"][data-light-theme*="dark"] {
    color-scheme: dark;
  }
}
@media (prefers-color-scheme: dark) {
  [data-color-mode="auto"][data-dark-theme*="dark"] {
    color-scheme: dark;
  }
}
[data-color-mode] {
  color: var(--primary-color);
  background-color: var(--background-color);
}
@media (forced-colors: active) {
  body {
    --color-accent-emphasis: Highlight;
    --color-fg-on-emphasis: LinkText;
  }
} /*!
 * @primer/css/core
 * http://primer.style/css
 *
 * Released under MIT license. Copyright (c) 2019 GitHub Inc.
 */
.ActionList {
  padding: 8px;
}
.ActionList--full {
  padding: 0;
}
.ActionList--subGroup {
  padding: 0;
}
.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);
}
.ActionList--divided .ActionList-item-descriptionWrap--inline::before {
  position: absolute;
  top: -6px;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--color-action-list-item-inline-divider);
}
.ActionList--divided
  .ActionList-item-descriptionWrap--inline
  .ActionList-item-label::before {
  content: unset;
}
.ActionList--divided .ActionList-item--navActive .ActionList-item-label::before,
.ActionList--divided
  .ActionList-item--navActive
  + .ActionList-item
  .ActionList-item-label::before {
  visibility: hidden;
}
.ActionList-item:first-of-type .ActionList-item-label::before,
.ActionList-sectionDivider + .ActionList-item .ActionList-item-label::before {
  visibility: hidden;
}
.ActionList-item:first-of-type .ActionList-item-descriptionWrap--inline::before,
.ActionList-sectionDivider
  + .ActionList-item
  .ActionList-item-descriptionWrap--inline::before {
  visibility: hidden;
}
.ActionList--tree {
  --ActionList-tree-depth: 1;
}
.ActionList--tree .ActionList-item--subItem > .ActionList-content {
  font-size: 14px;
}
.ActionList--tree
  .ActionList-item.ActionList-item--singleton
  .ActionList-content {
  padding-left: 32px;
}
.ActionList--tree
  .ActionList-item.ActionList-item--navActive:not(.ActionList-item--subItem)
  .ActionList-item-label {
  font-weight: 400;
}
.ActionList--tree .ActionList-content[aria-expanded] + .ActionList--subGroup {
  position: relative;
}
.ActionList--tree
  .ActionList-content[aria-expanded]
  + .ActionList--subGroup
  .ActionList-content {
  padding-left: calc(8px * var(--ActionList-tree-depth));
}
.ActionList--tree
  .ActionList-content[aria-expanded="true"]
  .ActionList-item-collapseIcon {
  transition: transform 120ms linear;
  transform: rotate(0deg);
}
.ActionList--tree
  .ActionList-content[aria-expanded="true"].ActionList-content--hasActiveSubItem
  > .ActionList-item-label {
  font-weight: 400;
}
.ActionList--tree
  .ActionList-content[aria-expanded="false"]
  .ActionList-item-collapseIcon {
  transition: transform 120ms linear;
  transform: rotate(-90deg);
}
.ActionList--tree
  .ActionList-content[aria-expanded="false"].ActionList-content--hasActiveSubItem
  > .ActionList-item-label {
  font-weight: 400;
}
.ActionList--tree
  .ActionList-item--hasSubItem
  .ActionList-item--subItem:not(.ActionList-item--hasSubItem)
  .ActionList-content
  > span:first-child {
  padding-left: 24px;
}
.ActionList--tree
  > [aria-level="1"].ActionList-item--hasSubItem
  > .ActionList--subGroup::before {
  position: absolute;
  left: 16px;
  width: 1px;
  height: 100%;
  content: "";
  background: var(--color-action-list-item-inline-divider);
}
.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);
}
.ActionList-item {
  position: relative;
  list-style: none;
  background-color: transparent;
  border-radius: 6px;
}
.ActionList-item:hover,
.ActionList-item:active {
  cursor: pointer;
}
@media (hover: hover) {
  .ActionList-item:not(.ActionList-item--hasSubItem):hover,
  .ActionList-item.ActionList-item--hasSubItem > .ActionList-content:hover {
    cursor: pointer;
    background-color: var(--color-action-list-item-default-hover-bg);
  }
  .ActionList-item:not(.ActionList-item--hasSubItem):hover:not(
      .ActionList-item--navActive
    ),
  .ActionList-item.ActionList-item--hasSubItem
    > .ActionList-content:hover:not(.ActionList-item--navActive) {
    outline: solid 1px transparent;
    outline-offset: -1px;
    box-shadow: inset 0 0 0 2px
      var(--color-action-list-item-default-active-border);
  }
}
.ActionList-item:not(.ActionList-item--hasSubItem):active,
.ActionList-item.ActionList-item--hasSubItem > .ActionList-content:active {
  background: var(--color-action-list-item-default-active-bg);
}
.ActionList-item:not(.ActionList-item--hasSubItem):active:not(
    .ActionList-item--navActive
  ),
.ActionList-item.ActionList-item--hasSubItem
  > .ActionList-content:active:not(.ActionList-item--navActive) {
  outline: solid 1px transparent;
  outline-offset: -1px;
  box-shadow: inset 0 0 0 2px
    var(--color-action-list-item-default-active-border);
}
@media screen and (prefers-reduced-motion: no-preference) {
  .ActionList-item:not(.ActionList-item--hasSubItem):active,
  .ActionList-item.ActionList-item--hasSubItem > .ActionList-content: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 2px 12px 6px rgba(var(--color-canvas-default), 0.4);
    transform: scale(1);
  }
  100% {
    transform: scale(0.97);
  }
}
@media (hover: hover) {
  .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.ActionList-item--hasSubItem
    > .ActionList-content:hover
    .ActionList-item-label::before,
  .ActionList-item.ActionList-item--hasSubItem
    > .ActionList-content:hover
    + .ActionList-item
    .ActionList-item-label::before {
    visibility: hidden;
  }
  .ActionList-item:not(.ActionList-item--hasSubItem):hover
    .ActionList-item-descriptionWrap--inline::before,
  .ActionList-item:not(.ActionList-item--hasSubItem):hover
    + .ActionList-item
    .ActionList-item-descriptionWrap--inline::before,
  .ActionList-item.ActionList-item--hasSubItem
    > .ActionList-content:hover
    .ActionList-item-descriptionWrap--inline::before,
  .ActionList-item.ActionList-item--hasSubItem
    > .ActionList-content:hover
    + .ActionList-item
    .ActionList-item-descriptionWrap--inline::before {
    visibility: hidden;
  }
}
.ActionList-item:not(.ActionList-item--hasSubItem):active
  .ActionList-item-label::before,
.ActionList-item:not(.ActionList-item--hasSubItem):active
  + .ActionList-item
  .ActionList-item-label::before,
.ActionList-item.ActionList-item--hasSubItem
  > .ActionList-content:active
  .ActionList-item-label::before,
.ActionList-item.ActionList-item--hasSubItem
  > .ActionList-content:active
  + .ActionList-item
  .ActionList-item-label::before {
  visibility: hidden;
}
.ActionList-item.ActionList-item--hasSubItem > .ActionList-content {
  z-index: 1;
}
@media (hover: hover) {
  .ActionList-item.ActionList-item--hasSubItem > .ActionList-content:hover {
    background-color: var(--color-action-list-item-default-hover-bg);
  }
}
.ActionList-item.ActionList-item--hasSubItem > .ActionList-content:active {
  background-color: var(--color-action-list-item-default-active-bg);
}
.ActionList-item.ActionList-item--navActive:not(.ActionList-item--subItem)
  .ActionList-item-label {
  font-weight: 600;
}
.ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger) {
  background: var(--color-action-list-item-default-selected-bg);
}
@media (hover: hover) {
  .ActionList-item.ActionList-item--navActive:not(
      .ActionList-item--danger
    ):hover {
    background-color: var(--color-action-list-item-default-hover-bg);
  }
}
.ActionList-item.ActionList-item--navActive:not(
    .ActionList-item--danger
  )::before,
.ActionList-item.ActionList-item--navActive:not(.ActionList-item--danger)
  + .ActionList-item::before {
  visibility: hidden;
}
.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;
}
.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;
}
.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) {
  .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;
  }
}
.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;
}
.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);
}
.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;
}
.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) {
  .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;
  }
}
.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;
}
.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);
  }
}
.ActionList-item.ActionList-item--danger .ActionList-item-label {
  color: var(--color-danger-fg);
}
.ActionList-item.ActionList-item--danger .ActionList-item-visual {
  color: var(--color-danger-fg);
}
@media (hover: hover) {
  .ActionList-item.ActionList-item--danger:hover {
    background: var(--color-action-list-item-danger-hover-bg);
  }
  .ActionList-item.ActionList-item--danger:hover .ActionList-item-label {
    color: var(--color-action-list-item-danger-hover-text);
  }
}
.ActionList-item.ActionList-item--danger .ActionList-content:active {
  background: var(--color-action-list-item-danger-active-bg);
}
.ActionList-item .ActionList {
  padding: unset;
}
.ActionList-content {
  position: relative;
  display: grid;
  width: 100%;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-color);
  text-align: left;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  border-radius: 6px;
  transition: background 33.333ms linear;
  touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  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;
}
.ActionList-content > :not(:last-child) {
  margin-right: 8px;
}
.ActionList-content:hover {
  text-decoration: none;
}
.ActionList-content:focus-visible {
  position: relative;
  z-index: 1;
  outline: none;
  box-shadow: 0 0 0 2px var(--color-accent-fg);
}
.ActionList-content[aria-disabled="true"] .ActionList-item-label,
.ActionList-content[aria-disabled="true"] .ActionList-item-description {
  color: var(--color-primer-fg-disabled);
}
.ActionList-content[aria-disabled="true"] .ActionList-item-visual {
  fill: var(--color-primer-fg-disabled);
}
@media (hover: hover) {
  .ActionList-content[aria-disabled="true"]:hover {
    cursor: not-allowed;
    background-color: transparent;
  }
}
@media screen and (prefers-reduced-motion: no-preference) {
  .ActionList-content[aria-expanded] + .ActionList--subGroup {
    transition: opacity 160ms cubic-bezier(0.25, 1, 0.5, 1),
      transform 160ms cubic-bezier(0.25, 1, 0.5, 1);
  }
}
.ActionList-content[aria-expanded] + .ActionList--subGroup .ActionList-content {
  padding-left: 24px;
}
.ActionList-content[aria-expanded].ActionList-content--visual16
  + .ActionList--subGroup
  .ActionList-content {
  padding-left: 32px;
}
.ActionList-content[aria-expanded].ActionList-content--visual20
  + .ActionList--subGroup
  .ActionList-content {
  padding-left: 36px;
}
.ActionList-content[aria-expanded].ActionList-content--visual24
  + .ActionList--subGroup
  .ActionList-content {
  padding-left: 40px;
}
.ActionList-content[aria-expanded="true"] .ActionList-item-collapseIcon {
  transition: transform 120ms linear;
  transform: scaleY(-1);
}
.ActionList-content[aria-expanded="true"] + .ActionList--subGroup {
  height: auto;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.ActionList-content[aria-expanded="true"].ActionList-content--hasActiveSubItem
  > .ActionList-item-label {
  font-weight: 600;
}
.ActionList-content[aria-expanded="false"] .ActionList-item-collapseIcon {
  transition: transform 120ms linear;
  transform: scaleY(1);
}
.ActionList-content[aria-expanded="false"] + .ActionList--subGroup {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-16px);
}
.ActionList-content[aria-expanded="false"].ActionList-content--hasActiveSubItem {
  background: var(--color-action-list-item-default-selected-bg);
}
.ActionList-content[aria-expanded="false"].ActionList-content--hasActiveSubItem
  .ActionList-item-label {
  font-weight: 600;
}
.ActionList-content[aria-expanded="false"].ActionList-content--hasActiveSubItem::before,
.ActionList-content[aria-expanded="false"].ActionList-content--hasActiveSubItem
  + .ActionList-item::before {
  visibility: hidden;
}
.ActionList-content[aria-expanded="false"].ActionList-content--hasActiveSubItem::after {
  position: absolute;
  top: calc(50% - 12px);
  left: -8px;
  width: 4px;
  height: 24px;
  content: "";
  background: var(--color-accent-fg);
  border-radius: 6px;
}
.ActionList-content.ActionList-content--sizeMedium {
  padding: 10px 8px;
}
.ActionList-content.ActionList-content--sizeLarge {
  padding: 14px 8px;
}
.ActionList-content.ActionList-content--fontSmall {
  font-size: 12px;
}
@media (pointer: coarse) {
  .ActionList-content {
    padding: 14px 8px;
  }
}
.ActionList-content.ActionList-content--blockDescription
  .ActionList-item-visual {
  place-self: start;
}
.ActionList-item-action--leading {
  grid-area: leadingAction;
}
.ActionList-item-visual--leading {
  grid-area: leadingVisual;
}
.ActionList-item-label {
  grid-area: label;
}
.ActionList-item-visual--trailing {
  grid-area: trailingVisual;
}
.ActionList-item-action--trailing {
  grid-area: trailingAction;
}
.ActionList-item-descriptionWrap {
  grid-area: label;
  display: flex;
  flex-direction: column;
}
.ActionList-item-descriptionWrap .ActionList-item-description {
  margin-top: 4px;
}
.ActionList-item-descriptionWrap .ActionList-item-label {
  font-weight: 600;
}
.ActionList-item-descriptionWrap--inline {
  position: relative;
  flex-direction: row;
  align-items: baseline;
}
.ActionList-item-descriptionWrap--inline .ActionList-item-description {
  margin-left: 8px;
}
.ActionList-item-description {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-fg-muted);
}
.ActionList-item-visual,
.ActionList-item-action {
  display: flex;
  min-height: 20px;
  color: var(--color-fg-muted);
  pointer-events: none;
  fill: var(--color-fg-muted);
  align-items: center;
}
.ActionList-item-label {
  position: relative;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary-color);
}
.ActionList-item-label--truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ActionList-item--subItem > .ActionList-content {
  font-size: 12px;
}
.ActionList-sectionDivider:not(:empty) {
  display: flex;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-fg-muted);
  flex-direction: column;
}
.ActionList-sectionDivider:empty {
  display: block;
  height: 1px;
  padding: 0;
  margin: 7px -8px 8px;
  list-style: none;
  background: var(--color-action-list-item-inline-divider);
  border: 0;
}
.ActionList-sectionDivider .ActionList-sectionDivider-title {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-fg-muted);
}
.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);
}
.ActionList-sectionDivider--filled:empty {
  height: 8px;
  box-sizing: border-box;
}
.ActionList-sectionDivider--filled:first-child {
  margin-top: 0;
} /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
summary {
  display: list-item;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none !important;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: var(--color-attention-subtle);
  color: var(--color-text-primary);
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 600;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
* {
  box-sizing: border-box;
}
input,
select,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
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(--primary-color);
  background-color: var(--background-color);
}
a {
  color: var(--color-accent-fg);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
b,
strong {
  font-weight: 600;
}
hr,
.rule {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--color-border-muted);
}
hr::before,
.rule::before {
  display: table;
  content: "";
}
hr::after,
.rule::after {
  display: table;
  clear: both;
  content: "";
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
button {
  cursor: pointer;
  border-radius: 0;
}
[hidden][hidden] {
  display: none !important;
}
details summary {
  cursor: pointer;
}
details:not([open]) > *:not(summary) {
  display: none !important;
}
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(--primary-color);
  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);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 32px;
  font-weight: 600;
}
h2 {
  font-size: 24px;
  font-weight: 600;
}
h3 {
  font-size: 20px;
  font-weight: 600;
}
h4 {
  font-size: 16px;
  font-weight: 600;
}
h5 {
  font-size: 14px;
  font-weight: 600;
}
h6 {
  font-size: 12px;
  font-weight: 600;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
small {
  font-size: 90%;
}
blockquote {
  margin: 0;
}
ul,
ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
ol ol,
ul ol {
  list-style-type: lower-roman;
}
ul ul ol,
ul ol ol,
ol ul ol,
ol ol ol {
  list-style-type: lower-alpha;
}
dd {
  margin-left: 0;
}
tt,
code,
samp {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
    Liberation Mono, monospace;
  font-size: 12px;
}
pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
    Liberation Mono, monospace;
  font-size: 12px;
}
.octicon {
  vertical-align: text-bottom;
}
.octicon {
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: currentColor;
}
.Box {
  background-color: var(--background-color);
  border-color: var(--color-border-default);
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
}
.Box--condensed {
  line-height: 1.25;
}
.Box--condensed .Box-header {
  padding: 8px 16px;
}
.Box--condensed .Box-body {
  padding: 8px 16px;
}
.Box--condensed .Box-footer {
  padding: 8px 16px;
}
.Box--condensed .Box-btn-octicon.btn-octicon {
  padding: 8px 16px;
  margin: -8px -16px;
  line-height: 1.25;
}
.Box--condensed .Box-row {
  padding: 8px 16px;
}
.Box--spacious .Box-header {
  padding: 24px;
  line-height: 1.25;
}
.Box--spacious .Box-title {
  font-size: 20px;
}
.Box--spacious .Box-body {
  padding: 24px;
}
.Box--spacious .Box-footer {
  padding: 24px;
}
.Box--spacious .Box-btn-octicon.btn-octicon {
  padding: 24px;
  margin: -24px -24px;
}
.Box--spacious .Box-row {
  padding: 24px;
}
.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;
}
.Box-title {
  font-size: 14px;
  font-weight: 600;
}
.Box-body {
  padding: 16px;
  border-bottom: 1px solid var(--color-border-default);
}
.Box-body:last-of-type {
  margin-bottom: -1px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.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;
}
.Box-row:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.Box-row:last-of-type {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.Box-row.Box-row--unread,
.Box-row.unread {
  box-shadow: inset 2px 0 0 var(--color-accent-emphasis);
}
.Box-row.navigation-focus .Box-row--drag-button {
  color: var(--color-accent-fg);
  cursor: grab;
  opacity: 100;
}
.Box-row.navigation-focus.is-dragging .Box-row--drag-button {
  cursor: grabbing;
}
.Box-row.navigation-focus.sortable-chosen {
  background-color: var(--color-canvas-subtle);
}
.Box-row.navigation-focus.sortable-ghost {
  background-color: var(--color-canvas-subtle);
}
.Box-row.navigation-focus.sortable-ghost .Box-row--drag-hide {
  opacity: 0;
}
.Box-row--focus-gray.navigation-focus {
  background-color: var(--color-canvas-subtle);
}
.Box-row--focus-blue.navigation-focus {
  background-color: var(--color-accent-subtle);
}
.Box-row--hover-gray:hover {
  background-color: var(--color-canvas-subtle);
}
.Box-row--hover-blue:hover {
  background-color: var(--color-accent-subtle);
}
@media (min-width: 768px) {
  .Box-row-link {
    color: var(--primary-color);
    text-decoration: none;
  }
  .Box-row-link:hover {
    color: var(--color-accent-fg);
    text-decoration: none;
  }
}
.Box-row--drag-button {
  opacity: 0;
}
.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;
}
.Box--scrollable {
  max-height: 324px;
  overflow: scroll;
}
.Box--blue {
  border-color: var(--color-accent-muted);
}
.Box--blue .Box-header {
  background-color: var(--color-accent-subtle);
  border-color: var(--color-accent-muted);
}
.Box--blue .Box-body {
  border-color: var(--color-accent-muted);
}
.Box--blue .Box-row {
  border-color: var(--color-accent-muted);
}
.Box--blue .Box-footer {
  border-color: var(--color-accent-muted);
}
.Box--danger {
  border-color: var(--color-danger-emphasis);
}
.Box--danger .Box-row:first-of-type {
  border-color: var(--color-danger-emphasis);
}
.Box--danger .Box-body:last-of-type {
  border-color: var(--color-danger-emphasis);
}
.Box-header--blue {
  background-color: var(--color-accent-subtle);
  border-color: var(--color-accent-muted);
}
.Box-row--yellow {
  background-color: var(--color-attention-subtle);
}
.Box-row--blue {
  background-color: var(--color-accent-subtle);
}
.Box-row--gray {
  background-color: var(--color-canvas-subtle);
}
.Box-btn-octicon.btn-octicon {
  padding: 16px 16px;
  margin: -16px -16px;
  line-height: 1.5;
}
.Box--overlay {
  width: 448px;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--background-color);
  background-clip: padding-box;
  border-color: var(--color-border-default);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
}
.Box--overlay .Box-header {
  margin: 0;
  border-width: 0;
  border-bottom-width: 1px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.Box-overlay--narrow {
  width: 320px;
}
.Box-overlay--wide {
  width: 640px;
}
.Box-body.scrollable-overlay {
  max-height: 400px;
  overflow-y: scroll;
}
.Box-body .help {
  padding-top: 8px;
  margin: 0;
  color: var(--color-fg-muted);
  text-align: center;
}
.breadcrumb-item {
  display: inline-block;
  margin-left: -0.35em;
  white-space: nowrap;
  list-style: none;
}
.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);
}
.breadcrumb-item:first-child {
  margin-left: 0;
}
.breadcrumb-item-selected::after,
.breadcrumb-item[aria-current]:not([aria-current="false"])::after {
  content: none;
}
.breadcrumb-item-selected a {
  color: var(--primary-color);
}
.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;
  user-select: none;
  border: 1px solid;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn:hover {
  text-decoration: none;
}
.btn:disabled,
.btn.disabled,
.btn[aria-disabled="true"] {
  cursor: default;
}
.btn i {
  font-style: normal;
  font-weight: 500;
  opacity: 0.75;
}
.btn .octicon {
  margin-right: 4px;
  color: var(--color-fg-muted);
  vertical-align: text-bottom;
}
.btn .octicon:only-child {
  margin-right: 0;
}
.btn .Counter {
  margin-left: 2px;
  color: inherit;
  text-shadow: none;
  vertical-align: top;
  background-color: var(--color-btn-counter-bg);
}
.btn .dropdown-caret {
  margin-left: 4px;
  opacity: 0.8;
}
.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;
}
.btn:hover,
.btn.hover,
[open] > .btn {
  background-color: var(--color-btn-hover-bg);
  border-color: var(--color-btn-hover-border);
  transition-duration: 0.1s;
}
.btn:active {
  background-color: var(--color-btn-active-bg);
  border-color: var(--color-btn-active-border);
  transition: none;
}
.btn.selected,
.btn[aria-selected="true"] {
  background-color: var(--color-btn-selected-bg);
  box-shadow: var(--color-primer-shadow-inset);
}
.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);
}
.btn:disabled .octicon,
.btn.disabled .octicon,
.btn[aria-disabled="true"] .octicon {
  color: var(--color-primer-fg-disabled);
}
.btn:focus,
.btn.focus {
  border-color: var(--color-btn-focus-border);
  outline: none;
  box-shadow: var(--color-btn-focus-shadow);
}
.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);
}
.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);
}
.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);
}
.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);
}
.btn-primary:disabled .octicon,
.btn-primary.disabled .octicon,
.btn-primary[aria-disabled="true"] .octicon {
  color: var(--color-btn-primary-disabled-text);
}
.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);
}
.btn-primary .Counter {
  color: inherit;
  background-color: var(--color-btn-primary-counter-bg);
}
.btn-primary .octicon {
  color: var(--color-btn-primary-icon);
}
.btn-outline {
  color: var(--color-btn-outline-text);
}
.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);
}
.btn-outline:hover .Counter,
[open] > .btn-outline .Counter {
  background-color: var(--color-btn-outline-hover-counter-bg);
}
.btn-outline:hover .octicon,
[open] > .btn-outline .octicon {
  color: inherit;
}
.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);
}
.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;
}
.btn-outline:disabled .Counter,
.btn-outline.disabled .Counter,
.btn-outline[aria-disabled="true"] .Counter {
  background-color: var(--color-btn-outline-disabled-counter-bg);
}
.btn-outline:focus {
  border-color: var(--color-btn-outline-focus-border);
  box-shadow: var(--color-btn-outline-focus-shadow);
}
.btn-outline .Counter {
  color: inherit;
  background-color: var(--color-btn-outline-counter-bg);
}
.btn-danger {
  color: var(--color-btn-danger-text);
}
.btn-danger .octicon {
  color: var(--color-btn-danger-icon);
}
.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);
}
.btn-danger:hover .Counter,
[open] > .btn-danger .Counter {
  background-color: var(--color-btn-danger-hover-counter-bg);
}
.btn-danger:hover .octicon,
[open] > .btn-danger .octicon {
  color: var(--color-btn-danger-hover-icon);
}
.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);
}
.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;
}
.btn-danger:disabled .Counter,
.btn-danger.disabled .Counter,
.btn-danger[aria-disabled="true"] .Counter {
  background-color: var(--color-btn-danger-disabled-counter-bg);
}
.btn-danger:disabled .octicon,
.btn-danger.disabled .octicon,
.btn-danger[aria-disabled="true"] .octicon {
  color: var(--color-btn-danger-disabled-text);
}
.btn-danger:focus {
  border-color: var(--color-btn-danger-focus-border);
  box-shadow: var(--color-btn-danger-focus-shadow);
}
.btn-danger .Counter {
  color: inherit;
  background-color: var(--color-btn-danger-counter-bg);
}
.btn-sm {
  padding: 3px 12px;
  font-size: 12px;
  line-height: 20px;
}
.btn-sm .octicon {
  vertical-align: text-top;
}
.btn-large {
  padding: 0.75em 1.5em;
  font-size: inherit;
  line-height: 1.5;
  border-radius: 0.5em;
}
.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}
.BtnGroup {
  display: inline-block;
  vertical-align: middle;
}
.BtnGroup::before {
  display: table;
  content: "";
}
.BtnGroup::after {
  display: table;
  clear: both;
  content: "";
}
.BtnGroup + .BtnGroup,
.BtnGroup + .btn {
  margin-left: 4px;
}
.BtnGroup-item {
  position: relative;
  float: left;
  border-right-width: 0;
  border-radius: 0;
}
.BtnGroup-item:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.BtnGroup-item:last-child {
  border-right-width: 1px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.BtnGroup-item.selected,
.BtnGroup-item[aria-selected="true"],
.BtnGroup-item:focus,
.BtnGroup-item:active,
.BtnGroup-item:hover {
  border-right-width: 1px;
}
.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;
}
.BtnGroup-parent {
  float: left;
}
.BtnGroup-parent:first-child .BtnGroup-item {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.BtnGroup-parent:last-child .BtnGroup-item {
  border-right-width: 1px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.BtnGroup-parent .BtnGroup-item {
  border-right-width: 0;
  border-radius: 0;
}
.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;
}
.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;
}
.BtnGroup-item:focus,
.BtnGroup-item:active,
.BtnGroup-parent:focus,
.BtnGroup-parent:active {
  z-index: 1;
}
.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;
  user-select: none;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn-link:hover {
  text-decoration: underline;
}
.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;
}
.btn-invisible {
  color: var(--color-accent-fg);
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.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;
}
.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);
}
.btn-invisible:active .btn-invisible.zeroclipboard-is-active {
  background-color: var(--color-btn-selected-bg);
}
.btn-invisible:disabled,
.btn-invisible.disabled,
.btn-invisible[aria-disabled="true"] {
  color: var(--color-primer-fg-disabled);
  background-color: transparent;
}
.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;
}
.btn-octicon:hover {
  color: var(--color-accent-fg);
}
.btn-octicon.disabled,
.btn-octicon[aria-disabled="true"] {
  color: var(--color-primer-fg-disabled);
  cursor: default;
}
.btn-octicon.disabled:hover,
.btn-octicon[aria-disabled="true"]:hover {
  color: var(--color-primer-fg-disabled);
}
.btn-octicon-danger:hover {
  color: var(--color-danger-fg);
}
.close-button {
  padding: 0;
  color: var(--color-fg-muted);
  background: transparent;
  border: 0;
  outline: none;
}
.close-button:hover {
  color: var(--primary-color);
}
.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);
}
.hidden-text-expander {
  display: block;
}
.hidden-text-expander.inline {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 5px;
  line-height: 0;
}
.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(--primary-color);
  text-decoration: none;
  vertical-align: middle;
  background: var(--color-neutral-muted);
  border: 0;
  border-radius: 1px;
}
.hidden-text-expander a:hover,
.ellipsis-expander:hover {
  text-decoration: none;
  background-color: var(--color-accent-muted);
}
.hidden-text-expander a:active,
.ellipsis-expander:active {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-accent-emphasis);
}
.btn-with-count {
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-with-count:focus {
  z-index: 1;
}
.social-count {
  position: relative;
  float: left;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: var(--primary-color);
  vertical-align: middle;
  background-color: var(--background-color);
  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);
}
.social-count:hover,
.social-count:active {
  text-decoration: none;
}
.social-count:hover {
  color: var(--color-accent-fg);
  cursor: pointer;
}
.social-count:focus {
  z-index: 1;
  outline: 0;
  box-shadow: var(--color-primer-shadow-focus);
}
.TableObject {
  display: table;
}
.TableObject-item {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.TableObject-item--primary {
  width: 99%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
label {
  font-weight: 600;
}
.form-control,
.form-select {
  padding: 5px 12px;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-color);
  vertical-align: middle;
  background-color: var(--background-color);
  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);
}
.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);
}
.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;
}
.form-control[disabled]::placeholder,
.form-select[disabled]::placeholder {
  color: var(--color-primer-fg-disabled);
}
@supports (-webkit-touch-callout: none) {
  .form-control,
  .form-select {
    font-size: 16px;
  }
  @media (min-width: 768px) {
    .form-control,
    .form-select {
      font-size: 14px;
    }
  }
}
textarea.form-control {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5;
}
.input-contrast {
  background-color: var(--color-canvas-inset);
}
.input-contrast:focus {
  background-color: var(--background-color);
}
::placeholder {
  color: var(--color-fg-subtle);
  opacity: 1;
}
.input-sm {
  min-height: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  line-height: 20px;
}
.input-lg {
  font-size: 16px;
}
.input-block {
  display: block;
  width: 100%;
}
.input-monospace {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
    Liberation Mono, monospace;
}
.input-hide-webkit-autofill::-webkit-contacts-auto-fill-button {
  position: absolute;
  right: 0;
  display: none !important;
  pointer-events: none;
  visibility: hidden;
}
.form-checkbox {
  padding-left: 20px;
  margin: 15px 0;
  vertical-align: middle;
}
.form-checkbox label em.highlight {
  position: relative;
  left: -4px;
  padding: 2px 4px;
  font-style: normal;
  background: var(--color-attention-subtle);
  border-radius: 6px;
}
.form-checkbox input[type="checkbox"],
.form-checkbox input[type="radio"] {
  float: left;
  margin: 5px 0 0 -20px;
  vertical-align: middle;
}
.form-checkbox .note {
  display: block;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: var(--color-fg-muted);
}
.form-checkbox-details {
  display: none;
}
.form-checkbox-details-trigger:checked ~ * .form-checkbox-details,
.form-checkbox-details-trigger:checked ~ .form-checkbox-details {
  display: block;
}
.hfields {
  margin: 15px 0;
}
.hfields::before {
  display: table;
  content: "";
}
.hfields::after {
  display: table;
  clear: both;
  content: "";
}
.hfields .form-group {
  float: left;
  margin: 0 30px 0 0;
}
.hfields .form-group dt label,
.hfields .form-group .form-group-header label {
  display: inline-block;
  margin: 5px 0 0;
  color: var(--color-fg-muted);
}
.hfields .form-group dt img,
.hfields .form-group .form-group-header img {
  position: relative;
  top: -2px;
}
.hfields .btn {
  float: left;
  margin: 28px 25px 0 -20px;
}
.hfields .form-select {
  margin-top: 5px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
.form-actions::before {
  display: table;
  content: "";
}
.form-actions::after {
  display: table;
  clear: both;
  content: "";
}
.form-actions .btn {
  float: right;
}
.form-actions .btn + .btn {
  margin-right: 5px;
}
.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;
}
.form-warning p {
  margin: 0;
  line-height: 1.5;
}
.form-warning a {
  font-weight: 600;
}
.form-select {
  display: inline-block;
  max-width: 100%;
  height: 32px;
  padding-right: 24px;
  background-color: var(--background-color);
  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;
}
.form-select::-ms-expand {
  opacity: 0;
}
.form-select[multiple] {
  height: auto;
}
[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) {
  [data-color-mode="auto"][data-light-theme*="dark"] .form-select {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iIzZlNzY4MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC40MjcgOS40MjdsMy4zOTYgMy4zOTZhLjI1MS4yNTEgMCAwMC4zNTQgMGwzLjM5Ni0zLjM5NkEuMjUuMjUgMCAwMDExLjM5NiA5SDQuNjA0YS4yNS4yNSAwIDAwLS4xNzcuNDI3ek00LjQyMyA2LjQ3TDcuODIgMy4wNzJhLjI1LjI1IDAgMDEuMzU0IDBMMTEuNTcgNi40N2EuMjUuMjUgMCAwMS0uMTc3LjQyN0g0LjZhLjI1LjI1IDAgMDEtLjE3Ny0uNDI3eiIgLz48L3N2Zz4=");
  }
}
@media (prefers-color-scheme: dark) {
  [data-color-mode="auto"][data-dark-theme*="dark"] .form-select {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iIzZlNzY4MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC40MjcgOS40MjdsMy4zOTYgMy4zOTZhLjI1MS4yNTEgMCAwMC4zNTQgMGwzLjM5Ni0zLjM5NkEuMjUuMjUgMCAwMDExLjM5NiA5SDQuNjA0YS4yNS4yNSAwIDAwLS4xNzcuNDI3ek00LjQyMyA2LjQ3TDcuODIgMy4wNzJhLjI1LjI1IDAgMDEuMzU0IDBMMTEuNTcgNi40N2EuMjUuMjUgMCAwMS0uMTc3LjQyN0g0LjZhLjI1LjI1IDAgMDEtLjE3Ny0uNDI3eiIgLz48L3N2Zz4=");
  }
}
.select-sm {
  height: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}
.select-sm[multiple] {
  height: auto;
  min-height: 0;
}
.form-group {
  margin: 15px 0;
}
.form-group .form-control.autocomplete-embedded-icon-wrap:focus-within {
  background-color: var(--background-color);
}
.form-group .form-control {
  width: 440px;
  max-width: 100%;
  margin-right: 5px;
  background-color: var(--color-canvas-inset);
}
.form-group .form-control:focus {
  background-color: var(--background-color);
}
.form-group .form-control.shorter {
  width: 130px;
}
.form-group .form-control.short {
  width: 250px;
}
.form-group .form-control.input-block,
.form-group .form-control.long {
  width: 100%;
}
.form-group textarea.form-control {
  width: 100%;
  height: 200px;
  min-height: 200px;
}
.form-group textarea.form-control.short {
  height: 50px;
  min-height: 50px;
}
.form-group dt,
.form-group .form-group-header {
  margin: 0 0 6px;
}
.form-group label {
  position: relative;
}
.form-group.flattened dt,
.form-group.flattened .form-group-header {
  float: left;
  margin: 0;
  line-height: 32px;
}
.form-group.flattened dd,
.form-group.flattened .form-group-body {
  line-height: 32px;
}
.form-group dd h4,
.form-group .form-group-body h4 {
  margin: 4px 0 0;
}
.form-group dd h4.is-error,
.form-group .form-group-body h4.is-error {
  color: var(--color-danger-fg);
}
.form-group dd h4.is-success,
.form-group .form-group-body h4.is-success {
  color: var(--color-success-fg);
}
.form-group dd h4 + .note,
.form-group .form-group-body h4 + .note {
  margin-top: 0;
}
.form-group.required dt label::after,
.form-group.required .form-group-header label::after {
  padding-left: 5px;
  color: var(--color-danger-fg);
  content: "*";
}
.form-group .success,
.form-group .error,
.form-group .indicator {
  display: none;
  font-size: 12px;
  font-weight: 600;
}
.form-group.loading {
  opacity: 0.5;
}
.form-group.loading .indicator {
  display: inline;
}
.form-group.loading .spinner {
  display: inline-block;
  vertical-align: middle;
}
.form-group.successful .success {
  display: inline;
  color: var(--color-success-fg);
}
.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;
}
.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;
}
.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;
}
.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;
}
.form-group.successed .success {
  color: var(--primary-color);
  background-color: var(--background-color);
  background-image: linear-gradient(
    var(--color-success-subtle),
    var(--color-success-subtle)
  );
  border-color: var(--color-success-muted);
}
.form-group.successed .success::after {
  border-bottom-color: var(--color-success-subtle);
}
.form-group.successed .success::before {
  border-bottom-color: var(--color-success-muted);
}
.form-group.warn .form-control {
  border-color: var(--color-attention-emphasis);
}
.form-group.warn .warning {
  color: var(--primary-color);
  background-color: var(--background-color);
  background-image: linear-gradient(
    var(--color-attention-subtle),
    var(--color-attention-subtle)
  );
  border-color: var(--color-attention-muted);
}
.form-group.warn .warning::after {
  border-bottom-color: var(--color-attention-subtle);
}
.form-group.warn .warning::before {
  border-bottom-color: var(--color-attention-muted);
}
.form-group.errored .form-control {
  border-color: var(--color-danger-emphasis);
}
.form-group.errored label {
  color: var(--color-danger-fg);
}
.form-group.errored .error {
  color: var(--primary-color);
  background-color: var(--background-color);
  background-image: linear-gradient(
    var(--color-danger-subtle),
    var(--color-danger-subtle)
  );
  border-color: var(--color-danger-muted);
}
.form-group.errored .error::after {
  border-bottom-color: var(--color-danger-subtle);
}
.form-group.errored .error::before {
  border-bottom-color: var(--color-danger-muted);
}
.note {
  min-height: 17px;
  margin: 4px 0 2px;
  font-size: 12px;
  color: var(--color-fg-muted);
}
.note .spinner {
  margin-right: 3px;
  vertical-align: middle;
}
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;
}
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");
}
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");
}
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) {
  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;
  }
  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");
  }
  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");
  }
  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");
  }
}
.status-indicator {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.status-indicator .octicon {
  display: none;
}
.status-indicator-success::before {
  content: "";
}
.status-indicator-success .octicon-check {
  display: inline-block;
  color: var(--color-success-fg);
  fill: var(--color-success-fg);
}
.status-indicator-success .octicon-x {
  display: none;
}
.status-indicator-failed::before {
  content: "";
}
.status-indicator-failed .octicon-check {
  display: none;
}
.status-indicator-failed .octicon-x {
  display: inline-block;
  color: var(--color-danger-fg);
  fill: var(--color-danger-fg);
}
.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;
}
.inline-form {
  display: inline-block;
}
.inline-form .btn-plain {
  background-color: transparent;
  border: 0;
}
.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;
}
.drag-and-drop .default,
.drag-and-drop .loading,
.drag-and-drop .error {
  display: none;
}
.drag-and-drop .error {
  color: var(--color-danger-fg);
}
.drag-and-drop img {
  vertical-align: top;
}
.is-default .drag-and-drop .default {
  display: inline-block;
}
.is-uploading .drag-and-drop .loading {
  display: inline-block;
}
.is-bad-file .drag-and-drop .bad-file {
  display: inline-block;
}
.is-duplicate-filename .drag-and-drop .duplicate-filename {
  display: inline-block;
}
.is-too-big .drag-and-drop .too-big {
  display: inline-block;
}
.is-hidden-file .drag-and-drop .hidden-file {
  display: inline-block;
}
.is-empty .drag-and-drop .empty {
  display: inline-block;
}
.is-bad-permissions .drag-and-drop .bad-permissions {
  display: inline-block;
}
.is-repository-required .drag-and-drop .repository-required {
  display: inline-block;
}
.drag-and-drop-error-info {
  font-weight: 400;
  color: var(--color-fg-muted);
}
.drag-and-drop-error-info a {
  color: var(--color-accent-fg);
}
.is-failed .drag-and-drop .failed-request {
  display: inline-block;
}
.manual-file-chooser {
  position: absolute;
  width: 240px;
  padding: 5px;
  margin-left: -80px;
  cursor: pointer;
  opacity: 0.0001;
}
.manual-file-chooser:hover + .manual-file-chooser-text {
  text-decoration: underline;
}
.btn .manual-file-chooser {
  top: 0;
  padding: 0;
  line-height: 34px;
}
.upload-enabled textarea {
  display: block;
  border-bottom: 1px dashed var(--color-border-default);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.upload-enabled.focused {
  border-radius: 6px;
  box-shadow: var(--color-primer-shadow-inset), var(--color-primer-shadow-focus);
}
.upload-enabled.focused .form-control {
  box-shadow: none;
}
.upload-enabled.focused .drag-and-drop {
  border-color: var(--color-accent-emphasis);
}
.dragover textarea,
.dragover .drag-and-drop {
  box-shadow: #c9ff00 0 0 3px;
}
.write-content {
  position: relative;
}
.previewable-comment-form {
  position: relative;
}
.previewable-comment-form .tabnav {
  position: relative;
  padding: 8px 8px 0;
}
.previewable-comment-form .comment {
  border: 1px solid var(--color-border-default);
}
.previewable-comment-form .comment-form-error {
  margin-bottom: 8px;
}
.previewable-comment-form .write-content,
.previewable-comment-form .preview-content {
  display: none;
  margin: 0 8px 8px;
}
.previewable-comment-form.write-selected .write-content,
.previewable-comment-form.preview-selected .preview-content {
  display: block;
}
.previewable-comment-form textarea {
  display: block;
  width: 100%;
  min-height: 100px;
  max-height: 500px;
  padding: 8px;
  resize: vertical;
}
.form-action-spacious {
  margin-top: 10px;
}
div.composer {
  margin-top: 0;
  border: 0;
}
.composer .comment-form-textarea {
  height: 200px;
  min-height: 200px;
}
.composer .tabnav {
  margin: 0 0 10px;
}
h2.account {
  margin: 15px 0 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-fg-muted);
}
p.explain {
  position: relative;
  font-size: 12px;
  color: var(--color-fg-muted);
}
p.explain strong {
  color: var(--primary-color);
}
p.explain .octicon {
  margin-right: 5px;
  color: var(--color-fg-muted);
}
p.explain .minibutton {
  top: -4px;
  float: right;
}
.form-group label {
  position: static;
}
.input-group {
  display: table;
}
.input-group .form-control {
  position: relative;
  width: 100%;
}
.input-group .form-control:focus {
  z-index: 2;
}
.input-group .form-control + .btn {
  margin-left: 0;
}
.input-group.inline {
  display: inline-table;
}
.input-group .form-control.autocomplete-embedded-icon-wrap {
  display: inline-flex;
  padding: 5px 8px;
}
.input-group .form-control,
.input-group-button {
  display: table-cell;
}
.input-group-button {
  width: 1%;
  vertical-align: middle;
}
.input-group-button--autocomplete-embedded-icon {
  vertical-align: bottom;
}
.input-group .form-control:first-child,
.input-group-button:first-child .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-button:first-child .btn {
  margin-right: -1px;
}
.input-group .form-control:last-child,
.input-group-button:last-child .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-button:last-child .btn {
  margin-left: -1px;
}
.radio-group::before {
  display: table;
  content: "";
}
.radio-group::after {
  display: table;
  clear: both;
  content: "";
}
.radio-label {
  float: left;
  padding: 6px 16px 6px 36px;
  margin-left: -1px;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-color);
  cursor: pointer;
  border: 1px solid var(--color-border-default);
}
:checked + .radio-label {
  position: relative;
  z-index: 1;
  border-color: var(--color-accent-emphasis);
}
.radio-label:first-of-type {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.radio-label:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.radio-label .octicon {
  margin-left: 4px;
  color: var(--color-fg-subtle);
}
.radio-input {
  z-index: 3;
  float: left;
  margin: 10px -32px 0 16px;
}
.radio-input:disabled {
  position: relative;
}
.radio-input:disabled + .radio-label {
  color: var(--color-primer-fg-disabled);
  cursor: default;
  background-color: var(--color-neutral-subtle);
}
.radio-input:disabled + .radio-label .octicon {
  color: inherit;
}
.container-sm {
  max-width: 544px;
  margin-right: auto;
  margin-left: auto;
}
.container-md {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}
.container-lg {
  max-width: 1012px;
  margin-right: auto;
  margin-left: auto;
}
.container-xl {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666666%;
}
.col-3 {
  width: 24.99999999%;
}
.col-4 {
  width: 33.33333332%;
}
.col-5 {
  width: 41.66666665%;
}
.col-6 {
  width: 49.99999998%;
}
.col-7 {
  width: 58.33333331%;
}
.col-8 {
  width: 66.66666664%;
}
.col-9 {
  width: 74.99999997%;
}
.col-10 {
  width: 83.3333333%;
}
.col-11 {
  width: 91.66666663%;
}
.col-12 {
  width: 100%;
}
@media (min-width: 544px) {
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666666%;
  }
  .col-sm-3 {
    width: 24.99999999%;
  }
  .col-sm-4 {
    width: 33.33333332%;
  }
  .col-sm-5 {
    width: 41.66666665%;
  }
  .col-sm-6 {
    width: 49.99999998%;
  }
  .col-sm-7 {
    width: 58.33333331%;
  }
  .col-sm-8 {
    width: 66.66666664%;
  }
  .col-sm-9 {
    width: 74.99999997%;
  }
  .col-sm-10 {
    width: 83.3333333%;
  }
  .col-sm-11 {
    width: 91.66666663%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666666%;
  }
  .col-md-3 {
    width: 24.99999999%;
  }
  .col-md-4 {
    width: 33.33333332%;
  }
  .col-md-5 {
    width: 41.66666665%;
  }
  .col-md-6 {
    width: 49.99999998%;
  }
  .col-md-7 {
    width: 58.33333331%;
  }
  .col-md-8 {
    width: 66.66666664%;
  }
  .col-md-9 {
    width: 74.99999997%;
  }
  .col-md-10 {
    width: 83.3333333%;
  }
  .col-md-11 {
    width: 91.66666663%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1012px) {
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666666%;
  }
  .col-lg-3 {
    width: 24.99999999%;
  }
  .col-lg-4 {
    width: 33.33333332%;
  }
  .col-lg-5 {
    width: 41.66666665%;
  }
  .col-lg-6 {
    width: 49.99999998%;
  }
  .col-lg-7 {
    width: 58.33333331%;
  }
  .col-lg-8 {
    width: 66.66666664%;
  }
  .col-lg-9 {
    width: 74.99999997%;
  }
  .col-lg-10 {
    width: 83.3333333%;
  }
  .col-lg-11 {
    width: 91.66666663%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-2 {
    width: 16.66666666%;
  }
  .col-xl-3 {
    width: 24.99999999%;
  }
  .col-xl-4 {
    width: 33.33333332%;
  }
  .col-xl-5 {
    width: 41.66666665%;
  }
  .col-xl-6 {
    width: 49.99999998%;
  }
  .col-xl-7 {
    width: 58.33333331%;
  }
  .col-xl-8 {
    width: 66.66666664%;
  }
  .col-xl-9 {
    width: 74.99999997%;
  }
  .col-xl-10 {
    width: 83.3333333%;
  }
  .col-xl-11 {
    width: 91.66666663%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
.gutter {
  margin-right: -16px;
  margin-left: -16px;
}
.gutter > [class*="col-"] {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.gutter-condensed {
  margin-right: -8px;
  margin-left: -8px;
}
.gutter-condensed > [class*="col-"] {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.gutter-spacious {
  margin-right: -24px;
  margin-left: -24px;
}
.gutter-spacious > [class*="col-"] {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
@media (min-width: 544px) {
  .gutter-sm {
    margin-right: -16px;
    margin-left: -16px;
  }
  .gutter-sm > [class*="col-"] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .gutter-sm-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  .gutter-sm-condensed > [class*="col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .gutter-sm-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  .gutter-sm-spacious > [class*="col-"] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .gutter-md {
    margin-right: -16px;
    margin-left: -16px;
  }
  .gutter-md > [class*="col-"] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .gutter-md-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  .gutter-md-condensed > [class*="col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .gutter-md-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  .gutter-md-spacious > [class*="col-"] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (min-width: 1012px) {
  .gutter-lg {
    margin-right: -16px;
    margin-left: -16px;
  }
  .gutter-lg > [class*="col-"] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .gutter-lg-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  .gutter-lg-condensed > [class*="col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .gutter-lg-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  .gutter-lg-spacious > [class*="col-"] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (min-width: 1280px) {
  .gutter-xl {
    margin-right: -16px;
    margin-left: -16px;
  }
  .gutter-xl > [class*="col-"] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .gutter-xl-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  .gutter-xl-condensed > [class*="col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .gutter-xl-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  .gutter-xl-spacious > [class*="col-"] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
.offset-1 {
  margin-left: 8.33333333% !important;
}
.offset-2 {
  margin-left: 16.66666666% !important;
}
.offset-3 {
  margin-left: 24.99999999% !important;
}
.offset-4 {
  margin-left: 33.33333332% !important;
}
.offset-5 {
  margin-left: 41.66666665% !important;
}
.offset-6 {
  margin-left: 49.99999998% !important;
}
.offset-7 {
  margin-left: 58.33333331% !important;
}
.offset-8 {
  margin-left: 66.66666664% !important;
}
.offset-9 {
  margin-left: 74.99999997% !important;
}
.offset-10 {
  margin-left: 83.3333333% !important;
}
.offset-11 {
  margin-left: 91.66666663% !important;
}
@media (min-width: 544px) {
  .offset-sm-1 {
    margin-left: 8.33333333% !important;
  }
  .offset-sm-2 {
    margin-left: 16.66666666% !important;
  }
  .offset-sm-3 {
    margin-left: 24.99999999% !important;
  }
  .offset-sm-4 {
    margin-left: 33.33333332% !important;
  }
  .offset-sm-5 {
    margin-left: 41.66666665% !important;
  }
  .offset-sm-6 {
    margin-left: 49.99999998% !important;
  }
  .offset-sm-7 {
    margin-left: 58.33333331% !important;
  }
  .offset-sm-8 {
    margin-left: 66.66666664% !important;
  }
  .offset-sm-9 {
    margin-left: 74.99999997% !important;
  }
  .offset-sm-10 {
    margin-left: 83.3333333% !important;
  }
  .offset-sm-11 {
    margin-left: 91.66666663% !important;
  }
}
@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.33333333% !important;
  }
  .offset-md-2 {
    margin-left: 16.66666666% !important;
  }
  .offset-md-3 {
    margin-left: 24.99999999% !important;
  }
  .offset-md-4 {
    margin-left: 33.33333332% !important;
  }
  .offset-md-5 {
    margin-left: 41.66666665% !important;
  }
  .offset-md-6 {
    margin-left: 49.99999998% !important;
  }
  .offset-md-7 {
    margin-left: 58.33333331% !important;
  }
  .offset-md-8 {
    margin-left: 66.66666664% !important;
  }
  .offset-md-9 {
    margin-left: 74.99999997% !important;
  }
  .offset-md-10 {
    margin-left: 83.3333333% !important;
  }
  .offset-md-11 {
    margin-left: 91.66666663% !important;
  }
}
@media (min-width: 1012px) {
  .offset-lg-1 {
    margin-left: 8.33333333% !important;
  }
  .offset-lg-2 {
    margin-left: 16.66666666% !important;
  }
  .offset-lg-3 {
    margin-left: 24.99999999% !important;
  }
  .offset-lg-4 {
    margin-left: 33.33333332% !important;
  }
  .offset-lg-5 {
    margin-left: 41.66666665% !important;
  }
  .offset-lg-6 {
    margin-left: 49.99999998% !important;
  }
  .offset-lg-7 {
    margin-left: 58.33333331% !important;
  }
  .offset-lg-8 {
    margin-left: 66.66666664% !important;
  }
  .offset-lg-9 {
    margin-left: 74.99999997% !important;
  }
  .offset-lg-10 {
    margin-left: 83.3333333% !important;
  }
  .offset-lg-11 {
    margin-left: 91.66666663% !important;
  }
}
@media (min-width: 1280px) {
  .offset-xl-1 {
    margin-left: 8.33333333% !important;
  }
  .offset-xl-2 {
    margin-left: 16.66666666% !important;
  }
  .offset-xl-3 {
    margin-left: 24.99999999% !important;
  }
  .offset-xl-4 {
    margin-left: 33.33333332% !important;
  }
  .offset-xl-5 {
    margin-left: 41.66666665% !important;
  }
  .offset-xl-6 {
    margin-left: 49.99999998% !important;
  }
  .offset-xl-7 {
    margin-left: 58.33333331% !important;
  }
  .offset-xl-8 {
    margin-left: 66.66666664% !important;
  }
  .offset-xl-9 {
    margin-left: 74.99999997% !important;
  }
  .offset-xl-10 {
    margin-left: 83.3333333% !important;
  }
  .offset-xl-11 {
    margin-left: 91.66666663% !important;
  }
}
.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)) {
  .Layout {
    grid-auto-flow: row;
    grid-template-columns: 1fr !important;
  }
  .Layout .Layout-sidebar,
  .Layout .Layout-divider,
  .Layout .Layout-main {
    width: 100% !important;
    grid-column: 1 !important;
  }
  .Layout.Layout--sidebarPosition-flowRow-start .Layout-sidebar {
    grid-row: 1;
  }
  .Layout.Layout--sidebarPosition-flowRow-start .Layout-main {
    grid-row: 2 / span 2;
  }
  .Layout.Layout--sidebarPosition-flowRow-end .Layout-sidebar {
    grid-row: 2 / span 2;
  }
  .Layout.Layout--sidebarPosition-flowRow-end .Layout-main {
    grid-row: 1;
  }
  .Layout.Layout--sidebarPosition-flowRow-none .Layout-sidebar {
    display: none;
  }
  .Layout.Layout--divided {
    --Layout-gutter: 0;
  }
  .Layout.Layout--divided .Layout-divider {
    height: 1px;
    grid-row: 2;
  }
  .Layout.Layout--divided .Layout-divider.Layout-divider--flowRow-hidden {
    display: none;
  }
  .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;
  }
  .Layout.Layout--divided .Layout-main {
    grid-row: 3 / span 1;
  }
  .Layout.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-sidebar {
    grid-row: 3 / span 1;
  }
  .Layout.Layout--divided.Layout--sidebarPosition-flowRow-end .Layout-main {
    grid-row: 1;
  }
}
@media (max-width: calc(768px - 0.02px)) {
  .Layout.Layout--flowRow-until-md {
    grid-auto-flow: row;
    grid-template-columns: 1fr !important;
  }
  .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;
  }
  .Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-start
    .Layout-sidebar {
    grid-row: 1;
  }
  .Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-start
    .Layout-main {
    grid-row: 2 / span 2;
  }
  .Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-end
    .Layout-sidebar {
    grid-row: 2 / span 2;
  }
  .Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-end
    .Layout-main {
    grid-row: 1;
  }
  .Layout.Layout--flowRow-until-md.Layout--sidebarPosition-flowRow-none
    .Layout-sidebar {
    display: none;
  }
  .Layout.Layout--flowRow-until-md.Layout--divided {
    --Layout-gutter: 0;
  }
  .Layout.Layout--flowRow-until-md.Layout--divided .Layout-divider {
    height: 1px;
    grid-row: 2;
  }
  .Layout.Layout--flowRow-until-md.Layout--divided
    .Layout-divider.Layout-divider--flowRow-hidden {
    display: none;
  }
  .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;
  }
  .Layout.Layout--flowRow-until-md.Layout--divided .Layout-main {
    grid-row: 3 / span 1;
  }
  .Layout.Layout--flowRow-until-md.Layout--divided.Layout--sidebarPosition-flowRow-end
    .Layout-sidebar {
    grid-row: 3 / span 1;
  }
  .Layout.Layout--flowRow-until-md.Layout--divided.Layout--sidebarPosition-flowRow-end
    .Layout-main {
    grid-row: 1;
  }
}
@media (max-width: calc(1012px - 0.02px)) {
  .Layout.Layout--flowRow-until-lg {
    grid-auto-flow: row;
    grid-template-columns: 1fr !important;
  }
  .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;
  }
  .Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-start
    .Layout-sidebar {
    grid-row: 1;
  }
  .Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-start
    .Layout-main {
    grid-row: 2 / span 2;
  }
  .Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-end
    .Layout-sidebar {
    grid-row: 2 / span 2;
  }
  .Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-end
    .Layout-main {
    grid-row: 1;
  }
  .Layout.Layout--flowRow-until-lg.Layout--sidebarPosition-flowRow-none
    .Layout-sidebar {
    display: none;
  }
  .Layout.Layout--flowRow-until-lg.Layout--divided {
    --Layout-gutter: 0;
  }
  .Layout.Layout--flowRow-until-lg.Layout--divided .Layout-divider {
    height: 1px;
    grid-row: 2;
  }
  .Layout.Layout--flowRow-until-lg.Layout--divided
    .Layout-divider.Layout-divider--flowRow-hidden {
    display: none;
  }
  .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;
  }
  .Layout.Layout--flowRow-until-lg.Layout--divided .Layout-main {
    grid-row: 3 / span 1;
  }
  .Layout.Layout--flowRow-until-lg.Layout--divided.Layout--sidebarPosition-flowRow-end
    .Layout-sidebar {
    grid-row: 3 / span 1;
  }
  .Layout.Layout--flowRow-until-lg.Layout--divided.Layout--sidebarPosition-flowRow-end
    .Layout-main {
    grid-row: 1;
  }
}
.Layout .Layout-sidebar {
  grid-column: 1;
}
.Layout .Layout-divider {
  display: none;
}
.Layout .Layout-main {
  grid-column: 2 / span 2;
}
@media (min-width: 1012px) {
  .Layout {
    --Layout-gutter: 24px;
  }
}
.Layout.Layout--gutter-none {
  --Layout-gutter: 0px;
}
.Layout.Layout--gutter-condensed {
  --Layout-gutter: 16px;
}
@media (min-width: 1012px) {
  .Layout.Layout--gutter-spacious {
    --Layout-gutter: 32px;
  }
}
@media (min-width: 1280px) {
  .Layout.Layout--gutter-spacious {
    --Layout-gutter: 40px;
  }
}
@media (min-width: 544px) {
  .Layout {
    --Layout-sidebar-width: 220px;
  }
}
@media (min-width: 768px) {
  .Layout {
    --Layout-sidebar-width: 256px;
  }
}
@media (min-width: 1012px) {
  .Layout {
    --Layout-sidebar-width: 296px;
  }
}
@media (min-width: 768px) {
  .Layout.Layout--sidebar-narrow {
    --Layout-sidebar-width: 240px;
  }
}
@media (min-width: 1012px) {
  .Layout.Layout--sidebar-narrow {
    --Layout-sidebar-width: 256px;
  }
}
@media (min-width: 1012px) {
  .Layout.Layout--sidebar-wide {
    --Layout-sidebar-width: 320px;
  }
}
@media (min-width: 1280px) {
  .Layout.Layout--sidebar-wide {
    --Layout-sidebar-width: 336px;
  }
}
.Layout.Layout--sidebarPosition-start .Layout-sidebar {
  grid-column: 1;
}
.Layout.Layout--sidebarPosition-start .Layout-main {
  grid-column: 2 / span 2;
}
.Layout.Layout--sidebarPosition-end {
  grid-template-columns: minmax(
      0,
      calc(100% - var(--Layout-sidebar-width) - var(--Layout-gutter))
    ) 0 auto;
}
.Layout.Layout--sidebarPosition-end .Layout-main {
  grid-column: 1;
}
.Layout.Layout--sidebarPosition-end .Layout-sidebar {
  grid-column: 2 / span 2;
}
.Layout.Layout--divided .Layout-divider {
  display: block;
  grid-column: 2;
  width: 1px;
  margin-right: -1px;
  background: var(--color-border-default);
}
.Layout.Layout--divided .Layout-main {
  grid-column: 3 / span 1;
}
.Layout.Layout--divided.Layout--sidebarPosition-end .Layout-sidebar {
  grid-column: 3 / span 1;
}
.Layout.Layout--divided.Layout--sidebarPosition-end .Layout-main {
  grid-column: 1;
}
.Layout-divider {
  display: none;
  width: 1px;
}
.Layout-sidebar {
  width: var(--Layout-sidebar-width);
}
.Layout-main {
  min-width: 0;
}
.Layout-main .Layout-main-centered-md,
.Layout-main .Layout-main-centered-lg,
.Layout-main .Layout-main-centered-xl {
  margin-right: auto;
  margin-left: auto;
}
.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;
}
.Layout-main .Layout-main-centered-md {
  max-width: calc(768px + var(--Layout-sidebar-width) + var(--Layout-gutter));
}
.Layout-main .Layout-main-centered-lg {
  max-width: calc(1012px + var(--Layout-sidebar-width) + var(--Layout-gutter));
}
.Layout-main .Layout-main-centered-xl {
  max-width: calc(1280px + var(--Layout-sidebar-width) + var(--Layout-gutter));
}
:root {
  --Layout-pane-width: 220px;
  --Layout-content-width: 100%;
  --Layout-template-columns: 1fr var(--Layout-pane-width);
  --Layout-template-areas: "content pane";
  --Layout-column-gap: 16px;
  --Layout-row-gap: 16px;
  --Layout-outer-spacing-x: 0px;
  --Layout-outer-spacing-y: 0px;
  --Layout-inner-spacing-min: 0px;
  --Layout-inner-spacing-max: 0px;
}
.PageLayout {
  display: block;
  margin: var(--Layout-outer-spacing-y) var(--Layout-outer-spacing-x);
}
@media (min-width: 768px) {
  .PageLayout.PageLayout--panePos-start {
    --Layout-template-columns: var(--Layout-pane-width)
      minmax(
        0,
        calc(100% - var(--Layout-pane-width) - var(--Layout-column-gap))
      );
    --Layout-template-areas: "pane content";
  }
  .PageLayout.PageLayout--panePos-end {
    --Layout-template-columns: minmax(
        0,
        calc(100% - var(--Layout-pane-width) - var(--Layout-column-gap))
      )
      var(--Layout-pane-width);
    --Layout-template-areas: "content pane";
  }
  .PageLayout .PageLayout-header--hasDivider {
    padding-bottom: max(var(--Layout-row-gap), var(--Layout-inner-spacing-min));
    border-bottom: 1px solid var(--color-border-default);
  }
  .PageLayout .PageLayout-footer--hasDivider {
    padding-top: max(var(--Layout-row-gap), var(--Layout-inner-spacing-min));
    border-top: 1px solid var(--color-border-default);
  }
  .PageLayout.PageLayout--hasPaneDivider.PageLayout--panePos-start
    .PageLayout-pane {
    border-right: 1px solid var(--color-border-default);
  }
  .PageLayout.PageLayout--hasPaneDivider.PageLayout--panePos-start:not(
      .PageLayout--columnGap-none
    )
    .PageLayout-pane {
    padding-right: calc(var(--Layout-column-gap) - 1px);
    margin-right: calc(var(--Layout-column-gap) * -1);
  }
  .PageLayout.PageLayout--hasPaneDivider.PageLayout--panePos-start:not(
      .PageLayout--columnGap-none
    )
    .PageLayout-content {
    margin-left: var(--Layout-column-gap);
  }
  .PageLayout.PageLayout--hasPaneDivider.PageLayout--panePos-end
    .PageLayout-pane {
    border-left: 1px solid var(--color-border-default);
  }
  .PageLayout.PageLayout--hasPaneDivider.PageLayout--panePos-end:not(
      .PageLayout--columnGap-none
    )
    .PageLayout-pane {
    padding-left: calc(var(--Layout-column-gap) - 1px);
    margin-left: calc(var(--Layout-column-gap) * -1);
  }
  .PageLayout.PageLayout--hasPaneDivider.PageLayout--panePos-end:not(
      .PageLayout--columnGap-none
    )
    .PageLayout-content {
    margin-right: var(--Layout-column-gap);
  }
  .PageLayout.PageLayout--isPaneSticky .PageLayout-pane {
    position: sticky;
    top: 0;
    max-height: 100vh;
    overflow: auto;
  }
  .PageLayout [class^="PageLayout-content-centered-"] {
    max-width: calc(
      var(--Layout-content-width) + var(--Layout-pane-width) +
        var(--Layout-column-gap)
    );
    margin-right: auto;
    margin-left: auto;
  }
  .PageLayout.PageLayout--hasPaneDivider
    [class^="PageLayout-content-centered-"] {
    max-width: calc(
      var(--Layout-content-width) + var(--Layout-pane-width) +
        var(--Layout-column-gap) * 2
    );
  }
  .PageLayout.PageLayout--panePos-start
    [class^="PageLayout-content-centered-"]
    > [class^="container-"] {
    margin-left: 0;
  }
  .PageLayout.PageLayout--panePos-end
    [class^="PageLayout-content-centered-"]
    > [class^="container-"] {
    margin-right: 0;
  }
  .PageLayout .PageLayout-content-centered-sm {
    --Layout-content-width: 544px;
  }
  .PageLayout .PageLayout-content-centered-md {
    --Layout-content-width: 768px;
  }
  .PageLayout .PageLayout-content-centered-lg {
    --Layout-content-width: 1012px;
  }
  .PageLayout .PageLayout-content-centered-xl {
    --Layout-content-width: 1280px;
  }
}
@media (min-width: 768px) and (min-width: 544px) {
  .PageLayout {
    --Layout-pane-width: 220px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .PageLayout {
    --Layout-pane-width: 256px;
  }
}
@media (min-width: 768px) and (min-width: 1012px) {
  .PageLayout {
    --Layout-pane-width: 296px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .PageLayout.PageLayout--paneWidth-narrow {
    --Layout-pane-width: 240px;
  }
}
@media (min-width: 768px) and (min-width: 1012px) {
  .PageLayout.PageLayout--paneWidth-narrow {
    --Layout-pane-width: 256px;
  }
}
@media (min-width: 768px) and (min-width: 1012px) {
  .PageLayout.PageLayout--paneWidth-wide {
    --Layout-pane-width: 320px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .PageLayout.PageLayout--paneWidth-wide {
    --Layout-pane-width: 336px;
  }
}
@media (max-width: 767.98px) {
  .PageLayout.PageLayout--responsive-stackRegions {
    --Layout-template-columns: 1fr;
    --Layout-template-areas: "content" "pane";
  }
  .PageLayout.PageLayout--responsive-stackRegions.PageLayout--responsive-panePos-start {
    --Layout-template-areas: "pane" "content";
  }
  .PageLayout.PageLayout--responsive-separateRegions {
    --Layout-template-columns: 1fr;
    --Layout-template-areas: "content";
  }
  .PageLayout.PageLayout--responsive-separateRegions.PageLayout--responsive-primary-content {
    --Layout-template-areas: "content";
  }
  .PageLayout.PageLayout--responsive-separateRegions.PageLayout--responsive-primary-content
    .PageLayout-pane {
    display: none;
  }
  .PageLayout.PageLayout--responsive-separateRegions.PageLayout--responsive-primary-pane {
    --Layout-template-areas: "pane";
  }
  .PageLayout.PageLayout--responsive-separateRegions.PageLayout--responsive-primary-pane
    .PageLayout-content {
    display: none;
  }
  .PageLayout .PageLayout-region--dividerNarrow-line-before {
    position: relative;
    margin-top: var(--Layout-row-gap);
  }
  .PageLayout .PageLayout-region--dividerNarrow-line-before::before {
    position: absolute;
    left: calc(var(--Layout-outer-spacing-x) * -1);
    display: block;
    width: calc(100% + var(--Layout-outer-spacing-x) * 2);
    height: 1px;
    content: "";
    background-color: var(--color-border-default);
    top: calc(-1px - var(--Layout-row-gap));
  }
  .PageLayout .PageLayout-region--dividerNarrow-line-after {
    position: relative;
    margin-bottom: var(--Layout-row-gap);
  }
  .PageLayout .PageLayout-region--dividerNarrow-line-after::after {
    position: absolute;
    left: calc(var(--Layout-outer-spacing-x) * -1);
    display: block;
    width: calc(100% + var(--Layout-outer-spacing-x) * 2);
    height: 1px;
    content: "";
    background-color: var(--color-border-default);
    bottom: calc(-1px - var(--Layout-row-gap));
  }
  .PageLayout .PageLayout-region--dividerNarrow-filled-before {
    position: relative;
    margin-top: calc(8px + var(--Layout-row-gap));
  }
  .PageLayout .PageLayout-region--dividerNarrow-filled-before::after {
    position: absolute;
    bottom: calc(8px * -1);
    left: calc(var(--Layout-outer-spacing-x) * -1);
    display: block;
    width: calc(100% + var(--Layout-outer-spacing-x) * 2);
    height: 8px;
    content: "";
    background-color: var(--color-canvas-inset);
    box-shadow: inset 0 1px var(--color-border-default),
      inset 0 -1px var(--color-border-default);
    top: calc(-8px - var(--Layout-row-gap));
  }
  .PageLayout .PageLayout-region--dividerNarrow-filled-after {
    position: relative;
    margin-bottom: calc(8px + var(--Layout-row-gap));
  }
  .PageLayout .PageLayout-region--dividerNarrow-filled-after::before {
    position: absolute;
    bottom: calc(8px * -1);
    left: calc(var(--Layout-outer-spacing-x) * -1);
    display: block;
    width: calc(100% + var(--Layout-outer-spacing-x) * 2);
    height: 8px;
    content: "";
    background-color: var(--color-canvas-inset);
    box-shadow: inset 0 1px var(--color-border-default),
      inset 0 -1px var(--color-border-default);
    bottom: calc(-8px - var(--Layout-row-gap));
  }
}
.PageLayout-wrapper {
  display: grid;
  grid: auto-flow/1fr;
  row-gap: var(--Layout-row-gap);
}
.PageLayout-columns {
  display: grid;
  column-gap: var(--Layout-column-gap);
  row-gap: var(--Layout-row-gap);
  grid-template-columns: var(--Layout-template-columns);
  grid-template-rows: 1fr;
  grid-template-areas: var(--Layout-template-areas);
}
.PageLayout-columns .PageLayout-content {
  padding-right: var(--Layout-inner-spacing-max);
  padding-left: var(--Layout-inner-spacing-max);
  grid-area: content;
}
.PageLayout-columns .PageLayout-pane {
  grid-area: pane;
}
.PageLayout--outerSpacing-normal {
  --Layout-outer-spacing-x: 16px;
  --Layout-outer-spacing-y: 16px;
}
@media (min-width: 1012px) {
  .PageLayout--outerSpacing-normal {
    --Layout-outer-spacing-x: 24px;
    --Layout-outer-spacing-y: 24px;
  }
}
.PageLayout--outerSpacing-condensed {
  --Layout-outer-spacing-x: 16px;
  --Layout-outer-spacing-y: 16px;
}
.PageLayout--innerSpacing-normal {
  --Layout-inner-spacing-min: 16px;
  --Layout-inner-spacing-max: 16px;
}
@media (min-width: 1012px) {
  .PageLayout--innerSpacing-normal {
    --Layout-inner-spacing-max: 24px;
  }
}
.PageLayout--innerSpacing-condensed {
  --Layout-inner-spacing-min: 16px;
  --Layout-inner-spacing-max: 16px;
}
.PageLayout--columnGap-normal {
  --Layout-column-gap: 16px;
}
@media (min-width: 1012px) {
  .PageLayout--columnGap-normal {
    --Layout-column-gap: 24px;
  }
}
.PageLayout--columnGap-condensed {
  --Layout-column-gap: 16px;
}
.PageLayout--columnGap-none {
  --Layout-column-gap: 0px;
}
.PageLayout--rowGap-normal {
  --Layout-row-gap: 16px;
}
@media (min-width: 1012px) {
  .PageLayout--rowGap-normal {
    --Layout-row-gap: 24px;
  }
}
.PageLayout--rowGap-none {
  --Layout-row-gap: 0px;
}
.PageLayout--rowGap-condensed {
  --Layout-row-gap: 16px;
}
.PageLayout-header,
.PageLayout-content,
.PageLayout-pane,
.PageLayout-footer {
  padding: var(--Layout-inner-spacing-min);
}
.Link {
  color: var(--color-accent-fg);
}
.Link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.Link--primary {
  color: var(--color-fg-default) !important;
}
.Link--primary:hover {
  color: var(--color-accent-fg) !important;
}
.Link--secondary {
  color: var(--color-fg-muted) !important;
}
.Link--secondary:hover {
  color: var(--color-accent-fg) !important;
}
.Link--muted {
  color: var(--color-fg-muted) !important;
}
.Link--muted:hover {
  color: var(--color-accent-fg) !important;
  text-decoration: none;
}
.Link--onHover:hover {
  color: var(--color-accent-fg) !important;
  text-decoration: underline;
  cursor: pointer;
}
.Link--secondary:hover [class*="color-fg"],
.Link--primary:hover [class*="color-fg"],
.Link--muted:hover [class*="color-fg"] {
  color: inherit !important;
}
.menu {
  margin-bottom: 16px;
  list-style: none;
  background-color: var(--background-color);
  border: 1px solid var(--color-border-default);
  border-radius: 6px;
}
.menu-item {
  position: relative;
  display: block;
  padding: 8px 16px;
  color: var(--primary-color);
  border-bottom: 1px solid var(--color-border-muted);
}
.menu-item:first-child {
  border-top: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.menu-item:first-child::before {
  border-top-left-radius: 6px;
}
.menu-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.menu-item:last-child::before {
  border-bottom-left-radius: 6px;
}
.menu-item:focus {
  z-index: 1;
  outline: none;
  box-shadow: var(--color-primer-shadow-focus);
}
.menu-item:hover {
  text-decoration: none;
  background-color: var(--color-neutral-subtle);
}
.menu-item:active {
  background-color: var(--color-canvas-subtle);
}
.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);
}
.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);
}
.menu-item .octicon {
  width: 16px;
  margin-right: 8px;
  color: var(--color-fg-muted);
  text-align: center;
}
.menu-item .Counter {
  float: right;
  margin-left: 4px;
}
.menu-item .menu-warning {
  float: right;
  color: var(--color-attention-fg);
}
.menu-item .avatar {
  float: left;
  margin-right: 4px;
}
.menu-item.alert .Counter {
  color: var(--color-danger-fg);
}
.menu-heading {
  display: block;
  padding: 8px 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 600;
  color: var(--primary-color);
  border-bottom: 1px solid var(--color-border-muted);
}
.menu-heading:hover {
  text-decoration: none;
}
.menu-heading:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.menu-heading:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.tabnav {
  margin-top: 0;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--color-border-default);
}
.tabnav-tabs {
  display: flex;
  margin-bottom: -1px;
  overflow: auto;
}
.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);
}
.tabnav-tab.selected,
.tabnav-tab[aria-selected="true"],
.tabnav-tab[aria-current]:not([aria-current="false"]) {
  color: var(--primary-color);
  background-color: var(--background-color);
  border-color: var(--color-border-default);
  border-radius: 6px 6px 0 0;
}
.tabnav-tab.selected .octicon,
.tabnav-tab[aria-selected="true"] .octicon,
.tabnav-tab[aria-current]:not([aria-current="false"]) .octicon {
  color: inherit;
}
.tabnav-tab:hover,
.tabnav-tab:focus {
  color: var(--primary-color);
  text-decoration: none;
  transition-duration: 0.1s;
}
.tabnav-tab:active {
  color: var(--color-fg-muted);
}
.tabnav-tab .octicon {
  margin-right: 4px;
  color: var(--color-fg-muted);
}
.tabnav-tab .Counter {
  margin-left: 4px;
  color: inherit;
}
.tabnav-extra {
  display: inline-block;
  padding-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  color: var(--color-fg-muted);
}
.tabnav-extra > .octicon {
  margin-right: 2px;
}
a.tabnav-extra:hover {
  color: var(--color-accent-fg);
  text-decoration: none;
}
.tabnav-btn {
  margin-left: 8px;
}
.filter-list {
  list-style-type: none;
}
.filter-list.small .filter-item {
  padding: 6px 12px;
  font-size: 12px;
}
.filter-list.pjax-active .filter-item {
  color: var(--color-fg-muted);
  background-color: transparent;
}
.filter-list.pjax-active .filter-item.pjax-active {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-accent-emphasis);
}
.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;
}
.filter-item:hover {
  text-decoration: none;
  background-color: var(--color-canvas-subtle);
}
.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);
}
.filter-item .count {
  float: right;
  font-weight: 600;
}
.filter-item .bar {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 2px;
  z-index: -1;
  display: inline-block;
  background-color: var(--color-neutral-subtle);
}
.SideNav {
  background-color: var(--color-canvas-subtle);
}
.SideNav-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 16px;
  color: var(--primary-color);
  text-align: left;
  background-color: transparent;
  border: 0;
  border-top: 1px solid var(--color-border-muted);
}
.SideNav-item:first-child {
  border-top: 0;
}
.SideNav-item:last-child {
  box-shadow: 0 1px 0 var(--color-border-default);
}
.SideNav-item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 2px;
  pointer-events: none;
  content: "";
}
.SideNav-item:focus {
  z-index: 1;
  outline: none;
  box-shadow: var(--color-primer-shadow-focus);
}
.SideNav-item:hover {
  text-decoration: none;
  background-color: var(--color-neutral-subtle);
  outline: none;
}
.SideNav-item:active {
  background-color: var(--color-canvas-subtle);
}
.SideNav-item[aria-current]:not([aria-current="false"]),
.SideNav-item[aria-selected="true"] {
  background-color: var(--color-sidenav-selected-bg);
}
.SideNav-item[aria-current]:not([aria-current="false"])::before,
.SideNav-item[aria-selected="true"]::before {
  background-color: var(--color-primer-border-active);
}
.SideNav-icon {
  width: 16px;
  margin-right: 8px;
  color: var(--color-fg-muted);
}
.SideNav-subItem {
  position: relative;
  display: block;
  width: 100%;
  padding: 4px 0;
  color: var(--color-accent-fg);
  text-align: left;
  background-color: transparent;
  border: 0;
}
.SideNav-subItem:hover,
.SideNav-subItem:focus {
  color: var(--primary-color);
  text-decoration: none;
  outline: none;
}
.SideNav-subItem[aria-current]:not([aria-current="false"]),
.SideNav-subItem[aria-selected="true"] {
  font-weight: 500;
  color: var(--primary-color);
}
.subnav {
  margin-bottom: 20px;
}
.subnav::before {
  display: table;
  content: "";
}
.subnav::after {
  display: table;
  clear: both;
  content: "";
}
.subnav-bordered {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border-muted);
}
.subnav-flush {
  margin-bottom: 0;
}
.subnav-item {
  position: relative;
  float: left;
  padding: 5px 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary-color);
  border: 1px solid var(--color-border-default);
}
.subnav-item + .subnav-item {
  margin-left: -1px;
}
.subnav-item:hover,
.subnav-item:focus {
  text-decoration: none;
  background-color: var(--color-canvas-subtle);
}
.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);
}
.subnav-item:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.subnav-item:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.subnav-search {
  position: relative;
  margin-left: 12px;
}
.subnav-search-input {
  width: 320px;
  padding-left: 32px;
  color: var(--color-fg-muted);
}
.subnav-search-input-wide {
  width: 500px;
}
.subnav-search-icon {
  position: absolute;
  top: 9px;
  left: 8px;
  display: block;
  color: var(--color-fg-muted);
  text-align: center;
  pointer-events: none;
}
.subnav-search-context .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.subnav-search-context .btn:hover,
.subnav-search-context .btn:focus,
.subnav-search-context .btn:active,
.subnav-search-context .btn.selected {
  z-index: 2;
}
.subnav-search-context + .subnav-search {
  margin-left: -1px;
}
.subnav-search-context + .subnav-search .subnav-search-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.subnav-search-context .select-menu-modal-holder {
  z-index: 30;
}
.subnav-search-context .select-menu-modal {
  width: 220px;
}
.subnav-search-context .select-menu-item-icon {
  color: inherit;
}
.subnav-spacer-right {
  padding-right: 12px;
}
.UnderlineNav {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  box-shadow: inset 0 -1px 0 var(--color-border-muted);
  justify-content: space-between;
}
.UnderlineNav-body {
  display: flex;
}
.UnderlineNav-item {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 30px;
  color: var(--primary-color);
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
}
.UnderlineNav-item:hover,
.UnderlineNav-item:focus {
  color: var(--primary-color);
  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;
}
.UnderlineNav-item.selected,
.UnderlineNav-item[role="tab"][aria-selected="true"],
.UnderlineNav-item[aria-current]:not([aria-current="false"]) {
  font-weight: 600;
  color: var(--primary-color);
  border-bottom-color: var(--color-primer-border-active);
  outline: 1px dotted transparent;
  outline-offset: -1px;
}
.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);
}
.UnderlineNav--right {
  justify-content: flex-end;
}
.UnderlineNav--right .UnderlineNav-actions {
  flex: 1 1 auto;
}
.UnderlineNav-actions {
  align-self: center;
}
.UnderlineNav--full {
  display: block;
}
.UnderlineNav-octicon {
  margin-right: 4px;
  color: var(--color-fg-subtle);
}
.UnderlineNav .Counter {
  margin-left: 4px;
  color: var(--primary-color);
  background-color: var(--color-neutral-muted);
}
.UnderlineNav .Counter--primary {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-neutral-emphasis);
}
.UnderlineNav-container {
  display: flex;
  justify-content: space-between;
}
.pagination a,
.pagination span,
.pagination em {
  min-width: 32px;
  padding: 5px 10px;
  font-style: normal;
  line-height: 20px;
  color: var(--primary-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-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);
}
.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;
}
.pagination a:active,
.pagination span:active,
.pagination em:active {
  border-color: var(--color-border-muted);
  transition: none;
}
.pagination .previous_page,
.pagination .next_page {
  color: var(--color-accent-fg);
}
.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;
}
.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%))
) {
  .pagination .previous_page::before,
  .pagination .next_page::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    content: "";
    background-color: currentColor;
  }
  .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
    );
  }
  .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
    );
  }
}
.pagination > * {
  display: none;
}
.pagination > :first-child,
.pagination > :last-child,
.pagination > .previous_page,
.pagination > .next_page {
  display: inline-block;
}
@media (min-width: 544px) {
  .pagination > :nth-child(2),
  .pagination > :nth-last-child(2),
  .pagination > .current,
  .pagination > .gap {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .pagination > * {
    display: inline-block;
  }
}
.paginate-container {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.paginate-container .pagination {
  display: inline-block;
}
.tooltipped {
  position: relative;
}
.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;
}
.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;
  }
}
.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;
}
.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;
}
.tooltipped-multiline:hover::after,
.tooltipped-multiline:active::after,
.tooltipped-multiline:focus::after {
  display: table-cell;
}
.tooltipped-s::after,
.tooltipped-se::after,
.tooltipped-sw::after {
  top: 100%;
  right: 50%;
  margin-top: 6px;
}
.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);
}
.tooltipped-se::after {
  right: auto;
  left: 50%;
  margin-left: -16px;
}
.tooltipped-sw::after {
  margin-right: -16px;
}
.tooltipped-n::after,
.tooltipped-ne::after,
.tooltipped-nw::after {
  right: 50%;
  bottom: 100%;
  margin-bottom: 6px;
}
.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);
}
.tooltipped-ne::after {
  right: auto;
  left: 50%;
  margin-left: -16px;
}
.tooltipped-nw::after {
  margin-right: -16px;
}
.tooltipped-s::after,
.tooltipped-n::after {
  transform: translateX(50%);
}
.tooltipped-w::after {
  right: 100%;
  bottom: 50%;
  margin-right: 6px;
  transform: translateY(50%);
}
.tooltipped-w::before {
  top: 50%;
  bottom: 50%;
  left: -7px;
  margin-top: -6px;
  border-left-color: var(--color-neutral-emphasis-plus);
}
.tooltipped-e::after {
  bottom: 50%;
  left: 100%;
  margin-left: 6px;
  transform: translateY(50%);
}
.tooltipped-e::before {
  top: 50%;
  right: -7px;
  bottom: 50%;
  margin-top: -6px;
  border-right-color: var(--color-neutral-emphasis-plus);
}
.tooltipped-align-right-1::after,
.tooltipped-align-right-2::after {
  right: 0;
  margin-right: 0;
}
.tooltipped-align-right-1::before {
  right: 10px;
}
.tooltipped-align-right-2::before {
  right: 15px;
}
.tooltipped-align-left-1::after,
.tooltipped-align-left-2::after {
  left: 0;
  margin-left: 0;
}
.tooltipped-align-left-1::before {
  left: 5px;
}
.tooltipped-align-left-2::before {
  left: 10px;
}
.tooltipped-multiline::after {
  width: max-content;
  max-width: 250px;
  word-wrap: break-word;
  white-space: pre-line;
  border-collapse: separate;
}
.tooltipped-multiline.tooltipped-s::after,
.tooltipped-multiline.tooltipped-n::after {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.tooltipped-multiline.tooltipped-w::after,
.tooltipped-multiline.tooltipped-e::after {
  right: 100%;
}
.tooltipped-sticky::before,
.tooltipped-sticky::after {
  display: inline-block;
}
.tooltipped-sticky.tooltipped-multiline::after {
  display: table-cell;
}
.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;
}
.css-truncate.css-truncate-target,
.css-truncate .css-truncate-target {
  display: inline-block;
  max-width: 125px;
  vertical-align: top;
}
.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:hover.css-truncate-target {
  max-width: 10000px !important;
}
.Truncate {
  display: inline-flex;
  min-width: 0;
  max-width: 100%;
}
.Truncate > .Truncate-text {
  min-width: 1ch;
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Truncate > .Truncate-text + .Truncate-text {
  margin-left: 4px;
}
.Truncate > .Truncate-text.Truncate-text--primary {
  flex-basis: 200%;
}
.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;
}
.anim-fade-in {
  animation-name: fade-in;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
.anim-fade-in.fast {
  animation-duration: 300ms;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim-fade-out {
  animation-name: fade-out;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
.anim-fade-out.fast {
  animation-duration: 0.3s;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.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);
  }
}
.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%);
  }
}
.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%;
  }
}
.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%;
  }
}
.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);
  }
}
.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;
  }
}
.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);
  }
}
.hover-grow,
.anim-hover-grow {
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hover-grow:hover,
.anim-hover-grow:hover {
  transform: scale(1.025);
}
.anim-rotate {
  animation: rotate-keyframes 1s linear infinite;
}
@keyframes rotate-keyframes {
  100% {
    transform: rotate(360deg);
  }
}
.border-x {
  border-right: 1px solid var(--color-border-default) !important;
  border-left: 1px solid var(--color-border-default) !important;
}
.border-y {
  border-top: 1px solid var(--color-border-default) !important;
  border-bottom: 1px solid var(--color-border-default) !important;
}
.border {
  border: 1px solid var(--color-border-default) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid var(--color-border-default) !important;
}
.border-right {
  border-right: 1px solid var(--color-border-default) !important;
}
.border-bottom {
  border-bottom: 1px solid var(--color-border-default) !important;
}
.border-left {
  border-left: 1px solid var(--color-border-default) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.rounded {
  border-radius: 6px !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 4px !important;
}
.rounded-2 {
  border-radius: 6px !important;
}
.rounded-3 {
  border-radius: 8px !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.rounded-top-2 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.rounded-top-3 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-right-1 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.rounded-right-2 {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.rounded-right-3 {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
.rounded-left-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-left-1 {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}
.rounded-left-2 {
  border-bottom-left-radius: 6px !important;
  border-top-left-radius: 6px !important;
}
.rounded-left-3 {
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 8px !important;
}
@media (min-width: 544px) {
  .border-sm {
    border: 1px solid var(--color-border-default) !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-sm-top {
    border-top: 1px solid var(--color-border-default) !important;
  }
  .border-sm-right {
    border-right: 1px solid var(--color-border-default) !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid var(--color-border-default) !important;
  }
  .border-sm-left {
    border-left: 1px solid var(--color-border-default) !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  .rounded-sm {
    border-radius: 6px !important;
  }
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
  .rounded-sm-1 {
    border-radius: 4px !important;
  }
  .rounded-sm-2 {
    border-radius: 6px !important;
  }
  .rounded-sm-3 {
    border-radius: 8px !important;
  }
  .rounded-sm-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-sm-top-1 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .rounded-sm-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .rounded-sm-top-3 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .rounded-sm-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-sm-right-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .rounded-sm-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .rounded-sm-right-3 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .rounded-sm-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-sm-bottom-1 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .rounded-sm-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  .rounded-sm-bottom-3 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .rounded-sm-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-sm-left-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  .rounded-sm-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
  .rounded-sm-left-3 {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
}
@media (min-width: 768px) {
  .border-md {
    border: 1px solid var(--color-border-default) !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-md-top {
    border-top: 1px solid var(--color-border-default) !important;
  }
  .border-md-right {
    border-right: 1px solid var(--color-border-default) !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid var(--color-border-default) !important;
  }
  .border-md-left {
    border-left: 1px solid var(--color-border-default) !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
  .rounded-md {
    border-radius: 6px !important;
  }
  .rounded-md-0 {
    border-radius: 0 !important;
  }
  .rounded-md-1 {
    border-radius: 4px !important;
  }
  .rounded-md-2 {
    border-radius: 6px !important;
  }
  .rounded-md-3 {
    border-radius: 8px !important;
  }
  .rounded-md-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-md-top-1 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .rounded-md-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .rounded-md-top-3 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .rounded-md-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-md-right-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .rounded-md-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .rounded-md-right-3 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .rounded-md-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-md-bottom-1 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .rounded-md-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  .rounded-md-bottom-3 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .rounded-md-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-md-left-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  .rounded-md-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
  .rounded-md-left-3 {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
}
@media (min-width: 1012px) {
  .border-lg {
    border: 1px solid var(--color-border-default) !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-lg-top {
    border-top: 1px solid var(--color-border-default) !important;
  }
  .border-lg-right {
    border-right: 1px solid var(--color-border-default) !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid var(--color-border-default) !important;
  }
  .border-lg-left {
    border-left: 1px solid var(--color-border-default) !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .rounded-lg {
    border-radius: 6px !important;
  }
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
  .rounded-lg-1 {
    border-radius: 4px !important;
  }
  .rounded-lg-2 {
    border-radius: 6px !important;
  }
  .rounded-lg-3 {
    border-radius: 8px !important;
  }
  .rounded-lg-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-lg-top-1 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .rounded-lg-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .rounded-lg-top-3 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .rounded-lg-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-lg-right-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .rounded-lg-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .rounded-lg-right-3 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .rounded-lg-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-lg-bottom-1 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .rounded-lg-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  .rounded-lg-bottom-3 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .rounded-lg-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-lg-left-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  .rounded-lg-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
  .rounded-lg-left-3 {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
}
@media (min-width: 1280px) {
  .border-xl {
    border: 1px solid var(--color-border-default) !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-xl-top {
    border-top: 1px solid var(--color-border-default) !important;
  }
  .border-xl-right {
    border-right: 1px solid var(--color-border-default) !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid var(--color-border-default) !important;
  }
  .border-xl-left {
    border-left: 1px solid var(--color-border-default) !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .rounded-xl {
    border-radius: 6px !important;
  }
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
  .rounded-xl-1 {
    border-radius: 4px !important;
  }
  .rounded-xl-2 {
    border-radius: 6px !important;
  }
  .rounded-xl-3 {
    border-radius: 8px !important;
  }
  .rounded-xl-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-xl-top-1 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .rounded-xl-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .rounded-xl-top-3 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .rounded-xl-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-xl-right-1 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .rounded-xl-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .rounded-xl-right-3 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .rounded-xl-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-xl-bottom-1 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .rounded-xl-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  .rounded-xl-bottom-3 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .rounded-xl-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-xl-left-1 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  .rounded-xl-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
  .rounded-xl-left-3 {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
}
.circle {
  border-radius: 50% !important;
}
.border-dashed {
  border-style: dashed !important;
}
.color-shadow-small {
  box-shadow: var(--color-shadow-small) !important;
}
.color-shadow-medium {
  box-shadow: var(--color-shadow-medium) !important;
}
.color-shadow-large {
  box-shadow: var(--color-shadow-large) !important;
}
.color-shadow-extra-large {
  box-shadow: var(--color-shadow-extra-large) !important;
}
.box-shadow-none {
  box-shadow: none !important;
}
.color-fg-default {
  color: var(--color-fg-default) !important;
}
.color-fg-muted {
  color: var(--color-fg-muted) !important;
}
.color-fg-subtle {
  color: var(--color-fg-subtle) !important;
}
.color-fg-accent {
  color: var(--color-accent-fg) !important;
}
.color-fg-success {
  color: var(--color-success-fg) !important;
}
.color-fg-attention {
  color: var(--color-attention-fg) !important;
}
.color-fg-severe {
  color: var(--color-severe-fg) !important;
}
.color-fg-danger {
  color: var(--color-danger-fg) !important;
}
.color-fg-open {
  color: var(--color-open-fg) !important;
}
.color-fg-closed {
  color: var(--color-closed-fg) !important;
}
.color-fg-done {
  color: var(--color-done-fg) !important;
}
.color-fg-sponsors {
  color: var(--color-sponsors-fg) !important;
}
.color-fg-on-emphasis {
  color: var(--color-fg-on-emphasis) !important;
}
.color-bg-default {
  background-color: var(--color-canvas-default) !important;
}
.color-bg-overlay {
  background-color: var(--color-canvas-overlay) !important;
}
.color-bg-inset {
  background-color: var(--color-canvas-inset) !important;
}
.color-bg-subtle {
  background-color: var(--color-canvas-subtle) !important;
}
.color-bg-emphasis {
  background-color: var(--color-neutral-emphasis-plus) !important;
}
.color-bg-accent {
  background-color: var(--color-accent-subtle) !important;
}
.color-bg-accent-emphasis {
  background-color: var(--color-accent-emphasis) !important;
}
.color-bg-success {
  background-color: var(--color-success-subtle) !important;
}
.color-bg-success-emphasis {
  background-color: var(--color-success-emphasis) !important;
}
.color-bg-attention {
  background-color: var(--color-attention-subtle) !important;
}
.color-bg-attention-emphasis {
  background-color: var(--color-attention-emphasis) !important;
}
.color-bg-severe {
  background-color: var(--color-severe-subtle) !important;
}
.color-bg-severe-emphasis {
  background-color: var(--color-severe-emphasis) !important;
}
.color-bg-danger {
  background-color: var(--color-danger-subtle) !important;
}
.color-bg-danger-emphasis {
  background-color: var(--color-danger-emphasis) !important;
}
.color-bg-open {
  background-color: var(--color-open-subtle) !important;
}
.color-bg-open-emphasis {
  background-color: var(--color-open-emphasis) !important;
}
.color-bg-closed {
  background-color: var(--color-closed-subtle) !important;
}
.color-bg-closed-emphasis {
  background-color: var(--color-closed-emphasis) !important;
}
.color-bg-done {
  background-color: var(--color-done-subtle) !important;
}
.color-bg-done-emphasis {
  background-color: var(--color-done-emphasis) !important;
}
.color-bg-sponsors {
  background-color: var(--color-sponsors-subtle) !important;
}
.color-bg-sponsors-emphasis {
  background-color: var(--color-sponsors-emphasis) !important;
}
.color-bg-transparent {
  background-color: transparent !important;
}
.color-border-default {
  border-color: var(--color-border-default) !important;
}
.color-border-muted {
  border-color: var(--color-border-muted) !important;
}
.color-border-subtle {
  border-color: var(--color-border-subtle) !important;
}
.color-border-accent {
  border-color: var(--color-accent-muted) !important;
}
.color-border-accent-emphasis {
  border-color: var(--color-accent-emphasis) !important;
}
.color-border-success {
  border-color: var(--color-success-muted) !important;
}
.color-border-success-emphasis {
  border-color: var(--color-success-emphasis) !important;
}
.color-border-attention {
  border-color: var(--color-attention-muted) !important;
}
.color-border-attention-emphasis {
  border-color: var(--color-attention-emphasis) !important;
}
.color-border-severe {
  border-color: var(--color-severe-muted) !important;
}
.color-border-severe-emphasis {
  border-color: var(--color-severe-emphasis) !important;
}
.color-border-danger {
  border-color: var(--color-danger-muted) !important;
}
.color-border-danger-emphasis {
  border-color: var(--color-danger-emphasis) !important;
}
.color-border-open {
  border-color: var(--color-open-muted) !important;
}
.color-border-open-emphasis {
  border-color: var(--color-open-emphasis) !important;
}
.color-border-closed {
  border-color: var(--color-closed-muted) !important;
}
.color-border-closed-emphasis {
  border-color: var(--color-closed-emphasis) !important;
}
.color-border-done {
  border-color: var(--color-done-muted) !important;
}
.color-border-done-emphasis {
  border-color: var(--color-done-emphasis) !important;
}
.color-border-sponsors {
  border-color: var(--color-sponsors-muted) !important;
}
.color-border-sponsors-emphasis {
  border-color: var(--color-sponsors-emphasis) !important;
}
.color-fg-inherit {
  color: inherit !important;
}
.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;
}
.details-overlay-dark[open] > summary::before {
  z-index: 111;
  background: var(--color-primer-canvas-backdrop);
}
.details-reset > summary {
  list-style: none;
}
.details-reset > summary::before {
  display: none;
}
.details-reset > summary::-webkit-details-marker {
  display: none;
}
.flex-row {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-justify-start {
  justify-content: flex-start !important;
}
.flex-justify-end {
  justify-content: flex-end !important;
}
.flex-justify-center {
  justify-content: center !important;
}
.flex-justify-between {
  justify-content: space-between !important;
}
.flex-justify-around {
  justify-content: space-around !important;
}
.flex-items-start {
  align-items: flex-start !important;
}
.flex-items-end {
  align-items: flex-end !important;
}
.flex-items-center {
  align-items: center !important;
}
.flex-items-baseline {
  align-items: baseline !important;
}
.flex-items-stretch {
  align-items: stretch !important;
}
.flex-content-start {
  align-content: flex-start !important;
}
.flex-content-end {
  align-content: flex-end !important;
}
.flex-content-center {
  align-content: center !important;
}
.flex-content-between {
  align-content: space-between !important;
}
.flex-content-around {
  align-content: space-around !important;
}
.flex-content-stretch {
  align-content: stretch !important;
}
.flex-1 {
  flex: 1 !important;
}
.flex-auto {
  flex: auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-self-auto {
  align-self: auto !important;
}
.flex-self-start {
  align-self: flex-start !important;
}
.flex-self-end {
  align-self: flex-end !important;
}
.flex-self-center {
  align-self: center !important;
}
.flex-self-baseline {
  align-self: baseline !important;
}
.flex-self-stretch {
  align-self: stretch !important;
}
.flex-order-1 {
  order: 1 !important;
}
.flex-order-2 {
  order: 2 !important;
}
.flex-order-none {
  order: inherit !important;
}
@media (min-width: 544px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-justify-start {
    justify-content: flex-start !important;
  }
  .flex-sm-justify-end {
    justify-content: flex-end !important;
  }
  .flex-sm-justify-center {
    justify-content: center !important;
  }
  .flex-sm-justify-between {
    justify-content: space-between !important;
  }
  .flex-sm-justify-around {
    justify-content: space-around !important;
  }
  .flex-sm-items-start {
    align-items: flex-start !important;
  }
  .flex-sm-items-end {
    align-items: flex-end !important;
  }
  .flex-sm-items-center {
    align-items: center !important;
  }
  .flex-sm-items-baseline {
    align-items: baseline !important;
  }
  .flex-sm-items-stretch {
    align-items: stretch !important;
  }
  .flex-sm-content-start {
    align-content: flex-start !important;
  }
  .flex-sm-content-end {
    align-content: flex-end !important;
  }
  .flex-sm-content-center {
    align-content: center !important;
  }
  .flex-sm-content-between {
    align-content: space-between !important;
  }
  .flex-sm-content-around {
    align-content: space-around !important;
  }
  .flex-sm-content-stretch {
    align-content: stretch !important;
  }
  .flex-sm-1 {
    flex: 1 !important;
  }
  .flex-sm-auto {
    flex: auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-self-auto {
    align-self: auto !important;
  }
  .flex-sm-self-start {
    align-self: flex-start !important;
  }
  .flex-sm-self-end {
    align-self: flex-end !important;
  }
  .flex-sm-self-center {
    align-self: center !important;
  }
  .flex-sm-self-baseline {
    align-self: baseline !important;
  }
  .flex-sm-self-stretch {
    align-self: stretch !important;
  }
  .flex-sm-order-1 {
    order: 1 !important;
  }
  .flex-sm-order-2 {
    order: 2 !important;
  }
  .flex-sm-order-none {
    order: inherit !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-justify-start {
    justify-content: flex-start !important;
  }
  .flex-md-justify-end {
    justify-content: flex-end !important;
  }
  .flex-md-justify-center {
    justify-content: center !important;
  }
  .flex-md-justify-between {
    justify-content: space-between !important;
  }
  .flex-md-justify-around {
    justify-content: space-around !important;
  }
  .flex-md-items-start {
    align-items: flex-start !important;
  }
  .flex-md-items-end {
    align-items: flex-end !important;
  }
  .flex-md-items-center {
    align-items: center !important;
  }
  .flex-md-items-baseline {
    align-items: baseline !important;
  }
  .flex-md-items-stretch {
    align-items: stretch !important;
  }
  .flex-md-content-start {
    align-content: flex-start !important;
  }
  .flex-md-content-end {
    align-content: flex-end !important;
  }
  .flex-md-content-center {
    align-content: center !important;
  }
  .flex-md-content-between {
    align-content: space-between !important;
  }
  .flex-md-content-around {
    align-content: space-around !important;
  }
  .flex-md-content-stretch {
    align-content: stretch !important;
  }
  .flex-md-1 {
    flex: 1 !important;
  }
  .flex-md-auto {
    flex: auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-self-auto {
    align-self: auto !important;
  }
  .flex-md-self-start {
    align-self: flex-start !important;
  }
  .flex-md-self-end {
    align-self: flex-end !important;
  }
  .flex-md-self-center {
    align-self: center !important;
  }
  .flex-md-self-baseline {
    align-self: baseline !important;
  }
  .flex-md-self-stretch {
    align-self: stretch !important;
  }
  .flex-md-order-1 {
    order: 1 !important;
  }
  .flex-md-order-2 {
    order: 2 !important;
  }
  .flex-md-order-none {
    order: inherit !important;
  }
}
@media (min-width: 1012px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-justify-start {
    justify-content: flex-start !important;
  }
  .flex-lg-justify-end {
    justify-content: flex-end !important;
  }
  .flex-lg-justify-center {
    justify-content: center !important;
  }
  .flex-lg-justify-between {
    justify-content: space-between !important;
  }
  .flex-lg-justify-around {
    justify-content: space-around !important;
  }
  .flex-lg-items-start {
    align-items: flex-start !important;
  }
  .flex-lg-items-end {
    align-items: flex-end !important;
  }
  .flex-lg-items-center {
    align-items: center !important;
  }
  .flex-lg-items-baseline {
    align-items: baseline !important;
  }
  .flex-lg-items-stretch {
    align-items: stretch !important;
  }
  .flex-lg-content-start {
    align-content: flex-start !important;
  }
  .flex-lg-content-end {
    align-content: flex-end !important;
  }
  .flex-lg-content-center {
    align-content: center !important;
  }
  .flex-lg-content-between {
    align-content: space-between !important;
  }
  .flex-lg-content-around {
    align-content: space-around !important;
  }
  .flex-lg-content-stretch {
    align-content: stretch !important;
  }
  .flex-lg-1 {
    flex: 1 !important;
  }
  .flex-lg-auto {
    flex: auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-self-auto {
    align-self: auto !important;
  }
  .flex-lg-self-start {
    align-self: flex-start !important;
  }
  .flex-lg-self-end {
    align-self: flex-end !important;
  }
  .flex-lg-self-center {
    align-self: center !important;
  }
  .flex-lg-self-baseline {
    align-self: baseline !important;
  }
  .flex-lg-self-stretch {
    align-self: stretch !important;
  }
  .flex-lg-order-1 {
    order: 1 !important;
  }
  .flex-lg-order-2 {
    order: 2 !important;
  }
  .flex-lg-order-none {
    order: inherit !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-justify-start {
    justify-content: flex-start !important;
  }
  .flex-xl-justify-end {
    justify-content: flex-end !important;
  }
  .flex-xl-justify-center {
    justify-content: center !important;
  }
  .flex-xl-justify-between {
    justify-content: space-between !important;
  }
  .flex-xl-justify-around {
    justify-content: space-around !important;
  }
  .flex-xl-items-start {
    align-items: flex-start !important;
  }
  .flex-xl-items-end {
    align-items: flex-end !important;
  }
  .flex-xl-items-center {
    align-items: center !important;
  }
  .flex-xl-items-baseline {
    align-items: baseline !important;
  }
  .flex-xl-items-stretch {
    align-items: stretch !important;
  }
  .flex-xl-content-start {
    align-content: flex-start !important;
  }
  .flex-xl-content-end {
    align-content: flex-end !important;
  }
  .flex-xl-content-center {
    align-content: center !important;
  }
  .flex-xl-content-between {
    align-content: space-between !important;
  }
  .flex-xl-content-around {
    align-content: space-around !important;
  }
  .flex-xl-content-stretch {
    align-content: stretch !important;
  }
  .flex-xl-1 {
    flex: 1 !important;
  }
  .flex-xl-auto {
    flex: auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-self-auto {
    align-self: auto !important;
  }
  .flex-xl-self-start {
    align-self: flex-start !important;
  }
  .flex-xl-self-end {
    align-self: flex-end !important;
  }
  .flex-xl-self-center {
    align-self: center !important;
  }
  .flex-xl-self-baseline {
    align-self: baseline !important;
  }
  .flex-xl-self-stretch {
    align-self: stretch !important;
  }
  .flex-xl-order-1 {
    order: 1 !important;
  }
  .flex-xl-order-2 {
    order: 2 !important;
  }
  .flex-xl-order-none {
    order: inherit !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
@media (min-width: 544px) {
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
}
@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
}
@media (min-width: 1012px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
}
@media (min-width: 1280px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
}
.top-0 {
  top: 0 !important;
}
.right-0 {
  right: 0 !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.left-0 {
  left: 0 !important;
}
.top-auto {
  top: auto !important;
}
.right-auto {
  right: auto !important;
}
.bottom-auto {
  bottom: auto !important;
}
.left-auto {
  left: auto !important;
}
@media (min-width: 544px) {
  .top-sm-0 {
    top: 0 !important;
  }
  .right-sm-0 {
    right: 0 !important;
  }
  .bottom-sm-0 {
    bottom: 0 !important;
  }
  .left-sm-0 {
    left: 0 !important;
  }
  .top-sm-auto {
    top: auto !important;
  }
  .right-sm-auto {
    right: auto !important;
  }
  .bottom-sm-auto {
    bottom: auto !important;
  }
  .left-sm-auto {
    left: auto !important;
  }
}
@media (min-width: 768px) {
  .top-md-0 {
    top: 0 !important;
  }
  .right-md-0 {
    right: 0 !important;
  }
  .bottom-md-0 {
    bottom: 0 !important;
  }
  .left-md-0 {
    left: 0 !important;
  }
  .top-md-auto {
    top: auto !important;
  }
  .right-md-auto {
    right: auto !important;
  }
  .bottom-md-auto {
    bottom: auto !important;
  }
  .left-md-auto {
    left: auto !important;
  }
}
@media (min-width: 1012px) {
  .top-lg-0 {
    top: 0 !important;
  }
  .right-lg-0 {
    right: 0 !important;
  }
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  .left-lg-0 {
    left: 0 !important;
  }
  .top-lg-auto {
    top: auto !important;
  }
  .right-lg-auto {
    right: auto !important;
  }
  .bottom-lg-auto {
    bottom: auto !important;
  }
  .left-lg-auto {
    left: auto !important;
  }
}
@media (min-width: 1280px) {
  .top-xl-0 {
    top: 0 !important;
  }
  .right-xl-0 {
    right: 0 !important;
  }
  .bottom-xl-0 {
    bottom: 0 !important;
  }
  .left-xl-0 {
    left: 0 !important;
  }
  .top-xl-auto {
    top: auto !important;
  }
  .right-xl-auto {
    right: auto !important;
  }
  .bottom-xl-auto {
    bottom: auto !important;
  }
  .left-xl-auto {
    left: auto !important;
  }
}
.v-align-middle {
  vertical-align: middle !important;
}
.v-align-top {
  vertical-align: top !important;
}
.v-align-bottom {
  vertical-align: bottom !important;
}
.v-align-text-top {
  vertical-align: text-top !important;
}
.v-align-text-bottom {
  vertical-align: text-bottom !important;
}
.v-align-baseline {
  vertical-align: baseline !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
@media (min-width: 544px) {
  .overflow-sm-visible {
    overflow: visible !important;
  }
  .overflow-sm-x-visible {
    overflow-x: visible !important;
  }
  .overflow-sm-y-visible {
    overflow-y: visible !important;
  }
  .overflow-sm-hidden {
    overflow: hidden !important;
  }
  .overflow-sm-x-hidden {
    overflow-x: hidden !important;
  }
  .overflow-sm-y-hidden {
    overflow-y: hidden !important;
  }
  .overflow-sm-auto {
    overflow: auto !important;
  }
  .overflow-sm-x-auto {
    overflow-x: auto !important;
  }
  .overflow-sm-y-auto {
    overflow-y: auto !important;
  }
  .overflow-sm-scroll {
    overflow: scroll !important;
  }
  .overflow-sm-x-scroll {
    overflow-x: scroll !important;
  }
  .overflow-sm-y-scroll {
    overflow-y: scroll !important;
  }
}
@media (min-width: 768px) {
  .overflow-md-visible {
    overflow: visible !important;
  }
  .overflow-md-x-visible {
    overflow-x: visible !important;
  }
  .overflow-md-y-visible {
    overflow-y: visible !important;
  }
  .overflow-md-hidden {
    overflow: hidden !important;
  }
  .overflow-md-x-hidden {
    overflow-x: hidden !important;
  }
  .overflow-md-y-hidden {
    overflow-y: hidden !important;
  }
  .overflow-md-auto {
    overflow: auto !important;
  }
  .overflow-md-x-auto {
    overflow-x: auto !important;
  }
  .overflow-md-y-auto {
    overflow-y: auto !important;
  }
  .overflow-md-scroll {
    overflow: scroll !important;
  }
  .overflow-md-x-scroll {
    overflow-x: scroll !important;
  }
  .overflow-md-y-scroll {
    overflow-y: scroll !important;
  }
}
@media (min-width: 1012px) {
  .overflow-lg-visible {
    overflow: visible !important;
  }
  .overflow-lg-x-visible {
    overflow-x: visible !important;
  }
  .overflow-lg-y-visible {
    overflow-y: visible !important;
  }
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  .overflow-lg-x-hidden {
    overflow-x: hidden !important;
  }
  .overflow-lg-y-hidden {
    overflow-y: hidden !important;
  }
  .overflow-lg-auto {
    overflow: auto !important;
  }
  .overflow-lg-x-auto {
    overflow-x: auto !important;
  }
  .overflow-lg-y-auto {
    overflow-y: auto !important;
  }
  .overflow-lg-scroll {
    overflow: scroll !important;
  }
  .overflow-lg-x-scroll {
    overflow-x: scroll !important;
  }
  .overflow-lg-y-scroll {
    overflow-y: scroll !important;
  }
}
@media (min-width: 1280px) {
  .overflow-xl-visible {
    overflow: visible !important;
  }
  .overflow-xl-x-visible {
    overflow-x: visible !important;
  }
  .overflow-xl-y-visible {
    overflow-y: visible !important;
  }
  .overflow-xl-hidden {
    overflow: hidden !important;
  }
  .overflow-xl-x-hidden {
    overflow-x: hidden !important;
  }
  .overflow-xl-y-hidden {
    overflow-y: hidden !important;
  }
  .overflow-xl-auto {
    overflow: auto !important;
  }
  .overflow-xl-x-auto {
    overflow-x: auto !important;
  }
  .overflow-xl-y-auto {
    overflow-y: auto !important;
  }
  .overflow-xl-scroll {
    overflow: scroll !important;
  }
  .overflow-xl-x-scroll {
    overflow-x: scroll !important;
  }
  .overflow-xl-y-scroll {
    overflow-y: scroll !important;
  }
}
.clearfix::before {
  display: table;
  content: "";
}
.clearfix::after {
  display: table;
  clear: both;
  content: "";
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 544px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1012px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.width-fit {
  max-width: 100% !important;
}
.width-full {
  width: 100% !important;
}
.height-fit {
  max-height: 100% !important;
}
.height-full {
  height: 100% !important;
}
.min-width-0 {
  min-width: 0 !important;
}
.width-auto {
  width: auto !important;
}
.direction-rtl {
  direction: rtl !important;
}
.direction-ltr {
  direction: ltr !important;
}
@media (min-width: 544px) {
  .width-sm-auto {
    width: auto !important;
  }
  .direction-sm-rtl {
    direction: rtl !important;
  }
  .direction-sm-ltr {
    direction: ltr !important;
  }
}
@media (min-width: 768px) {
  .width-md-auto {
    width: auto !important;
  }
  .direction-md-rtl {
    direction: rtl !important;
  }
  .direction-md-ltr {
    direction: ltr !important;
  }
}
@media (min-width: 1012px) {
  .width-lg-auto {
    width: auto !important;
  }
  .direction-lg-rtl {
    direction: rtl !important;
  }
  .direction-lg-ltr {
    direction: ltr !important;
  }
}
@media (min-width: 1280px) {
  .width-xl-auto {
    width: auto !important;
  }
  .direction-xl-rtl {
    direction: rtl !important;
  }
  .direction-xl-ltr {
    direction: ltr !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 4px !important;
}
.mt-1 {
  margin-top: 4px !important;
}
.mb-1 {
  margin-bottom: 4px !important;
}
.mr-1 {
  margin-right: 4px !important;
}
.ml-1 {
  margin-left: 4px !important;
}
.mt-n1 {
  margin-top: -4px !important;
}
.mb-n1 {
  margin-bottom: -4px !important;
}
.mr-n1 {
  margin-right: -4px !important;
}
.ml-n1 {
  margin-left: -4px !important;
}
.mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}
.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.m-2 {
  margin: 8px !important;
}
.mt-2 {
  margin-top: 8px !important;
}
.mb-2 {
  margin-bottom: 8px !important;
}
.mr-2 {
  margin-right: 8px !important;
}
.ml-2 {
  margin-left: 8px !important;
}
.mt-n2 {
  margin-top: -8px !important;
}
.mb-n2 {
  margin-bottom: -8px !important;
}
.mr-n2 {
  margin-right: -8px !important;
}
.ml-n2 {
  margin-left: -8px !important;
}
.mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.m-3 {
  margin: 16px !important;
}
.mt-3 {
  margin-top: 16px !important;
}
.mb-3 {
  margin-bottom: 16px !important;
}
.mr-3 {
  margin-right: 16px !important;
}
.ml-3 {
  margin-left: 16px !important;
}
.mt-n3 {
  margin-top: -16px !important;
}
.mb-n3 {
  margin-bottom: -16px !important;
}
.mr-n3 {
  margin-right: -16px !important;
}
.ml-n3 {
  margin-left: -16px !important;
}
.mx-3 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.m-4 {
  margin: 24px !important;
}
.mt-4 {
  margin-top: 24px !important;
}
.mb-4 {
  margin-bottom: 24px !important;
}
.mr-4 {
  margin-right: 24px !important;
}
.ml-4 {
  margin-left: 24px !important;
}
.mt-n4 {
  margin-top: -24px !important;
}
.mb-n4 {
  margin-bottom: -24px !important;
}
.mr-n4 {
  margin-right: -24px !important;
}
.ml-n4 {
  margin-left: -24px !important;
}
.mx-4 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.m-5 {
  margin: 32px !important;
}
.mt-5 {
  margin-top: 32px !important;
}
.mb-5 {
  margin-bottom: 32px !important;
}
.mr-5 {
  margin-right: 32px !important;
}
.ml-5 {
  margin-left: 32px !important;
}
.mt-n5 {
  margin-top: -32px !important;
}
.mb-n5 {
  margin-bottom: -32px !important;
}
.mr-n5 {
  margin-right: -32px !important;
}
.ml-n5 {
  margin-left: -32px !important;
}
.mx-5 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}
.my-5 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.m-6 {
  margin: 40px !important;
}
.mt-6 {
  margin-top: 40px !important;
}
.mb-6 {
  margin-bottom: 40px !important;
}
.mr-6 {
  margin-right: 40px !important;
}
.ml-6 {
  margin-left: 40px !important;
}
.mt-n6 {
  margin-top: -40px !important;
}
.mb-n6 {
  margin-bottom: -40px !important;
}
.mr-n6 {
  margin-right: -40px !important;
}
.ml-n6 {
  margin-left: -40px !important;
}
.mx-6 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.my-6 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mt-7 {
  margin-top: 48px !important;
}
.mb-7 {
  margin-bottom: 48px !important;
}
.mt-n7 {
  margin-top: -48px !important;
}
.mb-n7 {
  margin-bottom: -48px !important;
}
.my-7 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.mt-8 {
  margin-top: 64px !important;
}
.mb-8 {
  margin-bottom: 64px !important;
}
.mt-n8 {
  margin-top: -64px !important;
}
.mb-n8 {
  margin-bottom: -64px !important;
}
.my-8 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.mt-9 {
  margin-top: 80px !important;
}
.mb-9 {
  margin-bottom: 80px !important;
}
.mt-n9 {
  margin-top: -80px !important;
}
.mb-n9 {
  margin-bottom: -80px !important;
}
.my-9 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.mt-10 {
  margin-top: 96px !important;
}
.mb-10 {
  margin-bottom: 96px !important;
}
.mt-n10 {
  margin-top: -96px !important;
}
.mb-n10 {
  margin-bottom: -96px !important;
}
.my-10 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.mt-11 {
  margin-top: 112px !important;
}
.mb-11 {
  margin-bottom: 112px !important;
}
.mt-n11 {
  margin-top: -112px !important;
}
.mb-n11 {
  margin-bottom: -112px !important;
}
.my-11 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}
.mt-12 {
  margin-top: 128px !important;
}
.mb-12 {
  margin-bottom: 128px !important;
}
.mt-n12 {
  margin-top: -128px !important;
}
.mb-n12 {
  margin-bottom: -128px !important;
}
.my-12 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 544px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 4px !important;
  }
  .mt-sm-1 {
    margin-top: 4px !important;
  }
  .mb-sm-1 {
    margin-bottom: 4px !important;
  }
  .mr-sm-1 {
    margin-right: 4px !important;
  }
  .ml-sm-1 {
    margin-left: 4px !important;
  }
  .mt-sm-n1 {
    margin-top: -4px !important;
  }
  .mb-sm-n1 {
    margin-bottom: -4px !important;
  }
  .mr-sm-n1 {
    margin-right: -4px !important;
  }
  .ml-sm-n1 {
    margin-left: -4px !important;
  }
  .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .m-sm-2 {
    margin: 8px !important;
  }
  .mt-sm-2 {
    margin-top: 8px !important;
  }
  .mb-sm-2 {
    margin-bottom: 8px !important;
  }
  .mr-sm-2 {
    margin-right: 8px !important;
  }
  .ml-sm-2 {
    margin-left: 8px !important;
  }
  .mt-sm-n2 {
    margin-top: -8px !important;
  }
  .mb-sm-n2 {
    margin-bottom: -8px !important;
  }
  .mr-sm-n2 {
    margin-right: -8px !important;
  }
  .ml-sm-n2 {
    margin-left: -8px !important;
  }
  .mx-sm-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .m-sm-3 {
    margin: 16px !important;
  }
  .mt-sm-3 {
    margin-top: 16px !important;
  }
  .mb-sm-3 {
    margin-bottom: 16px !important;
  }
  .mr-sm-3 {
    margin-right: 16px !important;
  }
  .ml-sm-3 {
    margin-left: 16px !important;
  }
  .mt-sm-n3 {
    margin-top: -16px !important;
  }
  .mb-sm-n3 {
    margin-bottom: -16px !important;
  }
  .mr-sm-n3 {
    margin-right: -16px !important;
  }
  .ml-sm-n3 {
    margin-left: -16px !important;
  }
  .mx-sm-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-sm-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .m-sm-4 {
    margin: 24px !important;
  }
  .mt-sm-4 {
    margin-top: 24px !important;
  }
  .mb-sm-4 {
    margin-bottom: 24px !important;
  }
  .mr-sm-4 {
    margin-right: 24px !important;
  }
  .ml-sm-4 {
    margin-left: 24px !important;
  }
  .mt-sm-n4 {
    margin-top: -24px !important;
  }
  .mb-sm-n4 {
    margin-bottom: -24px !important;
  }
  .mr-sm-n4 {
    margin-right: -24px !important;
  }
  .ml-sm-n4 {
    margin-left: -24px !important;
  }
  .mx-sm-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .m-sm-5 {
    margin: 32px !important;
  }
  .mt-sm-5 {
    margin-top: 32px !important;
  }
  .mb-sm-5 {
    margin-bottom: 32px !important;
  }
  .mr-sm-5 {
    margin-right: 32px !important;
  }
  .ml-sm-5 {
    margin-left: 32px !important;
  }
  .mt-sm-n5 {
    margin-top: -32px !important;
  }
  .mb-sm-n5 {
    margin-bottom: -32px !important;
  }
  .mr-sm-n5 {
    margin-right: -32px !important;
  }
  .ml-sm-n5 {
    margin-left: -32px !important;
  }
  .mx-sm-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-sm-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .m-sm-6 {
    margin: 40px !important;
  }
  .mt-sm-6 {
    margin-top: 40px !important;
  }
  .mb-sm-6 {
    margin-bottom: 40px !important;
  }
  .mr-sm-6 {
    margin-right: 40px !important;
  }
  .ml-sm-6 {
    margin-left: 40px !important;
  }
  .mt-sm-n6 {
    margin-top: -40px !important;
  }
  .mb-sm-n6 {
    margin-bottom: -40px !important;
  }
  .mr-sm-n6 {
    margin-right: -40px !important;
  }
  .ml-sm-n6 {
    margin-left: -40px !important;
  }
  .mx-sm-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my-sm-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mt-sm-7 {
    margin-top: 48px !important;
  }
  .mb-sm-7 {
    margin-bottom: 48px !important;
  }
  .mt-sm-n7 {
    margin-top: -48px !important;
  }
  .mb-sm-n7 {
    margin-bottom: -48px !important;
  }
  .my-sm-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mt-sm-8 {
    margin-top: 64px !important;
  }
  .mb-sm-8 {
    margin-bottom: 64px !important;
  }
  .mt-sm-n8 {
    margin-top: -64px !important;
  }
  .mb-sm-n8 {
    margin-bottom: -64px !important;
  }
  .my-sm-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mt-sm-9 {
    margin-top: 80px !important;
  }
  .mb-sm-9 {
    margin-bottom: 80px !important;
  }
  .mt-sm-n9 {
    margin-top: -80px !important;
  }
  .mb-sm-n9 {
    margin-bottom: -80px !important;
  }
  .my-sm-9 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mt-sm-10 {
    margin-top: 96px !important;
  }
  .mb-sm-10 {
    margin-bottom: 96px !important;
  }
  .mt-sm-n10 {
    margin-top: -96px !important;
  }
  .mb-sm-n10 {
    margin-bottom: -96px !important;
  }
  .my-sm-10 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mt-sm-11 {
    margin-top: 112px !important;
  }
  .mb-sm-11 {
    margin-bottom: 112px !important;
  }
  .mt-sm-n11 {
    margin-top: -112px !important;
  }
  .mb-sm-n11 {
    margin-bottom: -112px !important;
  }
  .my-sm-11 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mt-sm-12 {
    margin-top: 128px !important;
  }
  .mb-sm-12 {
    margin-bottom: 128px !important;
  }
  .mt-sm-n12 {
    margin-top: -128px !important;
  }
  .mb-sm-n12 {
    margin-bottom: -128px !important;
  }
  .my-sm-12 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 4px !important;
  }
  .mt-md-1 {
    margin-top: 4px !important;
  }
  .mb-md-1 {
    margin-bottom: 4px !important;
  }
  .mr-md-1 {
    margin-right: 4px !important;
  }
  .ml-md-1 {
    margin-left: 4px !important;
  }
  .mt-md-n1 {
    margin-top: -4px !important;
  }
  .mb-md-n1 {
    margin-bottom: -4px !important;
  }
  .mr-md-n1 {
    margin-right: -4px !important;
  }
  .ml-md-n1 {
    margin-left: -4px !important;
  }
  .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .m-md-2 {
    margin: 8px !important;
  }
  .mt-md-2 {
    margin-top: 8px !important;
  }
  .mb-md-2 {
    margin-bottom: 8px !important;
  }
  .mr-md-2 {
    margin-right: 8px !important;
  }
  .ml-md-2 {
    margin-left: 8px !important;
  }
  .mt-md-n2 {
    margin-top: -8px !important;
  }
  .mb-md-n2 {
    margin-bottom: -8px !important;
  }
  .mr-md-n2 {
    margin-right: -8px !important;
  }
  .ml-md-n2 {
    margin-left: -8px !important;
  }
  .mx-md-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .m-md-3 {
    margin: 16px !important;
  }
  .mt-md-3 {
    margin-top: 16px !important;
  }
  .mb-md-3 {
    margin-bottom: 16px !important;
  }
  .mr-md-3 {
    margin-right: 16px !important;
  }
  .ml-md-3 {
    margin-left: 16px !important;
  }
  .mt-md-n3 {
    margin-top: -16px !important;
  }
  .mb-md-n3 {
    margin-bottom: -16px !important;
  }
  .mr-md-n3 {
    margin-right: -16px !important;
  }
  .ml-md-n3 {
    margin-left: -16px !important;
  }
  .mx-md-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-md-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .m-md-4 {
    margin: 24px !important;
  }
  .mt-md-4 {
    margin-top: 24px !important;
  }
  .mb-md-4 {
    margin-bottom: 24px !important;
  }
  .mr-md-4 {
    margin-right: 24px !important;
  }
  .ml-md-4 {
    margin-left: 24px !important;
  }
  .mt-md-n4 {
    margin-top: -24px !important;
  }
  .mb-md-n4 {
    margin-bottom: -24px !important;
  }
  .mr-md-n4 {
    margin-right: -24px !important;
  }
  .ml-md-n4 {
    margin-left: -24px !important;
  }
  .mx-md-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .m-md-5 {
    margin: 32px !important;
  }
  .mt-md-5 {
    margin-top: 32px !important;
  }
  .mb-md-5 {
    margin-bottom: 32px !important;
  }
  .mr-md-5 {
    margin-right: 32px !important;
  }
  .ml-md-5 {
    margin-left: 32px !important;
  }
  .mt-md-n5 {
    margin-top: -32px !important;
  }
  .mb-md-n5 {
    margin-bottom: -32px !important;
  }
  .mr-md-n5 {
    margin-right: -32px !important;
  }
  .ml-md-n5 {
    margin-left: -32px !important;
  }
  .mx-md-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-md-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .m-md-6 {
    margin: 40px !important;
  }
  .mt-md-6 {
    margin-top: 40px !important;
  }
  .mb-md-6 {
    margin-bottom: 40px !important;
  }
  .mr-md-6 {
    margin-right: 40px !important;
  }
  .ml-md-6 {
    margin-left: 40px !important;
  }
  .mt-md-n6 {
    margin-top: -40px !important;
  }
  .mb-md-n6 {
    margin-bottom: -40px !important;
  }
  .mr-md-n6 {
    margin-right: -40px !important;
  }
  .ml-md-n6 {
    margin-left: -40px !important;
  }
  .mx-md-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my-md-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mt-md-7 {
    margin-top: 48px !important;
  }
  .mb-md-7 {
    margin-bottom: 48px !important;
  }
  .mt-md-n7 {
    margin-top: -48px !important;
  }
  .mb-md-n7 {
    margin-bottom: -48px !important;
  }
  .my-md-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mt-md-8 {
    margin-top: 64px !important;
  }
  .mb-md-8 {
    margin-bottom: 64px !important;
  }
  .mt-md-n8 {
    margin-top: -64px !important;
  }
  .mb-md-n8 {
    margin-bottom: -64px !important;
  }
  .my-md-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mt-md-9 {
    margin-top: 80px !important;
  }
  .mb-md-9 {
    margin-bottom: 80px !important;
  }
  .mt-md-n9 {
    margin-top: -80px !important;
  }
  .mb-md-n9 {
    margin-bottom: -80px !important;
  }
  .my-md-9 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mt-md-10 {
    margin-top: 96px !important;
  }
  .mb-md-10 {
    margin-bottom: 96px !important;
  }
  .mt-md-n10 {
    margin-top: -96px !important;
  }
  .mb-md-n10 {
    margin-bottom: -96px !important;
  }
  .my-md-10 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mt-md-11 {
    margin-top: 112px !important;
  }
  .mb-md-11 {
    margin-bottom: 112px !important;
  }
  .mt-md-n11 {
    margin-top: -112px !important;
  }
  .mb-md-n11 {
    margin-bottom: -112px !important;
  }
  .my-md-11 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mt-md-12 {
    margin-top: 128px !important;
  }
  .mb-md-12 {
    margin-bottom: 128px !important;
  }
  .mt-md-n12 {
    margin-top: -128px !important;
  }
  .mb-md-n12 {
    margin-bottom: -128px !important;
  }
  .my-md-12 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1012px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 4px !important;
  }
  .mt-lg-1 {
    margin-top: 4px !important;
  }
  .mb-lg-1 {
    margin-bottom: 4px !important;
  }
  .mr-lg-1 {
    margin-right: 4px !important;
  }
  .ml-lg-1 {
    margin-left: 4px !important;
  }
  .mt-lg-n1 {
    margin-top: -4px !important;
  }
  .mb-lg-n1 {
    margin-bottom: -4px !important;
  }
  .mr-lg-n1 {
    margin-right: -4px !important;
  }
  .ml-lg-n1 {
    margin-left: -4px !important;
  }
  .mx-lg-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .m-lg-2 {
    margin: 8px !important;
  }
  .mt-lg-2 {
    margin-top: 8px !important;
  }
  .mb-lg-2 {
    margin-bottom: 8px !important;
  }
  .mr-lg-2 {
    margin-right: 8px !important;
  }
  .ml-lg-2 {
    margin-left: 8px !important;
  }
  .mt-lg-n2 {
    margin-top: -8px !important;
  }
  .mb-lg-n2 {
    margin-bottom: -8px !important;
  }
  .mr-lg-n2 {
    margin-right: -8px !important;
  }
  .ml-lg-n2 {
    margin-left: -8px !important;
  }
  .mx-lg-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .m-lg-3 {
    margin: 16px !important;
  }
  .mt-lg-3 {
    margin-top: 16px !important;
  }
  .mb-lg-3 {
    margin-bottom: 16px !important;
  }
  .mr-lg-3 {
    margin-right: 16px !important;
  }
  .ml-lg-3 {
    margin-left: 16px !important;
  }
  .mt-lg-n3 {
    margin-top: -16px !important;
  }
  .mb-lg-n3 {
    margin-bottom: -16px !important;
  }
  .mr-lg-n3 {
    margin-right: -16px !important;
  }
  .ml-lg-n3 {
    margin-left: -16px !important;
  }
  .mx-lg-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-lg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .m-lg-4 {
    margin: 24px !important;
  }
  .mt-lg-4 {
    margin-top: 24px !important;
  }
  .mb-lg-4 {
    margin-bottom: 24px !important;
  }
  .mr-lg-4 {
    margin-right: 24px !important;
  }
  .ml-lg-4 {
    margin-left: 24px !important;
  }
  .mt-lg-n4 {
    margin-top: -24px !important;
  }
  .mb-lg-n4 {
    margin-bottom: -24px !important;
  }
  .mr-lg-n4 {
    margin-right: -24px !important;
  }
  .ml-lg-n4 {
    margin-left: -24px !important;
  }
  .mx-lg-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .m-lg-5 {
    margin: 32px !important;
  }
  .mt-lg-5 {
    margin-top: 32px !important;
  }
  .mb-lg-5 {
    margin-bottom: 32px !important;
  }
  .mr-lg-5 {
    margin-right: 32px !important;
  }
  .ml-lg-5 {
    margin-left: 32px !important;
  }
  .mt-lg-n5 {
    margin-top: -32px !important;
  }
  .mb-lg-n5 {
    margin-bottom: -32px !important;
  }
  .mr-lg-n5 {
    margin-right: -32px !important;
  }
  .ml-lg-n5 {
    margin-left: -32px !important;
  }
  .mx-lg-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-lg-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .m-lg-6 {
    margin: 40px !important;
  }
  .mt-lg-6 {
    margin-top: 40px !important;
  }
  .mb-lg-6 {
    margin-bottom: 40px !important;
  }
  .mr-lg-6 {
    margin-right: 40px !important;
  }
  .ml-lg-6 {
    margin-left: 40px !important;
  }
  .mt-lg-n6 {
    margin-top: -40px !important;
  }
  .mb-lg-n6 {
    margin-bottom: -40px !important;
  }
  .mr-lg-n6 {
    margin-right: -40px !important;
  }
  .ml-lg-n6 {
    margin-left: -40px !important;
  }
  .mx-lg-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my-lg-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mt-lg-7 {
    margin-top: 48px !important;
  }
  .mb-lg-7 {
    margin-bottom: 48px !important;
  }
  .mt-lg-n7 {
    margin-top: -48px !important;
  }
  .mb-lg-n7 {
    margin-bottom: -48px !important;
  }
  .my-lg-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mt-lg-8 {
    margin-top: 64px !important;
  }
  .mb-lg-8 {
    margin-bottom: 64px !important;
  }
  .mt-lg-n8 {
    margin-top: -64px !important;
  }
  .mb-lg-n8 {
    margin-bottom: -64px !important;
  }
  .my-lg-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mt-lg-9 {
    margin-top: 80px !important;
  }
  .mb-lg-9 {
    margin-bottom: 80px !important;
  }
  .mt-lg-n9 {
    margin-top: -80px !important;
  }
  .mb-lg-n9 {
    margin-bottom: -80px !important;
  }
  .my-lg-9 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mt-lg-10 {
    margin-top: 96px !important;
  }
  .mb-lg-10 {
    margin-bottom: 96px !important;
  }
  .mt-lg-n10 {
    margin-top: -96px !important;
  }
  .mb-lg-n10 {
    margin-bottom: -96px !important;
  }
  .my-lg-10 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mt-lg-11 {
    margin-top: 112px !important;
  }
  .mb-lg-11 {
    margin-bottom: 112px !important;
  }
  .mt-lg-n11 {
    margin-top: -112px !important;
  }
  .mb-lg-n11 {
    margin-bottom: -112px !important;
  }
  .my-lg-11 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mt-lg-12 {
    margin-top: 128px !important;
  }
  .mb-lg-12 {
    margin-bottom: 128px !important;
  }
  .mt-lg-n12 {
    margin-top: -128px !important;
  }
  .mb-lg-n12 {
    margin-bottom: -128px !important;
  }
  .my-lg-12 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 4px !important;
  }
  .mt-xl-1 {
    margin-top: 4px !important;
  }
  .mb-xl-1 {
    margin-bottom: 4px !important;
  }
  .mr-xl-1 {
    margin-right: 4px !important;
  }
  .ml-xl-1 {
    margin-left: 4px !important;
  }
  .mt-xl-n1 {
    margin-top: -4px !important;
  }
  .mb-xl-n1 {
    margin-bottom: -4px !important;
  }
  .mr-xl-n1 {
    margin-right: -4px !important;
  }
  .ml-xl-n1 {
    margin-left: -4px !important;
  }
  .mx-xl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .m-xl-2 {
    margin: 8px !important;
  }
  .mt-xl-2 {
    margin-top: 8px !important;
  }
  .mb-xl-2 {
    margin-bottom: 8px !important;
  }
  .mr-xl-2 {
    margin-right: 8px !important;
  }
  .ml-xl-2 {
    margin-left: 8px !important;
  }
  .mt-xl-n2 {
    margin-top: -8px !important;
  }
  .mb-xl-n2 {
    margin-bottom: -8px !important;
  }
  .mr-xl-n2 {
    margin-right: -8px !important;
  }
  .ml-xl-n2 {
    margin-left: -8px !important;
  }
  .mx-xl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .m-xl-3 {
    margin: 16px !important;
  }
  .mt-xl-3 {
    margin-top: 16px !important;
  }
  .mb-xl-3 {
    margin-bottom: 16px !important;
  }
  .mr-xl-3 {
    margin-right: 16px !important;
  }
  .ml-xl-3 {
    margin-left: 16px !important;
  }
  .mt-xl-n3 {
    margin-top: -16px !important;
  }
  .mb-xl-n3 {
    margin-bottom: -16px !important;
  }
  .mr-xl-n3 {
    margin-right: -16px !important;
  }
  .ml-xl-n3 {
    margin-left: -16px !important;
  }
  .mx-xl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-xl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .m-xl-4 {
    margin: 24px !important;
  }
  .mt-xl-4 {
    margin-top: 24px !important;
  }
  .mb-xl-4 {
    margin-bottom: 24px !important;
  }
  .mr-xl-4 {
    margin-right: 24px !important;
  }
  .ml-xl-4 {
    margin-left: 24px !important;
  }
  .mt-xl-n4 {
    margin-top: -24px !important;
  }
  .mb-xl-n4 {
    margin-bottom: -24px !important;
  }
  .mr-xl-n4 {
    margin-right: -24px !important;
  }
  .ml-xl-n4 {
    margin-left: -24px !important;
  }
  .mx-xl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-xl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .m-xl-5 {
    margin: 32px !important;
  }
  .mt-xl-5 {
    margin-top: 32px !important;
  }
  .mb-xl-5 {
    margin-bottom: 32px !important;
  }
  .mr-xl-5 {
    margin-right: 32px !important;
  }
  .ml-xl-5 {
    margin-left: 32px !important;
  }
  .mt-xl-n5 {
    margin-top: -32px !important;
  }
  .mb-xl-n5 {
    margin-bottom: -32px !important;
  }
  .mr-xl-n5 {
    margin-right: -32px !important;
  }
  .ml-xl-n5 {
    margin-left: -32px !important;
  }
  .mx-xl-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-xl-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .m-xl-6 {
    margin: 40px !important;
  }
  .mt-xl-6 {
    margin-top: 40px !important;
  }
  .mb-xl-6 {
    margin-bottom: 40px !important;
  }
  .mr-xl-6 {
    margin-right: 40px !important;
  }
  .ml-xl-6 {
    margin-left: 40px !important;
  }
  .mt-xl-n6 {
    margin-top: -40px !important;
  }
  .mb-xl-n6 {
    margin-bottom: -40px !important;
  }
  .mr-xl-n6 {
    margin-right: -40px !important;
  }
  .ml-xl-n6 {
    margin-left: -40px !important;
  }
  .mx-xl-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my-xl-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mt-xl-7 {
    margin-top: 48px !important;
  }
  .mb-xl-7 {
    margin-bottom: 48px !important;
  }
  .mt-xl-n7 {
    margin-top: -48px !important;
  }
  .mb-xl-n7 {
    margin-bottom: -48px !important;
  }
  .my-xl-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mt-xl-8 {
    margin-top: 64px !important;
  }
  .mb-xl-8 {
    margin-bottom: 64px !important;
  }
  .mt-xl-n8 {
    margin-top: -64px !important;
  }
  .mb-xl-n8 {
    margin-bottom: -64px !important;
  }
  .my-xl-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mt-xl-9 {
    margin-top: 80px !important;
  }
  .mb-xl-9 {
    margin-bottom: 80px !important;
  }
  .mt-xl-n9 {
    margin-top: -80px !important;
  }
  .mb-xl-n9 {
    margin-bottom: -80px !important;
  }
  .my-xl-9 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mt-xl-10 {
    margin-top: 96px !important;
  }
  .mb-xl-10 {
    margin-bottom: 96px !important;
  }
  .mt-xl-n10 {
    margin-top: -96px !important;
  }
  .mb-xl-n10 {
    margin-bottom: -96px !important;
  }
  .my-xl-10 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mt-xl-11 {
    margin-top: 112px !important;
  }
  .mb-xl-11 {
    margin-bottom: 112px !important;
  }
  .mt-xl-n11 {
    margin-top: -112px !important;
  }
  .mb-xl-n11 {
    margin-bottom: -112px !important;
  }
  .my-xl-11 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mt-xl-12 {
    margin-top: 128px !important;
  }
  .mb-xl-12 {
    margin-bottom: 128px !important;
  }
  .mt-xl-n12 {
    margin-top: -128px !important;
  }
  .mb-xl-n12 {
    margin-bottom: -128px !important;
  }
  .my-xl-12 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-1 {
  padding: 4px !important;
}
.pt-1 {
  padding-top: 4px !important;
}
.pr-1 {
  padding-right: 4px !important;
}
.pb-1 {
  padding-bottom: 4px !important;
}
.pl-1 {
  padding-left: 4px !important;
}
.px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}
.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.p-2 {
  padding: 8px !important;
}
.pt-2 {
  padding-top: 8px !important;
}
.pr-2 {
  padding-right: 8px !important;
}
.pb-2 {
  padding-bottom: 8px !important;
}
.pl-2 {
  padding-left: 8px !important;
}
.px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.p-3 {
  padding: 16px !important;
}
.pt-3 {
  padding-top: 16px !important;
}
.pr-3 {
  padding-right: 16px !important;
}
.pb-3 {
  padding-bottom: 16px !important;
}
.pl-3 {
  padding-left: 16px !important;
}
.px-3 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.p-4 {
  padding: 24px !important;
}
.pt-4 {
  padding-top: 24px !important;
}
.pr-4 {
  padding-right: 24px !important;
}
.pb-4 {
  padding-bottom: 24px !important;
}
.pl-4 {
  padding-left: 24px !important;
}
.px-4 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.p-5 {
  padding: 32px !important;
}
.pt-5 {
  padding-top: 32px !important;
}
.pr-5 {
  padding-right: 32px !important;
}
.pb-5 {
  padding-bottom: 32px !important;
}
.pl-5 {
  padding-left: 32px !important;
}
.px-5 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}
.py-5 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.p-6 {
  padding: 40px !important;
}
.pt-6 {
  padding-top: 40px !important;
}
.pr-6 {
  padding-right: 40px !important;
}
.pb-6 {
  padding-bottom: 40px !important;
}
.pl-6 {
  padding-left: 40px !important;
}
.px-6 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.py-6 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pt-7 {
  padding-top: 48px !important;
}
.pr-7 {
  padding-right: 48px !important;
}
.pb-7 {
  padding-bottom: 48px !important;
}
.pl-7 {
  padding-left: 48px !important;
}
.py-7 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.pt-8 {
  padding-top: 64px !important;
}
.pr-8 {
  padding-right: 64px !important;
}
.pb-8 {
  padding-bottom: 64px !important;
}
.pl-8 {
  padding-left: 64px !important;
}
.py-8 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.pt-9 {
  padding-top: 80px !important;
}
.pr-9 {
  padding-right: 80px !important;
}
.pb-9 {
  padding-bottom: 80px !important;
}
.pl-9 {
  padding-left: 80px !important;
}
.py-9 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.pt-10 {
  padding-top: 96px !important;
}
.pr-10 {
  padding-right: 96px !important;
}
.pb-10 {
  padding-bottom: 96px !important;
}
.pl-10 {
  padding-left: 96px !important;
}
.py-10 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.pt-11 {
  padding-top: 112px !important;
}
.pr-11 {
  padding-right: 112px !important;
}
.pb-11 {
  padding-bottom: 112px !important;
}
.pl-11 {
  padding-left: 112px !important;
}
.py-11 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}
.pt-12 {
  padding-top: 128px !important;
}
.pr-12 {
  padding-right: 128px !important;
}
.pb-12 {
  padding-bottom: 128px !important;
}
.pl-12 {
  padding-left: 128px !important;
}
.py-12 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}
@media (min-width: 544px) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 4px !important;
  }
  .pt-sm-1 {
    padding-top: 4px !important;
  }
  .pr-sm-1 {
    padding-right: 4px !important;
  }
  .pb-sm-1 {
    padding-bottom: 4px !important;
  }
  .pl-sm-1 {
    padding-left: 4px !important;
  }
  .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .p-sm-2 {
    padding: 8px !important;
  }
  .pt-sm-2 {
    padding-top: 8px !important;
  }
  .pr-sm-2 {
    padding-right: 8px !important;
  }
  .pb-sm-2 {
    padding-bottom: 8px !important;
  }
  .pl-sm-2 {
    padding-left: 8px !important;
  }
  .px-sm-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .p-sm-3 {
    padding: 16px !important;
  }
  .pt-sm-3 {
    padding-top: 16px !important;
  }
  .pr-sm-3 {
    padding-right: 16px !important;
  }
  .pb-sm-3 {
    padding-bottom: 16px !important;
  }
  .pl-sm-3 {
    padding-left: 16px !important;
  }
  .px-sm-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-sm-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .p-sm-4 {
    padding: 24px !important;
  }
  .pt-sm-4 {
    padding-top: 24px !important;
  }
  .pr-sm-4 {
    padding-right: 24px !important;
  }
  .pb-sm-4 {
    padding-bottom: 24px !important;
  }
  .pl-sm-4 {
    padding-left: 24px !important;
  }
  .px-sm-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-sm-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .p-sm-5 {
    padding: 32px !important;
  }
  .pt-sm-5 {
    padding-top: 32px !important;
  }
  .pr-sm-5 {
    padding-right: 32px !important;
  }
  .pb-sm-5 {
    padding-bottom: 32px !important;
  }
  .pl-sm-5 {
    padding-left: 32px !important;
  }
  .px-sm-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-sm-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .p-sm-6 {
    padding: 40px !important;
  }
  .pt-sm-6 {
    padding-top: 40px !important;
  }
  .pr-sm-6 {
    padding-right: 40px !important;
  }
  .pb-sm-6 {
    padding-bottom: 40px !important;
  }
  .pl-sm-6 {
    padding-left: 40px !important;
  }
  .px-sm-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py-sm-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pt-sm-7 {
    padding-top: 48px !important;
  }
  .pr-sm-7 {
    padding-right: 48px !important;
  }
  .pb-sm-7 {
    padding-bottom: 48px !important;
  }
  .pl-sm-7 {
    padding-left: 48px !important;
  }
  .py-sm-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .pt-sm-8 {
    padding-top: 64px !important;
  }
  .pr-sm-8 {
    padding-right: 64px !important;
  }
  .pb-sm-8 {
    padding-bottom: 64px !important;
  }
  .pl-sm-8 {
    padding-left: 64px !important;
  }
  .py-sm-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .pt-sm-9 {
    padding-top: 80px !important;
  }
  .pr-sm-9 {
    padding-right: 80px !important;
  }
  .pb-sm-9 {
    padding-bottom: 80px !important;
  }
  .pl-sm-9 {
    padding-left: 80px !important;
  }
  .py-sm-9 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-sm-10 {
    padding-top: 96px !important;
  }
  .pr-sm-10 {
    padding-right: 96px !important;
  }
  .pb-sm-10 {
    padding-bottom: 96px !important;
  }
  .pl-sm-10 {
    padding-left: 96px !important;
  }
  .py-sm-10 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .pt-sm-11 {
    padding-top: 112px !important;
  }
  .pr-sm-11 {
    padding-right: 112px !important;
  }
  .pb-sm-11 {
    padding-bottom: 112px !important;
  }
  .pl-sm-11 {
    padding-left: 112px !important;
  }
  .py-sm-11 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .pt-sm-12 {
    padding-top: 128px !important;
  }
  .pr-sm-12 {
    padding-right: 128px !important;
  }
  .pb-sm-12 {
    padding-bottom: 128px !important;
  }
  .pl-sm-12 {
    padding-left: 128px !important;
  }
  .py-sm-12 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 4px !important;
  }
  .pt-md-1 {
    padding-top: 4px !important;
  }
  .pr-md-1 {
    padding-right: 4px !important;
  }
  .pb-md-1 {
    padding-bottom: 4px !important;
  }
  .pl-md-1 {
    padding-left: 4px !important;
  }
  .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .p-md-2 {
    padding: 8px !important;
  }
  .pt-md-2 {
    padding-top: 8px !important;
  }
  .pr-md-2 {
    padding-right: 8px !important;
  }
  .pb-md-2 {
    padding-bottom: 8px !important;
  }
  .pl-md-2 {
    padding-left: 8px !important;
  }
  .px-md-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .p-md-3 {
    padding: 16px !important;
  }
  .pt-md-3 {
    padding-top: 16px !important;
  }
  .pr-md-3 {
    padding-right: 16px !important;
  }
  .pb-md-3 {
    padding-bottom: 16px !important;
  }
  .pl-md-3 {
    padding-left: 16px !important;
  }
  .px-md-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-md-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .p-md-4 {
    padding: 24px !important;
  }
  .pt-md-4 {
    padding-top: 24px !important;
  }
  .pr-md-4 {
    padding-right: 24px !important;
  }
  .pb-md-4 {
    padding-bottom: 24px !important;
  }
  .pl-md-4 {
    padding-left: 24px !important;
  }
  .px-md-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-md-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .p-md-5 {
    padding: 32px !important;
  }
  .pt-md-5 {
    padding-top: 32px !important;
  }
  .pr-md-5 {
    padding-right: 32px !important;
  }
  .pb-md-5 {
    padding-bottom: 32px !important;
  }
  .pl-md-5 {
    padding-left: 32px !important;
  }
  .px-md-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-md-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .p-md-6 {
    padding: 40px !important;
  }
  .pt-md-6 {
    padding-top: 40px !important;
  }
  .pr-md-6 {
    padding-right: 40px !important;
  }
  .pb-md-6 {
    padding-bottom: 40px !important;
  }
  .pl-md-6 {
    padding-left: 40px !important;
  }
  .px-md-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py-md-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pt-md-7 {
    padding-top: 48px !important;
  }
  .pr-md-7 {
    padding-right: 48px !important;
  }
  .pb-md-7 {
    padding-bottom: 48px !important;
  }
  .pl-md-7 {
    padding-left: 48px !important;
  }
  .py-md-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .pt-md-8 {
    padding-top: 64px !important;
  }
  .pr-md-8 {
    padding-right: 64px !important;
  }
  .pb-md-8 {
    padding-bottom: 64px !important;
  }
  .pl-md-8 {
    padding-left: 64px !important;
  }
  .py-md-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .pt-md-9 {
    padding-top: 80px !important;
  }
  .pr-md-9 {
    padding-right: 80px !important;
  }
  .pb-md-9 {
    padding-bottom: 80px !important;
  }
  .pl-md-9 {
    padding-left: 80px !important;
  }
  .py-md-9 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-md-10 {
    padding-top: 96px !important;
  }
  .pr-md-10 {
    padding-right: 96px !important;
  }
  .pb-md-10 {
    padding-bottom: 96px !important;
  }
  .pl-md-10 {
    padding-left: 96px !important;
  }
  .py-md-10 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .pt-md-11 {
    padding-top: 112px !important;
  }
  .pr-md-11 {
    padding-right: 112px !important;
  }
  .pb-md-11 {
    padding-bottom: 112px !important;
  }
  .pl-md-11 {
    padding-left: 112px !important;
  }
  .py-md-11 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .pt-md-12 {
    padding-top: 128px !important;
  }
  .pr-md-12 {
    padding-right: 128px !important;
  }
  .pb-md-12 {
    padding-bottom: 128px !important;
  }
  .pl-md-12 {
    padding-left: 128px !important;
  }
  .py-md-12 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
@media (min-width: 1012px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 4px !important;
  }
  .pt-lg-1 {
    padding-top: 4px !important;
  }
  .pr-lg-1 {
    padding-right: 4px !important;
  }
  .pb-lg-1 {
    padding-bottom: 4px !important;
  }
  .pl-lg-1 {
    padding-left: 4px !important;
  }
  .px-lg-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .p-lg-2 {
    padding: 8px !important;
  }
  .pt-lg-2 {
    padding-top: 8px !important;
  }
  .pr-lg-2 {
    padding-right: 8px !important;
  }
  .pb-lg-2 {
    padding-bottom: 8px !important;
  }
  .pl-lg-2 {
    padding-left: 8px !important;
  }
  .px-lg-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .p-lg-3 {
    padding: 16px !important;
  }
  .pt-lg-3 {
    padding-top: 16px !important;
  }
  .pr-lg-3 {
    padding-right: 16px !important;
  }
  .pb-lg-3 {
    padding-bottom: 16px !important;
  }
  .pl-lg-3 {
    padding-left: 16px !important;
  }
  .px-lg-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-lg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .p-lg-4 {
    padding: 24px !important;
  }
  .pt-lg-4 {
    padding-top: 24px !important;
  }
  .pr-lg-4 {
    padding-right: 24px !important;
  }
  .pb-lg-4 {
    padding-bottom: 24px !important;
  }
  .pl-lg-4 {
    padding-left: 24px !important;
  }
  .px-lg-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-lg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .p-lg-5 {
    padding: 32px !important;
  }
  .pt-lg-5 {
    padding-top: 32px !important;
  }
  .pr-lg-5 {
    padding-right: 32px !important;
  }
  .pb-lg-5 {
    padding-bottom: 32px !important;
  }
  .pl-lg-5 {
    padding-left: 32px !important;
  }
  .px-lg-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-lg-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .p-lg-6 {
    padding: 40px !important;
  }
  .pt-lg-6 {
    padding-top: 40px !important;
  }
  .pr-lg-6 {
    padding-right: 40px !important;
  }
  .pb-lg-6 {
    padding-bottom: 40px !important;
  }
  .pl-lg-6 {
    padding-left: 40px !important;
  }
  .px-lg-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py-lg-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pt-lg-7 {
    padding-top: 48px !important;
  }
  .pr-lg-7 {
    padding-right: 48px !important;
  }
  .pb-lg-7 {
    padding-bottom: 48px !important;
  }
  .pl-lg-7 {
    padding-left: 48px !important;
  }
  .py-lg-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .pt-lg-8 {
    padding-top: 64px !important;
  }
  .pr-lg-8 {
    padding-right: 64px !important;
  }
  .pb-lg-8 {
    padding-bottom: 64px !important;
  }
  .pl-lg-8 {
    padding-left: 64px !important;
  }
  .py-lg-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .pt-lg-9 {
    padding-top: 80px !important;
  }
  .pr-lg-9 {
    padding-right: 80px !important;
  }
  .pb-lg-9 {
    padding-bottom: 80px !important;
  }
  .pl-lg-9 {
    padding-left: 80px !important;
  }
  .py-lg-9 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-lg-10 {
    padding-top: 96px !important;
  }
  .pr-lg-10 {
    padding-right: 96px !important;
  }
  .pb-lg-10 {
    padding-bottom: 96px !important;
  }
  .pl-lg-10 {
    padding-left: 96px !important;
  }
  .py-lg-10 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .pt-lg-11 {
    padding-top: 112px !important;
  }
  .pr-lg-11 {
    padding-right: 112px !important;
  }
  .pb-lg-11 {
    padding-bottom: 112px !important;
  }
  .pl-lg-11 {
    padding-left: 112px !important;
  }
  .py-lg-11 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .pt-lg-12 {
    padding-top: 128px !important;
  }
  .pr-lg-12 {
    padding-right: 128px !important;
  }
  .pb-lg-12 {
    padding-bottom: 128px !important;
  }
  .pl-lg-12 {
    padding-left: 128px !important;
  }
  .py-lg-12 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 4px !important;
  }
  .pt-xl-1 {
    padding-top: 4px !important;
  }
  .pr-xl-1 {
    padding-right: 4px !important;
  }
  .pb-xl-1 {
    padding-bottom: 4px !important;
  }
  .pl-xl-1 {
    padding-left: 4px !important;
  }
  .px-xl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .p-xl-2 {
    padding: 8px !important;
  }
  .pt-xl-2 {
    padding-top: 8px !important;
  }
  .pr-xl-2 {
    padding-right: 8px !important;
  }
  .pb-xl-2 {
    padding-bottom: 8px !important;
  }
  .pl-xl-2 {
    padding-left: 8px !important;
  }
  .px-xl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .p-xl-3 {
    padding: 16px !important;
  }
  .pt-xl-3 {
    padding-top: 16px !important;
  }
  .pr-xl-3 {
    padding-right: 16px !important;
  }
  .pb-xl-3 {
    padding-bottom: 16px !important;
  }
  .pl-xl-3 {
    padding-left: 16px !important;
  }
  .px-xl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-xl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .p-xl-4 {
    padding: 24px !important;
  }
  .pt-xl-4 {
    padding-top: 24px !important;
  }
  .pr-xl-4 {
    padding-right: 24px !important;
  }
  .pb-xl-4 {
    padding-bottom: 24px !important;
  }
  .pl-xl-4 {
    padding-left: 24px !important;
  }
  .px-xl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-xl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .p-xl-5 {
    padding: 32px !important;
  }
  .pt-xl-5 {
    padding-top: 32px !important;
  }
  .pr-xl-5 {
    padding-right: 32px !important;
  }
  .pb-xl-5 {
    padding-bottom: 32px !important;
  }
  .pl-xl-5 {
    padding-left: 32px !important;
  }
  .px-xl-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-xl-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .p-xl-6 {
    padding: 40px !important;
  }
  .pt-xl-6 {
    padding-top: 40px !important;
  }
  .pr-xl-6 {
    padding-right: 40px !important;
  }
  .pb-xl-6 {
    padding-bottom: 40px !important;
  }
  .pl-xl-6 {
    padding-left: 40px !important;
  }
  .px-xl-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py-xl-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pt-xl-7 {
    padding-top: 48px !important;
  }
  .pr-xl-7 {
    padding-right: 48px !important;
  }
  .pb-xl-7 {
    padding-bottom: 48px !important;
  }
  .pl-xl-7 {
    padding-left: 48px !important;
  }
  .py-xl-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .pt-xl-8 {
    padding-top: 64px !important;
  }
  .pr-xl-8 {
    padding-right: 64px !important;
  }
  .pb-xl-8 {
    padding-bottom: 64px !important;
  }
  .pl-xl-8 {
    padding-left: 64px !important;
  }
  .py-xl-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .pt-xl-9 {
    padding-top: 80px !important;
  }
  .pr-xl-9 {
    padding-right: 80px !important;
  }
  .pb-xl-9 {
    padding-bottom: 80px !important;
  }
  .pl-xl-9 {
    padding-left: 80px !important;
  }
  .py-xl-9 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-xl-10 {
    padding-top: 96px !important;
  }
  .pr-xl-10 {
    padding-right: 96px !important;
  }
  .pb-xl-10 {
    padding-bottom: 96px !important;
  }
  .pl-xl-10 {
    padding-left: 96px !important;
  }
  .py-xl-10 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .pt-xl-11 {
    padding-top: 112px !important;
  }
  .pr-xl-11 {
    padding-right: 112px !important;
  }
  .pb-xl-11 {
    padding-bottom: 112px !important;
  }
  .pl-xl-11 {
    padding-left: 112px !important;
  }
  .py-xl-11 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .pt-xl-12 {
    padding-top: 128px !important;
  }
  .pr-xl-12 {
    padding-right: 128px !important;
  }
  .pb-xl-12 {
    padding-bottom: 128px !important;
  }
  .pl-xl-12 {
    padding-left: 128px !important;
  }
  .py-xl-12 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
.p-responsive {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
@media (min-width: 544px) {
  .p-responsive {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
@media (min-width: 1012px) {
  .p-responsive {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
.h1 {
  font-size: 26px !important;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 32px !important;
  }
}
.h2 {
  font-size: 22px !important;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 24px !important;
  }
}
.h3 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .h3 {
    font-size: 20px !important;
  }
}
.h4 {
  font-size: 16px !important;
}
.h5 {
  font-size: 14px !important;
}
.h6 {
  font-size: 12px !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600 !important;
}
.f1 {
  font-size: 26px !important;
}
@media (min-width: 768px) {
  .f1 {
    font-size: 32px !important;
  }
}
.f2 {
  font-size: 22px !important;
}
@media (min-width: 768px) {
  .f2 {
    font-size: 24px !important;
  }
}
.f3 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .f3 {
    font-size: 20px !important;
  }
}
.f4 {
  font-size: 16px !important;
}
@media (min-width: 768px) {
  .f4 {
    font-size: 16px !important;
  }
}
.f5 {
  font-size: 14px !important;
}
.f6 {
  font-size: 12px !important;
}
.f00-light {
  font-size: 40px !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  .f00-light {
    font-size: 48px !important;
  }
}
.f0-light {
  font-size: 32px !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  .f0-light {
    font-size: 40px !important;
  }
}
.f1-light {
  font-size: 26px !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  .f1-light {
    font-size: 32px !important;
  }
}
.f2-light {
  font-size: 22px !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  .f2-light {
    font-size: 24px !important;
  }
}
.f3-light {
  font-size: 18px !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  .f3-light {
    font-size: 20px !important;
  }
}
.text-small {
  font-size: 12px !important;
}
.lead {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
}
.lh-condensed-ultra {
  line-height: 1 !important;
}
.lh-condensed {
  line-height: 1.25 !important;
}
.lh-default {
  line-height: 1.5 !important;
}
.lh-0 {
  line-height: 0 !important;
}
@media (min-width: 544px) {
  .lh-sm-condensed-ultra {
    line-height: 1 !important;
  }
  .lh-sm-condensed {
    line-height: 1.25 !important;
  }
  .lh-sm-default {
    line-height: 1.5 !important;
  }
  .lh-sm-0 {
    line-height: 0 !important;
  }
}
@media (min-width: 768px) {
  .lh-md-condensed-ultra {
    line-height: 1 !important;
  }
  .lh-md-condensed {
    line-height: 1.25 !important;
  }
  .lh-md-default {
    line-height: 1.5 !important;
  }
  .lh-md-0 {
    line-height: 0 !important;
  }
}
@media (min-width: 1012px) {
  .lh-lg-condensed-ultra {
    line-height: 1 !important;
  }
  .lh-lg-condensed {
    line-height: 1.25 !important;
  }
  .lh-lg-default {
    line-height: 1.5 !important;
  }
  .lh-lg-0 {
    line-height: 0 !important;
  }
}
@media (min-width: 1280px) {
  .lh-xl-condensed-ultra {
    line-height: 1 !important;
  }
  .lh-xl-condensed {
    line-height: 1.25 !important;
  }
  .lh-xl-default {
    line-height: 1.5 !important;
  }
  .lh-xl-0 {
    line-height: 0 !important;
  }
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 544px) {
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1012px) {
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-normal {
  font-weight: 400 !important;
}
.text-bold {
  font-weight: 600 !important;
}
.text-semibold {
  font-weight: 500 !important;
}
.text-light {
  font-weight: 300 !important;
}
.text-italic {
  font-style: italic !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-underline {
  text-decoration: underline !important;
}
.no-underline {
  text-decoration: none !important;
}
.no-wrap {
  white-space: nowrap !important;
}
.ws-normal {
  white-space: normal !important;
}
.wb-break-word {
  word-break: break-word !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}
.wb-break-all {
  word-break: break-all !important;
}
.text-emphasized {
  font-weight: 600;
}
.list-style-none {
  list-style: none !important;
}
.text-mono {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
    Liberation Mono, monospace !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.d-table {
  display: table !important;
}
.d-table-cell {
  display: table-cell !important;
}
@media (min-width: 544px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1012px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
}
.v-hidden {
  visibility: hidden !important;
}
.v-visible {
  visibility: visible !important;
}
@media (max-width: 543.98px) {
  .hide-sm {
    display: none !important;
  }
}
@media (min-width: 544px) and (max-width: 767.98px) {
  .hide-md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1011.98px) {
  .hide-lg {
    display: none !important;
  }
}
@media (min-width: 1012px) {
  .hide-xl {
    display: none !important;
  }
}
.show-whenNarrow,
.show-whenRegular,
.show-whenWide,
.show-whenRegular.hide-whenWide {
  display: none !important;
}
.hide-whenNarrow,
.hide-whenRegular,
.hide-whenWide {
  display: block !important;
}
@media (max-width: 767.98px) {
  .show-whenNarrow {
    display: block !important;
  }
  .hide-whenNarrow {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .show-whenRegular,
  .show-whenRegular.hide-whenWide {
    display: block !important;
  }
  .hide-whenRegular {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .show-whenWide {
    display: block !important;
  }
  .hide-whenWide,
  .show-whenRegular.hide-whenWide {
    display: none !important;
  }
}
.table-fixed {
  table-layout: fixed !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  word-wrap: normal;
  border: 0;
}
.show-on-focus {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.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.
 */
.flash {
  position: relative;
  padding: 20px 16px;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
}
.flash p:last-child {
  margin-bottom: 0;
}
.flash .octicon {
  margin-right: 12px;
}
.flash-messages {
  margin-bottom: 24px;
}
.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;
}
.flash-close:hover {
  opacity: 0.7;
}
.flash-close:active {
  opacity: 0.5;
}
.flash-close .octicon {
  margin-right: 0;
}
.flash-action {
  float: right;
  margin-top: -3px;
  margin-left: 24px;
  background-clip: padding-box;
}
.flash-action.btn .octicon {
  margin-right: 4px;
  color: var(--color-fg-muted);
}
.flash-action.btn-primary {
  background-clip: border-box;
}
.flash-action.btn-primary .octicon {
  color: inherit;
}
.flash {
  color: var(--primary-color);
  background-image: linear-gradient(
    var(--color-accent-subtle),
    var(--color-accent-subtle)
  );
  border-color: var(--color-accent-muted);
}
.flash .octicon {
  color: var(--color-accent-fg);
}
.flash-warn {
  color: var(--primary-color);
  background-image: linear-gradient(
    var(--color-attention-subtle),
    var(--color-attention-subtle)
  );
  border-color: var(--color-attention-muted);
}
.flash-warn .octicon {
  color: var(--color-attention-fg);
}
.flash-error {
  color: var(--primary-color);
  background-image: linear-gradient(
    var(--color-danger-subtle),
    var(--color-danger-subtle)
  );
  border-color: var(--color-danger-muted);
}
.flash-error .octicon {
  color: var(--color-danger-fg);
}
.flash-success {
  color: var(--primary-color);
  background-image: linear-gradient(
    var(--color-success-subtle),
    var(--color-success-subtle)
  );
  border-color: var(--color-success-muted);
}
.flash-success .octicon {
  color: var(--color-success-fg);
}
.flash-full {
  margin-top: -1px;
  border-width: 1px 0;
  border-radius: 0;
}
.flash-banner {
  position: fixed;
  top: 0;
  z-index: 90;
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.flash-full,
.flash-banner {
  background-color: var(--background-color);
}
.warning {
  padding: 0.5em;
  margin-bottom: 0.8em;
  font-weight: 600;
  background-color: var(--color-attention-subtle);
}
.autocomplete-label-stacked {
  display: block;
  margin-bottom: 6px;
}
.autocomplete-label-inline {
  display: inline;
  margin-right: 6px;
}
@media (max-width: 544px) {
  .autocomplete-label-inline {
    display: block;
    margin-bottom: 6px;
  }
}
.autocomplete-body {
  position: relative;
  display: inline;
}
.autocomplete-embedded-icon-wrap {
  display: inline-flex;
  padding: 4px 8px;
  align-items: center;
}
.autocomplete-embedded-icon-wrap:focus-within {
  border-color: var(--color-accent-emphasis);
  outline: none;
  box-shadow: var(--color-primer-shadow-focus);
}
.autocomplete-embedded-icon-wrap .form-control {
  padding: 0;
  margin-left: 8px;
  border: none;
  box-shadow: none;
}
.autocomplete-embedded-icon-wrap .form-control:focus {
  box-shadow: none;
}
.autocomplete-results {
  position: absolute;
  left: 0;
  z-index: 99;
  width: max-content;
  min-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);
}
.autocomplete-item {
  display: block;
  width: 100%;
  padding: 4px 8px;
  overflow: hidden;
  font-weight: 600;
  color: var(--primary-color);
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background-color: var(--color-canvas-overlay);
  border: 0;
}
.autocomplete-item:hover {
  color: var(--color-fg-on-emphasis);
  text-decoration: none;
  background-color: var(--color-accent-emphasis);
}
.autocomplete-item:hover * {
  color: inherit !important;
}
.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);
}
.autocomplete-item.selected *,
.autocomplete-item[aria-selected="true"] *,
.autocomplete-item.navigation-focus * {
  color: inherit !important;
}
.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);
}
.suggester li {
  display: block;
  padding: 4px 8px;
  font-weight: 500;
  border-bottom: 1px solid var(--color-border-muted);
}
.suggester li small {
  font-weight: 400;
  color: var(--color-fg-muted);
}
.suggester li:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.suggester li:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.suggester li:hover {
  color: var(--color-fg-on-emphasis);
  text-decoration: none;
  background: var(--color-accent-emphasis);
}
.suggester li:hover small {
  color: var(--color-fg-on-emphasis);
}
.suggester li:hover .octicon {
  color: inherit !important;
}
.suggester li[aria-selected="true"],
.suggester li.navigation-focus {
  color: var(--color-fg-on-emphasis);
  text-decoration: none;
  background: var(--color-accent-emphasis);
}
.suggester li[aria-selected="true"] small,
.suggester li.navigation-focus small {
  color: var(--color-fg-on-emphasis);
}
.suggester li[aria-selected="true"] .octicon,
.suggester li.navigation-focus .octicon {
  color: inherit !important;
}
.suggester-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
@media (max-width: 544px) {
  .page-responsive .suggester-container {
    right: 8px !important;
    left: 8px !important;
  }
  .page-responsive .suggester li {
    padding: 8px 16px;
  }
}
.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);
}
.avatar-link {
  float: left;
  line-height: 1;
}
.avatar-group-item {
  display: inline-block;
  margin-bottom: 3px;
}
.avatar-1,
.avatar-2,
.avatar-small {
  border-radius: 4px;
}
.avatar-1 {
  width: 16px;
  height: 16px;
}
.avatar-2 {
  width: 20px;
  height: 20px;
}
.avatar-3 {
  width: 24px;
  height: 24px;
}
.avatar-4 {
  width: 28px;
  height: 28px;
}
.avatar-5 {
  width: 32px;
  height: 32px;
}
.avatar-6 {
  width: 40px;
  height: 40px;
}
.avatar-7 {
  width: 48px;
  height: 48px;
}
.avatar-8 {
  width: 64px;
  height: 64px;
}
.avatar-parent-child {
  position: relative;
}
.avatar-child {
  position: absolute;
  right: -15%;
  bottom: -9%;
  background-color: var(--background-color);
  border-radius: 4px;
  box-shadow: var(--color-avatar-child-shadow);
}
.AvatarStack {
  position: relative;
  min-width: 26px;
  height: 20px;
}
.AvatarStack .AvatarStack-body {
  position: absolute;
}
.AvatarStack.AvatarStack--two {
  min-width: 36px;
}
.AvatarStack.AvatarStack--three-plus {
  min-width: 46px;
}
.AvatarStack-body {
  display: flex;
  background: var(--color-canvas-default);
}
.AvatarStack-body .avatar {
  position: relative;
  z-index: 2;
  display: flex;
  width: 20px;
  height: 20px;
  box-sizing: content-box;
  margin-right: -11px;
  background-color: var(--background-color);
  border-right: 1px solid var(--color-canvas-default);
  border-radius: 4px;
  box-shadow: none;
  transition: margin 0.1s ease-in-out;
}
.AvatarStack-body .avatar:first-child {
  z-index: 3;
}
.AvatarStack-body .avatar:last-child {
  z-index: 1;
  border-right: 0;
}
.AvatarStack-body .avatar img {
  border-radius: 4px;
}
.AvatarStack-body .avatar:nth-child(n + 4) {
  display: none;
  opacity: 0;
}
.AvatarStack-body:hover .avatar {
  margin-right: 3px;
}
.AvatarStack-body:hover .avatar:nth-child(n + 4) {
  display: flex;
  opacity: 1;
}
.AvatarStack-body:hover .avatar-more {
  display: none !important;
}
.avatar.avatar-more {
  z-index: 1;
  margin-right: 0;
  background: var(--color-canvas-subtle);
}
.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);
}
.avatar.avatar-more::before {
  width: 17px;
  background: var(--color-avatar-stack-fade-more);
}
.avatar.avatar-more::after {
  width: 14px;
  background: var(--color-avatar-stack-fade);
}
.AvatarStack--right .AvatarStack-body {
  right: 0;
  flex-direction: row-reverse;
}
.AvatarStack--right .AvatarStack-body:hover .avatar {
  margin-right: 0;
  margin-left: 3px;
}
.AvatarStack--right .avatar.avatar-more {
  background: var(--color-avatar-stack-fade);
}
.AvatarStack--right .avatar.avatar-more::before {
  width: 5px;
}
.AvatarStack--right .avatar.avatar-more::after {
  width: 2px;
  background: var(--color-canvas-subtle);
}
.AvatarStack--right .avatar {
  margin-right: 0;
  margin-left: -11px;
  border-right: 0;
  border-left: 1px solid var(--color-canvas-default);
}
.CircleBadge {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--background-color);
  border-radius: 50%;
  box-shadow: var(--color-shadow-medium);
}
.CircleBadge-icon {
  max-width: 60% !important;
  height: auto !important;
  max-height: 55% !important;
}
.CircleBadge--small {
  width: 56px;
  height: 56px;
}
.CircleBadge--medium {
  width: 96px;
  height: 96px;
}
.CircleBadge--large {
  width: 128px;
  height: 128px;
}
.DashedConnection {
  position: relative;
}
.DashedConnection::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  content: "";
  border-bottom: 2px dashed var(--color-border-default);
}
.DashedConnection .CircleBadge {
  position: relative;
}
.blankslate {
  position: relative;
  padding: 32px;
  text-align: center;
}
.blankslate p {
  color: var(--color-fg-muted);
}
.blankslate code {
  padding: 2px 5px 3px;
  font-size: 14px;
  background: var(--color-canvas-default);
  border: 1px solid var(--color-border-muted);
  border-radius: 6px;
}
.blankslate img {
  width: 56px;
  height: 56px;
}
.blankslate-icon {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  color: var(--color-fg-muted);
}
.blankslate-image {
  margin-bottom: 16px;
}
.blankslate-heading {
  margin-bottom: 4px;
}
.blankslate-action {
  margin-top: 16px;
}
.blankslate-action:first-of-type {
  margin-top: 24px;
}
.blankslate-action:last-of-type {
  margin-bottom: 8px;
}
.blankslate-capped {
  border-radius: 0 0 6px 6px;
}
.blankslate-spacious {
  padding: 80px 40px;
}
.blankslate-narrow {
  max-width: 485px;
  margin: 0 auto;
}
.blankslate-large img {
  width: 80px;
  height: 80px;
}
.blankslate-large h3 {
  margin: 16px 0;
  font-size: 24px;
}
.blankslate-large p {
  font-size: 16px;
}
.blankslate-clean-background {
  border: 0;
}
.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);
  word-break: break-all;
  background-color: var(--color-accent-subtle);
  border-radius: 6px;
}
.branch-name .octicon {
  margin: 1px -2px 0 0;
  color: var(--color-fg-muted);
}
a.branch-name {
  color: var(--color-accent-fg);
  background-color: var(--color-accent-subtle);
}
a.branch-name .octicon {
  color: var(--color-accent-fg);
}
.dropdown {
  position: relative;
}
.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;
}
.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);
}
.dropdown-menu::before,
.dropdown-menu::after {
  position: absolute;
  display: inline-block;
  content: "";
}
.dropdown-menu::before {
  border: 8px solid transparent;
  border-bottom-color: var(--color-border-default);
}
.dropdown-menu::after {
  border: 7px solid transparent;
  border-bottom-color: var(--color-canvas-overlay);
}
.dropdown-menu > ul {
  list-style: none;
}
.dropdown-menu-no-overflow {
  width: auto;
}
.dropdown-menu-no-overflow .dropdown-item {
  padding: 4px 16px;
  overflow: visible;
  text-overflow: inherit;
}
.dropdown-item {
  display: block;
  padding: 4px 8px 4px 16px;
  overflow: hidden;
  color: var(--primary-color);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--color-fg-on-emphasis);
  text-decoration: none;
  background-color: var(--color-accent-emphasis);
  outline: none;
}
.dropdown-item:focus > .octicon,
.dropdown-item:hover > .octicon {
  color: inherit;
  opacity: 1;
}
.dropdown-item:focus [class*="color-text-"],
.dropdown-item:hover [class*="color-text-"] {
  color: inherit !important;
}
.dropdown-item:focus > .Label,
.dropdown-item:hover > .Label {
  color: inherit !important;
  border-color: currentColor;
}
.dropdown-item.btn-link {
  width: 100%;
  text-align: left;
}
.dropdown-signout {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
}
.dropdown-divider {
  display: block;
  height: 0;
  margin: 8px 0;
  border-top: 1px solid var(--color-border-default);
}
.dropdown-header {
  padding: 4px 16px;
  font-size: 12px;
  color: var(--color-fg-muted);
}
.dropdown-item[aria-checked="false"] .octicon-check {
  display: none;
}
.dropdown-menu-w {
  top: 0;
  right: 100%;
  left: auto;
  width: auto;
  margin-top: 0;
  margin-right: 8px;
}
.dropdown-menu-w::before {
  top: 10px;
  right: -16px;
  left: auto;
  border-color: transparent;
  border-left-color: var(--color-border-default);
}
.dropdown-menu-w::after {
  top: 11px;
  right: -14px;
  left: auto;
  border-color: transparent;
  border-left-color: var(--color-canvas-overlay);
}
.dropdown-menu-e {
  top: 0;
  left: 100%;
  width: auto;
  margin-top: 0;
  margin-left: 8px;
}
.dropdown-menu-e::before {
  top: 10px;
  left: -16px;
  border-color: transparent;
  border-right-color: var(--color-border-default);
}
.dropdown-menu-e::after {
  top: 11px;
  left: -14px;
  border-color: transparent;
  border-right-color: var(--color-canvas-overlay);
}
.dropdown-menu-ne {
  top: auto;
  bottom: 100%;
  left: 0;
  margin-bottom: 3px;
}
.dropdown-menu-ne::before,
.dropdown-menu-ne::after {
  top: auto;
  right: auto;
}
.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;
}
.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;
}
.dropdown-menu-s {
  right: 50%;
  left: auto;
  transform: translateX(50%);
}
.dropdown-menu-s::before {
  top: -16px;
  right: 50%;
  transform: translateX(50%);
}
.dropdown-menu-s::after {
  top: -14px;
  right: 50%;
  transform: translateX(50%);
}
.dropdown-menu-sw {
  right: 0;
  left: auto;
}
.dropdown-menu-sw::before {
  top: -16px;
  right: 9px;
  left: auto;
}
.dropdown-menu-sw::after {
  top: -14px;
  right: 10px;
  left: auto;
}
.dropdown-menu-se::before {
  top: -16px;
  left: 9px;
}
.dropdown-menu-se::after {
  top: -14px;
  left: 10px;
}
.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;
}
.Header-item {
  display: flex;
  margin-right: 16px;
  align-self: stretch;
  align-items: center;
  flex-wrap: nowrap;
}
.Header-item--full {
  flex: auto;
}
.Header-link {
  font-weight: 600;
  color: var(--color-header-logo);
  white-space: nowrap;
}
.Header-link:hover,
.Header-link:focus {
  color: var(--color-header-text);
  text-decoration: none;
}
.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;
}
.Header-input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.IssueLabel {
  display: inline-block;
  padding: 0 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 2em;
}
.IssueLabel .g-emoji {
  position: relative;
  top: -0.05em;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
}
.IssueLabel:hover {
  text-decoration: none;
}
.IssueLabel--big {
  padding-right: 10px;
  padding-left: 10px;
  line-height: 22px;
}
.labels {
  position: relative;
}
.label,
.Label {
  display: inline-block;
  padding: 0 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 2em;
  border-color: var(--color-border-default);
}
.label:hover,
.Label:hover {
  text-decoration: none;
}
.Label--large {
  padding-right: 10px;
  padding-left: 10px;
  line-height: 22px;
}
.Label--inline {
  display: inline;
  padding: 0.12em 0.5em;
  font-size: 85%;
}
.Label--primary {
  color: var(--primary-color);
  border-color: var(--color-neutral-emphasis);
}
.Label--secondary {
  color: var(--color-fg-muted);
  border-color: var(--color-border-default);
}
.Label--info,
.Label--accent {
  color: var(--color-accent-fg);
  border-color: var(--color-accent-emphasis);
}
.Label--success {
  color: var(--color-success-fg);
  border-color: var(--color-success-emphasis);
}
.Label--warning,
.Label--attention {
  color: var(--color-attention-fg);
  border-color: var(--color-attention-emphasis);
}
.Label--severe {
  color: var(--color-severe-fg);
  border-color: var(--color-severe-emphasis);
}
.Label--danger {
  color: var(--color-danger-fg);
  border-color: var(--color-danger-emphasis);
}
.Label--open {
  color: var(--color-open-fg);
  border-color: var(--color-open-emphasis);
}
.Label--closed {
  color: var(--color-closed-fg);
  border-color: var(--color-closed-emphasis);
}
.Label--done {
  color: var(--color-done-fg);
  border-color: var(--color-done-emphasis);
}
.Label--sponsors {
  color: var(--color-sponsors-fg);
  border-color: var(--color-sponsors-emphasis);
}
.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;
}
.state,
.State,
.State--draft {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-neutral-emphasis);
  border: 1px solid transparent;
}
.State--open {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-open-emphasis);
}
.State--merged {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-done-emphasis);
}
.State--closed {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-closed-emphasis);
}
.State--small {
  padding: 0 10px;
  font-size: 12px;
  line-height: 24px;
}
.State--small .octicon {
  width: 1em;
}
.Counter {
  display: inline-block;
  min-width: 20px;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--primary-color);
  text-align: center;
  background-color: var(--color-neutral-muted);
  border: 1px solid var(--color-counter-border);
  border-radius: 2em;
}
.Counter:empty {
  display: none;
}
.Counter .octicon {
  vertical-align: text-top;
  opacity: 0.8;
}
.Counter--primary {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-neutral-emphasis);
}
.Counter--secondary {
  color: var(--color-fg-muted);
  background-color: var(--color-neutral-subtle);
}
.diffstat {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-fg-muted);
  white-space: nowrap;
  cursor: default;
}
.diffstat-block-deleted,
.diffstat-block-added,
.diffstat-block-neutral {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 1px;
  outline-offset: -1px;
}
.diffstat-block-deleted {
  background-color: var(--color-danger-emphasis);
  outline: 1px solid var(--color-border-subtle);
}
.diffstat-block-added {
  background-color: var(--color-diffstat-addition-bg);
  outline: 1px solid var(--color-border-subtle);
}
.diffstat-block-neutral {
  background-color: var(--color-neutral-muted);
  outline: 1px solid var(--color-border-subtle);
}
.AnimatedEllipsis {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.AnimatedEllipsis::after {
  display: inline-block;
  content: "...";
  animation: AnimatedEllipsis-keyframes 1.2s steps(4, jump-none) infinite;
}
@keyframes AnimatedEllipsis-keyframes {
  0% {
    transform: translateX(-100%);
  }
}
.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;
}
.markdown-body::before {
  display: table;
  content: "";
}
.markdown-body::after {
  display: table;
  clear: both;
  content: "";
}
.markdown-body > *:first-child {
  margin-top: 0 !important;
}
.markdown-body > *:last-child {
  margin-bottom: 0 !important;
}
.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}
.markdown-body .absent {
  color: var(--color-danger-fg);
}
.markdown-body .anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}
.markdown-body .anchor:focus {
  outline: none;
}
.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre,
.markdown-body details {
  margin-top: 0;
  margin-bottom: 16px;
}
.markdown-body hr {
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: var(--color-border-default);
  border: 0;
}
.markdown-body blockquote {
  padding: 0 1em;
  color: var(--color-fg-muted);
  border-left: 0.25em solid var(--color-border-default);
}
.markdown-body blockquote > :first-child {
  margin-top: 0;
}
.markdown-body blockquote > :last-child {
  margin-bottom: 0;
}
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: var(--primary-color);
  vertical-align: middle;
  visibility: hidden;
}
.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}
.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}
.markdown-body h1 tt,
.markdown-body h1 code,
.markdown-body h2 tt,
.markdown-body h2 code,
.markdown-body h3 tt,
.markdown-body h3 code,
.markdown-body h4 tt,
.markdown-body h4 code,
.markdown-body h5 tt,
.markdown-body h5 code,
.markdown-body h6 tt,
.markdown-body h6 code {
  padding: 0 0.2em;
  font-size: inherit;
}
.markdown-body h1 {
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid var(--color-border-muted);
}
.markdown-body h2 {
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid var(--color-border-muted);
}
.markdown-body h3 {
  font-size: 1.25em;
}
.markdown-body h4 {
  font-size: 1em;
}
.markdown-body h5 {
  font-size: 0.875em;
}
.markdown-body h6 {
  font-size: 0.85em;
  color: var(--color-fg-muted);
}
.markdown-body summary h1,
.markdown-body summary h2,
.markdown-body summary h3,
.markdown-body summary h4,
.markdown-body summary h5,
.markdown-body summary h6 {
  display: inline-block;
}
.markdown-body summary h1,
.markdown-body summary h2 {
  padding-bottom: 0;
  border-bottom: 0;
}
.markdown-body ul,
.markdown-body ol {
  padding-left: 2em;
}
.markdown-body ul.no-list,
.markdown-body ol.no-list {
  padding: 0;
  list-style-type: none;
}
.markdown-body ol[type="1"] {
  list-style-type: decimal;
}
.markdown-body ol[type="a"] {
  list-style-type: lower-alpha;
}
.markdown-body ol[type="i"] {
  list-style-type: lower-roman;
}
.markdown-body div > ol:not([type]) {
  list-style-type: decimal;
}
.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
.markdown-body li > p {
  margin-top: 16px;
}
.markdown-body li + li {
  margin-top: 0.25em;
}
.markdown-body dl {
  padding: 0;
}
.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}
.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}
.markdown-body table {
  display: block;
  width: 100%;
  width: max-content;
  max-width: 100%;
  overflow: auto;
}
.markdown-body table th {
  font-weight: 600;
}
.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid var(--color-border-default);
}
.markdown-body table tr {
  background-color: var(--background-color);
  border-top: 1px solid var(--color-border-muted);
}
.markdown-body table tr:nth-child(2n) {
  background-color: var(--color-canvas-subtle);
}
.markdown-body table img {
  background-color: transparent;
}
.markdown-body img {
  max-width: 100%;
  box-sizing: content-box;
  background-color: var(--background-color);
}
.markdown-body img[align="right"] {
  padding-left: 20px;
}
.markdown-body img[align="left"] {
  padding-right: 20px;
}
.markdown-body .emoji {
  max-width: none;
  vertical-align: text-top;
  background-color: transparent;
}
.markdown-body span.frame {
  display: block;
  overflow: hidden;
}
.markdown-body span.frame > span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid var(--color-border-default);
}
.markdown-body span.frame span img {
  display: block;
  float: left;
}
.markdown-body span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: var(--primary-color);
}
.markdown-body span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}
.markdown-body span.align-center > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}
.markdown-body span.align-center span img {
  margin: 0 auto;
  text-align: center;
}
.markdown-body span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}
.markdown-body span.align-right > span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}
.markdown-body span.align-right span img {
  margin: 0;
  text-align: right;
}
.markdown-body span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}
.markdown-body span.float-left span {
  margin: 13px 0 0;
}
.markdown-body span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}
.markdown-body span.float-right > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}
.markdown-body code,
.markdown-body tt {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: var(--color-neutral-muted);
  border-radius: 6px;
}
.markdown-body code br,
.markdown-body tt br {
  display: none;
}
.markdown-body del code {
  text-decoration: inherit;
}
.markdown-body samp {
  font-size: 85%;
}
.markdown-body pre {
  word-wrap: normal;
}
.markdown-body pre code {
  font-size: 100%;
}
.markdown-body pre > code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}
.markdown-body .highlight {
  margin-bottom: 16px;
}
.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}
.markdown-body .highlight pre,
.markdown-body pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: var(--color-canvas-subtle);
  border-radius: 6px;
}
.markdown-body pre code,
.markdown-body pre tt {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}
.markdown-body .csv-data td,
.markdown-body .csv-data th {
  padding: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}
.markdown-body .csv-data .blob-num {
  padding: 10px 8px 9px;
  text-align: right;
  background: var(--color-canvas-default);
  border: 0;
}
.markdown-body .csv-data tr {
  border-top: 0;
}
.markdown-body .csv-data th {
  font-weight: 600;
  background: var(--color-canvas-subtle);
  border-top: 0;
}
.markdown-body [data-footnote-ref]::before {
  content: "[";
}
.markdown-body [data-footnote-ref]::after {
  content: "]";
}
.markdown-body .footnotes {
  font-size: 12px;
  color: var(--color-fg-muted);
  border-top: 1px solid var(--color-border-default);
}
.markdown-body .footnotes ol {
  padding-left: 16px;
}
.markdown-body .footnotes li {
  position: relative;
}
.markdown-body .footnotes li:target::before {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -24px;
  pointer-events: none;
  content: "";
  border: 2px solid var(--color-accent-emphasis);
  border-radius: 6px;
}
.markdown-body .footnotes li:target {
  color: var(--primary-color);
}
.markdown-body .footnotes .data-footnote-backref g-emoji {
  font-family: monospace;
}
.Popover {
  position: absolute;
  z-index: 100;
}
.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;
}
.Popover-message::before,
.Popover-message::after {
  position: absolute;
  left: 50%;
  display: inline-block;
  content: "";
}
.Popover-message::before {
  top: -16px;
  margin-left: -9px;
  border: 8px solid transparent;
  border-bottom-color: var(--color-border-default);
}
.Popover-message::after {
  top: -14px;
  margin-left: -8px;
  border: 7px solid transparent;
  border-bottom-color: var(--color-canvas-overlay);
}
.Popover-message--no-caret::before,
.Popover-message--no-caret::after {
  display: none;
}
.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;
}
.Popover-message--bottom::before,
.Popover-message--bottom-right::before,
.Popover-message--bottom-left::before {
  bottom: -16px;
  border-top-color: var(--color-border-default);
}
.Popover-message--bottom::after,
.Popover-message--bottom-right::after,
.Popover-message--bottom-left::after {
  bottom: -14px;
  border-top-color: var(--color-canvas-overlay);
}
.Popover-message--top-right,
.Popover-message--bottom-right {
  right: -9px;
  margin-right: 0;
}
.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;
}
.Popover-message--top-right::before,
.Popover-message--bottom-right::before {
  right: 20px;
}
.Popover-message--top-right::after,
.Popover-message--bottom-right::after {
  right: 21px;
}
.Popover-message--top-left,
.Popover-message--bottom-left {
  left: -9px;
  margin-left: 0;
}
.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;
}
.Popover-message--top-left::after,
.Popover-message--bottom-left::after {
  left: 25px;
}
.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;
}
.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;
}
.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;
}
.Popover-message--right::before,
.Popover-message--right-top::before,
.Popover-message--right-bottom::before {
  right: -16px;
  border-left-color: var(--color-border-default);
}
.Popover-message--right::after,
.Popover-message--right-top::after,
.Popover-message--right-bottom::after {
  right: -14px;
  border-left-color: var(--color-canvas-overlay);
}
.Popover-message--left::before,
.Popover-message--left-top::before,
.Popover-message--left-bottom::before {
  left: -16px;
  border-right-color: var(--color-border-default);
}
.Popover-message--left::after,
.Popover-message--left-top::after,
.Popover-message--left-bottom::after {
  left: -14px;
  border-right-color: var(--color-canvas-overlay);
}
.Popover-message--right-top::before,
.Popover-message--right-top::after,
.Popover-message--left-top::before,
.Popover-message--left-top::after {
  top: 24px;
}
.Popover-message--right-bottom::before,
.Popover-message--right-bottom::after,
.Popover-message--left-bottom::before,
.Popover-message--left-bottom::after {
  top: auto;
}
.Popover-message--right-bottom::before,
.Popover-message--left-bottom::before {
  bottom: 16px;
}
.Popover-message--right-bottom::after,
.Popover-message--left-bottom::after {
  bottom: 17px;
}
@media (min-width: 544px) {
  .Popover-message--large {
    min-width: 320px;
  }
}
@media (max-width: 767.98px) {
  .Popover {
    position: fixed;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  .Popover-message {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto !important;
    margin: 8px;
  }
  .Popover-message > .btn-octicon {
    padding: 12px !important;
  }
  .Popover-message::after,
  .Popover-message::before {
    display: none;
  }
}
.Progress {
  display: flex;
  height: 8px;
  overflow: hidden;
  background-color: var(--color-neutral-muted);
  border-radius: 6px;
  outline: 1px solid transparent;
}
.Progress--large {
  height: 10px;
}
.Progress--small {
  height: 5px;
}
.Progress-item {
  outline: 2px solid transparent;
}
.Progress-item + .Progress-item {
  margin-left: 2px;
}
.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) {
  .SelectMenu {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0;
  }
}
.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) {
  .SelectMenu::before {
    display: none;
  }
}
.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) {
  .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;
  }
}
.SelectMenu-header {
  display: flex;
  padding: 16px;
  flex: none;
  align-items: center;
  border-bottom: 1px solid var(--color-border-muted);
}
@media (min-width: 544px) {
  .SelectMenu-header {
    padding: 7px 7px 7px 16px;
  }
}
.SelectMenu-title {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 544px) {
  .SelectMenu-title {
    font-size: inherit;
  }
}
.SelectMenu-closeButton {
  padding: 16px;
  margin: -16px;
  line-height: 1;
  color: var(--color-fg-muted);
  background-color: transparent;
  border: 0;
}
@media (min-width: 544px) {
  .SelectMenu-closeButton {
    padding: 8px;
    margin: -8px -7px;
  }
}
.SelectMenu-filter {
  padding: 16px;
  margin: 0;
  border-bottom: 1px solid var(--color-border-muted);
}
@media (min-width: 544px) {
  .SelectMenu-filter {
    padding: 8px;
  }
}
.SelectMenu-input {
  display: block;
  width: 100%;
}
@media (min-width: 544px) {
  .SelectMenu-input {
    font-size: 14px;
  }
}
.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;
}
.SelectMenu-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px;
  overflow: hidden;
  color: var(--primary-color);
  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) {
  .SelectMenu-item {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.SelectMenu-list--borderless .SelectMenu-item {
  border-bottom: 0;
}
.SelectMenu-icon {
  width: 16px;
  margin-right: 8px;
  flex-shrink: 0;
}
.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);
}
.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;
}
.SelectMenu-tabs::-webkit-scrollbar {
  display: none;
}
@media (min-width: 544px) {
  .SelectMenu-tabs {
    padding: 8px 8px 0 8px;
  }
}
.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) {
  .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;
  }
}
.SelectMenu-tab[aria-selected="true"] {
  z-index: 1;
  color: var(--primary-color);
  cursor: default;
  background-color: var(--color-canvas-overlay);
  box-shadow: 0 0 0 1px var(--color-border-muted);
}
@media (min-width: 544px) {
  .SelectMenu-tab[aria-selected="true"] {
    border-color: var(--color-border-muted);
    box-shadow: none;
  }
}
.SelectMenu-message {
  padding: 7px 16px;
  text-align: center;
  background-color: var(--color-canvas-overlay);
  border-bottom: 1px solid var(--color-border-muted);
}
.SelectMenu-blankslate,
.SelectMenu-loading {
  padding: 24px 16px;
  text-align: center;
  background-color: var(--color-canvas-overlay);
}
.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);
}
.SelectMenu-list--borderless .SelectMenu-divider {
  border-top: 1px solid var(--color-border-muted);
}
.SelectMenu-list--borderless .SelectMenu-divider:empty {
  padding: 0;
  border-top: 0;
}
.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) {
  .SelectMenu-footer {
    padding: 7px 16px;
  }
}
.SelectMenu--hasFilter .SelectMenu-modal {
  height: 80%;
  max-height: none;
  margin-top: 0;
}
@media (min-width: 544px) {
  .SelectMenu--hasFilter .SelectMenu-modal {
    height: auto;
    max-height: 480px;
    margin-top: 8px;
  }
}
.SelectMenu-closeButton:focus,
.SelectMenu-tab:focus,
.SelectMenu-item:focus {
  outline: 0;
}
.SelectMenu-item:hover {
  text-decoration: none;
}
.SelectMenu-item[aria-checked="true"] {
  font-weight: 500;
  color: var(--primary-color);
}
.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);
}
.SelectMenu-item:disabled,
.SelectMenu-item[aria-disabled="true"] {
  color: var(--color-primer-fg-disabled);
  pointer-events: none;
}
@media (hover: hover) {
  body:not(.intent-mouse) .SelectMenu-closeButton:focus,
  .SelectMenu-closeButton:hover {
    color: var(--primary-color);
  }
  .SelectMenu-closeButton:active {
    color: var(--color-fg-muted);
  }
  body:not(.intent-mouse) .SelectMenu-item:focus,
  .SelectMenu-item:hover {
    background-color: var(--color-neutral-subtle);
  }
  .SelectMenu-item:active {
    background-color: var(--color-canvas-subtle);
  }
  body:not(.intent-mouse) .SelectMenu-tab:focus {
    background-color: var(--color-select-menu-tap-focus-bg);
  }
  .SelectMenu-tab:hover {
    color: var(--primary-color);
  }
  .SelectMenu-tab:not([aria-selected="true"]):active {
    color: var(--primary-color);
    background-color: var(--color-canvas-subtle);
  }
}
@media (hover: none) {
  .SelectMenu-item:focus,
  .SelectMenu-item:active {
    background-color: var(--color-canvas-subtle);
  }
  .SelectMenu-item {
    -webkit-tap-highlight-color: var(--color-select-menu-tap-highlight);
  }
}
.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;
}
.Subhead--spacious {
  margin-top: 40px;
}
.Subhead-heading {
  font-size: 24px;
  font-weight: 400;
  flex: 1 1 auto;
  order: 0;
}
.Subhead-heading--danger {
  font-weight: 600;
  color: var(--color-danger-fg);
}
.Subhead-description {
  font-size: 14px;
  color: var(--color-fg-muted);
  flex: 1 100%;
  order: 2;
}
.Subhead-actions {
  margin: 4px 0 4px 4px;
  align-self: center;
  justify-content: flex-end;
  order: 1;
}
.Subhead-actions + .Subhead-description {
  margin-top: 4px;
}
.TimelineItem {
  position: relative;
  display: flex;
  padding: 16px 0;
  margin-left: 16px;
}
.TimelineItem::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2px;
  content: "";
  background-color: var(--color-border-muted);
}
.TimelineItem:target .TimelineItem-badge {
  border-color: var(--color-accent-emphasis);
  box-shadow: 0 0 0.2em var(--color-accent-muted);
}
.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;
}
.TimelineItem-badge--success {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-success-emphasis);
  border: 1px solid transparent;
}
.TimelineItem-body {
  min-width: 0;
  max-width: 100%;
  margin-top: 4px;
  color: var(--color-fg-muted);
  flex: auto;
}
.TimelineItem-avatar {
  position: absolute;
  left: -72px;
  z-index: 1;
}
.TimelineItem-break {
  position: relative;
  z-index: 1;
  height: 24px;
  margin: 0;
  margin-bottom: -16px;
  margin-left: -56px;
  background-color: var(--background-color);
  border: 0;
  border-top: 4px solid var(--color-border-default);
}
.TimelineItem--condensed {
  padding-top: 4px;
  padding-bottom: 0;
}
.TimelineItem--condensed:last-child {
  padding-bottom: 16px;
}
.TimelineItem--condensed .TimelineItem-badge {
  height: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: var(--color-fg-muted);
  background-color: var(--background-color);
  border: 0;
}
.Toast {
  display: flex;
  margin: 8px;
  color: var(--primary-color);
  background-color: var(--background-color);
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px var(--color-border-default),
    var(--color-shadow-large);
}
@media (min-width: 544px) {
  .Toast {
    width: max-content;
    max-width: 450px;
    margin: 16px;
  }
}
.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;
}
.Toast-content {
  padding: 16px;
}
.Toast-dismissButton {
  max-height: 54px;
  padding: 16px;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.Toast-dismissButton:focus,
.Toast-dismissButton:hover {
  outline: none;
  opacity: 0.7;
}
.Toast-dismissButton:active {
  opacity: 0.5;
}
.Toast--loading {
  color: var(--primary-color);
  box-shadow: inset 0 0 0 1px var(--color-border-default),
    var(--color-shadow-large);
}
.Toast--loading .Toast-icon {
  background-color: var(--color-neutral-emphasis);
}
.Toast--error {
  color: var(--primary-color);
  box-shadow: inset 0 0 0 1px var(--color-border-default),
    var(--color-shadow-large);
}
.Toast--error .Toast-icon {
  background-color: var(--color-danger-emphasis);
}
.Toast--warning {
  color: var(--primary-color);
  box-shadow: inset 0 0 0 1px var(--color-border-default),
    var(--color-shadow-large);
}
.Toast--warning .Toast-icon {
  background-color: var(--color-attention-emphasis);
}
.Toast--success {
  color: var(--primary-color);
  box-shadow: inset 0 0 0 1px var(--color-border-default),
    var(--color-shadow-large);
}
.Toast--success .Toast-icon {
  background-color: var(--color-success-emphasis);
}
.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%);
  }
}
.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%);
  }
}
.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.
 */
.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;
}
.h0-mktg {
  font-size: 48px !important;
  line-height: 52px !important;
  font-weight: 800 !important;
}
@media (min-width: 768px) {
  .h0-mktg {
    font-size: 72px !important;
    line-height: 76px !important;
  }
}
@media (min-width: 1012px) {
  .h0-mktg {
    font-size: 96px !important;
    line-height: 100px !important;
  }
}
.h1-mktg {
  font-size: 40px !important;
  line-height: 44px !important;
  font-weight: 800 !important;
}
@media (min-width: 768px) {
  .h1-mktg {
    font-size: 56px !important;
    line-height: 60px !important;
    letter-spacing: -0.03em !important;
  }
}
@media (min-width: 1012px) {
  .h1-mktg {
    font-size: 72px !important;
    line-height: 76px !important;
  }
}
.h2-mktg {
  font-size: 32px !important;
  line-height: 36px !important;
  font-weight: 800 !important;
}
@media (min-width: 768px) {
  .h2-mktg {
    font-size: 48px !important;
    line-height: 52px !important;
    letter-spacing: -0.03em !important;
  }
}
@media (min-width: 1012px) {
  .h2-mktg {
    font-size: 64px !important;
    line-height: 68px !important;
  }
}
.h3-mktg {
  font-size: 28px !important;
  line-height: 32px !important;
  font-weight: 800 !important;
}
@media (min-width: 768px) {
  .h3-mktg {
    font-size: 40px !important;
    line-height: 44px !important;
  }
}
@media (min-width: 1012px) {
  .h3-mktg {
    font-size: 48px !important;
    line-height: 52px !important;
    letter-spacing: -0.03em !important;
  }
}
.h4-mktg {
  font-size: 24px !important;
  line-height: 28px !important;
  font-weight: 800 !important;
}
@media (min-width: 768px) {
  .h4-mktg {
    font-size: 28px !important;
    line-height: 32px !important;
  }
}
@media (min-width: 1012px) {
  .h4-mktg {
    font-size: 32px !important;
    line-height: 36px !important;
  }
}
.h5-mktg {
  font-size: 20px !important;
  line-height: 24px !important;
}
@media (min-width: 768px) {
  .h5-mktg {
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: 800 !important;
  }
}
.h6-mktg {
  font-size: 16px !important;
  line-height: 20px !important;
}
@media (min-width: 768px) {
  .h6-mktg {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}
.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;
}
.f0-mktg {
  font-size: 28px !important;
  line-height: 40px !important;
  letter-spacing: -0.01em !important;
  font-weight: 500;
}
@media (min-width: 768px) {
  .f0-mktg {
    font-size: 40px !important;
    line-height: 52px !important;
  }
}
@media (min-width: 1012px) {
  .f0-mktg {
    font-size: 48px !important;
    line-height: 64px !important;
  }
}
.f1-mktg {
  font-size: 24px !important;
  line-height: 32px !important;
  font-weight: 500;
}
@media (min-width: 768px) {
  .f1-mktg {
    font-size: 28px !important;
    line-height: 40px !important;
    letter-spacing: -0.01em !important;
  }
}
@media (min-width: 1012px) {
  .f1-mktg {
    font-size: 32px !important;
    line-height: 44px !important;
  }
}
.f2-mktg {
  font-size: 20px !important;
  line-height: 28px !important;
}
@media (min-width: 1012px) {
  .f2-mktg {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 450;
  }
}
.f3-mktg {
  font-size: 16px !important;
  line-height: 24px !important;
}
@media (min-width: 768px) {
  .f3-mktg {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
.f4-mktg {
  font-size: 16px !important;
  line-height: 24px !important;
}
.f5-mktg {
  font-size: 14px !important;
  line-height: 20px !important;
}
.f6-mktg {
  font-size: 12px !important;
  line-height: 20px !important;
}
.text-medium {
  font-weight: 450 !important;
}
.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) {
  .pullquote {
    padding-left: 12px;
    margin-bottom: 32px;
    margin-left: -15px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.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;
  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;
}
.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;
}
.btn-mktg:hover {
  text-decoration: none;
  box-shadow: var(--color-mktg-btn-shadow-hover) !important;
}
.btn-mktg:focus,
.btn-mktg.focus {
  outline: 0;
  box-shadow: var(--color-mktg-btn-shadow-focus),
    var(--color-mktg-btn-shadow-hover) !important;
}
.btn-mktg:hover::before,
.btn-mktg:focus::before,
.btn-mktg.focus::before {
  opacity: 1;
}
.btn-mktg:hover:disabled,
.btn-mktg:focus:disabled,
.btn-mktg.focus:disabled {
  box-shadow: none !important;
}
.btn-mktg:active {
  outline: none;
  box-shadow: 0 0 0 transparent;
}
.btn-mktg:active::before {
  opacity: 0.5 !important;
}
.btn-mktg.disabled,
.btn-mktg[disabled] {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
.btn-muted-mktg {
  color: var(--color-fg-default) !important;
  background: none !important;
  box-shadow: var(--color-mktg-btn-shadow-outline);
}
.btn-muted-mktg::before {
  display: none;
}
.btn-muted-mktg:hover {
  box-shadow: var(--color-mktg-btn-shadow-hover-muted) !important;
}
.btn-muted-mktg:focus,
.btn-muted-mktg.focus {
  box-shadow: var(--color-mktg-btn-shadow-hover-muted),
    var(--color-mktg-btn-shadow-focus) !important;
}
.btn-muted-mktg:active {
  box-shadow: var(--color-fg-default) 0 0 0 3px inset !important;
}
.btn-muted-mktg:disabled {
  box-shadow: var(--color-fg-subtle) 0 0 0 1px inset !important;
}
.btn-subtle-mktg {
  color: var(--color-fg-default) !important;
  background: none !important;
  box-shadow: none !important;
}
.btn-subtle-mktg::before {
  background: none !important;
}
.btn-subtle-mktg:hover {
  box-shadow: var(--color-mktg-btn-shadow-hover-muted) !important;
}
.btn-subtle-mktg:focus,
.btn-subtle-mktg .focus {
  box-shadow: var(--color-mktg-btn-shadow-hover-muted),
    var(--color-mktg-btn-shadow-focus) !important;
}
.btn-signup-mktg {
  color: #fff;
  background: linear-gradient(
      180deg,
      rgba(52, 183, 89, 0.15) 0%,
      rgba(46, 164, 79, 0) 100%
    ),
    #2ea44f !important;
}
.btn-signup-mktg::before {
  background: linear-gradient(
    180deg,
    rgba(52, 183, 89, 0.15) 0%,
    rgba(46, 164, 79, 0) 100%
  ) !important;
}
.btn-signup-mktg:focus {
  box-shadow: rgba(46, 164, 79, 0.45) 0 0 0 4px !important;
}
.btn-small-mktg {
  padding: 0.625rem 1rem 0.8125rem;
}
.btn-large-mktg {
  padding: 20px 30px 23px !important;
}
.link-mktg {
  position: relative;
  display: inline-block;
}
.link-mktg:hover {
  text-decoration: none;
}
.link-mktg:active {
  outline: none;
}
.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) {
  .link-mktg::after,
  .link-mktg.link-emphasis-mktg::before {
    transition: transform 0.3s ease;
  }
}
.link-mktg.link-emphasis-mktg::before {
  opacity: 0.2;
  transform: scaleX(1);
}
.link-mktg:hover::after,
.link-mktg:focus::after,
.link-mktg:active::after {
  transform: scaleX(1);
}
.link-mktg.arrow-target-mktg .arrow-symbol-mktg {
  margin-left: -0.25em;
}
.hover-grow-mktg {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.hover-grow-mktg:hover {
  transform: scale3d(1.025, 1.025, 1.025);
}
.btn-mktg .octicon,
.link-mktg .octicon,
.arrow-target-mktg .octicon {
  width: 1em;
  height: 1em;
}
.btn-mktg .arrow-symbol-mktg,
.link-mktg .arrow-symbol-mktg,
.arrow-target-mktg .arrow-symbol-mktg {
  transition: transform 0.2s;
  transform: translateX(0);
}
.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) {
  .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);
  }
  .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;
  }
  .btn-mktg:active .arrow-symbol-mktg,
  .link-mktg:active .arrow-symbol-mktg,
  .arrow-target-mktg:active .arrow-symbol-mktg {
    transform: translateX(6px);
  }
}
.grayscale {
  filter: grayscale(100%);
}
.top-1 {
  top: 4px !important;
}
.right-1 {
  right: 4px !important;
}
.bottom-1 {
  bottom: 4px !important;
}
.left-1 {
  left: 4px !important;
}
.top-n1 {
  top: -4px !important;
}
.right-n1 {
  right: -4px !important;
}
.bottom-n1 {
  bottom: -4px !important;
}
.left-n1 {
  left: -4px !important;
}
.top-2 {
  top: 8px !important;
}
.right-2 {
  right: 8px !important;
}
.bottom-2 {
  bottom: 8px !important;
}
.left-2 {
  left: 8px !important;
}
.top-n2 {
  top: -8px !important;
}
.right-n2 {
  right: -8px !important;
}
.bottom-n2 {
  bottom: -8px !important;
}
.left-n2 {
  left: -8px !important;
}
.top-3 {
  top: 16px !important;
}
.right-3 {
  right: 16px !important;
}
.bottom-3 {
  bottom: 16px !important;
}
.left-3 {
  left: 16px !important;
}
.top-n3 {
  top: -16px !important;
}
.right-n3 {
  right: -16px !important;
}
.bottom-n3 {
  bottom: -16px !important;
}
.left-n3 {
  left: -16px !important;
}
.top-4 {
  top: 24px !important;
}
.right-4 {
  right: 24px !important;
}
.bottom-4 {
  bottom: 24px !important;
}
.left-4 {
  left: 24px !important;
}
.top-n4 {
  top: -24px !important;
}
.right-n4 {
  right: -24px !important;
}
.bottom-n4 {
  bottom: -24px !important;
}
.left-n4 {
  left: -24px !important;
}
.top-5 {
  top: 32px !important;
}
.right-5 {
  right: 32px !important;
}
.bottom-5 {
  bottom: 32px !important;
}
.left-5 {
  left: 32px !important;
}
.top-n5 {
  top: -32px !important;
}
.right-n5 {
  right: -32px !important;
}
.bottom-n5 {
  bottom: -32px !important;
}
.left-n5 {
  left: -32px !important;
}
.top-6 {
  top: 40px !important;
}
.right-6 {
  right: 40px !important;
}
.bottom-6 {
  bottom: 40px !important;
}
.left-6 {
  left: 40px !important;
}
.top-n6 {
  top: -40px !important;
}
.right-n6 {
  right: -40px !important;
}
.bottom-n6 {
  bottom: -40px !important;
}
.left-n6 {
  left: -40px !important;
}
.top-7 {
  top: 48px !important;
}
.right-7 {
  right: 48px !important;
}
.bottom-7 {
  bottom: 48px !important;
}
.left-7 {
  left: 48px !important;
}
.top-n7 {
  top: -48px !important;
}
.right-n7 {
  right: -48px !important;
}
.bottom-n7 {
  bottom: -48px !important;
}
.left-n7 {
  left: -48px !important;
}
.top-8 {
  top: 64px !important;
}
.right-8 {
  right: 64px !important;
}
.bottom-8 {
  bottom: 64px !important;
}
.left-8 {
  left: 64px !important;
}
.top-n8 {
  top: -64px !important;
}
.right-n8 {
  right: -64px !important;
}
.bottom-n8 {
  bottom: -64px !important;
}
.left-n8 {
  left: -64px !important;
}
.top-9 {
  top: 80px !important;
}
.right-9 {
  right: 80px !important;
}
.bottom-9 {
  bottom: 80px !important;
}
.left-9 {
  left: 80px !important;
}
.top-n9 {
  top: -80px !important;
}
.right-n9 {
  right: -80px !important;
}
.bottom-n9 {
  bottom: -80px !important;
}
.left-n9 {
  left: -80px !important;
}
.top-10 {
  top: 96px !important;
}
.right-10 {
  right: 96px !important;
}
.bottom-10 {
  bottom: 96px !important;
}
.left-10 {
  left: 96px !important;
}
.top-n10 {
  top: -96px !important;
}
.right-n10 {
  right: -96px !important;
}
.bottom-n10 {
  bottom: -96px !important;
}
.left-n10 {
  left: -96px !important;
}
.top-11 {
  top: 112px !important;
}
.right-11 {
  right: 112px !important;
}
.bottom-11 {
  bottom: 112px !important;
}
.left-11 {
  left: 112px !important;
}
.top-n11 {
  top: -112px !important;
}
.right-n11 {
  right: -112px !important;
}
.bottom-n11 {
  bottom: -112px !important;
}
.left-n11 {
  left: -112px !important;
}
.top-12 {
  top: 128px !important;
}
.right-12 {
  right: 128px !important;
}
.bottom-12 {
  bottom: 128px !important;
}
.left-12 {
  left: 128px !important;
}
.top-n12 {
  top: -128px !important;
}
.right-n12 {
  right: -128px !important;
}
.bottom-n12 {
  bottom: -128px !important;
}
.left-n12 {
  left: -128px !important;
}
@media (min-width: 768px) {
  .top-md-0 {
    top: 0 !important;
  }
  .right-md-0 {
    right: 0 !important;
  }
  .bottom-md-0 {
    bottom: 0 !important;
  }
  .left-md-0 {
    left: 0 !important;
  }
  .top-md-1 {
    top: 4px !important;
  }
  .right-md-1 {
    right: 4px !important;
  }
  .bottom-md-1 {
    bottom: 4px !important;
  }
  .left-md-1 {
    left: 4px !important;
  }
  .top-md-n1 {
    top: -4px !important;
  }
  .right-md-n1 {
    right: -4px !important;
  }
  .bottom-md-n1 {
    bottom: -4px !important;
  }
  .left-md-n1 {
    left: -4px !important;
  }
  .top-md-2 {
    top: 8px !important;
  }
  .right-md-2 {
    right: 8px !important;
  }
  .bottom-md-2 {
    bottom: 8px !important;
  }
  .left-md-2 {
    left: 8px !important;
  }
  .top-md-n2 {
    top: -8px !important;
  }
  .right-md-n2 {
    right: -8px !important;
  }
  .bottom-md-n2 {
    bottom: -8px !important;
  }
  .left-md-n2 {
    left: -8px !important;
  }
  .top-md-3 {
    top: 16px !important;
  }
  .right-md-3 {
    right: 16px !important;
  }
  .bottom-md-3 {
    bottom: 16px !important;
  }
  .left-md-3 {
    left: 16px !important;
  }
  .top-md-n3 {
    top: -16px !important;
  }
  .right-md-n3 {
    right: -16px !important;
  }
  .bottom-md-n3 {
    bottom: -16px !important;
  }
  .left-md-n3 {
    left: -16px !important;
  }
  .top-md-4 {
    top: 24px !important;
  }
  .right-md-4 {
    right: 24px !important;
  }
  .bottom-md-4 {
    bottom: 24px !important;
  }
  .left-md-4 {
    left: 24px !important;
  }
  .top-md-n4 {
    top: -24px !important;
  }
  .right-md-n4 {
    right: -24px !important;
  }
  .bottom-md-n4 {
    bottom: -24px !important;
  }
  .left-md-n4 {
    left: -24px !important;
  }
  .top-md-5 {
    top: 32px !important;
  }
  .right-md-5 {
    right: 32px !important;
  }
  .bottom-md-5 {
    bottom: 32px !important;
  }
  .left-md-5 {
    left: 32px !important;
  }
  .top-md-n5 {
    top: -32px !important;
  }
  .right-md-n5 {
    right: -32px !important;
  }
  .bottom-md-n5 {
    bottom: -32px !important;
  }
  .left-md-n5 {
    left: -32px !important;
  }
  .top-md-6 {
    top: 40px !important;
  }
  .right-md-6 {
    right: 40px !important;
  }
  .bottom-md-6 {
    bottom: 40px !important;
  }
  .left-md-6 {
    left: 40px !important;
  }
  .top-md-n6 {
    top: -40px !important;
  }
  .right-md-n6 {
    right: -40px !important;
  }
  .bottom-md-n6 {
    bottom: -40px !important;
  }
  .left-md-n6 {
    left: -40px !important;
  }
  .top-md-7 {
    top: 48px !important;
  }
  .right-md-7 {
    right: 48px !important;
  }
  .bottom-md-7 {
    bottom: 48px !important;
  }
  .left-md-7 {
    left: 48px !important;
  }
  .top-md-n7 {
    top: -48px !important;
  }
  .right-md-n7 {
    right: -48px !important;
  }
  .bottom-md-n7 {
    bottom: -48px !important;
  }
  .left-md-n7 {
    left: -48px !important;
  }
  .top-md-8 {
    top: 64px !important;
  }
  .right-md-8 {
    right: 64px !important;
  }
  .bottom-md-8 {
    bottom: 64px !important;
  }
  .left-md-8 {
    left: 64px !important;
  }
  .top-md-n8 {
    top: -64px !important;
  }
  .right-md-n8 {
    right: -64px !important;
  }
  .bottom-md-n8 {
    bottom: -64px !important;
  }
  .left-md-n8 {
    left: -64px !important;
  }
  .top-md-9 {
    top: 80px !important;
  }
  .right-md-9 {
    right: 80px !important;
  }
  .bottom-md-9 {
    bottom: 80px !important;
  }
  .left-md-9 {
    left: 80px !important;
  }
  .top-md-n9 {
    top: -80px !important;
  }
  .right-md-n9 {
    right: -80px !important;
  }
  .bottom-md-n9 {
    bottom: -80px !important;
  }
  .left-md-n9 {
    left: -80px !important;
  }
  .top-md-10 {
    top: 96px !important;
  }
  .right-md-10 {
    right: 96px !important;
  }
  .bottom-md-10 {
    bottom: 96px !important;
  }
  .left-md-10 {
    left: 96px !important;
  }
  .top-md-n10 {
    top: -96px !important;
  }
  .right-md-n10 {
    right: -96px !important;
  }
  .bottom-md-n10 {
    bottom: -96px !important;
  }
  .left-md-n10 {
    left: -96px !important;
  }
  .top-md-11 {
    top: 112px !important;
  }
  .right-md-11 {
    right: 112px !important;
  }
  .bottom-md-11 {
    bottom: 112px !important;
  }
  .left-md-11 {
    left: 112px !important;
  }
  .top-md-n11 {
    top: -112px !important;
  }
  .right-md-n11 {
    right: -112px !important;
  }
  .bottom-md-n11 {
    bottom: -112px !important;
  }
  .left-md-n11 {
    left: -112px !important;
  }
  .top-md-12 {
    top: 128px !important;
  }
  .right-md-12 {
    right: 128px !important;
  }
  .bottom-md-12 {
    bottom: 128px !important;
  }
  .left-md-12 {
    left: 128px !important;
  }
  .top-md-n12 {
    top: -128px !important;
  }
  .right-md-n12 {
    right: -128px !important;
  }
  .bottom-md-n12 {
    bottom: -128px !important;
  }
  .left-md-n12 {
    left: -128px !important;
  }
}
@media (min-width: 1012px) {
  .top-lg-0 {
    top: 0 !important;
  }
  .right-lg-0 {
    right: 0 !important;
  }
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  .left-lg-0 {
    left: 0 !important;
  }
  .top-lg-1 {
    top: 4px !important;
  }
  .right-lg-1 {
    right: 4px !important;
  }
  .bottom-lg-1 {
    bottom: 4px !important;
  }
  .left-lg-1 {
    left: 4px !important;
  }
  .top-lg-n1 {
    top: -4px !important;
  }
  .right-lg-n1 {
    right: -4px !important;
  }
  .bottom-lg-n1 {
    bottom: -4px !important;
  }
  .left-lg-n1 {
    left: -4px !important;
  }
  .top-lg-2 {
    top: 8px !important;
  }
  .right-lg-2 {
    right: 8px !important;
  }
  .bottom-lg-2 {
    bottom: 8px !important;
  }
  .left-lg-2 {
    left: 8px !important;
  }
  .top-lg-n2 {
    top: -8px !important;
  }
  .right-lg-n2 {
    right: -8px !important;
  }
  .bottom-lg-n2 {
    bottom: -8px !important;
  }
  .left-lg-n2 {
    left: -8px !important;
  }
  .top-lg-3 {
    top: 16px !important;
  }
  .right-lg-3 {
    right: 16px !important;
  }
  .bottom-lg-3 {
    bottom: 16px !important;
  }
  .left-lg-3 {
    left: 16px !important;
  }
  .top-lg-n3 {
    top: -16px !important;
  }
  .right-lg-n3 {
    right: -16px !important;
  }
  .bottom-lg-n3 {
    bottom: -16px !important;
  }
  .left-lg-n3 {
    left: -16px !important;
  }
  .top-lg-4 {
    top: 24px !important;
  }
  .right-lg-4 {
    right: 24px !important;
  }
  .bottom-lg-4 {
    bottom: 24px !important;
  }
  .left-lg-4 {
    left: 24px !important;
  }
  .top-lg-n4 {
    top: -24px !important;
  }
  .right-lg-n4 {
    right: -24px !important;
  }
  .bottom-lg-n4 {
    bottom: -24px !important;
  }
  .left-lg-n4 {
    left: -24px !important;
  }
  .top-lg-5 {
    top: 32px !important;
  }
  .right-lg-5 {
    right: 32px !important;
  }
  .bottom-lg-5 {
    bottom: 32px !important;
  }
  .left-lg-5 {
    left: 32px !important;
  }
  .top-lg-n5 {
    top: -32px !important;
  }
  .right-lg-n5 {
    right: -32px !important;
  }
  .bottom-lg-n5 {
    bottom: -32px !important;
  }
  .left-lg-n5 {
    left: -32px !important;
  }
  .top-lg-6 {
    top: 40px !important;
  }
  .right-lg-6 {
    right: 40px !important;
  }
  .bottom-lg-6 {
    bottom: 40px !important;
  }
  .left-lg-6 {
    left: 40px !important;
  }
  .top-lg-n6 {
    top: -40px !important;
  }
  .right-lg-n6 {
    right: -40px !important;
  }
  .bottom-lg-n6 {
    bottom: -40px !important;
  }
  .left-lg-n6 {
    left: -40px !important;
  }
  .top-lg-7 {
    top: 48px !important;
  }
  .right-lg-7 {
    right: 48px !important;
  }
  .bottom-lg-7 {
    bottom: 48px !important;
  }
  .left-lg-7 {
    left: 48px !important;
  }
  .top-lg-n7 {
    top: -48px !important;
  }
  .right-lg-n7 {
    right: -48px !important;
  }
  .bottom-lg-n7 {
    bottom: -48px !important;
  }
  .left-lg-n7 {
    left: -48px !important;
  }
  .top-lg-8 {
    top: 64px !important;
  }
  .right-lg-8 {
    right: 64px !important;
  }
  .bottom-lg-8 {
    bottom: 64px !important;
  }
  .left-lg-8 {
    left: 64px !important;
  }
  .top-lg-n8 {
    top: -64px !important;
  }
  .right-lg-n8 {
    right: -64px !important;
  }
  .bottom-lg-n8 {
    bottom: -64px !important;
  }
  .left-lg-n8 {
    left: -64px !important;
  }
  .top-lg-9 {
    top: 80px !important;
  }
  .right-lg-9 {
    right: 80px !important;
  }
  .bottom-lg-9 {
    bottom: 80px !important;
  }
  .left-lg-9 {
    left: 80px !important;
  }
  .top-lg-n9 {
    top: -80px !important;
  }
  .right-lg-n9 {
    right: -80px !important;
  }
  .bottom-lg-n9 {
    bottom: -80px !important;
  }
  .left-lg-n9 {
    left: -80px !important;
  }
  .top-lg-10 {
    top: 96px !important;
  }
  .right-lg-10 {
    right: 96px !important;
  }
  .bottom-lg-10 {
    bottom: 96px !important;
  }
  .left-lg-10 {
    left: 96px !important;
  }
  .top-lg-n10 {
    top: -96px !important;
  }
  .right-lg-n10 {
    right: -96px !important;
  }
  .bottom-lg-n10 {
    bottom: -96px !important;
  }
  .left-lg-n10 {
    left: -96px !important;
  }
  .top-lg-11 {
    top: 112px !important;
  }
  .right-lg-11 {
    right: 112px !important;
  }
  .bottom-lg-11 {
    bottom: 112px !important;
  }
  .left-lg-11 {
    left: 112px !important;
  }
  .top-lg-n11 {
    top: -112px !important;
  }
  .right-lg-n11 {
    right: -112px !important;
  }
  .bottom-lg-n11 {
    bottom: -112px !important;
  }
  .left-lg-n11 {
    left: -112px !important;
  }
  .top-lg-12 {
    top: 128px !important;
  }
  .right-lg-12 {
    right: 128px !important;
  }
  .bottom-lg-12 {
    bottom: 128px !important;
  }
  .left-lg-12 {
    left: 128px !important;
  }
  .top-lg-n12 {
    top: -128px !important;
  }
  .right-lg-n12 {
    right: -128px !important;
  }
  .bottom-lg-n12 {
    bottom: -128px !important;
  }
  .left-lg-n12 {
    left: -128px !important;
  }
}
.offset-n1 {
  margin-left: -8.33333333%;
}
.offset-n2 {
  margin-left: -16.66666666%;
}
.offset-n3 {
  margin-left: -24.99999999%;
}
.offset-n4 {
  margin-left: -33.33333332%;
}
.offset-n5 {
  margin-left: -41.66666665%;
}
.offset-n6 {
  margin-left: -49.99999998%;
}
.offset-n7 {
  margin-left: -58.33333331%;
}
@media (min-width: 544px) {
  .offset-sm-n1 {
    margin-left: -8.33333333%;
  }
  .offset-sm-n2 {
    margin-left: -16.66666666%;
  }
  .offset-sm-n3 {
    margin-left: -24.99999999%;
  }
  .offset-sm-n4 {
    margin-left: -33.33333332%;
  }
  .offset-sm-n5 {
    margin-left: -41.66666665%;
  }
  .offset-sm-n6 {
    margin-left: -49.99999998%;
  }
  .offset-sm-n7 {
    margin-left: -58.33333331%;
  }
}
@media (min-width: 768px) {
  .offset-md-n1 {
    margin-left: -8.33333333%;
  }
  .offset-md-n2 {
    margin-left: -16.66666666%;
  }
  .offset-md-n3 {
    margin-left: -24.99999999%;
  }
  .offset-md-n4 {
    margin-left: -33.33333332%;
  }
  .offset-md-n5 {
    margin-left: -41.66666665%;
  }
  .offset-md-n6 {
    margin-left: -49.99999998%;
  }
  .offset-md-n7 {
    margin-left: -58.33333331%;
  }
}
@media (min-width: 1012px) {
  .offset-lg-n1 {
    margin-left: -8.33333333%;
  }
  .offset-lg-n2 {
    margin-left: -16.66666666%;
  }
  .offset-lg-n3 {
    margin-left: -24.99999999%;
  }
  .offset-lg-n4 {
    margin-left: -33.33333332%;
  }
  .offset-lg-n5 {
    margin-left: -41.66666665%;
  }
  .offset-lg-n6 {
    margin-left: -49.99999998%;
  }
  .offset-lg-n7 {
    margin-left: -58.33333331%;
  }
}
@media (min-width: 1280px) {
  .offset-xl-n1 {
    margin-left: -8.33333333%;
  }
  .offset-xl-n2 {
    margin-left: -16.66666666%;
  }
  .offset-xl-n3 {
    margin-left: -24.99999999%;
  }
  .offset-xl-n4 {
    margin-left: -33.33333332%;
  }
  .offset-xl-n5 {
    margin-left: -41.66666665%;
  }
  .offset-xl-n6 {
    margin-left: -49.99999998%;
  }
  .offset-xl-n7 {
    margin-left: -58.33333331%;
  }
}
.width-auto {
  width: auto !important;
}
.height-auto {
  height: auto !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-n2 {
  z-index: -2 !important;
}
/*# sourceMappingURL=primer.css.map */
.buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.store-button {
  height: 48px;
}
.screenshot {
  display: block;
  margin: 2rem auto;
  max-width: 90%;
  border-radius: 8px;
}

.talks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 2rem 0;
}

.hobby-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 1em;
}

.hobby-gallery img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: zoom-in;
}

.hobby-gallery img:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
