body {
  margin: 0;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}


h1 { font-size: 2.222rem; }
h2 { font-size: 1.667rem; }
h3 { font-size: 1.333rem; }
h4 { font-size: 1.167rem; }
h5 { font-size: 1.0rem; } 
h6 { font-size: 0.889rem; }

p, li {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

body {
  font-family: system-ui, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: system-ui, sans-serif;
  font-weight: bold;
}

main article, main .content {
  font-family: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif;
}


input, button, textarea, select {
  font: inherit;
}

input, select, textarea, img, picture, video, canvas, svg, table, pre {
  vertical-align: baseline;
}

label:has(+ textarea) {
  vertical-align: top;
}

select {
  padding: 0.25em;
  line-height: 1.2;
  vertical-align: baseline;
}

input, textarea, select, button {
  border: 1px solid #ccc;
  color: inherit;
}

input[type="range"] {
  background-color: transparent;
}        


:where(code, pre) {
  border: 1px solid #ccc;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.9em;
}

code {
  padding: 0.1em 0.3em;
  white-space: nowrap;
}

pre > code {
  all: unset;
}

pre {
  padding: 1em;
  overflow-x: auto;
  line-height: 1.4;
} 

/* Horizontal Rule */

hr {
  border: 0;
  border-bottom: 1px solid currentColor;
  height: 0;
  margin: 1rem 0;
}


hr {
  border: 0;
  border-bottom: 1px solid currentColor;
  height: 0;
  margin: 1rem 0;
}


.horizontal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding: 0;
  list-style: none;
  align-items: center;
}

.horizontal-links li {
  margin: 0;
  line-height: 1;
}

.horizontal-links a {
  white-space: nowrap;
}            


.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: 0;
  clip: rect(1px,1px,1px,1px);
}

.layout-container { max-width: 1024px; }

[class^="layout-cols"] {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0rem;
}

.layout-cols-1-1-1-1 > :nth-child(1) { flex: 1 1 calc((100% * 1 / 4) - (3 * 1.0rem * 1 / 4)); }
.layout-cols-1-1-1-1 > :nth-child(2) { flex: 1 1 calc((100% * 1 / 4) - (3 * 1.0rem * 1 / 4)); }
.layout-cols-1-1-1-1 > :nth-child(3) { flex: 1 1 calc((100% * 1 / 4) - (3 * 1.0rem * 1 / 4)); }
.layout-cols-1-1-1-1 > :nth-child(4) { flex: 1 1 calc((100% * 1 / 4) - (3 * 1.0rem * 1 / 4)); }
.layout-cols-1-1-1 > :nth-child(1) { flex: 1 1 calc((100% * 1 / 3) - (2 * 1.0rem * 1 / 3)); }
.layout-cols-1-1-1 > :nth-child(2) { flex: 1 1 calc((100% * 1 / 3) - (2 * 1.0rem * 1 / 3)); }
.layout-cols-1-1-1 > :nth-child(3) { flex: 1 1 calc((100% * 1 / 3) - (2 * 1.0rem * 1 / 3)); }
.layout-cols-1-1 > :nth-child(1) { flex: 1 1 calc((100% * 1 / 2) - (1 * 1.0rem * 1 / 2)); }
.layout-cols-1-1 > :nth-child(2) { flex: 1 1 calc((100% * 1 / 2) - (1 * 1.0rem * 1 / 2)); }
.layout-cols-2-1 > :nth-child(1) { flex: 1 1 calc((100% * 2 / 3) - (1 * 1.0rem * 2 / 3)); }
.layout-cols-2-1 > :nth-child(2) { flex: 1 1 calc((100% * 1 / 3) - (1 * 1.0rem * 1 / 3)); }
.layout-cols-3-1 > :nth-child(1) { flex: 1 1 calc((100% * 3 / 4) - (1 * 1.0rem * 3 / 4)); }
.layout-cols-3-1 > :nth-child(2) { flex: 1 1 calc((100% * 1 / 4) - (1 * 1.0rem * 1 / 4)); }
.layout-cols-1-2 > :nth-child(1) { flex: 1 1 calc((100% * 1 / 3) - (1 * 1.0rem * 1 / 3)); }
.layout-cols-1-2 > :nth-child(2) { flex: 1 1 calc((100% * 2 / 3) - (1 * 1.0rem * 2 / 3)); }
.layout-cols-1-3 > :nth-child(1) { flex: 1 1 calc((100% * 1 / 4) - (1 * 1.0rem * 1 / 4)); }
.layout-cols-1-3 > :nth-child(2) { flex: 1 1 calc((100% * 3 / 4) - (1 * 1.0rem * 3 / 4)); }
.layout-cols-1 > :nth-child(1) { flex: 1 1 calc((100% * 1 / 1) - (0 * 1.0rem * 1 / 1)); }

@media (max-width: 900px) {
  .layout-cols-1-1-1-1 > :nth-child(1) { flex: 1 1 calc(50% - 0.5rem); }
  .layout-cols-1-1-1-1 > :nth-child(2) { flex: 1 1 calc(50% - 0.5rem); }
  .layout-cols-1-1-1-1 > :nth-child(3) { flex: 1 1 calc(50% - 0.5rem); }
  .layout-cols-1-1-1-1 > :nth-child(4) { flex: 1 1 calc(50% - 0.5rem); }
  .layout-cols-2-1 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-2-1 > :nth-child(2) { flex: 0 0 100%; }
  .layout-cols-3-1 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-3-1 > :nth-child(2) { flex: 0 0 100%; }
  .layout-cols-1-2 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-1-2 > :nth-child(2) { flex: 0 0 100%; }
  .layout-cols-1-3 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-1-3 > :nth-child(2) { flex: 0 0 100%; }
}

@media (max-width: 600px) {
  .layout-cols-1-1-1-1 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-1-1-1-1 > :nth-child(2) { flex: 0 0 100%; }
  .layout-cols-1-1-1-1 > :nth-child(3) { flex: 0 0 100%; }
  .layout-cols-1-1-1-1 > :nth-child(4) { flex: 0 0 100%; }
  .layout-cols-1-1-1 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-1-1-1 > :nth-child(2) { flex: 0 0 100%; }
  .layout-cols-1-1-1 > :nth-child(3) { flex: 0 0 100%; }
  .layout-cols-1-1 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-1-1 > :nth-child(2) { flex: 0 0 100%; }
  .layout-cols-2-1 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-2-1 > :nth-child(2) { flex: 0 0 100%; }
  .layout-cols-3-1 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-3-1 > :nth-child(2) { flex: 0 0 100%; }
  .layout-cols-1-2 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-1-2 > :nth-child(2) { flex: 0 0 100%; }
  .layout-cols-1-3 > :nth-child(1) { flex: 0 0 100%; }
  .layout-cols-1-3 > :nth-child(2) { flex: 0 0 100%; }
}


#menu-toggle {
  float: right;
  min-width: 2em;
  text-align: center;
  cursor: pointer;
}

#menu-toggle .icon-close {
  display:none;
}

#menu-toggle[aria-expanded="true"] .icon-open {
  display:none;
}

#menu-toggle[aria-expanded="true"] .icon-close {
  display:inline;
}            

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


html, body {
  height: 100%
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

main {
  flex: 1 0 auto
}

footer {
  flex-shrink: 0;
  position: relative;
}


a[href^="http://"]:after,
a[href^="https://"]:after {
  content: '';
  display: inline-block;
  vertical-align: -0.11111em;
  margin-left: 0.25em;
  width: 0.8333em;
  height: 0.8333em;
  background: currentColor;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="white" d="M10.5 1a.5.5 0 0 0 0 1h2.793L7.146 8.146a.5.5 0 1 0 .708.708L14 2.707V5.5a.5.5 0 0 0 1 0v-4a.5.5 0 0 0-.5-.5h-4z"/><path fill="white" d="M13 8a.5.5 0 0 1 .5.5v4A2.5 2.5 0 0 1 11 15H4A2.5 2.5 0 0 1 1.5 12.5V5A2.5 2.5 0 0 1 4 2.5h4a.5.5 0 0 1 0 1H4A1.5 1.5 0 0 0 2.5 5v7.5A1.5 1.5 0 0 0 4 14h7a1.5 1.5 0 0 0 1.5-1.5v-4a.5.5 0 0 1 .5-.5z"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}   

/* LIGHT THEME */
body {
  color: #282e31;
  background-color: #e2ede7;
}
html[data-theme="light"] body,
html[data-theme="dark"] .light-theme {
  color: #282e31;
  background-color: #e2ede7;
}
html[data-theme="light"] a,
html[data-theme="dark"] .light-theme a {
  color: #9c4a26;
}
:where(code, pre),
html[data-theme="light"] :where(code, pre) {
  background-color: #d7e1db;
  border-color: #cbd5d0;
}
:where(input, select, textarea, button, datalist, option),
html[data-theme="light"] :where(input, select, textarea, button, datalist, option) {
  background-color: #d1dbd6;
  border-color: #c0c9c4;
}
:where(input:disabled, select:disabled, textarea:disabled, button:disabled, datalist:disabled, option:disabled),
html[data-theme="light"] :where(input:disabled, select:disabled, textarea:disabled, button:disabled, datalist:disabled, option:disabled) {
  background-color: #dce7e1;
  border-color: #d7e1db;
  opacity: .5;
  cursor: not-allowed;
}
@media (prefers-color-scheme: dark) {
  html:not([data-theme]) .light-theme {
    color: #282e31;
    background-color: #e2ede7;
  }
  html:not([data-theme]) .light-theme a {
    color: #9c4a26;
  }
}

/* DARK THEME */
@media (prefers-color-scheme: dark) {
  html:not([data-theme]) body {
    color: #d6e6dd;
    background-color: #282e31;
  }
  html:not([data-theme]) a {
    color: #e8a077;
  }
  html:not([data-theme]) :where(code, pre) {
    background-color: #383e40;
    border-color: #484d50;
  }
  html:not([data-theme]) :where(input, select, textarea, button, datalist, option) {
    background-color: #484d50;
    border-color: #686d6f;
  }
  html:not([data-theme]) :where(input:disabled, select:disabled, textarea:disabled, button:disabled, datalist:disabled, option:disabled) {
    background-color: #2d3336;
    border-color: #33383b;
  opacity: .4;
  cursor: not-allowed;
  }
}
html[data-theme="dark"] body,
html[data-theme="light"] .dark-theme {
  color: #d6e6dd;
  background-color: #282e31;
}
html[data-theme="dark"] a,
html[data-theme="light"] .dark-theme a {
  color: #e8a077;
}
html[data-theme="dark"] a:visited,
html[data-theme="light"] .dark-theme a:visited {
}
html[data-theme="dark"] :where(code, pre) {
  background-color: #383e40;
  border-color: #484d50;
}
html[data-theme="dark"] :where(input, select, textarea, button, datalist, option) {
  background-color: #484d50;
  border-color: #686d6f;
}
html[data-theme="dark"] :where(input:disabled, select:disabled, textarea:disabled, button:disabled, datalist:disabled, option:disabled) {
  background-color: #2d3336;
  border-color: #33383b;
  opacity: .4;
  cursor: not-allowed;
}
@media (prefers-color-scheme: light) {
  html:not([data-theme]) .dark-theme {
    color: #d6e6dd;
    background-color: #282e31;
  }
  html:not([data-theme]) .dark-theme a {
    color: #e8a077;
  }
}


/***** One Hundred Agents
 */

/* Masthead */

#header .site-title {
  margin: 3px auto 1.5em;
}

.masthead .site-title a {
    font-size: 1.3333em;
    border-bottom-width: 3px;
}

.site-title a {
  display: block;
  width: 225px;
  height: 60px;
  margin: 0 auto;
  background-image: url("/-/images/100-agents-sprite.svg");
  background-repeat: no-repeat;
  background-size: 825px 135px;
  background-position: -300px 0;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  border-bottom-color: transparent;
}

.site-title a:hover {
  background-position: -300px -75px;
}

header .masthead .site-title a:active,
header .masthead .site-title a:focus,
header .masthead .site-title a:focus-visible {
    background-position: 0 -75px;
}

picture.hero {
    width: 100%;
    height: clamp(256px, 50vw, 329px);
    border: 1px solid #aabdb2;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(30, 40, 35, .1), 0 6px 10px rgba(30, 40, 35, .2);
    overflow: hidden;
}

picture.hero > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

/* Home cards */

.agent-group,
.article-navigation-links > nav {
    border-top: 1px solid #b6c6bd;
}

.agent-group {
    margin: 4em 0 3em;
}

.agent-group h2 {
    margin-bottom: .333em;
}

.agent-group > p {
    margin-top: .389em
}

.agent-cards {
    display: grid;
    grid-template-columns: minmax(0, 319px);
    column-gap: 1rem;
    row-gap: 1.3rem;
    margin: 1.5em 0;
    padding: 0;
    list-style: none;
}

.article-sidebar,
.article-card,
.agent-card {
    border: 1px solid #aabdb2;
    border-radius: 6px;
    background-color: #d8e3dc;
    box-shadow: 0 1px 1px rgba(30, 40, 35, .1), 0 6px 10px rgba(30, 40, 35, .2);
}

.article-card img,
.agent-card img {
    max-width: 319px;
    width: 100%;
    border-radius: 5px 5px 0 0;
    opacity: .8;
}

.article-card.is-clickable:focus-within img,
.article-card.is-clickable:hover img,
.agent-card.is-clickable:focus-within img,
.agent-card.is-clickable:hover img {
    opacity: 1;
}

@media (min-width: 601px) {
    .agent-cards {
        grid-template-columns: repeat(2, minmax(0, 319px))
    }
}

@media (min-width: 901px) {
    .agent-cards {
        grid-template-columns: repeat(3, minmax(0, 319px));
    }
}

.agent-card h3 {
    font-family: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif;
    font-size: 1.111em;
    line-height: 1.5;
    margin: .85em .5em .4em;
}

.article-card p,
.agent-card p {
    font-size: 0.944em;
    line-height: 1.6;
    margin: .5em;
}

.article-card a,
.agent-card a {
    border-bottom-color: #b4876f;
}

/* Agent article */

.article-header {
    margin: 2em 0 0;
    padding: 0 0 1em 0;
}

.article-header::after {
    content: "";
    display: block;
    width: 3.2rem;
    height: 4px;
    margin-top: .9rem;
    border-radius: 2px;
    background-color: #aabdb2;
}

.agent-number {
    margin-bottom: .333em;
}

.agent-description {
    margin-top: .667em;
}

.article-sidebar dt,
.article-header .agent-number,
.article-header .agent-description {
    color: #4c5a53;
    font-size: .7222em;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}

.article-header h1 {
    margin: 0;
}

.article-body {
    padding-right: 1em;
}

.article-body .reading-area {
    margin-left: 0;
}

.sidebar {
  margin-top: .5em;
  font-size: 0.944em; 
}

.article-sidebar {
  border-left-width: 3px;
  padding: 0 0.5em;
}

@media (max-width: 900px) {
    .article-body {
        padding-right: 0;
    }

    .sidebar {
        margin: 0 auto;
    }
}

.article-sidebar h2 {
    margin-top: .5em;
    color: #4c5a53;
    font-size: 1.111rem;
}

.article-sidebar dl {
    border-top: 1px dashed #929e97;
}

.article-sidebar dl:first-of-type {
    border-top: none;
}

.article-sidebar dd {
  margin-left: 0;
}

.article-sidebar dd ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.article-sidebar {
  position: relative;
}

.article-sidebar::after {
  content: "";
  position: absolute;
  right: 1em;
  bottom: 1em;
  width: 2rem;
  height: 2rem;
  mask: url("/-/images/github-logo.svg") no-repeat center / contain;
  -webkit-mask: url("/-/images/github-logo.svg") no-repeat center / contain;
  background-color: #a0aca5;
}

/* Article navigation */

.article-navigation-links nav {
    margin-top: 2em;
    padding-top: 2em;
    max-width: 64ch;
}

.article-nav .article-card.no-article {
    border-color: transparent;
    background-color: transparent;
}

.article-card {
    width: 100%;
    max-width: 319px;
    min-width: 0;
    line-height: 1.5;
}

.article-card img {
  width: 100%;
  height: auto;
}

.article-card p {
  line-height: 1.4;
  padding-bottom: .25em;
}

.article-card span {
  display: block;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
  color: #4c5a53;
  font-size: .75em;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}

.article-nav {
  display: grid;
  --gap: clamp(1em, 5vw, 3rem);
  column-gap: var(--gap);
  grid-template-columns: repeat(2, min(319px, calc((100% - var(--gap)) / 2)));
  align-items: start;
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  justify-content: space-between;
}

/* Sandbox report styles */

.article-artifact {
  margin-top: 2em;
}

.article-artifact table {
    font-size: 0.8888em;
    display: table;
    margin: 0 auto;
    border-collapse: collapse;
    border: solid 1px #aabdb2;
}

.article-artifact table th,
.article-artifact table td {
    vertical-align: top;
    line-height: 1.2;
    padding: .5em .25em 0 .25em;
}

.article-artifact .ocr-evaluation th.score-column,
.article-artifact .ocr-evaluation td.score-column {
   padding-left: .5em;
   padding-right: .5em;
}

.article-artifact table.model-evaluation th,
.article-artifact table.model-evaluation td,
.article-artifact table.coding-evaluation th,
.article-artifact table.coding-evaluation td,
.article-artifact table.ocr-evaluation th,
.article-artifact table.ocr-evaluation td{
    padding-bottom: .5em;
}

.article-artifact table .test-head,
.article-artifact table .description-head {
  text-align: left;
}

.article-artifact table .outcome-head {
  min-width: 2.778em;
}

@media (max-width: 639px) {
    .article-artifact table span.group-id {
        display: none;
    }    
}

@media (max-width: 900px) {
    .hidden-if-narrow {
        display: none;
    }
}

.article-artifact .model-evaluation .hidden-if-narrow,
.article-artifact .coding-evaluation .hidden-if-narrow,
.article-artifact .ocr-evaluation .hidden-if-narrow {
    text-align: center;
}

.capability-row th {
    white-space: nowrap;
    font-weight: normal;
}

.article-artifact table .sandbox-group th,
.article-artifact table .capability-row th {
  text-align: left;
}

.article-artifact table .sandbox-group th,
.article-artifact table .sandbox-group td {
    padding-top: .5em;
    padding-bottom: .25em;
}

.article-artifact table .sandbox-group th,
.article-artifact table .sandbox-group td,
.article-artifact table .score-column {
    border-top: solid 1px #aabdb2;
    background-color: #cedad3;
}

.article-artifact table td.size-column,
.article-artifact table td.score-column,
.article-artifact table td.speed-column {
    text-align: right;
}

.article-artifact table td span.scale {
    font-size: .722em;
    opacity: .7;
}

.article-artifact table th,
.article-artifact table td {
    border-bottom: solid 1px #cedad3;
}

.article-artifact table tbody tr:last-child th,
.article-artifact table tbody tr:last-child td {
    border-bottom-width: 0;
}

.outcome-cell {
  text-align:center;
}

.outcome {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.outcome .icon {
    display: inline-block;
    flex: 0 0 auto;
    width: 1.2em;
    height: 1.2em;
    background-color: currentColor;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.capability-allowed th,
.capability-allowed td {
    color: #2ea44f;
}
.outcome.outcome-allowed .icon {
    color: #2ea44f;

    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-rule='evenodd' d='M12 2a10 10 0 1 0 0 20 10 10 0 1 0 0-20z M10.1 16.6 5.7 12.2 7.6 10.3 10.1 12.8 16.5 6.4 18.4 8.3z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-rule='evenodd' d='M12 2a10 10 0 1 0 0 20 10 10 0 1 0 0-20z M10.1 16.6 5.7 12.2 7.6 10.3 10.1 12.8 16.5 6.4 18.4 8.3z'/%3E%3C/svg%3E");
}

.capability-denied th,
.capability-denied td {
    color: #d73a49;
}
.outcome.outcome-denied .icon {
    color: #d73a49;

    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-rule='evenodd' d='M12 2a10 10 0 1 0 0 20 10 10 0 1 0 0-20z M7.7 6.3 12 10.6 16.3 6.3 17.7 7.7 13.4 12 17.7 16.3 16.3 17.7 12 13.4 7.7 17.7 6.3 16.3 10.6 12 6.3 7.7z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-rule='evenodd' d='M12 2a10 10 0 1 0 0 20 10 10 0 1 0 0-20z M7.7 6.3 12 10.6 16.3 6.3 17.7 7.7 13.4 12 17.7 16.3 16.3 17.7 12 13.4 7.7 17.7 6.3 16.3 10.6 12 6.3 7.7z'/%3E%3C/svg%3E");
}

.outcome.outcome-error .icon {
    color: #f0ad4e;

    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-rule='evenodd' d='M12 2a10 10 0 1 0 0 20 10 10 0 1 0 0-20z M10.8 6.5h2.4l-.35 8h-1.7z M10.7 16.5a1.3 1.3 0 1 1 2.6 0 1.3 1.3 0 1 1-2.6 0z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-rule='evenodd' d='M12 2a10 10 0 1 0 0 20 10 10 0 1 0 0-20z M10.8 6.5h2.4l-.35 8h-1.7z M10.7 16.5a1.3 1.3 0 1 1 2.6 0 1.3 1.3 0 1 1-2.6 0z'/%3E%3C/svg%3E");
}

.capability-na th,
.capability-na td {
    color: #6c757d;
}
.outcome.outcome-na .icon {
    color: #6c757d;

    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-rule='evenodd' d='M12 2a10 10 0 1 0 0 20 10 10 0 1 0 0-20z M7 10.8h10v2.4H7z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' fill-rule='evenodd' d='M12 2a10 10 0 1 0 0 20 10 10 0 1 0 0-20z M7 10.8h10v2.4H7z'/%3E%3C/svg%3E");
}

/* Back to the top */

.scroll-links .layout-container {
    margin-top: 2em;
    text-align: center;
}

.back-to-top {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.back-to-top .icon {
    width: 2em;
    height: 2em;
    background: currentColor;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill=\'white\' viewBox=\'0 0 24 24\'><path d=\'M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 15c-.55 0-1-.45-1-1v-4H8.41c-.89 0-1.34-1.08-.71-1.71l3.59-3.59c.39-.39 1.02-.39 1.41 0l3.59 3.59c.63.63.19 1.71-.71 1.71H13v4c0 .55-.45 1-1 1z\'/></svg>') no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill=\'white\' viewBox=\'0 0 24 24\'><path d=\'M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 15c-.55 0-1-.45-1-1v-4H8.41c-.89 0-1.34-1.08-.71-1.71l3.59-3.59c.39-.39 1.02-.39 1.41 0l3.59 3.59c.63.63.19 1.71-.71 1.71H13v4c0 .55-.45 1-1 1z\'/></svg>') no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-color: currentColor;
}

.back-to-top .label {
    font-size: 0.8889em;
    border-bottom: 2px solid transparent;
}

.back-to-top:hover .label,
.back-to-top:focus .label,
.back-to-top:active .label {
    border-bottom: none;
}

/* Footer */

body > footer {
  margin-top: 3em;
  padding-top: 1em;
    background-color: #cedad3;
    border-top: solid 1px #aabdb2;
}

.footline {
    display: flex;
    align-items: baseline;
    gap: 1em;
}

.inline-links {
    display: flex;
    gap: 1em;
    margin: 0;
    padding: 0;
    list-style: none;
}

body > footer .smallprint p {
    font-size: 0.7778em;
    line-height: 1.6em;
    margin: .5em 0;
    opacity: .9;
}

body > footer .reading-area {
    margin: 1em auto 1em 0;
}

.cc-license {
  opacity: .7;
  text-align: right;
}

.cc-license a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  border: none;
}

.cc-license a[href^="http://"]:after,
.cc-license a[href^="https://"]:after {
  content: none !important;
}

.cc-icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  background: currentColor;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.cc-icon--cc {
  -webkit-mask-image: url('/-/images/cc.svg');
  mask-image: url('/-/images/cc.svg');
}

.cc-icon--by {
  -webkit-mask-image: url('/-/images/by.svg');
  mask-image: url('/-/images/by.svg');
}

.cc-icon--nc {
  -webkit-mask-image: url('/-/images/nc.svg');
  mask-image: url('/-/images/nc.svg');
}

/* Miscellaneous */

.is-clickable:hover {
    cursor: pointer;
}


main article .is-clickable:hover a,
nav .is-clickable:hover a {
    border-bottom: 3px solid currentColor;
}

/* Theme toggle */

#theme-toggle {
    margin: .5em 0 1em 0;
}

#theme-toggle-btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    cursor: pointer;
}

#theme-toggle-btn::before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background-color: currentColor;
    mask: url('data:image/svg+xml;utf8,<svg fill="none" viewBox="0 0 24 24" stroke="white" xmlns="http://www.w3.org/2000/svg"><path d="M21 12.79A9 9 0 1111.21 3a7 7 0 009.79 9.79z"/></svg>') no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg fill="none" viewBox="0 0 24 24" stroke="white" xmlns="http://www.w3.org/2000/svg"><path d="M21 12.79A9 9 0 1111.21 3a7 7 0 009.79 9.79z"/></svg>') no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
}

#theme-toggle-btn.theme-is-light::before {
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='5'/><line x1='12' y1='1' x2='12' y2='3'/><line x1='12' y1='21' x2='12' y2='23'/><line x1='4.22' y1='4.22' x2='5.64' y2='5.64'/><line x1='18.36' y1='18.36' x2='19.78' y2='19.78'/><line x1='1' y1='12' x2='3' y2='12'/><line x1='21' y1='12' x2='23' y2='12'/><line x1='4.22' y1='19.78' x2='5.64' y2='18.36'/><line x1='18.36' y1='5.64' x2='19.78' y2='4.22'/></svg>") no-repeat center;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='5'/><line x1='12' y1='1' x2='12' y2='3'/><line x1='12' y1='21' x2='12' y2='23'/><line x1='4.22' y1='4.22' x2='5.64' y2='5.64'/><line x1='18.36' y1='18.36' x2='19.78' y2='19.78'/><line x1='1' y1='12' x2='3' y2='12'/><line x1='21' y1='12' x2='23' y2='12'/><line x1='4.22' y1='19.78' x2='5.64' y2='18.36'/><line x1='18.36' y1='5.64' x2='19.78' y2='4.22'/></svg>") no-repeat center;
}

/* Dark theme overrides */

html[data-theme="dark"] .site-title a {
    background-position: -600px 0;
}

html[data-theme="dark"] .site-title a:hover {
    background-position: -600px -75px;
}

html[data-theme="dark"] header .masthead .site-title a:active,
html[data-theme="dark"] header .masthead .site-title a:focus,
html[data-theme="dark"] header .masthead .site-title a:focus-visible {
    background-position: 0 -75px;
}

html[data-theme="dark"] .agent-card a {
    border-bottom-color: #9f7760;
}

html[data-theme="dark"] .agent-group,
html[data-theme="dark"] .article-navigation-links > nav {
    border-top-color: #48524f;
}

html[data-theme="dark"] .article-header::after {
    background-color: #47504f;
}

html[data-theme="dark"] .article-sidebar dl {
    border-top-color: #6e7c78;
}

html[data-theme="dark"] .article-sidebar,
html[data-theme="dark"] .article-card,
html[data-theme="dark"] .agent-card,
html[data-theme="dark"] picture.hero {
    border-color: #47504f;
    background-color: #323a3d;
}

html[data-theme="dark"] .article-card img,
html[data-theme="dark"] .agent-card img {
    opacity: .7;
}

html[data-theme="dark"] .article-sidebar h2,
html[data-theme="dark"] .article-sidebar dt,
html[data-theme="dark"] .article-card span,
html[data-theme="dark"] .article-header .agent-number,
html[data-theme="dark"] .article-header .agent-description {
    color: #aabdb2;
}

html[data-theme="dark"] .article-sidebar::after {
    background-color: #626e6c;
}

html[data-theme="dark"] body > footer {
    background-color: #2d3437;
    border-top-color: #48524f;
}

html[data-theme="dark"] .article-artifact table {
    border-color: #48524f;
}

html[data-theme="dark"] .article-artifact table .sandbox-group th,
html[data-theme="dark"] .article-artifact table .sandbox-group td,
html[data-theme="dark"] .article-artifact table .score-column {
    background-color: #353d3e;
    border-top-color: #48524f;
}

html[data-theme="dark"] .article-artifact table th,
html[data-theme="dark"] .article-artifact table td {
    border-bottom-color: #353d3e;
}

@media (prefers-color-scheme: dark) {

    html:not([data-theme]) .site-title a {
        background-position: -600px 0;
    }

    html:not([data-theme]) .site-title a:hover {
        background-position: -600px -75px;
    }

    html:not([data-theme]) header .masthead .site-title a:active,
    html:not([data-theme]) header .masthead .site-title a:focus,
    html:not([data-theme]) header .masthead .site-title a:focus-visible {
        background-position: 0 -75px;
    }

    html:not([data-theme]) .agent-card a {
        border-bottom-color: #9f7760;
    }

    html:not([data-theme]) .agent-group,
    html:not([data-theme]) .article-navigation-links > nav {
        border-top-color: #48524f;
    }

    html:not([data-theme]) .article-header::after {
        background-color: #47504f;
    }

    html:not([data-theme]) .article-sidebar dl {
        border-top-color: #6e7c78;
    }

    html:not([data-theme]) .article-sidebar,
    html:not([data-theme]) .article-card,
    html:not([data-theme]) .agent-card,
    html:not([data-theme]) picture.hero {
        border-color: #47504f;
        background-color: #323a3d;
    }

    html:not([data-theme]) .article-card img
    html:not([data-theme]) .agent-card img {
        opacity: .7;
    }

    html:not([data-theme]) .article-sidebar h2,
    html:not([data-theme]) .article-sidebar dt,
    html:not([data-theme]) .article-card span,
    html:not([data-theme]) .article-header .agent-number,
    html:not([data-theme]) .article-header .agent-description {
        color: #aabdb2;
    }

    html:not([data-theme]) .article-sidebar::after {
        background-color: #626e6c;
    }

    html:not([data-theme]) body > footer {
        background-color: #2d3437;
        border-top-color: #48524f;
    }

    html:not([data-theme]) .article-artifact table {
        border-color: #48524f;
    }

    html:not([data-theme]) .article-artifact table .sandbox-group th,
    html:not([data-theme]) .article-artifact table .sandbox-group td,
    html:not([data-theme]) .article-artifact table .score-column {
        background-color: #353d3e;
        border-top-color: #48524f;
    }

    html:not([data-theme]) .article-artifact table th,
    html:not([data-theme]) .article-artifact table td {
        border-bottom-color: #353d3e;
    }
}

/* Modified */