@charset "UTF-8";
.highlight .hll {
  background-color: #ffffcc;
}

.highlight .c {
  color: #408080;
  font-style: italic;
} /* Comment */
.highlight .err {
  border: 1px solid #FF0000;
} /* Error */
.highlight .k {
  color: #008000;
  font-weight: bold;
} /* Keyword */
.highlight .o {
  color: #666666;
} /* Operator */
.highlight .cm {
  color: #408080;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #BC7A00;
} /* Comment.Preproc */
.highlight .c1 {
  color: #408080;
  font-style: italic;
} /* Comment.Single */
.highlight .cs {
  color: #408080;
  font-style: italic;
} /* Comment.Special */
.highlight .gd {
  color: #A00000;
} /* Generic.Deleted */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #FF0000;
} /* Generic.Error */
.highlight .gh {
  color: #000080;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #00A000;
} /* Generic.Inserted */
.highlight .go {
  color: #808080;
} /* Generic.Output */
.highlight .gp {
  color: #000080;
  font-weight: bold;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #800080;
  font-weight: bold;
} /* Generic.Subheading */
.highlight .gt {
  color: #0040D0;
} /* Generic.Traceback */
.highlight .kc {
  color: #008000;
  font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
  color: #008000;
  font-weight: bold;
} /* Keyword.Declaration */
.highlight .kn {
  color: #008000;
  font-weight: bold;
} /* Keyword.Namespace */
.highlight .kp {
  color: #008000;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #008000;
  font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
  color: #B00040;
} /* Keyword.Type */
.highlight .m {
  color: #666666;
} /* Literal.Number */
.highlight .s {
  color: #BA2121;
} /* Literal.String */
.highlight .na {
  color: #7D9029;
} /* Name.Attribute */
.highlight .nb {
  color: #008000;
} /* Name.Builtin */
.highlight .nc {
  color: #0000FF;
  font-weight: bold;
} /* Name.Class */
.highlight .no {
  color: #880000;
} /* Name.Constant */
.highlight .nd {
  color: #AA22FF;
} /* Name.Decorator */
.highlight .ni {
  color: #999999;
  font-weight: bold;
} /* Name.Entity */
.highlight .ne {
  color: #D2413A;
  font-weight: bold;
} /* Name.Exception */
.highlight .nf {
  color: #0000FF;
} /* Name.Function */
.highlight .nl {
  color: #A0A000;
} /* Name.Label */
.highlight .nn {
  color: #0000FF;
  font-weight: bold;
} /* Name.Namespace */
.highlight .nt {
  color: #008000;
  font-weight: bold;
} /* Name.Tag */
.highlight .nv {
  color: #19177C;
} /* Name.Variable */
.highlight .ow {
  color: #AA22FF;
  font-weight: bold;
} /* Operator.Word */
.highlight .w {
  color: #bbbbbb;
} /* Text.Whitespace */
.highlight .mf {
  color: #666666;
} /* Literal.Number.Float */
.highlight .mh {
  color: #666666;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #666666;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #666666;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #BA2121;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #BA2121;
} /* Literal.String.Char */
.highlight .sd {
  color: #BA2121;
  font-style: italic;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #BA2121;
} /* Literal.String.Double */
.highlight .se {
  color: #BB6622;
  font-weight: bold;
} /* Literal.String.Escape */
.highlight .sh {
  color: #BA2121;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #BB6688;
  font-weight: bold;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #008000;
} /* Literal.String.Other */
.highlight .sr {
  color: #BB6688;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #BA2121;
} /* Literal.String.Single */
.highlight .ss {
  color: #19177C;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #008000;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #19177C;
} /* Name.Variable.Class */
.highlight .vg {
  color: #19177C;
} /* Name.Variable.Global */
.highlight .vi {
  color: #19177C;
} /* Name.Variable.Instance */
.highlight .il {
  color: #666666;
} /* Literal.Number.Integer.Long */
/* the selector here could be :root, html or body */
:root {
  color-scheme: light dark;
}

html {
  font-family: Sans-serif;
  background: #fff;
  line-height: 1.5;
  margin: auto;
  color: #111;
}

body {
  margin: 0;
  padding: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.wrapper {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0.5em;
}

h1 {
  font-size: 175%;
}

a {
  color: #0037FF;
}

a:visited {
  color: #982393;
}

a:hover {
  color: #982393;
  text-decoration: underline;
}

hr {
  border: 0;
  height: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*---------------------------------------------------------------------------*/
/* Header
/*---------------------------------------------------------------------------*/
header {
  background: #725684;
  text-align: center;
  padding: 2em 0;
  margin-bottom: 3em;
}
header a, header a:visited, header a:hover {
  color: #fff;
  text-decoration: underline;
}
header a, header a:visited {
  text-decoration: none;
}
header h2 {
  font-size: 30px;
  margin: 0.25em 0;
}
header h2::after {
  content: ".";
  color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 640px) {
  header {
    padding: 1em 0 0 0;
    margin-bottom: 2em;
  }
}
header nav {
  padding: 0.25em 0 0 0;
}
header nav a {
  padding: 0.5em 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
header nav a:hover {
  background: #7E9F5B;
}
header nav ul {
  padding: 0;
}
header nav li {
  display: inline;
  padding-bottom: 0.5em;
}
header nav li .current {
  background: rgba(0, 0, 0, 0.25);
}
header nav li a:hover {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  header nav li {
    display: inline-flex;
  }
}
@media screen and (max-width: 640px) {
  header .left {
    margin: 0.45em 0 0 0;
    width: 100%;
  }
  header .right {
    float: left;
  }
  header ul {
    margin: 0.15em 0;
  }
  header nav a {
    padding: 0.45em 0.5em;
  }
  header nav {
    padding: 0.5em 0 1em 0;
  }
}

/*---------------------------------------------------------------------------*/
/* Page Content
/*---------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .mascot {
    max-width: 100px;
  }
}

.post-list {
  list-style: none;
  hyphens: auto;
  display: table-cell;
  line-height: 1.85;
  padding-left: 0;
}
.post-list .date {
  padding-bottom: 0;
  padding-right: 1.5em;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .post-list .date {
    padding-right: 1em;
  }
}

/*---------------------------------------------------------------------------*/
/* Page: About
/*---------------------------------------------------------------------------*/
.avatar {
  max-width: 100px;
  margin-left: 0.75em;
}

/*---------------------------------------------------------------------------*/
/* Post: Content
/*---------------------------------------------------------------------------*/
article {
  padding-bottom: 1em;
}
article .date {
  padding-bottom: 1em;
}
article .highlight, article code {
  background: #f2f2f2;
  padding: 2px 7px;
  font-size: 14px;
}
article .highlight code, article code code {
  background: #f2f2f2;
}
article code {
  background: #fff3ce;
}
article .highlight {
  display: flex;
}
article .highlighter-rouge {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  white-space: pre;
  margin-bottom: 0.25em;
}
article pre, article pre code {
  overflow: auto;
}
article img {
  display: block;
  max-width: 100%;
  border-radius: 3px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
article figure img {
  display: inline-table;
  max-width: 100%;
  border-radius: 3px;
  margin: 0 0.5em;
}
@media screen and (max-width: 640px) {
  article figure img {
    margin: unset;
  }
}
article figure figcaption {
  font-size: 90%;
}
article video {
  margin: 0 auto;
  display: block;
}
article .grid-container {
  display: flex;
}
@media screen and (max-width: 640px) {
  article .grid-container {
    display: unset;
  }
}
article .grid-item {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  padding: 0 1px;
}
@media screen and (max-width: 640px) {
  article .grid-item {
    max-width: 100%;
  }
}
article figure {
  margin: 2em auto;
  padding: 0;
  text-align: center;
}
article figure a, article figure a:hover {
  text-decoration: none;
}
article figcaption {
  text-align: center;
  color: #222;
}
@media screen and (max-width: 640px) {
  article figcaption {
    margin: 0.5em 0;
  }
}
article {
  /* Quotes */
}
article blockquote {
  background: rgba(0, 0, 0, 0.075);
  padding: 0.25em 1.5em;
  border-radius: 2px;
  margin: 0;
  border-left: 5px solid rgba(0, 0, 0, 0.15);
}
article {
  /* Tables */
}
article table {
  border-collapse: collapse;
  width: 100%;
  margin: 1.5em 0;
}
article td, article th {
  border: 1px solid #c2bebe;
  padding: 0.5em;
}
article td code, article th code {
  white-space: pre;
}
article th {
  text-align: left;
  background: rgba(0, 0, 0, 0.1);
}
article tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.03);
}
article .update {
  text-align: center;
  padding: 1.5em 0 0.5em 0;
}
article .note,
article .ejsponsor,
article .warning {
  border-radius: 5px;
  padding: 0.75em 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5em;
  display: block;
}
article .note p,
article .ejsponsor p,
article .warning p {
  margin: 0.75em 0 0 0;
}
article .ejsponsor {
  text-align: center;
}
article .ejsponsor p {
  margin: 0;
}
article .note::before,
article .warning::before,
article .ejsponsor::before {
  color: rgba(0, 0, 0, 0.75);
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
article .note {
  background: #fff3ce;
}
article .ejsponsor {
  background: #fff3ce;
}
article .warning {
  background: #fdd;
}
article .note::before {
  content: "🗒️ Notis";
}
article .warning::before {
  content: "Varning!";
}
article {
  /* Footnote */
}
article .footnotes {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
article .footnotes p {
  margin: 0 0 0.25em 0;
}
article {
  /* Fix for summary text */
}
article summary p, article summary h1, article summary h2, article summary h3, article summary h4, article summary h5, article summary h6 {
  margin: 0;
  display: unset;
}
article {
  /* Books section */
}
article .books img {
  display: unset;
  margin: unset;
  margin-right: 1em;
  float: left;
  max-width: 94px;
}
@media screen and (max-width: 640px) {
  article .books img {
    max-width: 75px;
  }
}

/* External links in articles */
article a[href^=http]::after,
article a[href^="https://"]::after article a[href^="xmpp://"]::after article a[href^="mailto://"]::after {
  content: "";
  width: 11px;
  height: 11px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

/*---------------------------------------------------------------------------*/
/* Post: Meta
/*---------------------------------------------------------------------------*/
.meta {
  border-top: 1px solid #ddd;
  padding-bottom: 1em;
}

/*---------------------------------------------------------------------------*/
/* Post: Comments
/*---------------------------------------------------------------------------*/
.comment-date {
  font-size: 14px;
}

.comment-section {
  margin-bottom: 1em;
  background: rgba(0, 0, 0, 0.05);
  padding: 1em 1em 0.1em 1em;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}

.comment-author {
  font-weight: bold;
}
.comment-author a {
  color: #0037FF;
  text-decoration: none;
}
.comment-author a:hover {
  text-decoration: underline;
}

/*---------------------------------------------------------------------------*/
/* Footer
/*---------------------------------------------------------------------------*/
footer {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1em 0;
}

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