.inline {
  display: inline;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-auto {
  overflow: auto;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.fit {
  max-width: 100%;
}
.truncate {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.max-width-1 {
  max-width: 24rem;
}
.max-width-2 {
  max-width: 32rem;
}
.max-width-3 {
  max-width: 48rem;
}
.max-width-4 {
  max-width: 64rem;
}
.border-box {
  box-sizing: border-box;
}
.m0 {
  margin: 0;
}
.mt0 {
  margin-top: 0;
}
.mr0 {
  margin-right: 0;
}
.mb0 {
  margin-bottom: 0;
}
.ml0 {
  margin-left: 0;
}
.mx0 {
  margin-right: 0;
  margin-left: 0;
}
.my0 {
  margin-top: 0;
  margin-bottom: 0;
}
.m1 {
  margin: 0.5rem;
}
.mt1 {
  margin-top: 0.5rem;
}
.mr1 {
  margin-right: 0.5rem;
}
.mb1 {
  margin-bottom: 0.5rem;
}
.ml1 {
  margin-left: 0.5rem;
}
.mx1 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.m2 {
  margin: 1rem;
}
.mt2 {
  margin-top: 1rem;
}
.mr2 {
  margin-right: 1rem;
}
.mb2 {
  margin-bottom: 1rem;
}
.ml2 {
  margin-left: 1rem;
}
.mx2 {
  margin-right: 1rem;
  margin-left: 1rem;
}
.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.m3 {
  margin: 2rem;
}
.mt3 {
  margin-top: 2rem;
}
.mr3 {
  margin-right: 2rem;
}
.mb3 {
  margin-bottom: 2rem;
}
.ml3 {
  margin-left: 2rem;
}
.mx3 {
  margin-right: 2rem;
  margin-left: 2rem;
}
.my3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.m4 {
  margin: 4rem;
}
.mt4 {
  margin-top: 4rem;
}
.mr4 {
  margin-right: 4rem;
}
.mb4 {
  margin-bottom: 4rem;
}
.ml4 {
  margin-left: 4rem;
}
.mx4 {
  margin-right: 4rem;
  margin-left: 4rem;
}
.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mxn1 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.mxn2 {
  margin-right: -1rem;
  margin-left: -1rem;
}
.mxn3 {
  margin-right: -2rem;
  margin-left: -2rem;
}
.mxn4 {
  margin-right: -4rem;
  margin-left: -4rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.p0 {
  padding: 0;
}
.pt0 {
  padding-top: 0;
}
.pr0 {
  padding-right: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pl0 {
  padding-left: 0;
}
.px0 {
  padding-right: 0;
  padding-left: 0;
}
.py0 {
  padding-top: 0;
  padding-bottom: 0;
}
.p1 {
  padding: 0.5rem;
}
.pt1 {
  padding-top: 0.5rem;
}
.pr1 {
  padding-right: 0.5rem;
}
.pb1 {
  padding-bottom: 0.5rem;
}
.pl1 {
  padding-left: 0.5rem;
}
.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px1 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.p2 {
  padding: 1rem;
}
.pt2 {
  padding-top: 1rem;
}
.pr2 {
  padding-right: 1rem;
}
.pb2 {
  padding-bottom: 1rem;
}
.pl2 {
  padding-left: 1rem;
}
.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px2 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.p3 {
  padding: 2rem;
}
.pt3 {
  padding-top: 2rem;
}
.pr3 {
  padding-right: 2rem;
}
.pb3 {
  padding-bottom: 2rem;
}
.pl3 {
  padding-left: 2rem;
}
.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px3 {
  padding-right: 2rem;
  padding-left: 2rem;
}
.p4 {
  padding: 4rem;
}
.pt4 {
  padding-top: 4rem;
}
.pr4 {
  padding-right: 4rem;
}
.pb4 {
  padding-bottom: 4rem;
}
.pl4 {
  padding-left: 4rem;
}
.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px4 {
  padding-right: 4rem;
  padding-left: 4rem;
}
body h1,
body .h1 {
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 1.2rem;
  color: #2bbc8a;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body h2,
body .h2 {
  position: relative;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #2bbc8a;
  text-transform: none;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 1.1rem;
}
body h3 {
  color: #2bbc8a;
  text-decoration: underline;
  font-weight: bold;
  font-size: 0.9rem;
}
body h4,
body h5,
body h6 {
  display: inline;
  text-decoration: none;
  color: #ccc;
  font-weight: bold;
  font-size: 0.9rem;
}
body h3,
body h4,
body h5,
body h6 {
  margin-top: 0.9rem;
  margin-bottom: 0.5rem;
}
body hr {
  border: 0.5px dashed #ccc;
  opacity: 0.5;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
body strong {
  font-weight: bold;
}
body em,
body cite {
  font-style: italic;
}
body sup,
body sub {
  position: relative;
  vertical-align: baseline;
  font-size: 0.75em;
  line-height: 0;
}
body sup {
  top: -0.5em;
}
body sub {
  bottom: -0.2em;
}
body small {
  font-size: 0.85em;
}
body acronym,
body abbr {
  border-bottom: 1px dotted;
}
body ul,
body ol,
body dl {
  line-height: 1.725;
}
body ul ul,
body ol ul,
body ul ol,
body ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
body ol {
  list-style: decimal;
}
body dt {
  font-weight: bold;
}
body table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: -1em;
  overflow: auto;
  display: block;
}
body th {
  padding: 8px;
  border-bottom: 1px dashed #666;
  color: #eee;
  font-weight: bold;
  font-size: 0em;
}
body td {
  padding: 0 8px;
  border-bottom: none;
}
@font-face {
  font-style: normal;
  font-family: "NexusSans-Regular";
  src: url("../lib/nexussans-regular/NexusSans-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Glow Sans TC";
  src: url("../lib/GlowSansTC/GlowSansTC-Normal-Regular.otf") format("opentype");
}
@font-face {
  font-family: "CMU Sans Serif";
  src: url("../lib/cmu-sansserif/cmunss.ttf") format("truetype");
}
@font-face {
  font-family: "CMU Sans Serif Bold";
  src: url("../lib/cmu-sansserif/cmunsx.ttf") format("truetype");
}
@font-face {
  font-family: "Glow Sans SC";
  src: url("../lib/GlowSansTC/GlowSansSC-Normal-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Glow Sans SC Medium";
  src: url("../lib/GlowSansTC/GlowSansSC-Normal-Medium.otf") format("opentype");
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
#post-author:hover {
  color: #2bbc8a;
  text-decoration: solid;
  background-image: none;
}
html {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #1d1f21;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  height: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #1d1f21;
  color: #c9cacc;
  font-display: swap;
  font-weight: 400;
  font-size: 1em;
  font-family: "CMU Sans Serif", 'Noto Sans TC', 'Noto Sans SC', "Menlo", "Meslo LG", monospace;
  line-height: 1.725;
  text-rendering: geometricPrecision;
  flex: 1;
  letter-spacing: 0.01rem;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: none;
  position: relative;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body .gallery-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
body .gallery-column {
  display: flex;
  flex-direction: column-reverse;
}
.content {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow-wrap: break-word;
  justify-content: space-between;
}
.content p {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}
.content p a {
  color: #2bbc8a;
}
.content code {
  hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  -webkit-hyphens: manual;
}
.content a {
  color: #c9cacc;
  text-decoration: none;
}
.content a:hover {
  color: #2bbc8a;
  text-decoration: none;
  background-image: linear-gradient(transparent, transparent 90%, #2bbc8a 90%, #2bbc8a);
}
.content a.icon {
  background: none;
}
.content a.icon:hover {
  color: #2bbc8a;
}
.content h1 a,
.content .h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
  background: none;
  color: inherit;
  text-decoration: none;
}
.content h1 a:hover,
.content .h1 a:hover,
.content h2 a:hover,
.content h3 a:hover,
.content h4 a:hover,
.content h5 a:hover,
.content h6 a:hover {
  background-image: linear-gradient(transparent, transparent 6px, #2bbc8a 6px, #2bbc8a);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
.content h6 a {
  background: none;
  color: inherit;
  text-decoration: none;
}
.content h6 a:hover {
  background-image: linear-gradient(transparent, transparent 6px, #2bbc8a 6px, #2bbc8a);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
@media (min-width: 540px) {
  .image-wrap {
    flex-direction: row;
    margin-bottom: 2rem;
  }
  .image-wrap .image-block {
    flex: 1 0 35%;
    margin-right: 2rem;
  }
  .image-wrap p {
    flex: 1 0 65%;
  }
}
.max-width {
  max-width: 48rem;
}
@media (max-width: 480px) {
  .px3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .my4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 480px) {
  p {
    text-align: justify;
  }
}
#header {
  margin: 0 auto 2rem;
  width: 100%;
  position: relative;
  min-height: 50px;
}
#header h1,
#header .h1 {
  margin-top: 0;
  margin-bottom: 0;
  color: #c9cacc;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
#header a {
  background: none;
  color: inherit;
  text-decoration: none;
}
#header > a {
  display: flex;
  align-items: flex-start;
}
#header #logo {
  display: block;
  flex-shrink: 0;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
#header #title {
  flex: 1;
}
#header #nav {
  color: #2bbc8a;
  letter-spacing: 0.01em;
  font-weight: 200;
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 70px;
  right: 0;
  font-family: 'Syne Mono', monospace;
}
#header #nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#header #nav ul a {
  color: #2bbc8a;
  display: inline-block;
  text-align: left;
  text-shadow: 0 0 5px rgba(0,255,255,0.5), 0 0 10px rgba(0,255,255,0.3), 0 0 15px rgba(0,255,255,0.2);
  transition: text-shadow 0.3s ease;
}
#header #nav ul a:hover {
  background-image: linear-gradient(transparent, transparent 5px, #2bbc8a 5px, #2bbc8a);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
  text-shadow: 0 0 8px rgba(0,255,255,0.8), 0 0 15px rgba(0,255,255,0.5), 0 0 20px rgba(0,255,255,0.3);
}
#header #nav ul li {
  display: inline-block;
  border-right: 1px;
  border-color: #2bbc8a;
  vertical-align: middle;
}
#header #nav ul li:first-of-type:not(.icon) {
  margin-left: 0;
}
#header #nav ul .icon {
  display: none;
}
#header #nav ul li:last-child {
  border-right: 0;
}
#header:hover #logo {
  filter: none;
  -webkit-filter: none;
}
@media screen and (max-width: 480px) {
  #header {
    min-height: auto;
    display: flex;
    flex-direction: column;
  }
  #header > a {
    display: flex;
    flex-direction: row;
  }
  #header #title {
    display: table;
    margin-right: 0;
    min-height: 50px;
    flex: 1;
  }
  #header #title h1 {
    display: table-cell;
    vertical-align: middle;
  }
  #header #nav {
    position: static;
    left: 0;
    right: 0;
    margin-top: 0;
    order: 2;
  }
  #header #nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    gap: 0;
  }
  #header #nav ul a {
    display: block;
    text-align: left;
    padding: 0.75rem 0;
  }
  #header #nav ul a:hover {
    background: none;
  }
  #header #nav ul li {
    display: none;
    border-right: 0;
    width: 100%;
  }
  #header #nav ul li.icon {
    position: static;
    display: block;
    width: auto;
    text-align: left;
    padding: 0.5rem 0;
  }
  #header #nav ul.responsive {
    display: flex;
    flex-direction: column;
    margin-top: 0.5rem;
  }
  #header #nav ul.responsive li {
    display: block;
    text-align: left;
    margin-left: 0;
    width: 100%;
  }
  #header #nav ul.responsive li.icon {
    text-align: left;
    width: auto;
    order: -1;
  }
  #header #nav ul.responsive a {
    display: block;
    width: 100%;
  }
  #header #nav li:not(:first-child) {
    padding-top: 0;
    padding-left: 0;
    font-size: 1rem;
  }
}
#header-post {
  position: fixed;
  top: 2rem;
  right: 0;
  display: inline-block;
  float: right;
  z-index: 10;
}
#header-post a {
  background: none;
  color: inherit;
  text-decoration: none;
}
#header-post a.icon {
  background: none;
}
#header-post a.icon:hover {
  color: #2bbc8a;
}
#header-post ol {
  list-style-type: none;
}
#header-post ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#header-post ul li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
#header-post ul li:last-child {
  margin-right: 0;
}
#header-post #menu-icon {
  float: right;
  margin-right: 2rem;
  margin-left: 15px;
}
#header-post #menu-icon:hover {
  color: #2bbc8a;
}
#header-post #menu-icon-tablet {
  float: right;
  margin-right: 2rem;
  margin-left: 15px;
}
#header-post #menu-icon-tablet:hover {
  color: #2bbc8a;
}
#header-post #top-icon-tablet {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  margin-right: 2rem;
  margin-left: 15px;
}
#header-post #top-icon-tablet:hover {
  color: #2bbc8a;
}
#header-post .active {
  color: #2bbc8a;
}
#header-post #menu {
  visibility: visible;
  margin-right: 1rem;
  position: relative;
  z-index: 100;
}
#header-post #nav {
  color: #2bbc8a;
  letter-spacing: 0.01em;
  font-weight: 200;
  font-style: normal;
  font-size: 0.8rem;
}
#header-post #nav ul {
  line-height: 15px;
}
#header-post #nav ul a {
  margin-right: 15px;
  color: #2bbc8a;
}
#header-post #nav ul a:hover {
  background-image: linear-gradient(transparent, transparent 5px, #2bbc8a 5px, #2bbc8a);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
#header-post #nav ul li {
  border-right: 0;
}
#header-post #nav ul li:last-child {
  margin-right: 0;
  border-right: 0;
}
#header-post #nav ul li:last-child a {
  margin-right: 0;
}
#header-post #actions {
  float: right;
  margin-top: 2rem;
  margin-right: 2rem;
  width: 100%;
  text-align: right;
}
#header-post #actions ul {
  display: block;
}
#header-post #actions .info {
  display: block;
  font-style: italic;
}
#header-post #share {
  clear: both;
  padding-top: 1rem;
  padding-right: 2rem;
  text-align: right;
}
#header-post #share li {
  display: block;
  margin: 0;
}
#header-post #toc {
  float: right;
  clear: both;
  overflow: auto;
  margin-top: 1rem;
  padding-right: 2rem;
  max-width: 16em;
  max-height: calc(95vh - 7rem);
  text-align: right;
}
#header-post #toc a:hover {
  color: #2bbc8a;
}
#header-post #toc .toc-level-1 > .toc-link {
  color: #2bbc8a;
  font-weight: bold;
  font-size: 0.7rem;
}
#header-post #toc .toc-level-1 > .toc-link:before {
  position: relative;
  left: -0.1rem;
  font-weight: bold;
  font-size: 0.7rem;
  color: #060;
  content: " H1";
}
#header-post #toc .toc-level-2 {
  color: #efefef;
  font-size: 0.5rem;
}
#header-post #toc .toc-level-2:before {
  position: relative;
  left: -0.1rem;
  font-weight: bold;
  font-size: 0.5rem;
  color: #060;
  content: " H2";
}
#header-post #toc .toc-level-3 {
  color: #999;
  font-size: 0.4rem;
  font-style: italic;
}
#header-post #toc .toc-level-3:before {
  position: relative;
  left: -0.2rem;
  font-weight: bold;
  font-size: 0.4rem;
  color: #060;
  font-style: normal;
  content: " H3";
}
#header-post #toc .toc-level-4 {
  color: #525252;
  font-size: 0.3rem;
}
#header-post #toc .toc-level-5 {
  display: none;
}
#header-post #toc .toc-level-6 {
  display: none;
}
#header-post #toc .toc-number {
  display: none;
}
@media screen and (max-width: 500px) {
  #header-post {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #header-post #menu-icon {
    display: none;
  }
  #header-post #actions {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  #header-post #toc {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  #header-post #menu-icon-tablet {
    display: none !important;
  }
  #header-post #top-icon-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1199px) {
  #header-post #actions {
    width: auto;
  }
  #header-post #actions ul {
    display: inline-block;
    float: right;
  }
  #header-post #actions .info {
    display: inline;
    float: left;
    margin-right: 2rem;
    font-style: italic;
  }
}
@media print {
  #header-post {
    display: none;
  }
  #footer-post-container {
    display: none;
  }
}
#footer-post {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000000;
  width: 100%;
  border-top: 1px solid #666;
  background: #212326;
  transition: opacity 0.2s;
}
#footer-post a {
  background: none;
  color: inherit;
  text-decoration: none;
}
#footer-post a.icon {
  background: none;
}
#footer-post a.icon:hover {
  color: #2bbc8a;
}
#footer-post #nav-footer {
  padding-right: 1rem;
  padding-left: 1rem;
  background: #323539;
  text-align: center;
}
#footer-post #nav-footer a {
  color: #2bbc8a;
  font-size: 1em;
}
#footer-post #nav-footer a:hover {
  background-image: linear-gradient(transparent, transparent 5px, #2bbc8a 5px, #2bbc8a);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
#footer-post #nav-footer ul {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
#footer-post #nav-footer ul li {
  display: inline-table;
  padding: 10px;
  width: 20%;
  vertical-align: middle;
}
#footer-post #actions-footer {
  overflow: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
#footer-post #actions-footer a {
  display: inline-block;
  padding-left: 1rem;
  color: #2bbc8a;
}
#footer-post #share-footer {
  padding-right: 1rem;
  padding-left: 1rem;
  background: #323539;
  text-align: center;
}
#footer-post #share-footer ul {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
#footer-post #share-footer ul li {
  display: inline-table;
  padding: 10px;
  width: 20%;
  vertical-align: middle;
}
#footer-post #toc-footer {
  clear: both;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #323539;
  text-align: left;
}
#footer-post #toc-footer ol {
  margin: 0;
  padding-left: 20px;
  list-style-type: none;
}
#footer-post #toc-footer ol li {
  line-height: 30px;
}
#footer-post #toc-footer a:hover {
  color: #2bbc8a;
}
#footer-post #toc-footer .toc-level-1 > .toc-link {
  display: none;
}
#footer-post #toc-footer .toc-level-2 {
  color: #c9cacc;
  font-size: 0.8rem;
}
#footer-post #toc-footer .toc-level-2:before {
  color: #2bbc8a;
  content: "#";
}
#footer-post #toc-footer .toc-level-3 {
  color: #666;
  font-size: 0.7rem;
  line-height: 15px;
}
#footer-post #toc-footer .toc-level-4 {
  display: none;
}
#footer-post #toc-footer .toc-level-5 {
  display: none;
}
#footer-post #toc-footer .toc-level-6 {
  display: none;
}
#footer-post #toc-footer .toc-number {
  display: none;
}
@media screen and (min-width: 500px) {
  #footer-post-container {
    display: none;
  }
}
.post-list {
  padding: 0;
}
.post-list .post-item {
  margin-bottom: 1rem;
  margin-left: 0;
  list-style-type: none;
}
.post-list .post-item .meta {
  display: block;
  margin-right: 16px;
  min-width: 100px;
  color: #666;
  font-size: 14px;
}
@media (min-width: 480px) {
  .post-list .post-item {
    display: flex;
    margin-bottom: 5px;
  }
  .post-list .post-item .meta {
    text-align: left;
  }
}
.project-list {
  padding: 0;
  list-style: none;
}
.project-list .project-item {
  margin-bottom: 5px;
}
.project-list .project-item p {
  display: inline;
}
blockquote {
  margin: 0.5rem 10px;
  padding: 0.5em 10px;
  background: inherit;
  color: #74897f;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-weight: 600;
}
blockquote p {
  margin: 0;
}
blockquote:before {
  margin-right: 0.25em;
  color: #74897f;
  content: "\201C";
  vertical-align: -0.4em;
  font-size: 2em;
  line-height: 0.1em;
}
blockquote footer {
  margin: line-height 0;
  color: #666;
  font-size: 11px;
}
blockquote footer a {
  background-image: linear-gradient(transparent, transparent 5px, #666 5px, #666);
  color: #666;
}
blockquote footer a:hover {
  background-image: linear-gradient(transparent, transparent 4px, #858585 4px, #858585);
  color: #858585;
}
blockquote footer cite:before {
  padding: 0 0.5em;
  content: "—";
}
article header .posttitle {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
  font-size: 1.5rem;
  line-height: 1.25;
}
article header .meta {
  margin-top: 0;
  margin-bottom: 1rem;
}
article header .meta * {
  color: #ccc;
  font-size: 0.85rem;
}
article header .author {
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 700;
}
article header .postdate {
  display: inline;
}
article .content h1:before {
  position: absolute;
  left: -2rem;
  color: #060;
  content: "H1";
  font-weight: bold;
  font-size: 1.2rem;
}
article .content h2:before {
  position: absolute;
  left: -2rem;
  color: #060;
  content: "H2";
  font-weight: bold;
  font-size: 1rem;
}
article .content h3:before {
  position: absolute;
  left: -2rem;
  color: #060;
  content: "H3";
  font-weight: bold;
  font-size: 0.9rem;
}
article .content img,
article .content video {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
article .content .video-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  height: 0;
}
article .content .video-container iframe,
article .content .video-container object,
article .content .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
}
article .content blockquote {
  margin: 0.5rem 10px;
  padding: 0.5em 10px;
  background: inherit;
  color: #74897f;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-weight: 600;
}
article .content blockquote p {
  margin: 0;
}
article .content blockquote:before {
  margin-right: 0.25em;
  color: #74897f;
  content: "\201C";
  vertical-align: -0.4em;
  font-size: 2em;
  line-height: 0.1em;
}
article .content blockquote footer {
  margin: line-height 0;
  color: #666;
  font-size: 11px;
}
article .content blockquote footer a {
  background-image: linear-gradient(transparent, transparent 5px, #666 5px, #666);
  color: #666;
}
article .content blockquote footer a:hover {
  background-image: linear-gradient(transparent, transparent 4px, #858585 4px, #858585);
  color: #858585;
}
article .content blockquote footer cite:before {
  padding: 0 0.5em;
  content: "—";
}
article .content .pullquote {
  margin: 0;
  width: 45%;
  text-align: left;
}
article .content .pullquote.left {
  margin-right: 1em;
  margin-left: 0.5em;
}
article .content .pullquote.right {
  margin-right: 0.5em;
  margin-left: 1em;
}
article .content .caption {
  position: relative;
  display: block;
  margin-top: 0.5em;
  color: #666;
  text-align: center;
  font-size: 0.9em;
}
.posttitle {
  text-transform: none;
  font-size: 1.5em;
  line-height: 1.25;
}
.article-tag .tag-link {
  background-image: linear-gradient(transparent, transparent 10px, #2bbc8a 10px, #2bbc8a);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
.article-tag .tag-link:before {
  content: "#";
}
.article-category .category-link {
  background-image: linear-gradient(transparent, transparent 10px, #2bbc8a 10px, #2bbc8a);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
@media (min-width: 480px) {
  .article-tag,
  .article-category {
    display: inline;
  }
  .article-tag:before,
  .article-category:before {
    content: "|";
  }
}
#archive .post-list {
  padding: 0;
}
#archive .post-list .post-item {
  margin-bottom: 1rem;
  margin-left: 0;
  list-style-type: none;
}
#archive .post-list .post-item .meta {
  display: block;
  margin-right: 16px;
  min-width: 100px;
  color: #666;
  font-size: 14px;
}
@media (min-width: 480px) {
  #archive .post-list .post-item {
    display: flex;
    margin-bottom: 5px;
    margin-left: 1rem;
  }
  #archive .post-list .post-item .meta {
    text-align: left;
  }
}
.blog-post-comments {
  margin-top: 7rem;
}
#footer {
  padding: 40px 0 0 0;
  bottom: 0;
  width: 100%;
  color: #666;
  vertical-align: top;
  font-size: 0.9rem;
}
#footer .footer-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin-bottom: 1em;
  flex-wrap: wrap;
}
#footer .footer-copyright {
  display: inline-block;
  font-family: 'Syne Mono', monospace;
  text-shadow: 0 0 5px rgba(102,102,102,0.6), 0 0 10px rgba(102,102,102,0.4), 0 0 15px rgba(102,102,102,0.2);
}
#footer .footer-separator {
  color: #666;
  font-family: 'Syne Mono', monospace;
  text-shadow: 0 0 5px rgba(102,102,102,0.6), 0 0 10px rgba(102,102,102,0.4), 0 0 15px rgba(102,102,102,0.2);
}
#footer .footer-license {
  color: #666;
  text-decoration: none;
  font-family: 'Syne Mono', monospace;
  text-shadow: 0 0 5px rgba(102,102,102,0.6), 0 0 10px rgba(102,102,102,0.4), 0 0 15px rgba(102,102,102,0.2);
  transition: text-shadow 0.3s ease;
}
#footer .footer-license:hover {
  color: #b3b3b3;
  text-shadow: 0 0 8px rgba(153,153,153,0.8), 0 0 15px rgba(153,153,153,0.5), 0 0 20px rgba(153,153,153,0.3);
}
#footer .footer-badge {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}
#footer .footer-badge img {
  height: 1.2em;
  width: auto;
  vertical-align: middle;
}
#footer .footer-cc-badge img {
  height: 1.5em;
}
#footer .footer-middle {
  width: 100%;
  margin-bottom: 1em;
  text-align: left;
}
#footer .footer-powered {
  color: #666;
  font-family: 'Syne Mono', monospace;
  text-shadow: 0 0 5px rgba(102,102,102,0.6), 0 0 10px rgba(102,102,102,0.4), 0 0 15px rgba(102,102,102,0.2);
}
#footer .footer-powered i {
  margin-left: 0.3em;
  display: inline-block;
  animation: heartbeat 1.5s ease-in-out infinite;
}
#footer .footer-bottom {
  width: 100%;
  margin-bottom: 1em;
}
#footer div {
  width: 100%;
  margin-bottom: 1em;
}
#footer div .footer-left {
  height: 1em;
  vertical-align: middle;
  line-height: 20px;
  text-align: right;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#footer li {
  display: inline-block;
  border-right: 1px;
  border-color: #666;
  vertical-align: middle;
}
#footer li:first-child {
  margin-left: 0;
}
#footer li:last-child {
  border-right: 0;
}
#footer a {
  color: #666;
  font-size: 0.9rem;
  text-decoration: none;
  background-image: none;
  display: inline-block;
  text-align: left;
  font-family: 'Syne Mono', monospace;
  text-shadow: 0 0 5px rgba(102,102,102,0.6), 0 0 10px rgba(102,102,102,0.4), 0 0 15px rgba(102,102,102,0.2);
  transition: text-shadow 0.3s ease;
}
#footer a:hover {
  color: #b3b3b3;
  text-shadow: 0 0 8px rgba(153,153,153,0.8), 0 0 15px rgba(153,153,153,0.5), 0 0 20px rgba(153,153,153,0.3);
}
@media (max-width: 480px) {
  #footer .footer-top {
    font-size: 0.8rem;
    gap: 0.5rem;
  }
  #footer .footer-middle {
    font-size: 0.8rem;
  }
  #footer .footer-bottom nav ul {
    flex-direction: column;
    gap: 0.5rem;
  }
  #footer .footer-bottom li {
    border-right: 0;
    text-align: left;
  }
  #footer .footer-bottom a {
    display: block;
    padding: 0.5rem 0;
  }
}
@media (min-width: 39rem) {
  #footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
  }
  #footer .footer-left {
    align-self: flex-start;
    margin-right: 20px;
  }
  #footer .footer-right {
    align-self: flex-end;
  }
}
@-moz-keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.2);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.2);
  }
  56% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.2);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.2);
  }
  56% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.2);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.2);
  }
  56% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.2);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.2);
  }
  56% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.pagination {
  display: inline-block;
  margin-top: 2rem;
  width: 100%;
  text-align: center;
}
.pagination .page-number {
  color: #c9cacc;
  font-size: 0.8rem;
}
.pagination a {
  padding: 4px 6px;
  border-radius: 5px;
  background-image: none;
  color: #c9cacc;
  text-decoration: none;
}
.pagination a:hover {
  background-image: none;
}
.pagination a:hover:not(.active) {
  color: #eee;
}
.search-quote {
  color: #2bbc8a;
  margin: 1.5em 0 2em;
  padding: 0.8em 0;
  font-size: 0.9rem;
  text-align: left;
  position: relative;
  font-family: monospace;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(43,188,138,0.6), 0 0 20px rgba(43,188,138,0.3);
}
.search-quote:before {
  content: "> ";
  color: #ccc;
  font-weight: bold;
}
#search form {
  position: relative;
}
#search form:before {
  content: "user@gitkeniwo.github.io ~/search $";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  font-family: monospace;
  font-weight: normal;
  font-size: 0.85rem;
  z-index: 1;
  pointer-events: none;
  white-space: nowrap;
}
.search-input {
  padding: 8px 12px 8px 306px;
  width: 100%;
  outline: none;
  border: 2px solid #ccc;
  border-radius: 0;
  color: #c9cacc;
  font-size: 1.2rem;
  transition: all 0.1s ease;
  position: relative;
  font-family: monospace;
  letter-spacing: 1px;
  background-color: #212326;
  background-image: radial-gradient(circle, rgba(204,204,204,0.12) 1px, transparent 1px);
  background-size: 8px 8px;
  background-position: 0 0;
  box-shadow: -4px -4px 0 0 #1d1f21, 4px -4px 0 0 #1d1f21, -4px 4px 0 0 #1d1f21, 4px 4px 0 0 #1d1f21;
}
.search-input:focus {
  border: 2px solid #2bbc8a;
  transform: translate(1px, 1px);
  background-color: #2b2e32;
  background-image: radial-gradient(circle, rgba(43,188,138,0.2) 1px, transparent 1px);
  box-shadow: -4px -4px 0 0 #1d1f21, 4px -4px 0 0 #1d1f21, -4px 4px 0 0 #1d1f21, 4px 4px 0 0 #1d1f21, 0 0 10px rgba(43,188,138,0.2);
}
#search-result ul.search-result-list {
  padding: 0;
  list-style-type: none;
}
#search-result li {
  margin: 2em auto;
}
#search-result a.search-result-title {
  background-image: none;
  color: #c9cacc;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 1.2;
}
#search-result p.search-result {
  overflow: hidden;
  margin: 0.4em auto;
  max-height: 13em;
  text-align: justify;
  font-size: 0.8em;
}
#search-result em.search-keyword {
  border-bottom: 1px dashed #2bbc8a;
  color: #2bbc8a;
  font-weight: bold;
}
.search-no-result {
  display: none;
  padding-bottom: 0.5em;
  color: #c9cacc;
}
#tag-cloud .tag-cloud-title {
  color: #2bbc8a;
  font-size: 1.2em;
  margin-bottom: 0.8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  text-shadow: 2px 2px 0 #060;
}
#tag-cloud .tag-cloud-tags {
  clear: both;
  text-align: left;
  line-height: 1.6;
}
#tag-cloud .tag-cloud-tags a.tag-item {
  display: inline-block;
  margin: 0.2em;
  padding: 0.2em 0.5em;
  text-decoration: none;
  background: #212326;
  border: 1px solid #666;
  color: #666;
  font-weight: bold;
  font-size: 0.9em;
  transition: all 0.1s ease;
  position: relative;
  box-shadow: 2px 2px 0 #575757;
}
#tag-cloud .tag-cloud-tags a.tag-item:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 3px;
  height: 3px;
  background: #1d1f21;
}
#tag-cloud .tag-cloud-tags a.tag-item:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 3px;
  height: 3px;
  background: #1d1f21;
}
#tag-cloud .tag-cloud-tags a.tag-item .tag-count {
  position: absolute;
  top: -8px;
  right: -8px;
  padding: 0.1em 0.3em;
  font-size: 0.65em;
  font-weight: bold;
  min-width: 1.2em;
  text-align: center;
  font-family: "Syne Mono", "Menlo", "Meslo LG", monospace;
  color: #1d1f21;
  background: #666;
  border: 1px solid #666;
  border-radius: 2px;
  z-index: 1;
}
#tag-cloud .tag-cloud-tags a.tag-item:hover {
  border-color: #ccc;
  color: #ccc;
  box-shadow: 1px 1px 0 #666;
  transform: translate(1px, 1px);
  background: #35393d;
}
#tag-cloud .tag-cloud-tags a.tag-item[data-count]:nth-child(-n+3) {
  border-color: #2bbc8a;
  color: #2bbc8a;
  box-shadow: 2px 2px 0 #060;
}
#tag-cloud .tag-cloud-tags a.tag-item[data-count]:nth-child(-n+3) .tag-count {
  background: #2bbc8a;
  border: 1px solid #2bbc8a;
}
#tag-cloud .tag-cloud-tags a.tag-item[data-count]:nth-child(-n+3):hover {
  border-color: #8dba8a;
  color: #8dba8a;
  box-shadow: 1px 1px 0 #060;
  transform: translate(1px, 1px);
  background: #35393d;
}
#tag-cloud .tag-cloud-tags a.tag-item[data-count]:nth-child(n+4):nth-child(-n+8) {
  border-color: #31895f;
  color: #31895f;
  box-shadow: 2px 2px 0 #276e4c;
}
#tag-cloud .tag-cloud-tags a.tag-item[data-count]:nth-child(n+4):nth-child(-n+8) .tag-count {
  background: #31895f;
  border: 1px solid #31895f;
}
#tag-cloud .tag-cloud-tags a.tag-item[data-count]:nth-child(n+4):nth-child(-n+8):hover {
  border-color: #2bbc8a;
  color: #2bbc8a;
  box-shadow: 1px 1px 0 #060;
  transform: translate(1px, 1px);
  background: #35393d;
}
#tag-cloud .tag-cloud-tags a.tag-item[data-count]:nth-child(n+9):nth-child(-n+15) {
  border-color: #8dba8a;
  color: #8dba8a;
  box-shadow: 2px 2px 0 #31895f;
}
#tag-cloud .tag-cloud-tags a.tag-item[data-count]:nth-child(n+9):nth-child(-n+15) .tag-count {
  background: #8dba8a;
  border: 1px solid #8dba8a;
}
#tag-cloud .tag-cloud-tags a.tag-item[data-count]:nth-child(n+9):nth-child(-n+15):hover {
  border-color: #2bbc8a;
  color: #2bbc8a;
  box-shadow: 1px 1px 0 #060;
  transform: translate(1px, 1px);
  background: #35393d;
}
#tag-cloud .tag-cloud-tags a.tag-item[data-count]:nth-child(n+16) {
  border-color: #666;
  color: #666;
  box-shadow: 2px 2px 0 #575757;
}
#tag-cloud .tag-cloud-tags a.tag-item[data-count]:nth-child(n+16) .tag-count {
  background: #666;
  border: 1px solid #666;
}
#tag-cloud .tag-cloud-tags a.tag-item[data-count]:nth-child(n+16):hover {
  border-color: #ccc;
  color: #ccc;
  box-shadow: 1px 1px 0 #666;
  transform: translate(1px, 1px);
  background: #35393d;
}
#tag-cloud .tag-cloud-tags a.tag-item:active {
  transform: translate(2px, 2px);
  box-shadow: 0 0 0 #666;
}
.widget.tagcloud {
  display: block;
  line-height: 2;
}
.widget.tagcloud a.tag-item {
  display: inline-block;
  margin: 0.2em;
  padding: 0.15em 0.4em;
  text-decoration: none;
  background: #212326;
  border: 1px solid #666;
  color: #666;
  font-weight: bold;
  transition: all 0.1s ease;
  position: relative;
  box-shadow: 2px 2px 0 #575757;
}
.widget.tagcloud a.tag-item:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 3px;
  height: 3px;
  background: #1d1f21;
}
.widget.tagcloud a.tag-item:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 3px;
  height: 3px;
  background: #1d1f21;
}
.widget.tagcloud a.tag-item .tag-count {
  position: absolute;
  top: -8px;
  right: -8px;
  padding: 0.1em 0.3em;
  font-size: 0.55em;
  font-weight: bold;
  min-width: 1.2em;
  text-align: center;
  font-family: "Syne Mono", "Menlo", "Meslo LG", monospace;
  color: #1d1f21;
  background: #666;
  border: 1px solid #666;
  border-radius: 2px;
  z-index: 1;
}
.widget.tagcloud a.tag-item:hover {
  border-color: #ccc;
  color: #ccc;
  box-shadow: 1px 1px 0 #666;
  transform: translate(1px, 1px);
  background: #35393d;
}
.widget.tagcloud a.tag-item[data-count="1"] {
  border-color: #5c5c5c;
  color: #5c5c5c;
  box-shadow: 2px 2px 0 #4d4d4d;
}
.widget.tagcloud a.tag-item[data-count="1"] .tag-count {
  background: #5c5c5c;
  border: 1px solid #5c5c5c;
}
.widget.tagcloud a.tag-item[data-count="2"] {
  border-color: #666;
  color: #666;
  box-shadow: 2px 2px 0 #575757;
}
.widget.tagcloud a.tag-item[data-count="2"] .tag-count {
  background: #666;
  border: 1px solid #666;
}
.widget.tagcloud a.tag-item[data-count="3"] {
  border-color: #98ae96;
  color: #98ae96;
  box-shadow: 2px 2px 0 #7d997b;
}
.widget.tagcloud a.tag-item[data-count="3"] .tag-count {
  background: #98ae96;
  border: 1px solid #98ae96;
}
.widget.tagcloud a.tag-item[data-count="6"],
.widget.tagcloud a.tag-item[data-count="5"],
.widget.tagcloud a.tag-item[data-count="4"] {
  border-color: #8dba8a;
  color: #8dba8a;
  box-shadow: 2px 2px 0 #31895f;
  padding: 0.25em 0.6em;
}
.widget.tagcloud a.tag-item[data-count="6"] .tag-count,
.widget.tagcloud a.tag-item[data-count="5"] .tag-count,
.widget.tagcloud a.tag-item[data-count="4"] .tag-count {
  background: #8dba8a;
  border: 1px solid #8dba8a;
  font-size: 0.68em;
}
.widget.tagcloud a.tag-item[data-count="6"]:hover,
.widget.tagcloud a.tag-item[data-count="5"]:hover,
.widget.tagcloud a.tag-item[data-count="4"]:hover {
  border-color: #2bbc8a;
  color: #2bbc8a;
  box-shadow: 1px 1px 0 #060;
}
.widget.tagcloud a.tag-item[data-count="9"],
.widget.tagcloud a.tag-item[data-count="8"],
.widget.tagcloud a.tag-item[data-count="7"] {
  border-color: #31895f;
  color: #31895f;
  box-shadow: 2px 2px 0 #276e4c;
  padding: 0.35em 0.75em;
}
.widget.tagcloud a.tag-item[data-count="9"] .tag-count,
.widget.tagcloud a.tag-item[data-count="8"] .tag-count,
.widget.tagcloud a.tag-item[data-count="7"] .tag-count {
  background: #31895f;
  border: 1px solid #31895f;
  font-size: 0.75em;
}
.widget.tagcloud a.tag-item[data-count="9"]:hover,
.widget.tagcloud a.tag-item[data-count="8"]:hover,
.widget.tagcloud a.tag-item[data-count="7"]:hover {
  border-color: #2bbc8a;
  color: #2bbc8a;
  box-shadow: 1px 1px 0 #060;
}
.widget.tagcloud a.tag-item[data-count="10"],
.widget.tagcloud a.tag-item[data-count="11"],
.widget.tagcloud a.tag-item[data-count="12"],
.widget.tagcloud a.tag-item[data-count="13"],
.widget.tagcloud a.tag-item[data-count="14"],
.widget.tagcloud a.tag-item[data-count="15"],
.widget.tagcloud a.tag-item[data-count="16"],
.widget.tagcloud a.tag-item[data-count="17"],
.widget.tagcloud a.tag-item[data-count="18"],
.widget.tagcloud a.tag-item[data-count="19"],
.widget.tagcloud a.tag-item[data-count="20"],
.widget.tagcloud a.tag-item[data-count="21"],
.widget.tagcloud a.tag-item[data-count="22"],
.widget.tagcloud a.tag-item[data-count="23"],
.widget.tagcloud a.tag-item[data-count="24"],
.widget.tagcloud a.tag-item[data-count="25"],
.widget.tagcloud a.tag-item[data-count="26"],
.widget.tagcloud a.tag-item[data-count="27"],
.widget.tagcloud a.tag-item[data-count="28"],
.widget.tagcloud a.tag-item[data-count="29"],
.widget.tagcloud a.tag-item[data-count="30"],
.widget.tagcloud a.tag-item[data-count="31"],
.widget.tagcloud a.tag-item[data-count="32"],
.widget.tagcloud a.tag-item[data-count="33"],
.widget.tagcloud a.tag-item[data-count="34"],
.widget.tagcloud a.tag-item[data-count="35"],
.widget.tagcloud a.tag-item[data-count="36"],
.widget.tagcloud a.tag-item[data-count="37"],
.widget.tagcloud a.tag-item[data-count="38"],
.widget.tagcloud a.tag-item[data-count="39"],
.widget.tagcloud a.tag-item[data-count="40"],
.widget.tagcloud a.tag-item[data-count="41"],
.widget.tagcloud a.tag-item[data-count="42"],
.widget.tagcloud a.tag-item[data-count="43"],
.widget.tagcloud a.tag-item[data-count="44"],
.widget.tagcloud a.tag-item[data-count="45"],
.widget.tagcloud a.tag-item[data-count="46"],
.widget.tagcloud a.tag-item[data-count="47"],
.widget.tagcloud a.tag-item[data-count="48"],
.widget.tagcloud a.tag-item[data-count="49"],
.widget.tagcloud a.tag-item[data-count="50"],
.widget.tagcloud a.tag-item[data-count="51"],
.widget.tagcloud a.tag-item[data-count="52"],
.widget.tagcloud a.tag-item[data-count="53"],
.widget.tagcloud a.tag-item[data-count="54"],
.widget.tagcloud a.tag-item[data-count="55"],
.widget.tagcloud a.tag-item[data-count="56"],
.widget.tagcloud a.tag-item[data-count="57"],
.widget.tagcloud a.tag-item[data-count="58"],
.widget.tagcloud a.tag-item[data-count="59"],
.widget.tagcloud a.tag-item[data-count="60"],
.widget.tagcloud a.tag-item[data-count="61"],
.widget.tagcloud a.tag-item[data-count="62"],
.widget.tagcloud a.tag-item[data-count="63"],
.widget.tagcloud a.tag-item[data-count="64"],
.widget.tagcloud a.tag-item[data-count="65"],
.widget.tagcloud a.tag-item[data-count="66"],
.widget.tagcloud a.tag-item[data-count="67"],
.widget.tagcloud a.tag-item[data-count="68"],
.widget.tagcloud a.tag-item[data-count="69"],
.widget.tagcloud a.tag-item[data-count="70"],
.widget.tagcloud a.tag-item[data-count="71"],
.widget.tagcloud a.tag-item[data-count="72"],
.widget.tagcloud a.tag-item[data-count="73"],
.widget.tagcloud a.tag-item[data-count="74"],
.widget.tagcloud a.tag-item[data-count="75"],
.widget.tagcloud a.tag-item[data-count="76"],
.widget.tagcloud a.tag-item[data-count="77"],
.widget.tagcloud a.tag-item[data-count="78"],
.widget.tagcloud a.tag-item[data-count="79"],
.widget.tagcloud a.tag-item[data-count="80"],
.widget.tagcloud a.tag-item[data-count="81"],
.widget.tagcloud a.tag-item[data-count="82"],
.widget.tagcloud a.tag-item[data-count="83"],
.widget.tagcloud a.tag-item[data-count="84"],
.widget.tagcloud a.tag-item[data-count="85"],
.widget.tagcloud a.tag-item[data-count="86"],
.widget.tagcloud a.tag-item[data-count="87"],
.widget.tagcloud a.tag-item[data-count="88"],
.widget.tagcloud a.tag-item[data-count="89"],
.widget.tagcloud a.tag-item[data-count="90"],
.widget.tagcloud a.tag-item[data-count="91"],
.widget.tagcloud a.tag-item[data-count="92"],
.widget.tagcloud a.tag-item[data-count="93"],
.widget.tagcloud a.tag-item[data-count="94"],
.widget.tagcloud a.tag-item[data-count="95"],
.widget.tagcloud a.tag-item[data-count="96"],
.widget.tagcloud a.tag-item[data-count="97"],
.widget.tagcloud a.tag-item[data-count="98"],
.widget.tagcloud a.tag-item[data-count="99"] {
  border-color: #2bbc8a;
  color: #2bbc8a;
  box-shadow: 2px 2px 0 #060;
  padding: 0.45em 0.9em;
}
.widget.tagcloud a.tag-item[data-count="10"] .tag-count,
.widget.tagcloud a.tag-item[data-count="11"] .tag-count,
.widget.tagcloud a.tag-item[data-count="12"] .tag-count,
.widget.tagcloud a.tag-item[data-count="13"] .tag-count,
.widget.tagcloud a.tag-item[data-count="14"] .tag-count,
.widget.tagcloud a.tag-item[data-count="15"] .tag-count,
.widget.tagcloud a.tag-item[data-count="16"] .tag-count,
.widget.tagcloud a.tag-item[data-count="17"] .tag-count,
.widget.tagcloud a.tag-item[data-count="18"] .tag-count,
.widget.tagcloud a.tag-item[data-count="19"] .tag-count,
.widget.tagcloud a.tag-item[data-count="20"] .tag-count,
.widget.tagcloud a.tag-item[data-count="21"] .tag-count,
.widget.tagcloud a.tag-item[data-count="22"] .tag-count,
.widget.tagcloud a.tag-item[data-count="23"] .tag-count,
.widget.tagcloud a.tag-item[data-count="24"] .tag-count,
.widget.tagcloud a.tag-item[data-count="25"] .tag-count,
.widget.tagcloud a.tag-item[data-count="26"] .tag-count,
.widget.tagcloud a.tag-item[data-count="27"] .tag-count,
.widget.tagcloud a.tag-item[data-count="28"] .tag-count,
.widget.tagcloud a.tag-item[data-count="29"] .tag-count,
.widget.tagcloud a.tag-item[data-count="30"] .tag-count,
.widget.tagcloud a.tag-item[data-count="31"] .tag-count,
.widget.tagcloud a.tag-item[data-count="32"] .tag-count,
.widget.tagcloud a.tag-item[data-count="33"] .tag-count,
.widget.tagcloud a.tag-item[data-count="34"] .tag-count,
.widget.tagcloud a.tag-item[data-count="35"] .tag-count,
.widget.tagcloud a.tag-item[data-count="36"] .tag-count,
.widget.tagcloud a.tag-item[data-count="37"] .tag-count,
.widget.tagcloud a.tag-item[data-count="38"] .tag-count,
.widget.tagcloud a.tag-item[data-count="39"] .tag-count,
.widget.tagcloud a.tag-item[data-count="40"] .tag-count,
.widget.tagcloud a.tag-item[data-count="41"] .tag-count,
.widget.tagcloud a.tag-item[data-count="42"] .tag-count,
.widget.tagcloud a.tag-item[data-count="43"] .tag-count,
.widget.tagcloud a.tag-item[data-count="44"] .tag-count,
.widget.tagcloud a.tag-item[data-count="45"] .tag-count,
.widget.tagcloud a.tag-item[data-count="46"] .tag-count,
.widget.tagcloud a.tag-item[data-count="47"] .tag-count,
.widget.tagcloud a.tag-item[data-count="48"] .tag-count,
.widget.tagcloud a.tag-item[data-count="49"] .tag-count,
.widget.tagcloud a.tag-item[data-count="50"] .tag-count,
.widget.tagcloud a.tag-item[data-count="51"] .tag-count,
.widget.tagcloud a.tag-item[data-count="52"] .tag-count,
.widget.tagcloud a.tag-item[data-count="53"] .tag-count,
.widget.tagcloud a.tag-item[data-count="54"] .tag-count,
.widget.tagcloud a.tag-item[data-count="55"] .tag-count,
.widget.tagcloud a.tag-item[data-count="56"] .tag-count,
.widget.tagcloud a.tag-item[data-count="57"] .tag-count,
.widget.tagcloud a.tag-item[data-count="58"] .tag-count,
.widget.tagcloud a.tag-item[data-count="59"] .tag-count,
.widget.tagcloud a.tag-item[data-count="60"] .tag-count,
.widget.tagcloud a.tag-item[data-count="61"] .tag-count,
.widget.tagcloud a.tag-item[data-count="62"] .tag-count,
.widget.tagcloud a.tag-item[data-count="63"] .tag-count,
.widget.tagcloud a.tag-item[data-count="64"] .tag-count,
.widget.tagcloud a.tag-item[data-count="65"] .tag-count,
.widget.tagcloud a.tag-item[data-count="66"] .tag-count,
.widget.tagcloud a.tag-item[data-count="67"] .tag-count,
.widget.tagcloud a.tag-item[data-count="68"] .tag-count,
.widget.tagcloud a.tag-item[data-count="69"] .tag-count,
.widget.tagcloud a.tag-item[data-count="70"] .tag-count,
.widget.tagcloud a.tag-item[data-count="71"] .tag-count,
.widget.tagcloud a.tag-item[data-count="72"] .tag-count,
.widget.tagcloud a.tag-item[data-count="73"] .tag-count,
.widget.tagcloud a.tag-item[data-count="74"] .tag-count,
.widget.tagcloud a.tag-item[data-count="75"] .tag-count,
.widget.tagcloud a.tag-item[data-count="76"] .tag-count,
.widget.tagcloud a.tag-item[data-count="77"] .tag-count,
.widget.tagcloud a.tag-item[data-count="78"] .tag-count,
.widget.tagcloud a.tag-item[data-count="79"] .tag-count,
.widget.tagcloud a.tag-item[data-count="80"] .tag-count,
.widget.tagcloud a.tag-item[data-count="81"] .tag-count,
.widget.tagcloud a.tag-item[data-count="82"] .tag-count,
.widget.tagcloud a.tag-item[data-count="83"] .tag-count,
.widget.tagcloud a.tag-item[data-count="84"] .tag-count,
.widget.tagcloud a.tag-item[data-count="85"] .tag-count,
.widget.tagcloud a.tag-item[data-count="86"] .tag-count,
.widget.tagcloud a.tag-item[data-count="87"] .tag-count,
.widget.tagcloud a.tag-item[data-count="88"] .tag-count,
.widget.tagcloud a.tag-item[data-count="89"] .tag-count,
.widget.tagcloud a.tag-item[data-count="90"] .tag-count,
.widget.tagcloud a.tag-item[data-count="91"] .tag-count,
.widget.tagcloud a.tag-item[data-count="92"] .tag-count,
.widget.tagcloud a.tag-item[data-count="93"] .tag-count,
.widget.tagcloud a.tag-item[data-count="94"] .tag-count,
.widget.tagcloud a.tag-item[data-count="95"] .tag-count,
.widget.tagcloud a.tag-item[data-count="96"] .tag-count,
.widget.tagcloud a.tag-item[data-count="97"] .tag-count,
.widget.tagcloud a.tag-item[data-count="98"] .tag-count,
.widget.tagcloud a.tag-item[data-count="99"] .tag-count {
  background: #2bbc8a;
  border: 1px solid #2bbc8a;
  font-size: 0.82em;
}
.widget.tagcloud a.tag-item[data-count="10"]:hover,
.widget.tagcloud a.tag-item[data-count="11"]:hover,
.widget.tagcloud a.tag-item[data-count="12"]:hover,
.widget.tagcloud a.tag-item[data-count="13"]:hover,
.widget.tagcloud a.tag-item[data-count="14"]:hover,
.widget.tagcloud a.tag-item[data-count="15"]:hover,
.widget.tagcloud a.tag-item[data-count="16"]:hover,
.widget.tagcloud a.tag-item[data-count="17"]:hover,
.widget.tagcloud a.tag-item[data-count="18"]:hover,
.widget.tagcloud a.tag-item[data-count="19"]:hover,
.widget.tagcloud a.tag-item[data-count="20"]:hover,
.widget.tagcloud a.tag-item[data-count="21"]:hover,
.widget.tagcloud a.tag-item[data-count="22"]:hover,
.widget.tagcloud a.tag-item[data-count="23"]:hover,
.widget.tagcloud a.tag-item[data-count="24"]:hover,
.widget.tagcloud a.tag-item[data-count="25"]:hover,
.widget.tagcloud a.tag-item[data-count="26"]:hover,
.widget.tagcloud a.tag-item[data-count="27"]:hover,
.widget.tagcloud a.tag-item[data-count="28"]:hover,
.widget.tagcloud a.tag-item[data-count="29"]:hover,
.widget.tagcloud a.tag-item[data-count="30"]:hover,
.widget.tagcloud a.tag-item[data-count="31"]:hover,
.widget.tagcloud a.tag-item[data-count="32"]:hover,
.widget.tagcloud a.tag-item[data-count="33"]:hover,
.widget.tagcloud a.tag-item[data-count="34"]:hover,
.widget.tagcloud a.tag-item[data-count="35"]:hover,
.widget.tagcloud a.tag-item[data-count="36"]:hover,
.widget.tagcloud a.tag-item[data-count="37"]:hover,
.widget.tagcloud a.tag-item[data-count="38"]:hover,
.widget.tagcloud a.tag-item[data-count="39"]:hover,
.widget.tagcloud a.tag-item[data-count="40"]:hover,
.widget.tagcloud a.tag-item[data-count="41"]:hover,
.widget.tagcloud a.tag-item[data-count="42"]:hover,
.widget.tagcloud a.tag-item[data-count="43"]:hover,
.widget.tagcloud a.tag-item[data-count="44"]:hover,
.widget.tagcloud a.tag-item[data-count="45"]:hover,
.widget.tagcloud a.tag-item[data-count="46"]:hover,
.widget.tagcloud a.tag-item[data-count="47"]:hover,
.widget.tagcloud a.tag-item[data-count="48"]:hover,
.widget.tagcloud a.tag-item[data-count="49"]:hover,
.widget.tagcloud a.tag-item[data-count="50"]:hover,
.widget.tagcloud a.tag-item[data-count="51"]:hover,
.widget.tagcloud a.tag-item[data-count="52"]:hover,
.widget.tagcloud a.tag-item[data-count="53"]:hover,
.widget.tagcloud a.tag-item[data-count="54"]:hover,
.widget.tagcloud a.tag-item[data-count="55"]:hover,
.widget.tagcloud a.tag-item[data-count="56"]:hover,
.widget.tagcloud a.tag-item[data-count="57"]:hover,
.widget.tagcloud a.tag-item[data-count="58"]:hover,
.widget.tagcloud a.tag-item[data-count="59"]:hover,
.widget.tagcloud a.tag-item[data-count="60"]:hover,
.widget.tagcloud a.tag-item[data-count="61"]:hover,
.widget.tagcloud a.tag-item[data-count="62"]:hover,
.widget.tagcloud a.tag-item[data-count="63"]:hover,
.widget.tagcloud a.tag-item[data-count="64"]:hover,
.widget.tagcloud a.tag-item[data-count="65"]:hover,
.widget.tagcloud a.tag-item[data-count="66"]:hover,
.widget.tagcloud a.tag-item[data-count="67"]:hover,
.widget.tagcloud a.tag-item[data-count="68"]:hover,
.widget.tagcloud a.tag-item[data-count="69"]:hover,
.widget.tagcloud a.tag-item[data-count="70"]:hover,
.widget.tagcloud a.tag-item[data-count="71"]:hover,
.widget.tagcloud a.tag-item[data-count="72"]:hover,
.widget.tagcloud a.tag-item[data-count="73"]:hover,
.widget.tagcloud a.tag-item[data-count="74"]:hover,
.widget.tagcloud a.tag-item[data-count="75"]:hover,
.widget.tagcloud a.tag-item[data-count="76"]:hover,
.widget.tagcloud a.tag-item[data-count="77"]:hover,
.widget.tagcloud a.tag-item[data-count="78"]:hover,
.widget.tagcloud a.tag-item[data-count="79"]:hover,
.widget.tagcloud a.tag-item[data-count="80"]:hover,
.widget.tagcloud a.tag-item[data-count="81"]:hover,
.widget.tagcloud a.tag-item[data-count="82"]:hover,
.widget.tagcloud a.tag-item[data-count="83"]:hover,
.widget.tagcloud a.tag-item[data-count="84"]:hover,
.widget.tagcloud a.tag-item[data-count="85"]:hover,
.widget.tagcloud a.tag-item[data-count="86"]:hover,
.widget.tagcloud a.tag-item[data-count="87"]:hover,
.widget.tagcloud a.tag-item[data-count="88"]:hover,
.widget.tagcloud a.tag-item[data-count="89"]:hover,
.widget.tagcloud a.tag-item[data-count="90"]:hover,
.widget.tagcloud a.tag-item[data-count="91"]:hover,
.widget.tagcloud a.tag-item[data-count="92"]:hover,
.widget.tagcloud a.tag-item[data-count="93"]:hover,
.widget.tagcloud a.tag-item[data-count="94"]:hover,
.widget.tagcloud a.tag-item[data-count="95"]:hover,
.widget.tagcloud a.tag-item[data-count="96"]:hover,
.widget.tagcloud a.tag-item[data-count="97"]:hover,
.widget.tagcloud a.tag-item[data-count="98"]:hover,
.widget.tagcloud a.tag-item[data-count="99"]:hover {
  border-color: #8dba8a;
  color: #8dba8a;
  box-shadow: 1px 1px 0 #060;
}
.widget.tagcloud a.tag-item:active {
  transform: translate(2px, 2px);
  box-shadow: 0 0 0 #666;
}
.tooltipped {
  position: relative;
}
.tooltipped::after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 0.2em 0.5em;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #1d1f21;
  font-display: swap;
  font-weight: 400;
  font-size: 0.8em;
  font-family: "CMU Sans Serif", 'Noto Sans TC', 'Noto Sans SC', "Menlo", "Meslo LG", monospace;
  line-height: 1.725;
  text-rendering: geometricPrecision;
  text-align: center;
  word-wrap: break-word;
  white-space: pre;
  content: attr(aria-label);
  background: #c9cacc;
  border-radius: 3px;
  opacity: 0;
}
.tooltipped::before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: #c9cacc;
  pointer-events: none;
  content: '';
  border: 6px solid transparent;
  opacity: 0;
}
.tooltipped:hover::before,
.tooltipped:active::before,
.tooltipped:focus::before,
.tooltipped:hover::after,
.tooltipped:active::after,
.tooltipped:focus::after {
  display: inline-block;
  text-decoration: none;
  animation-name: tooltip-appear;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
.tooltipped-s::after,
.tooltipped-sw::after {
  top: 100%;
  right: 50%;
  margin-top: 6px;
}
.tooltipped-s::before,
.tooltipped-sw::before {
  top: auto;
  right: 50%;
  bottom: -7px;
  margin-right: -6px;
  border-bottom-color: #c9cacc;
}
.tooltipped-sw::after {
  margin-right: -16px;
}
.tooltipped-s::after {
  transform: translateX(50%);
}
@-moz-keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#categories .category-list-title {
  color: #2bbc8a;
  font-size: 1.2em;
  margin-bottom: 0.8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  text-shadow: 2px 2px 0 #060;
}
#categories .category-list .category-list-item {
  margin-bottom: 0.35em;
  list-style: none;
}
#categories .category-list .category-list-item:nth-child(4n+1) a.category-list-link {
  border-color: #2bbc8a;
  color: #2bbc8a;
  box-shadow: 2px 2px 0 #060;
}
#categories .category-list .category-list-item:nth-child(4n+1) a.category-list-link:hover {
  border-color: #8dba8a;
  color: #8dba8a;
  box-shadow: 1px 1px 0 #060;
}
#categories .category-list .category-list-item:nth-child(4n+2) a.category-list-link {
  border-color: #31895f;
  color: #31895f;
  box-shadow: 2px 2px 0 #276e4c;
}
#categories .category-list .category-list-item:nth-child(4n+2) a.category-list-link:hover {
  border-color: #2bbc8a;
  color: #2bbc8a;
  box-shadow: 1px 1px 0 #060;
}
#categories .category-list .category-list-item:nth-child(4n+3) a.category-list-link {
  border-color: #8dba8a;
  color: #8dba8a;
  box-shadow: 2px 2px 0 #31895f;
}
#categories .category-list .category-list-item:nth-child(4n+3) a.category-list-link:hover {
  border-color: #2bbc8a;
  color: #2bbc8a;
  box-shadow: 1px 1px 0 #060;
}
#categories .category-list .category-list-item:nth-child(4n+4) a.category-list-link {
  border-color: #3ead78;
  color: #3ead78;
  box-shadow: 2px 2px 0 #31895f;
}
#categories .category-list .category-list-item:nth-child(4n+4) a.category-list-link:hover {
  border-color: #8dba8a;
  color: #8dba8a;
  box-shadow: 1px 1px 0 #060;
}
#categories .category-list .category-list-item a.category-list-link {
  display: inline-block;
  padding: 0.3em 0.8em;
  text-decoration: none;
  background: #212326;
  border: 1px solid;
  transition: all 0.1s ease;
  font-weight: bold;
  position: relative;
}
#categories .category-list .category-list-item a.category-list-link:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 4px;
  height: 4px;
  background: #1d1f21;
}
#categories .category-list .category-list-item a.category-list-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 4px;
  height: 4px;
  background: #1d1f21;
}
#categories .category-list .category-list-item a.category-list-link:hover {
  transform: translate(1px, 1px);
  background: #35393d;
}
#categories .category-list .category-list-item a.category-list-link:active {
  transform: translate(2px, 2px);
  box-shadow: 0 0 0 #666;
}
#categories .category-list .category-list-item .category-list-count {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.1em 0.4em;
  font-size: 0.75em;
  font-weight: bold;
  min-width: 1.6em;
  text-align: center;
  font-family: "Syne Mono", "Menlo", "Meslo LG", monospace;
}
#categories .category-list .category-list-item:nth-child(4n+1) .category-list-count {
  color: #1d1f21;
  background: #2bbc8a;
  border: 1px solid #2bbc8a;
}
#categories .category-list .category-list-item:nth-child(4n+2) .category-list-count {
  color: #1d1f21;
  background: #31895f;
  border: 1px solid #31895f;
}
#categories .category-list .category-list-item:nth-child(4n+3) .category-list-count {
  color: #1d1f21;
  background: #8dba8a;
  border: 1px solid #8dba8a;
}
#categories .category-list .category-list-item:nth-child(4n+4) .category-list-count {
  color: #1d1f21;
  background: #3ead78;
  border: 1px solid #3ead78;
}
#categories .category-list .category-list-item .category-list-count:before {
  content: "";
}
#categories .category-list .category-list-item .category-list-count:after {
  content: "";
}
#categories .category-list .category-list-child {
  margin-top: 0.35em;
  margin-left: 1em;
  padding-left: 0.6em;
  border-left: 2px dashed #666;
}
#categories .category-list .category-list-child .category-list-item {
  margin-bottom: 0.3em;
}
#categories .category-list .category-list-child .category-list-item a.category-list-link {
  font-size: 0.85em;
  padding: 0.25em 0.6em;
  border-width: 1px;
  border-color: #666 !important;
  color: #666 !important;
  box-shadow: 2px 2px 0 #575757 !important;
}
#categories .category-list .category-list-child .category-list-item a.category-list-link:hover {
  border-color: #ccc !important;
  color: #ccc !important;
  box-shadow: 1px 1px 0 #666 !important;
}
#categories .category-list .category-list-child .category-list-item .category-list-count {
  background: #666 !important;
  border-color: #666 !important;
  color: #1d1f21 !important;
}
.highlight {
  background: #474949;
  color: #d1d9e1;
}
.highlight .code .comment,
.highlight .code .quote {
  color: #969896;
  font-style: italic;
}
.highlight .code .keyword,
.highlight .code .selector-tag,
.highlight .code .literal,
.highlight .code .type,
.highlight .code .addition {
  color: #c9c;
}
.highlight .code .number,
.highlight .code .selector-attr,
.highlight .code .selector-pseudo {
  color: #f99157;
}
.highlight .code .string,
.highlight .code .doctag,
.highlight .code .regexp {
  color: #8abeb7;
}
.highlight .code .title,
.highlight .code .name,
.highlight .code .section,
.highlight .code .built_in {
  color: #b5bd68;
}
.highlight .code .variable,
.highlight .code .template-variable,
.highlight .code .selector-id,
.highlight .code .class .title {
  color: #fc6;
}
.highlight .code .section,
.highlight .code .name,
.highlight .code .strong {
  font-weight: bold;
}
.highlight .code .symbol,
.highlight .code .bullet,
.highlight .code .subst,
.highlight .code .meta,
.highlight .code .link {
  color: #f99157;
}
.highlight .code .deletion {
  color: #dc322f;
}
.highlight .code .formula {
  background: #eee8d5;
}
.highlight .code .attr,
.highlight .code .attribute {
  color: #81a2be;
}
.highlight .code .emphasis {
  font-style: italic;
}
pre {
  overflow-x: auto;
  padding: 10px 15px;
  padding-bottom: 0;
  border: 1px dotted #666;
  border-radius: 4px;
  font-size: 13px;
  font-family: "Syne Mono", "Menlo", "Meslo LG", monospace;
  line-height: 22px;
  -webkit-border-radius: 4px;
}
pre code {
  display: block;
  padding: 0;
  border: none;
}
code {
  padding: 0.1rem 0;
  margin: 0 0.2rem;
  border: 0.08rem hidden #122e24;
  border-radius: 0;
  -webkit-border-radius: 2px;
  color: #31895f;
  background-color: #212a28;
  font-size: 0.9rem;
  font-family: "Syne Mono", "Menlo", "Meslo LG", monospace;
}
strong {
  color: #d1deaf;
  font-family: "CMU Sans Serif Bold", "Glow Sans SC Medium";
}
strong:before {
  position: relative;
  left: 0rem;
/*color: $color-accent-5*/
  content: "**";
  font-weight: bold;
  font-size: 0.6rem;
}
strong:after {
  position: relative;
  right: 0rem;
/*color: $color-accent-5*/
  content: "**";
  font-weight: bold;
  font-size: 0.6rem;
}
em {
  color: #b3d1c2;
  margin: 0 0.1rem;
}
em:before {
  position: relative;
  left: -0.1rem;
/*color: $color-accent-5*/
  content: "*";
  font-weight: bold;
  font-size: 0.6rem;
}
em:after {
  position: relative;
  right: -0.1rem;
/*color: $color-accent-5*/
  content: "*";
  font-weight: bold;
  font-size: 0.6rem;
}
del {
  color: #88948d;
}
del:before {
  position: relative;
  left: 0rem;
/*color: $color-accent-5*/
  content: "~~";
  text-decoration: none;
  display: inline-block;
/*注意下上面两行, 要加那个inline block一起才能取消掉外面～～的删除线*/
  font-weight: bold;
  font-size: 0.9rem;
}
del:after {
  position: relative;
  right: 0rem;
/*color: $color-accent-5*/
  content: "~~";
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-size: 0.9rem;
}
.highlight {
  overflow-x: auto;
  margin: 1rem 0;
  padding: 10px 15px;
  border-radius: 4px;
  background: #212326;
  font-family: "Syne Mono", "Menlo", "Meslo LG", monospace;
  -webkit-border-radius: 4px;
}
.highlight figcaption {
  margin: -5px 0 5px;
  color: #666;
  font-size: 0.9em;
  zoom: 1;
}
.highlight figcaption a {
  float: right;
  color: #666;
  font-style: italic;
  font-size: 0.8em;
  background-image: linear-gradient(transparent, transparent 2px, #2bbc8a 2px, #2bbc8a);
  background-position: bottom;
  background-size: 100% 6px;
  background-repeat: repeat-x;
}
.highlight figcaption a:hover {
  color: #858585;
}
.highlight figcaption:before,
.highlight figcaption content: "" {
  display: table;
}
.highlight figcaption:after {
  clear: both;
}
.highlight:hover .btn-copy {
  opacity: 1;
}
.highlight .btn-copy {
  font-size: 1.2rem;
  position: absolute;
  right: 20px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.highlight .btn-copy:hover {
  color: #2bbc8a;
}
.highlight pre {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.highlight table {
  width: auto;
}
.highlight td.gutter {
  text-align: right;
  opacity: 0.2;
}
.highlight .line {
  height: 22px;
}
