:root {
  --primary: #0288D1;
  --secondary: #3FB1EF;
  --background: #fff;
  --foreground: #000;
  --code-background: #f5f7fa;
  --code-background-inline: #f2f2f2;
  --code-border: #d2d2d2;
  --footer-background: #f5f7fa;
  --footer-border: #d2d2d2;
  --footer-link: #777;
}

@media (prefers-color-scheme: dark) {
  :root {
    --primary: #1e2931 ;
    --secondary: #1e2931 ;
    --background: #181e23;
    --foreground: #c7ccd1;
    --code-background: #404040;
    --code-background-inline: #404040;
    --code-border: #414338;
    --footer-background: #1e2931;
    --footer-border: #1e2931;
    --footer-link: #c7ccd1;
  }
}
.breadcrumbs-grid {
  background: var(--background);
  color: var(--foreground);
  position: sticky;
  top: 48px;
  transition: ease 0.2s;
  font-size: 1rem;
  z-index: 100;
}
.breadcrumbs-grid a, .breadcrumbs-grid a:active, .breadcrumbs-grid a:visited {
  color: var(--primary);
  border-bottom: 1px dotted var(--primary);
}
@media (prefers-color-scheme: dark) {
  .breadcrumbs-grid a, .breadcrumbs-grid a:active, .breadcrumbs-grid a:visited {
    color: var(--foreground);
    border-bottom: 1px dotted var(--foreground);
  }
}
@media (max-width: 1000px) {
  .breadcrumbs-grid {
    height: 45px;
    top: 40px;
    background-color: var(--secondary);
    color: var(--background);
  }
  .breadcrumbs-grid a, .breadcrumbs-grid a:active, .breadcrumbs-grid a:visited {
    color: var(--background);
    border-bottom: 1px dotted var(--background);
  }
}
@media (max-width: 1000px) and (prefers-color-scheme: dark) {
  .breadcrumbs-grid a, .breadcrumbs-grid a:active, .breadcrumbs-grid a:visited {
    color: var(--foreground);
    border-bottom: 1px dotted var(--foreground);
  }
}
@media (prefers-color-scheme: dark) {
  .breadcrumbs-grid .breadcrumbs-left {
    color: var(--foreground);
  }
}
.breadcrumbs-grid .breadcrumbs-left .navigation-icon {
  font-size: 80%;
}
.breadcrumbs-grid .breadcrumbs-right {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .breadcrumbs-grid .breadcrumbs-right {
    color: var(--foreground);
  }
}
.breadcrumbs-grid.sticky {
  background-color: var(--secondary);
  color: var(--background);
  height: 40px;
  transition: ease 0.2s;
  font-size: 0.8rem;
}
@media (max-width: 1000px) {
  .breadcrumbs-grid.sticky {
    font-size: 1rem;
    height: unset;
  }
}
.breadcrumbs-grid.sticky a, .breadcrumbs-grid.sticky a:active, .breadcrumbs-grid.sticky a:visited {
  color: var(--background);
  border-bottom: 1px dotted var(--background);
}
@media (prefers-color-scheme: dark) {
  .breadcrumbs-grid.sticky a, .breadcrumbs-grid.sticky a:active, .breadcrumbs-grid.sticky a:visited {
    color: var(--foreground);
    border-bottom: 1px dotted var(--foreground);
  }
}
.breadcrumbs-grid.sticky .breadcrumbs-right {
  display: initial;
}

p code, li code, h1 code, h2 code, h3 code {
  border: 1px solid var(--code-border);
  border-radius: 4px;
  background-color: var(--code-background-inline);
  font-family: "Roboto Mono", monospace;
  font-size: 90%;
  padding: 2px 4px;
  margin: 0 2px;
}

pre > code {
  background-color: var(--code-background);
  border: 1px solid var(--code-border);
  display: block;
  font-family: "Roboto Mono", monospace;
  font-size: 80%;
  padding: 1em;
  line-height: 1.4;
  overflow-x: auto;
}

.highlight .hll {
  background-color: #ffffcc;
}

.highlight .c {
  color: #008000;
} /* Comment */
.highlight .err {
  border: 1px solid #FF0000;
} /* Error */
.highlight .k {
  color: #0000ff;
} /* Keyword */
.highlight .cm {
  color: #008000;
} /* Comment.Multiline */
.highlight .cp {
  color: #0000ff;
} /* Comment.Preproc */
.highlight .c1 {
  color: #008000;
} /* Comment.Single */
.highlight .cs {
  color: #008000;
} /* Comment.Special */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gh {
  font-weight: bold;
} /* Generic.Heading */
.highlight .gp {
  font-weight: bold;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  font-weight: bold;
} /* Generic.Subheading */
.highlight .kc {
  color: #0000ff;
} /* Keyword.Constant */
.highlight .kd {
  color: #0000ff;
} /* Keyword.Declaration */
.highlight .kn {
  color: #0000ff;
} /* Keyword.Namespace */
.highlight .kp {
  color: #0000ff;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #0000ff;
} /* Keyword.Reserved */
.highlight .kt {
  color: #2b91af;
} /* Keyword.Type */
.highlight .s {
  color: #a31515;
} /* Literal.String */
.highlight .nc {
  color: #2b91af;
} /* Name.Class */
.highlight .ow {
  color: #0000ff;
} /* Operator.Word */
.highlight .sb {
  color: #a31515;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #a31515;
} /* Literal.String.Char */
.highlight .sd {
  color: #a31515;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #a31515;
} /* Literal.String.Double */
.highlight .se {
  color: #a31515;
} /* Literal.String.Escape */
.highlight .sh {
  color: #a31515;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #a31515;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #a31515;
} /* Literal.String.Other */
.highlight .sr {
  color: #a31515;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #a31515;
} /* Literal.String.Single */
.highlight .ss {
  color: #a31515;
} /* Literal.String.Symbol */
@media (prefers-color-scheme: dark) {
  .highlight pre {
    background-color: #404040;
  }
  .highlight .hll {
    background-color: #404040;
  }
  .highlight .c {
    color: #999999;
    font-style: italic;
  } /* Comment */
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2;
  } /* Error */
  .highlight .g {
    color: #d0d0d0;
  } /* Generic */
  .highlight .k {
    color: #6ab825;
    font-weight: bold;
  } /* Keyword */
  .highlight .l {
    color: #d0d0d0;
  } /* Literal */
  .highlight .n {
    color: #d0d0d0;
  } /* Name */
  .highlight .o {
    color: #d0d0d0;
  } /* Operator */
  .highlight .x {
    color: #d0d0d0;
  } /* Other */
  .highlight .p {
    color: #d0d0d0;
  } /* Punctuation */
  .highlight .cm {
    color: #999999;
    font-style: italic;
  } /* Comment.Multiline */
  .highlight .cp {
    color: #cd2828;
    font-weight: bold;
  } /* Comment.Preproc */
  .highlight .c1 {
    color: #999999;
    font-style: italic;
  } /* Comment.Single */
  .highlight .cs {
    color: #e50808;
    font-weight: bold;
    background-color: #520000;
  } /* Comment.Special */
  .highlight .gd {
    color: #d22323;
  } /* Generic.Deleted */
  .highlight .ge {
    color: #d0d0d0;
    font-style: italic;
  } /* Generic.Emph */
  .highlight .gr {
    color: #d22323;
  } /* Generic.Error */
  .highlight .gh {
    color: #ffffff;
    font-weight: bold;
  } /* Generic.Heading */
  .highlight .gi {
    color: #589819;
  } /* Generic.Inserted */
  .highlight .go {
    color: #cccccc;
  } /* Generic.Output */
  .highlight .gp {
    color: #aaaaaa;
  } /* Generic.Prompt */
  .highlight .gs {
    color: #d0d0d0;
    font-weight: bold;
  } /* Generic.Strong */
  .highlight .gu {
    color: #ffffff;
    text-decoration: underline;
  } /* Generic.Subheading */
  .highlight .gt {
    color: #d22323;
  } /* Generic.Traceback */
  .highlight .kc {
    color: #6ab825;
    font-weight: bold;
  } /* Keyword.Constant */
  .highlight .kd {
    color: #6ab825;
    font-weight: bold;
  } /* Keyword.Declaration */
  .highlight .kn {
    color: #6ab825;
    font-weight: bold;
  } /* Keyword.Namespace */
  .highlight .kp {
    color: #6ab825;
  } /* Keyword.Pseudo */
  .highlight .kr {
    color: #6ab825;
    font-weight: bold;
  } /* Keyword.Reserved */
  .highlight .kt {
    color: #6ab825;
    font-weight: bold;
  } /* Keyword.Type */
  .highlight .ld {
    color: #d0d0d0;
  } /* Literal.Date */
  .highlight .m {
    color: #3677a9;
  } /* Literal.Number */
  .highlight .s {
    color: #ed9d13;
  } /* Literal.String */
  .highlight .na {
    color: #bbbbbb;
  } /* Name.Attribute */
  .highlight .nb {
    color: #24909d;
  } /* Name.Builtin */
  .highlight .nc {
    color: #447fcf;
    text-decoration: underline;
  } /* Name.Class */
  .highlight .no {
    color: #40ffff;
  } /* Name.Constant */
  .highlight .nd {
    color: #ffa500;
  } /* Name.Decorator */
  .highlight .ni {
    color: #d0d0d0;
  } /* Name.Entity */
  .highlight .ne {
    color: #bbbbbb;
  } /* Name.Exception */
  .highlight .nf {
    color: #447fcf;
  } /* Name.Function */
  .highlight .nl {
    color: #d0d0d0;
  } /* Name.Label */
  .highlight .nn {
    color: #447fcf;
    text-decoration: underline;
  } /* Name.Namespace */
  .highlight .nx {
    color: #d0d0d0;
  } /* Name.Other */
  .highlight .py {
    color: #d0d0d0;
  } /* Name.Property */
  .highlight .nt {
    color: #6ab825;
    font-weight: bold;
  } /* Name.Tag */
  .highlight .nv {
    color: #40ffff;
  } /* Name.Variable */
  .highlight .ow {
    color: #6ab825;
    font-weight: bold;
  } /* Operator.Word */
  .highlight .w {
    color: #666666;
  } /* Text.Whitespace */
  .highlight .mf {
    color: #3677a9;
  } /* Literal.Number.Float */
  .highlight .mh {
    color: #3677a9;
  } /* Literal.Number.Hex */
  .highlight .mi {
    color: #3677a9;
  } /* Literal.Number.Integer */
  .highlight .mo {
    color: #3677a9;
  } /* Literal.Number.Oct */
  .highlight .sb {
    color: #ed9d13;
  } /* Literal.String.Backtick */
  .highlight .sc {
    color: #ed9d13;
  } /* Literal.String.Char */
  .highlight .sd {
    color: #ed9d13;
  } /* Literal.String.Doc */
  .highlight .s2 {
    color: #ed9d13;
  } /* Literal.String.Double */
  .highlight .se {
    color: #ed9d13;
  } /* Literal.String.Escape */
  .highlight .sh {
    color: #ed9d13;
  } /* Literal.String.Heredoc */
  .highlight .si {
    color: #ed9d13;
  } /* Literal.String.Interpol */
  .highlight .sx {
    color: #ffa500;
  } /* Literal.String.Other */
  .highlight .sr {
    color: #ed9d13;
  } /* Literal.String.Regex */
  .highlight .s1 {
    color: #ed9d13;
  } /* Literal.String.Single */
  .highlight .ss {
    color: #ed9d13;
  } /* Literal.String.Symbol */
  .highlight .bp {
    color: #24909d;
  } /* Name.Builtin.Pseudo */
  .highlight .vc {
    color: #40ffff;
  } /* Name.Variable.Class */
  .highlight .vg {
    color: #40ffff;
  } /* Name.Variable.Global */
  .highlight .vi {
    color: #40ffff;
  } /* Name.Variable.Instance */
  .highlight .il {
    color: #3677a9;
  } /* Literal.Number.Integer.Long */
}
.footer {
  background-color: var(--footer-background);
  border-top: 1px solid var(--footer-border);
  font-size: 80%;
  padding: 2rem 0;
}
.footer a {
  border-bottom: 1px dotted var(--footer-link);
  color: var(--footer-link);
  text-decoration: none;
}

.grid {
  display: grid;
  column-gap: 1rem;
  grid-template-columns: 1fr;
  grid-template-rows: 48px 40px auto auto;
  grid-template-areas: "header-grid" "breadcrumbs-grid" "content-grid" "footer";
  min-height: 100%;
}
@media (max-width: 1000px) {
  .grid {
    grid-template-rows: 40px 45px auto auto;
  }
}
.grid .content-grid {
  grid-area: content-grid;
  display: grid;
  grid-template-columns: 75px auto 350px 75px;
  grid-template-rows: auto;
  grid-template-areas: ". content sidebar .";
}
@media (max-width: 1000px) {
  .grid .content-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "content";
    padding: 1rem;
  }
}
.grid .content-grid .sidebar {
  grid-area: sidebar;
  padding: 3rem 1rem 1rem 1rem;
}
@media (max-width: 1000px) {
  .grid .content-grid .sidebar {
    display: none;
  }
}
.grid .content-grid .content {
  grid-area: content;
}
@media (max-width: 1000px) {
  .grid .content-grid .content {
    width: 90vw;
  }
}
.grid .header-grid {
  grid-area: header-grid;
  display: grid;
  grid-template-columns: 75px auto 75px;
  grid-template-rows: 48px;
  grid-template-areas: ". header .";
}
@media (max-width: 1000px) {
  .grid .header-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 40px;
    grid-template-areas: "header";
    padding: 0 1rem;
  }
}
.grid .header-grid .header {
  grid-area: header;
  display: grid;
  grid-template-columns: auto 350px;
  grid-template-rows: 1fr;
  grid-template-areas: "header-title header-search";
}
@media (max-width: 1000px) {
  .grid .header-grid .header {
    grid-template-columns: 1fr;
    grid-template-areas: "header-title";
  }
}
@media (max-width: 1000px) {
  .grid .header-grid .header .header-search {
    display: none;
  }
}
.grid .breadcrumbs-grid {
  grid-area: breadcrumbs-grid;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 75px auto 75px;
  grid-template-rows: 1fr;
  grid-template-areas: ". breadcrumbs .";
}
@media (max-width: 1000px) {
  .grid .breadcrumbs-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "breadcrumbs";
    padding: 0.5rem 0 0.5rem 1rem;
  }
}
.grid .breadcrumbs-grid .breadcrumbs {
  grid-area: breadcrumbs;
  padding: 0.5rem 0;
  display: grid;
  grid-template-columns: auto 350px;
  grid-template-rows: 1fr;
  grid-template-areas: "breadcrumbs-left breadcrumbs-right";
}
@media (max-width: 1000px) {
  .grid .breadcrumbs-grid .breadcrumbs {
    grid-template-columns: 1fr;
    grid-template-areas: "breadcrumbs-left";
    padding: 0;
  }
}
.grid .breadcrumbs-grid .breadcrumbs .breadcrumbs-right {
  padding: 0 2rem;
}
@media (max-width: 1000px) {
  .grid .breadcrumbs-grid .breadcrumbs .breadcrumbs-right {
    display: none;
  }
}
.grid .footer {
  grid-area: footer;
  display: grid;
  grid-template-columns: 75px 0.2fr 0.8fr 75px;
  grid-template-rows: 1fr;
  grid-template-areas: ". footer-left footer-right .";
  margin-top: 1rem;
}
@media (max-width: 1000px) {
  .grid .footer {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "footer-left" "footer-right";
    padding: 1rem;
  }
}
.grid .footer .footer-left {
  grid-area: footer-left;
}
.grid .footer .footer-right {
  grid-area: footer-right;
}

.header-grid {
  background-color: var(--primary);
  color: var(--background);
  position: fixed;
  width: 100%;
  transition: ease 0.2s;
  z-index: 100;
}
@media (prefers-color-scheme: dark) {
  .header-grid {
    color: var(--foreground);
  }
}
.header-grid.sticky {
  height: 48px;
  font-size: 0.8rem;
}
@media (max-width: 1000px) {
  .header-grid.sticky {
    height: 40px;
  }
}

.header {
  align-items: center;
}
.header a, .header a:hover {
  color: var(--background);
}
@media (prefers-color-scheme: dark) {
  .header a, .header a:hover {
    color: var(--foreground);
  }
}
.header h1 {
  font-size: 1.5rem;
}
@media (max-width: 1000px) {
  .header h1 {
    font-size: 1.25rem;
  }
}
.header form {
  padding-left: 1rem;
}
.header form input {
  border: 0;
  padding: 5px;
  width: 15rem;
}

.sticky {
  transition: ease 0.2s;
}

img.language {
  height: 1.75rem;
  padding-right: 1rem;
}

.sidebar {
  font-size: 0.8rem;
}
.sidebar ul {
  margin: 0;
}
.sidebar .ad-unit {
  position: sticky;
  margin-top: 1rem;
  top: 100px;
}

body {
  background-color: var(--background);
  color: var(--foreground);
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 1000px) {
  body {
    font-size: 18px;
  }
}

a {
  border-bottom: 1px dotted var(--primary);
  color: var(--primary);
  text-decoration: none;
}
a:hover {
  color: var(--foreground);
}
@media (prefers-color-scheme: dark) {
  a {
    color: var(--foreground);
    border-bottom: 1px dotted var(--foreground);
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0;
  scroll-margin-top: 88px;
}

h1 {
  font-size: 1.75rem;
}
@media (max-width: 1000px) {
  h1 {
    font-size: 1.3rem;
  }
}
h1.title {
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 1000px) {
  h1.title {
    font-size: 1.3rem;
    font-weight: 600;
  }
}

h2 {
  font-size: 1.5rem;
}

.licenses {
  line-height: 1;
  font-size: 80%;
  margin: 1em;
  padding: 1em;
  white-space: pre-wrap;
}

.header h1 {
  font-family: "Open Sans", monospace;
  font-weight: 600;
}
.header h1 span {
  font-weight: 300;
}

blockquote {
  border: 1px solid var(--primary);
  border-left: 5px solid var(--primary);
  margin-left: 1rem;
  padding-left: 1rem;
}

#toc {
  list-style: none;
  padding: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
}

/*# sourceMappingURL=style.css.map */