@font-face {
  font-family: "Fira Code";
  font-weight: normal;
  src: url("/assets/FiraCode-Regular.woff2");
}
html {
  color: #cad3f5;
  background-color: #24273a;
}
.columns {
  display: flex;
  gap: 1rem;
}
.column {
  flex: 1;
}
#sidebar {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#sidebar > li:hover {
  overflow-x: visible;
  position: relative;
  cursor: pointer;
}
#sidebar > li::after {
  content: attr(data-fulltext);
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  white-space: normal;
  background: #181926;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  z-index: 1000;
  max-width: 80%;
}
#sidebar > li:hover::after {
  display: block;
}
.sidebar-panel {
  position: relative;
  margin-bottom: 1rem;
}
.sidebar-toggle {
  display: block;
  cursor: pointer;
  padding: 8px;
  background: #24273a;
  border: 3px solid #6e738d;
  list-style: none;
  width: 70%;
}
.sidebar-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 70%;
  background: #24273a;
  border: 3px solid #6e738d;
  padding: 8px;
}
body {
  margin: 0 auto;
  max-width: 90vw;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  hyphens: auto;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-family: "Fira Code";
}
@media (max-width: 600px) {
  body {
    font-size: 0.9em;
    padding: 12px;
  }
  h1 {
    font-size: 1.8em;
  }
}
@media print {
  html {
    background-color: white;
  }
  body {
    background-color: transparent;
    color: black;
    font-size: 12pt;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }
}
p {
  margin: 1em 0;
}
a {
  color: #8aadf4;
}
a:visited {
  color: #b7bdf8;
}
a:hover {
  color: #91d7e3;
}
img {
  max-width: 100%;
}
svg {
  height: auto;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1.4em;
}
h5,
h6 {
  font-size: 1em;
  font-style: italic;
}
h6 {
  font-weight: normal;
}
ol,
ul {
  padding-left: 1.7em;
  margin-top: 1em;
}
li > ol,
li > ul {
  margin-top: 0;
}
blockquote,
div.warning,
div.note,
div.caution,
div.tip,
div.important {
  margin: 1em 0 1em 1.7em;
  padding-left: 1em;
  color: #6e738d;
}
blockquote {
  border-left: 2px solid #f4dbd6;
}
div.caution > div.title {
  color: #ed8796;
}
div.caution {
  border-left: 2px solid #ed8796;
}
div.warning > div.title {
  color: #eed49f;
}
div.warning {
  border-left: 2px solid #eed49f;
}
div.note > div.title {
  color: #7dc4e4;
}
div.note {
  border-left: 2px solid #7dc4e4;
}
div.tip > div.title {
  color: #a6da95;
}
div.tip {
  border-left: 2px solid #a6da95;
}
div.important > div.title {
  color: #c6a0f6;
}
div.important {
  border-left: 2px solid #c6a0f6;
}
code {
  font-family:
    "Fira Code", Menlo, Monaco, Consolas, "Lucida Console", monospace;
  font-size: 85%;
  margin: 0;
  hyphens: manual;
}
pre {
  margin: 1em 0;
  overflow: auto;
}
pre code {
  padding: 0;
  overflow: visible;
  overflow-x: auto;
  white-space: pre;
  /* overflow-wrap: normal; */
}
.sourceCode {
  background-color: transparent;
  overflow: visible;
}
hr {
  border: none;
  border-top: 1px solid #b8c0e0;
  height: 1px;
  margin: 1em 0;
}
table {
  margin: 1em 0;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
  font-variant-numeric: lining-nums tabular-nums;
}
table caption {
  margin-bottom: 0.75em;
}
tbody {
  margin-top: 0.5em;
  border-top: 1px solid #b8c0e0;
  border-bottom: 1px solid #b8c0e0;
}
th {
  border-top: 1px solid #b8c0e0;
  padding: 0.25em 0.5em 0.25em 0.5em;
}
td {
  padding: 0.125em 0.5em 0.25em 0.5em;
}
header {
  margin-bottom: 4em;
  text-align: center;
}
#TOC li {
  list-style: none;
}
#TOC ul {
  padding-left: 1.3em;
}
#TOC > ul {
  padding-left: 0;
}
#TOC a:not(:hover) {
  text-decoration: none;
}
span.smallcaps {
  font-variant: small-caps;
}
div.columns {
  display: flex;
  gap: min(4vw, 1.5em);
}
div.column {
  flex: auto;
  overflow-x: auto;
}
div.hanging-indent {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
/* The extra [class] is a hack that increases specificity enough to
         override a similar rule in reveal.js */
ul.task-list[class] {
  list-style: none;
}
ul.task-list li input[type="checkbox"] {
  font-size: inherit;
  width: 0.8em;
  margin: 0 0.8em 0.2em -1.6em;
  vertical-align: middle;
}
.display.math {
  display: block;
  text-align: center;
  margin: 0.5rem auto;
}
/* CSS for syntax highlighting */
html {
  -webkit-text-size-adjust: 100%;
}
pre > code.sourceCode {
  white-space: pre;
  position: relative;
}
pre > code.sourceCode > span {
  display: inline-block;
  line-height: 1.25;
}
pre > code.sourceCode > span:empty {
  height: 1.2em;
}
.sourceCode {
  overflow: visible;
}
code.sourceCode > span {
  color: inherit;
  text-decoration: inherit;
}
div.sourceCode {
  margin: 1em 0;
}
pre.sourceCode {
  margin: 0;
}
@media screen {
  div.sourceCode {
    overflow: auto;
  }
}
@media print {
  pre > code.sourceCode {
    white-space: pre-wrap;
  }
  pre > code.sourceCode > span {
    text-indent: -5em;
    padding-left: 5em;
  }
}
pre.numberSource code {
  counter-reset: source-line 0;
}
pre.numberSource code > span {
  position: relative;
  left: -4em;
  counter-increment: source-line;
}
pre.numberSource code > span > a:first-child::before {
  content: counter(source-line);
  position: relative;
  left: -1em;
  text-align: right;
  vertical-align: baseline;
  border: none;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 4px;
  width: 4em;
  color: #b7bdf8;
}
pre.numberSource {
  margin-left: 3em;
  border-left: 1px solid #b7bdf8;
  padding-left: 4px;
}
div.sourceCode {
}
@media screen {
  pre > code.sourceCode > span > a:first-child::before {
    text-decoration: underline;
  }
}
code span.al {
  color: #ed8796;
  font-weight: bold;
} /* Alert */
code span.an {
  color: #eed49f;
  font-weight: bold;
  font-style: italic;
} /* Annotation */
code span.at {
  color: #eed49f;
} /* Attribute */
code span.bn {
  color: #f5a97f;
} /* BaseN */
code span.bu {
  color: #ed8796;
} /* BuiltIn */
code span.cf {
  color: #b7bdf8;
  font-weight: bold;
} /* ControlFlow */
code span.ch {
  color: #a6da95;
} /* Char */
code span.cn {
  color: #f5a97f;
} /* Constant */
code span.co {
  color: #b8c0e0;
  font-style: italic;
} /* Comment */
code span.cv {
  color: #b8c0e0;
  font-weight: bold;
  font-style: italic;
} /* CommentVar */
code span.do {
  color: #b8c0e0;
  font-style: italic;
} /* Documentation */
code span.dt {
  color: #eed49f;
} /* DataType */
code span.dv {
  color: #f5a97f;
} /* DecVal */
code span.er {
  color: #ed8796;
  font-weight: bold;
} /* Error */
code span.ex {
} /* Extension */
code span.fl {
  color: #f5a97f;
} /* Float */
code span.fu {
  color: #8aadf4;
} /* Function */
code span.im {
  color: #7dc4e4;
  font-weight: bold;
} /* Import */
code span.in {
  color: #7dc4e4;
  font-weight: bold;
  font-style: italic;
} /* Information */
code span.kw {
  color: #ed8796;
  font-weight: bold;
} /* Keyword */
code span.op {
  color: #91d7e3;
} /* Operator */
code span.ot {
  color: #b7bdf8;
} /* Other */
code span.pp {
  color: #f4dbd6;
} /* Preprocessor */
code span.sc {
  color: #a6da95;
} /* SpecialChar */
code span.ss {
  color: #a6da95;
} /* SpecialString */
code span.st {
  color: #a6da95;
} /* String */
code span.va {
  color: #cad3f5;
} /* Variable */
code span.vs {
  color: #a6da95;
} /* VerbatimString */
code span.wa {
  color: #eed49f;
  font-weight: bold;
  font-style: italic;
} /* Warning */
