/* ../../../_Projects/_pubtools/tools/quibl/dist/ts/client/simple-view-set/util/page-navigation.css */
.page-navigation {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.page-navigation a {
  text-decoration: none;
}
.page-navigation a:hover {
  background-color: var(--highlight-color);
}
.page-nav-span {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border: thin solid var(--border-line-color);
  border-radius: 0.5rem;
}

/* ../../../_Projects/_pubtools/tools/quibl/dist/ts/client/simple-view-set/summary/simple-archive-view.css */
.archive-item-list {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.archive-item .title {
  font-size: 120%;
  font-weight: bold;
}
.archive-item .date {
  color: var(--dimmed-text-color);
}

/* ../../../_Projects/_pubtools/tools/quibl/dist/ts/client/simple-view-set/summary/simple-post-list-view.css */
.post-list-page .page-nav {
  margin-top: 1.5rem;
  padding-top: 0.5rem;
  border-top: solid thin var(--border-line-color);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "page-nav-left page-nav-right";
}
.post-list-page .page-nav-left {
  grid-area: page-nav-left;
  justify-self: start;
}
.post-list-page .page-nav-right {
  grid-area: page-nav-right;
  justify-self: end;
}
.post-list-page div.post-list-item {
  margin-top: 1rem;
}
div.post-item-subtitle {
  margin-top: -1rem;
  color: var(--dimmed-text-color);
}

/* ../../../_Projects/_pubtools/tools/quibl/dist/ts/client/services/carbon-ad.css */
@media (prefers-color-scheme: light) {
  :root {
    --ad-background-color: hsl(0, 0%, 99%);
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --ad-background-color: hsl(0, 0%, 10%);
  }
}
.ad-box {
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
.ad-description {
  color: var(--dimmed-text-color);
  font-size: 80%;
  text-align: right;
}
#carbonads {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  --width: 728px;
  --font-size: 22px;
}
#carbonads {
  display: block;
  overflow: hidden;
  max-width: var(--width);
  position: relative;
  background-color: var(--ad-background-color);
  border: solid 1px gray;
  font-size: var(--font-size);
  box-sizing: border-box;
}
.detail #carbonads {
  margin-top: 12px;
}
#carbonads a {
  color: inherit;
  text-decoration: none;
}
#carbonads a:hover {
  color: inherit;
}
.carbon-wrap {
  display: flex;
  align-items: center;
}
carbon-img {
  display: block;
  float: left;
  margin: 0;
  max-width: var(--width);
  line-height: 1;
}
.carbon-img img {
  display: block;
  height: 90px;
  width: auto;
}
.carbon-text {
  display: block;
  float: left;
  padding: 0 1em;
  line-height: 1.35;
  max-width: calc(100% - 130px - 2em);
  text-align: left;
}
.carbon-poweredby {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px 10px;
  background:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 5px,
      hsla(0, 0%, 0%, 0.025) 5px,
      hsla(0, 0%, 0%, 0.025) 10px) hsla(203, 11%, 95%, 0.8);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 8px;
  border-top-left-radius: 4px;
  line-height: 1;
}

/* ../../../_Projects/_pubtools/tools/quibl/dist/ts/client/services/disqus-comments.css */
@media (prefers-color-scheme: dark) {
  iframe[src*="disqus.com"] {
    color-scheme: light;
  }
}

/* ../../../_Projects/_pubtools/tools/quibl/dist/ts/client/simple-view-set/site-shell/highlightjs.github.css */
@media screen {
  .hljs {
    color: #24292e;
    background: #ffffff;
  }
  .hljs-doctag,
  .hljs-keyword,
  .hljs-meta .hljs-keyword,
  .hljs-template-tag,
  .hljs-template-variable,
  .hljs-type,
  .hljs-variable.language_ {
    color: #d73a49;
  }
  .hljs-title,
  .hljs-title.class_,
  .hljs-title.class_.inherited__,
  .hljs-title.function_ {
    color: #6f42c1;
  }
  .hljs-attr,
  .hljs-attribute,
  .hljs-literal,
  .hljs-meta,
  .hljs-number,
  .hljs-operator,
  .hljs-variable,
  .hljs-selector-attr,
  .hljs-selector-class,
  .hljs-selector-id {
    color: #005cc5;
  }
  .hljs-regexp,
  .hljs-string,
  .hljs-meta .hljs-string {
    color: #032f62;
  }
  .hljs-built_in,
  .hljs-symbol {
    color: #e36209;
  }
  .hljs-comment,
  .hljs-code,
  .hljs-formula {
    color: #6a737d;
  }
  .hljs-name,
  .hljs-quote,
  .hljs-selector-tag,
  .hljs-selector-pseudo {
    color: #22863a;
  }
  .hljs-subst {
    color: #24292e;
  }
  .hljs-section {
    color: #005cc5;
    font-weight: bold;
  }
  .hljs-bullet {
    color: #735c0f;
  }
  .hljs-emphasis {
    color: #24292e;
    font-style: italic;
  }
  .hljs-strong {
    color: #24292e;
    font-weight: bold;
  }
  .hljs-addition {
    color: #22863a;
    background-color: #f0fff4;
  }
  .hljs-deletion {
    color: #b31d28;
    background-color: #ffeef0;
  }
  .hljs-char.escape_,
  .hljs-link,
  .hljs-params,
  .hljs-property,
  .hljs-punctuation,
  .hljs-tag {
  }
}

/* ../../../_Projects/_pubtools/tools/quibl/dist/ts/client/simple-view-set/site-shell/highlightjs.github-dark.css */
@media screen and (prefers-color-scheme: dark) {
  .hljs {
    color: #c9d1d9;
    background: #0d1117;
  }
  .hljs-doctag,
  .hljs-keyword,
  .hljs-meta .hljs-keyword,
  .hljs-template-tag,
  .hljs-template-variable,
  .hljs-type,
  .hljs-variable.language_ {
    color: #ff7b72;
  }
  .hljs-title,
  .hljs-title.class_,
  .hljs-title.class_.inherited__,
  .hljs-title.function_ {
    color: #d2a8ff;
  }
  .hljs-attr,
  .hljs-attribute,
  .hljs-literal,
  .hljs-meta,
  .hljs-number,
  .hljs-operator,
  .hljs-variable,
  .hljs-selector-attr,
  .hljs-selector-class,
  .hljs-selector-id {
    color: #79c0ff;
  }
  .hljs-regexp,
  .hljs-string,
  .hljs-meta .hljs-string {
    color: #a5d6ff;
  }
  .hljs-built_in,
  .hljs-symbol {
    color: #ffa657;
  }
  .hljs-comment,
  .hljs-code,
  .hljs-formula {
    color: #8b949e;
  }
  .hljs-name,
  .hljs-quote,
  .hljs-selector-tag,
  .hljs-selector-pseudo {
    color: #7ee787;
  }
  .hljs-subst {
    color: #c9d1d9;
  }
  .hljs-section {
    color: #1f6feb;
    font-weight: bold;
  }
  .hljs-bullet {
    color: #f2cc60;
  }
  .hljs-emphasis {
    color: #c9d1d9;
    font-style: italic;
  }
  .hljs-strong {
    color: #c9d1d9;
    font-weight: bold;
  }
  .hljs-addition {
    color: #aff5b4;
    background-color: #033a16;
  }
  .hljs-deletion {
    color: #ffdcd7;
    background-color: #67060c;
  }
  .hljs-char.escape_,
  .hljs-link,
  .hljs-params,
  .hljs-property,
  .hljs-punctuation,
  .hljs-tag {
  }
}

/* ../../../_Projects/_pubtools/tools/quibl/dist/ts/client/simple-view-set/site-shell/markdown.css */
td {
  vertical-align: text-top;
}
table.framed {
  overflow-x: auto;
  border-collapse: collapse;
}
table.framed td,
table.framed th {
  border: thin solid var(--border-line-color);
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
a.heading-anchor {
  visibility: hidden;
  color: var(--dimmed-text-color) !important;
  text-decoration: none;
}
a.heading-anchor:hover {
  text-decoration: none;
}
h1:hover .heading-anchor,
h2:hover .heading-anchor,
h3:hover .heading-anchor,
h4:hover .heading-anchor,
h5:hover .heading-anchor,
h6:hover .heading-anchor {
  visibility: visible;
}
*:target {
  background-color: var(--highlight-color);
}
.table-of-contents {
  counter-reset: toc-section;
}
.table-of-contents > ul {
  list-style: none;
}
.table-of-contents > ul > li > a:before {
  counter-increment: toc-section;
  content: counter(toc-section) "\2002";
}
.table-of-contents > ul > li > a {
  counter-reset: toc-subsection;
}
.table-of-contents > ul > li > ul {
  list-style: none;
}
.table-of-contents > ul > li > ul > li > a:before {
  counter-increment: toc-subsection;
  content: counter(toc-section) "." counter(toc-subsection) "\2002";
}
.table-of-contents {
  border-top: solid thin var(--border-line-color);
  border-bottom: solid thin var(--border-line-color);
}
.number-headings h1 {
  counter-reset: the-section;
}
.number-headings h2:before {
  counter-increment: the-section;
  content: counter(the-section) "\2002";
}
.number-headings h2 {
  counter-reset: the-subsection;
}
.number-headings h3:before {
  counter-increment: the-subsection;
  content: counter(the-section) "." counter(the-subsection) "\2002";
}
.number-headings h3 {
  counter-reset: the-subsubsection;
}
.number-headings h4:before {
  counter-increment: the-subsubsection;
  content: counter(the-section) "." counter(the-subsection) "." counter(the-subsubsection) "\2002";
}
pre {
  overflow-x: auto;
  margin-left: 1rem;
}
code {
  font-family: var(--code-font-family);
  font-size: var(--code-font-size);
}
#page-core-content img {
  max-width: 100%;
}

/* ../../../_Projects/_pubtools/tools/quibl/dist/ts/client/simple-view-set/site-shell/simple-site-shell.css */
:root {
  color-scheme: light dark;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  width: 100%;
  height: 100%;
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
}
h2 {
  border-bottom: solid thin var(--border-line-color);
}
a {
  color: inherit;
  text-underline-offset: 0.2rem;
}
#top-level {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--sidebar-width);
  grid-template-rows: max-content 1fr;
  grid-template-areas: "top-bar   sidebar" "page-core sidebar";
  place-items: stretch;
  background-color: var(--shell-background);
}
#top-bar {
  grid-area: top-bar;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: var(--shell-background);
}
#blog-title {
  text-align: center;
  color: var(--heading-color);
  font-family: var(--blog-title-font-family);
  font-weight: var(--blog-title-font-weight);
  font-size: var(--blog-title-font-size);
}
#blog-title a {
  text-decoration: none;
}
#top-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.topbar-separator {
  color: var(--border-line-color);
}
#top-links a.link-to-current-page {
  font-weight: bold;
  text-decoration: none;
}
#sidebar {
  grid-area: sidebar;
  background-color: var(--shell-background);
  padding: 1.5rem 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
div.labeled-image {
  text-align: center;
}
.labeled-image-image img {
  width: 10rem;
  border: solid thin darkgray;
}
#page-core {
  grid-area: page-core;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: var(--content-background);
}
#page-core-content {
  max-width: var(--max-content-width);
  padding: 1rem;
}
#page-core-content h1 {
  margin-top: 0rem;
}
@media screen and (max-width: 43rem) {
  #top-level {
    grid-template-columns: 1fr;
    grid-template-rows: max-content max-content max-content;
    grid-template-areas: "top-bar" "sidebar" "page-core";
  }
  #top-bar {
    padding-bottom: 0rem;
  }
  #sidebar {
    align-items: start;
    gap: 0.5rem;
  }
  .labeled-image {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  div.labeled-image-image {
    width: 4rem;
    text-align: right;
  }
  .labeled-image-image img {
    height: 3rem;
    width: auto;
  }
  div.labeled-image-label {
    text-align: left;
  }
}
@media print {
  #top-level {
    grid-template-columns: 1fr;
    grid-template-areas: "page-core";
  }
  #top-bar,
  #sidebar {
    display: none;
  }
}

/* ../../../_Projects/_pubtools/tools/quibl/dist/ts/client/simple-view-set/file/simple-html-page-view.css */
.post-subtitle {
  margin-top: -1.5rem;
  margin-bottom: 1rem;
  color: var(--dimmed-text-color);
}
.outdated {
  border-radius: 1rem;
  background-color: var(--warning-color);
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin-bottom: 1rem;
}

/* ts/client/blog-site-shell.css */
@font-face {
  font-family: "Encode Sans Semi Expanded";
  font-weight: bold;
  src: url("./EncodeSansSemiExpanded-Bold.ttf") format("truetype");
}
:root {
  --sidebar-width: 13rem;
  --max-content-width: 38rem;
  --blog-title-font-family: "Encode Sans Semi Expanded", sans-serif;
  --blog-title-font-weight: bold;
  --blog-title-font-size: 40px;
  --body-font-family:
    Palatino,
    "Palatino Linotype",
    "Palatino LT STD",
    "Book Antiqua",
    Georgia,
    serif;
  --body-font-size: 16px;
  --body-line-height: 1.5;
  --code-font-family:
    Courier,
    "Courier New",
    Monaco,
    monospace;
  --code-font-size: 85%;
}
@media (prefers-color-scheme: light) {
  :root {
    --shell-background: #D9ECFF;
    --heading-color: darkblue;
    --highlight-color: #ffff74;
    --warning-color: #ff9090;
    --content-background: white;
    --text-color: black;
    --dimmed-text-color: gray;
    --border-line-color: gray;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --shell-background: darkblue;
    --heading-color: #D9ECFF;
    --highlight-color: #78773b;
    --warning-color: #a30000;
    --content-background: black;
    --text-color: white;
    --dimmed-text-color: gray;
    --border-line-color: gray;
  }
  img {
    filter: brightness(.8) contrast(1.2);
  }
}
/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/
/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/
