header.header {
  flex: 0 0 auto;
  padding-bottom: 3em;
  margin-bottom: 0;
  background: #33363b;
  color: #eee;
}
div.header-container {
  display: flex;
  justify-content: stretch;
  align-items: flex-end;
  padding: 1em;
}
div.header-title {
  text-align: left;
  width: 50%;
  word-wrap: break-word;
  flex: 1 1 auto;
  color: #eee;
}
div.header-title a {
  position: static;
  color: #eee;
  text-decoration: none;
  border-bottom: none;
}
div.header-title a:hover {
  color: #eee;
  border-bottom: none;
}
div.title {
  font: bold 2rem Roboto, "Noto Sans", "Noto Sans CJK", Helvetica, Arial, sans-serif;
  margin: 0 0 0.5em 0;
}
div.subtitle {
  font: italic 1.5rem Roboto, "Noto Sans", "Noto Sans CJK", Helvetica, Arial, sans-serif;
  margin: 0.5em 0 0 0;
}
div.logo {
  text-align: right;
  width: 50%;
  flex: 1 1 auto;
}
div.logo img {
  display: inline-block;
  max-height: 5em;
  width: auto;
}
@media (max-width: 40em) {
  div.header-container {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  div.header-title,
  div.logo {
    text-align: center;
    width: auto;
  }
}
nav.nav {
  padding: 0 0.5em;
  background: #33363b;
  box-shadow: 0 -0.5em 1em 0.5em rgba(0,0,0,0.19);
  border-radius: 0.3em 0.3em 0 0;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
nav.nav ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1 1 auto;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #999 transparent;
  scrollbar-color: var(--color-scrollbar) var(--color-scrollbar-background);
  white-space: nowrap;
}
nav.nav ul li {
  text-align: center;
  display: inline-block;
  margin: 0 0.1em;
}
nav.nav ul li a {
  position: static;
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.5em;
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  border-bottom: none;
}
nav.nav ul li a:hover {
  color: #fff;
  background: #252525;
  border-bottom: none;
}
nav.nav ul li a.current {
  color: #fff;
  background: #222;
}
button.nav-toggle,
button.theme-toggle {
  line-height: 1.2;
  flex: 0 0 auto;
  text-align: center;
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  background: #33363b;
  font-size: 2rem;
  cursor: pointer;
  color: #ddd;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
button.nav-toggle:hover,
button.theme-toggle:hover {
  color: #fff;
  background: #252525;
}
button.nav-toggle {
  display: none;
  width: 100%;
}
button.theme-toggle {
  display: block;
  width: 5%;
}
@media (max-width: 40em) {
  nav.nav {
    flex-direction: column;
    padding: 0;
  }
  nav.nav ul {
    display: none;
    white-space: normal;
  }
  nav.nav ul li {
    display: block;
    text-align: center;
    margin: 0.1em 0;
  }
  button.nav-toggle,
  button.theme-toggle {
    display: block;
    flex: 1 1 auto;
    width: 100%;
  }
}
main.main {
  flex: 1 0 auto;
  font: 16px Roboto, "Noto Sans", "Noto Sans CJK", Helvetica, Arial, sans-serif;
  margin-top: -3em;
  margin-bottom: 1.5em;
}
div.main-container {
  width: auto;
  background: #eee;
  background: var(--color-main-background);
  box-shadow: 0 0.5em 1em 0.5em rgba(0,0,0,0.19);
  border-radius: 0 0 0.3em 0.3em;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  padding: 0;
}
div.content {
  flex: 3 3 auto;
  width: 75%;
}
@media (max-width: 60em) {
  div.main-container {
    flex-direction: column;
  }
  div.content {
    width: 100%;
  }
}
footer.footer {
  flex: 0 0 auto;
  background: #33363b;
  color: #eee;
}
footer.footer a {
  position: relative;
  color: #ddd;
  text-decoration: none;
  border-bottom: 0.05em dotted #ddd;
  transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
}
footer.footer a:hover {
  color: #fff;
  border-bottom: 0.05em solid #fff;
}
footer.footer a:active {
  top: 0.1em;
}
div.footer-container {
  width: auto;
  word-wrap: break-word;
  line-height: 2;
  padding: 1em;
  display: flex;
  justify-content: stretch;
  align-items: flex-end;
}
div.footer-left,
div.footer-right {
  flex: 1 1 auto;
  width: 50%;
}
div.footer-left {
  text-align: left;
}
div.footer-right {
  text-align: right;
}
div.custom-info {
  width: 100%;
  word-wrap: break-word;
}
div.back-to-top {
  display: block;
  text-align: center;
}
button.back-to-top {
  border: none;
  outline: 0;
  transition: color 0.3s ease-in-out;
  color: #666;
  color: var(--color-link-font);
  background: #ccc;
  background: var(--color-background);
  display: inline-block;
  margin: 0 auto;
  padding: 0 0.75em;
  cursor: pointer;
  border-radius: 0 0 0.3em 0.3em;
  font-size: 2rem;
}
button.back-to-top:hover {
  color: #36e;
  color: var(--color-link-hover-font);
  border: none;
}
@media (max-width: 40em) {
  div.footer-container {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  div.footer-left,
  div.footer-right {
    text-align: center;
    width: auto;
  }
}
:root {
  --color-scrollbar: #999;
  --color-scrollbar-background: transparent;
  --color-scrollbar-hover: #666;
  --color-scrollbar-corner: #666;
  --color-scrollbar-resizer: #999;
  --color-font: #26272b;
  --color-background: #ccc;
  --color-link-font: #666;
  --color-link-hover-font: #36e;
  --color-quote-font: #666;
  --color-table-head-background: #fff;
  --color-table-head-border: #999;
  --color-table-odd-row-background: #eee;
  --color-table-border: #ddd;
  --color-table-even-row-background: #fff;
  --color-card-background: #fff;
  --color-hr-sidebar-background: #fff;
  --color-sk-wave-background: #33363b;
  --color-comment-sk-wave-background: #666;
  --color-comment-font: #666;
  --color-comment-content-background: #fff;
  --color-author-name-font: #26272b;
  --color-author-description-font: #444;
  --color-main-background: #eee;
  --color-reward-font: #666;
  --color-sidebar-background: #ddd;
  --url-sidebar-background: url("/images/background.webp");
}
:root[data-theme="dark"] {
  --color-scrollbar: #ddd;
  --color-scrollbar-background: transparent;
  --color-scrollbar-hover: #eee;
  --color-scrollbar-corner: #eee;
  --color-scrollbar-resizer: #ddd;
  --color-font: #eee;
  --color-background: #252525;
  --color-link-font: #ddd;
  --color-link-hover-font: #fff;
  --color-quote-font: #ccc;
  --color-table-head-background: #26272b;
  --color-table-head-border: #ddd;
  --color-table-odd-row-background: #33363b;
  --color-table-border: #999;
  --color-table-even-row-background: #26272b;
  --color-card-background: #3d444c;
  --color-hr-sidebar-background: #ccc;
  --color-sk-wave-background: #eee;
  --color-comment-sk-wave-background: #ddd;
  --color-comment-font: #ddd;
  --color-comment-content-background: #3d444c;
  --color-author-name-font: #eee;
  --color-author-description-font: #ddd;
  --color-main-background: #26272b;
  --color-reward-font: #ddd;
  --color-sidebar-background: #252525;
  --url-sidebar-background: url("/images/background-dark.webp");
}
html {
  scrollbar-width: thin;
  scrollbar-color: #999 transparent;
  scrollbar-color: var(--color-scrollbar) var(--color-scrollbar-background);
}
* {
  box-sizing: border-box;
}
::selection,
::-moz-selection {
  color: #222;
  background: #cbeafb;
}
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
  background: var(--color-scrollbar-background);
}
::-webkit-scrollbar-track {
  background: 0 0;
}
::-webkit-scrollbar-thumb {
  background: var(--color-scrollbar);
  border-radius: 0.25em;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--color-scrollbar-hover);
}
::-webkit-scrollbar-corner {
  background: var(--color-scrollbar-corner);
}
::-webkit-scrollbar-resizer {
  background: var(--color-scrollbar-resizer);
}
body {
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  font: 16px Roboto, "Noto Sans", "Noto Sans CJK", Helvetica, Arial, sans-serif;
  color: #26272b;
  color: var(--color-font);
  background: #ccc;
  background: var(--color-background);
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-width: 20em;
  overflow: auto;
}
div.container {
  padding: 0;
  margin: 0 auto;
  width: 75%;
  height: 100%;
  max-width: 120em;
}
div.center {
  text-align: center;
}
ol,
ul {
  padding-left: 2em;
}
a {
  position: relative;
  transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
  color: #666;
  color: var(--color-link-font);
  text-decoration: none;
  border-bottom: 0.05em dotted #666;
  border-bottom: 0.05em dotted var(--color-link-font);
}
a:hover {
  color: #36e;
  color: var(--color-link-hover-font);
  border-bottom: 0.05em solid #36e;
  border-bottom: 0.05em solid var(--color-link-hover-font);
}
a:active {
  top: 0.1em;
}
table,
img {
  max-width: 100%;
}
a.img-link {
  border-bottom: none;
}
a.img-link img {
  transition: box-shadow 0.3s ease-in-out;
  border: 0.15em solid #666;
  border: 0.15em solid var(--color-quote-font);
}
a.img-link:hover {
  border-bottom: none;
}
a.img-link:hover img {
  box-shadow: 0 0 1em 0.5em rgba(0,0,0,0.19);
}
a#top,
a#more {
  position: static;
  border: none;
  margin: 0;
  padding: 0;
}
a#top:hover,
a#more:hover {
  border: none;
}
span.caption {
  color: #666;
  color: var(--color-quote-font);
}
a.button,
button.button {
  display: inline-block;
  position: relative;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 0.3em;
  color: #fff;
  background: #999;
  border: 0.1em solid #ddd;
}
a.button:hover,
button.button:hover {
  box-shadow: 0 0 1em 0.5em rgba(0,0,0,0.19);
  border: 0.1em solid #ddd;
  transform: scale(1.05, 1.05);
}
a.button:active,
button.button:active {
  top: 0.1em;
}
hr {
  height: 0.3em;
  border: none;
  margin: 1.5em 0;
  width: 100%;
  background: repeating-linear-gradient(-45deg, #ccc, #ccc 0.25em, transparent 0.25em, transparent 0.5em);
}
article table {
  margin: 0 auto;
}
article table th {
  padding: 0.4em 0.7em;
  border: 0.1em solid #999;
  border: 0.1em solid var(--color-table-head-border);
}
article table td {
  padding: 0.4em 0.7em;
  border: 0.1em solid #ddd;
  border: 0.1em solid var(--color-table-border);
}
article table thead tr {
  background: #fff;
  background: var(--color-table-head-background);
}
article table tbody tr {
  background: #eee;
  background: var(--color-table-odd-row-background);
}
article table tbody tr td:nth-child(2n) {
  background: #fff;
  background: var(--color-table-even-row-background);
}
article table tbody tr:nth-child(2n) {
  background: #fff;
  background: var(--color-table-even-row-background);
}
article table tbody tr:nth-child(2n) td:nth-child(2n) {
  background: #eee;
  background: var(--color-table-odd-row-background);
}
code {
  padding: 0 0.25em;
  color: #fc6423;
  background: #f8f8f8;
  word-wrap: break-word;
  border-radius: 0.3em;
  font-family: Monaco, Menlo, "Roboto Mono", Consolas, monospace, Roboto, "Noto Sans", "Noto Sans CJK", Helvetica, Arial, sans-serif;
  font-feature-settings: "liga" 0;
}
pre {
  font-family: Monaco, Menlo, "Roboto Mono", Consolas, monospace, Roboto, "Noto Sans", "Noto Sans CJK", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-feature-settings: "liga" 0;
}
div.code-titlebar {
  display: flex;
  justify-content: stretch;
  align-items: center;
  border-radius: 0.3em 0.3em 0 0;
  color: #fff;
  background: #33363b;
  padding: 0 0.25em;
}
div.titlebar-left {
  flex: 0 0 auto;
  text-align: left;
  padding: 0 0.25em;
}
div.titlebar-center {
  flex: 1 1 auto;
  text-align: center;
  padding: 0 0.25em;
}
div.titlebar-right {
  flex: 0 0 auto;
  text-align: right;
  padding: 0 0.25em;
}
button.copy {
  color: #ddd;
  background: #33363b;
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0.25em;
  transition: color 0.3s ease-in-out;
}
button.copy:hover {
  color: #fff;
  border: none;
}
button.copy.copied {
  color: #fff;
}
button.button-dot {
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0.25em;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  transition: opacity 0.3s ease-in-out;
}
button.button-dot:hover {
  opacity: 0.7;
  border: none;
}
button.dot-close {
  background: #ff2a2a;
}
button.dot-maximize {
  background: #37cf38;
}
button.dot-minimize {
  background: #fdbc40;
}
figure.code-block {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  border-left: 0.1em solid #33363b;
  border-bottom: 0.1em solid #33363b;
  border-right: 0.1em solid #33363b;
  padding: 0;
  margin: 0;
}
figure.code-block:not(.hljs) {
  color: #ccc;
  background: #26272b;
}
figure.code-block pre {
  margin: 0;
}
figure.code-block pre.gutter {
  flex: 0 0 auto;
  text-align: right;
  padding: 0.5em;
  border-right: 0.1em dotted #ccc;
}
figure.code-block pre.code {
  flex: 1 1 auto;
  padding: 0.5em;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #999 transparent;
  scrollbar-color: var(--color-scrollbar) var(--color-scrollbar-background);
}
figure.code-block pre.code code {
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  word-wrap: normal;
  border-radius: 0;
}
figure.code-block pre.code code.hljs {
  display: inline;
  overflow: visible;
}
blockquote {
  margin: 1em 0;
  padding: 0 1em;
  color: #666;
  color: var(--color-quote-font);
  border-left: 0.25em solid #666;
  border-left: 0.25em solid var(--color-quote-font);
}
blockquote p {
  white-space: pre-wrap;
  padding: 0;
  margin: 0;
}
blockquote.center-quote,
blockquote.centerquote {
  margin: 1em 0;
  padding: 0.5em 15%;
  color: #666;
  color: var(--color-quote-font);
  border-left: none;
  border-top: 0.2em solid #666;
  border-top: 0.2em solid var(--color-quote-font);
  border-bottom: 0.2em solid #666;
  border-bottom: 0.2em solid var(--color-quote-font);
  text-align: center;
}
blockquote.center-quote p,
blockquote.centerquote p,
blockquote.center-quote div,
blockquote.centerquote div {
  text-align: center;
}
div.alert-red,
div.alert-green,
div.alert-blue {
  text-align: center;
  margin: 1em 0;
  padding: 0.5em 15%;
  border-radius: 0.3em;
}
div.alert-red {
  color: #721c24;
  border: 0.1em solid #f5c6cb;
  background-color: #f8d7da;
}
div.alert-green {
  color: #155724;
  border: 0.1em solid #c3e6cb;
  background-color: #d4edda;
}
div.alert-blue {
  color: #13229f;
  border: 0.1em solid #b8daff;
  background-color: #cce5ff;
}
div.sk-wave {
  font-size: 1rem;
  margin: 2em auto;
  height: 3em;
  text-align: center;
}
div.sk-rect {
  background: #33363b;
  background: var(--color-sk-wave-background);
  height: 100%;
  width: 0.5em;
  display: inline-block;
  animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
  animation-delay: -1.2s;
}
div.sk-rect:nth-child(2n) {
  animation-delay: -1.1s;
}
div.sk-rect:nth-child(3n) {
  animation-delay: -1s;
}
div.sk-rect:nth-child(4n) {
  animation-delay: -0.9s;
}
div.sk-rect:nth-child(5n) {
  animation-delay: -0.8s;
}
article.card {
  display: block;
  transition: box-shadow 0.3s ease-in-out;
  background: #fff;
  background: var(--color-card-background);
  overflow: hidden;
  border-radius: 0.3em;
  padding: 0.5em 1em;
  margin: 0.5em;
}
article.card:hover {
  box-shadow: 0 0 1em 0.5em rgba(0,0,0,0.19);
}
svg.svg-inline--fa {
  margin: 0 0.2em;
}
@media (max-width: 80em) {
  div.container {
    width: 100%;
  }
}
@-moz-keyframes sk-wave-stretch-delay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes sk-wave-stretch-delay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@-o-keyframes sk-wave-stretch-delay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes sk-wave-stretch-delay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
