aside {
  scrollbar-width: none;
  height: 100vh;
  position: fixed;
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  color: #fff;
  padding: 0 20px;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-between;
  align-content: stretch;
}
aside::-webkit-scrollbar {
  display: none;
}
aside::-ms-scrollbar {
  display: none;
}
aside h1 {
  font-family: BenderLight, sans-serif;
  margin-top: 0;
}
aside footer {
  color: #898989;
  padding: 0 3px 30px 3px;
  font-family: BenderLight;
}
aside nobr {
  line-height: 28px;
}
#logo {
  user-select: none;
  width: 100%;
  height: 5px;
  display: inline-block;
  margin-bottom: 100%;
  padding: 0;
}
#logo img {
  width: 100%;
}
#Dr {
  text-align: center;
}
#Dr a {
  color: #fff;
}
#total {
  margin: 10px 0;
  font-family: BenderLight;
}
#total div {
  display: inline-block;
}
#total-archives {
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  border-left: 5px solid #fff;
  padding: 0 0 0 10px;
  display: inline-block;
  transition: 1s;
}
#total-archives .total-title {
  font-size: 23px;
  display: block;
}
#total-archives .total-number {
  font-weight: bolder;
  font-size: 52px;
  padding: 0 10px;
  transition: 0.8s;
}
@media (min-width: 769px) {
  #total-archives:hover {
    border-color: #2bf;
    background-color: rgba(255,255,255,0.1);
  }
  #total-archives:hover .total-number {
    color: #2bf;
  }
}
#total-tags,
#total-categories {
  margin: 15px 0 0 15px;
}
#aside-block {
  margin-top: 10px;
  background-color: rgba(20,21,22,0.8);
}
#aside-block,
#aside-block h1 {
  transition: 1s;
}
@media (min-width: 769px) {
  #aside-block:hover {
    background-color: rgba(20,21,22,0.96);
  }
  #aside-block:hover h1 {
    background-color: #2bf;
  }
}
#aside-block h1 {
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0 10px;
  font-size: medium;
}
#description p {
  margin: unset;
  text-align: center;
}
html,
body {
  height: 100%;
  cursor: url("../cursor-inner.png") 3 3, default;
  position: static;
}
a,
button {
  cursor: url("../cursor-inner.png") 3 3, pointer;
}
#cursor-container #cursor-outer {
  position: fixed;
  z-index: 65536;
  transform: translate3d(-50%, -50%, 0px);
  height: 36px;
  width: 36px;
  border: 1px solid #ccc;
  border-radius: 50%;
  pointer-events: none;
  transition: background-color 0.3s, width 0.3s, height 0.3s;
}
#cursor-container #cursor-effect {
  position: fixed;
  z-index: 65535;
  transform: translate3d(-50%, -50%, 0px) scale(0);
  height: 80px;
  width: 80px;
  border: 4px solid #ccc;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}
html {
  -ms-scrollbar-base-color: rgba(255,238,34,0.267);
  -ms-scrollbar-track-color: rgba(255,238,34,0.133);
  scrollbar-width: thin;
  scrollbar-color: #fe2 #69620a;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(255,238,34,0.267);
  border-radius: 0.25em;
}
::-webkit-scrollbar-track {
  background-color: rgba(255,238,34,0.133);
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255,238,34,0.667);
}
::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(255,238,34,0.133);
}
body {
  margin: 0 auto;
  color: #c4c4c4;
  background-color: #141516;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "JetBrains Mono", 'Microsoft YaHei', '\5b8b\4f53', sans-serif;
  overflow-y: overlay;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  margin-block-start: 0.33em;
  margin-block-end: 0.23em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
#post-content h1,
#post-content h2,
#post-content h3,
#post-content h4,
#post-content h5,
#post-content h6 {
  border-bottom: rgba(137,137,137,0.4) solid 1px;
}
#post-content h1 {
  font-size: 1.75em;
}
#post-content h2 {
  font-size: 1.6em;
}
#post-content h3 {
  font-size: 1.45em;
}
#post-content h4 {
  font-size: 1.3em;
}
#post-content h5 {
  font-size: 1.15em;
}
#post-content h6 {
  font-size: 1em;
}
a {
  color: #2bf;
  padding: 0 3px;
  text-decoration: none;
  transition: 0.3s;
}
@media (min-width: 769px) {
  a:hover {
    color: #000;
    background-color: #2bf;
  }
  a:active {
    color: #000;
    background-color: #fe2;
  }
}
time {
  font-family: BenderLight;
}
code,
pre {
  font-family: "JetBrains Mono";
}
code {
  margin: 0 !important;
  background-color: rgba(255,255,255,0.1);
  padding: 0 3px !important;
}
pre {
  margin: 6px 0;
  background-color: transparent;
}
kbd {
  color: #000;
  background-color: #fe2;
  margin: 0 2px;
  border-radius: 2px;
  padding: 0 3px;
  font-family: "JetBrains Mono";
}
em {
  font-family: Times, "Times New Roman", 'FangSong', 'SimSun', serif;
}
strong,
em {
  color: #fff;
}
strong em,
em strong {
  font-family: "JetBrains Mono", 'Microsoft YaHei', '\5b8b\4f53', sans-serif;
  color: #c0392b;
}
blockquote {
  border-left: #2bf solid 5px;
  padding: 3px 20px;
  background-color: rgba(255,255,255,0.05);
  transition: 0.3s;
}
blockquote blockquote {
  margin: 0;
  padding-right: 0;
}
blockquote:hover {
  background-color: rgba(255,255,255,0.1);
}
li {
  margin-block-start: 0.2em;
  margin-block-end: 0.2em;
}
li blockquote {
  margin: 0;
  padding-right: 0;
}
table {
  border: 0;
  border-collapse: collapse;
}
table th {
  color: #000;
  background-color: #fff;
  border: #fff solid 1px;
  padding: 0 10px;
}
table td {
  padding: 0px 8px;
  border: #2bf solid 1px;
}
table td:hover {
  background-color: rgba(34,187,255,0.1);
}
input {
  cursor: url("../cursor-inner.png") 3 3, text;
  user-select: none;
}
mjx-container {
  padding: 5px 0;
}
.text-title,
.text-content {
  height: 18px;
  line-height: 18px;
  color: #000;
  padding: 0 5px;
  font-size: small;
  font-family: sans-serif;
  display: inline-block;
}
.text-title {
  background-color: #2bf;
}
.text-content {
  margin: 0 10px 0 0;
  padding: 0 28px 0 5px;
  background-color: #fff;
}
.gutter pre {
  margin: 6px 0;
  padding-top: 5px;
}
.code pre {
  margin: 6px 0;
}
.hljs span {
  line-height: 0;
}
.code-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.code-icon::before {
  content: '>';
  margin: 5px;
}
.highlight.open .code-box {
  transition: 0.5s cubic-bezier(0.5, 0, 1, 0);
  max-height: 10000px;
}
.highlight.open .code-header .code-space {
  display: none;
}
.highlight.open .code-header .code-icon {
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
.highlight.fold .code-box {
  transition: 0.5s cubic-bezier(0, 1, 0, 1) -0.1s;
  max-height: 0;
}
.highlight.fold .code-header .code-copy {
  display: none;
}
.highlight.fold .code-header .code-icon {
  transition: transform 0.2s ease;
}
.highlight {
  margin: 1em 10px;
  overflow-x: hidden;
}
.code-box {
  overflow-y: hidden;
}
.code-header {
  user-select: none;
  background-color: rgba(255,255,255,0.2);
  display: flex;
  justify-content: space-between;
}
.code-header .code-title {
  color: #fff;
  margin: 7px 8px;
}
.code-header .code-header-tail {
  align-self: center;
}
.code-header .code-header-tail .code-space {
  padding: 8px 14px;
  font-size: 12px;
}
.code-header .code-header-tail .code-copy {
  margin: 0px 4px;
  padding: 7px 9px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: rgba(255,255,255,0.05);
  color: #fff;
  outline: none;
  font-size: 0.75em;
}
.code-header .code-header-tail .code-copy:before {
  content: '复制';
}
.code-header .code-header-tail .code-copy:hover {
  border: 1px solid #fe2;
  color: #fe2;
  transition: 0.3s;
}
.code-header .code-header-tail .copied {
  border: 1px solid #fe2;
  color: #fe2;
  transition: 0.3s, visibility 0;
}
.code-header .code-header-tail .copied:before {
  content: '完成';
}
table td {
  border: 0;
}
table code {
  padding: 0 8px 5px 8px;
  background-color: transparent !important;
}
table .gutter {
  position: sticky;
  color: #000;
  text-align: right;
  background-color: #2bf;
  left: 0;
  padding: 0 8px 5px 8px;
}
table .gutter,
table .gutter pre,
table .gutter span {
  user-select: none;
  pointer-events: none;
}
table .code {
  width: 100%;
  background-color: rgba(255,255,255,0.05);
  transition: 0.3s;
}
table .code:hover {
  background-color: rgba(255,255,255,0.1);
}
.category-list,
.tag-list {
  list-style: none;
  display: block;
  margin: 0;
}
.category-list {
  padding: 0;
}
.category-list-item {
  position: relative;
}
@media (min-width: 769px) {
  .category-list-item:hover a {
    color: #2bf;
    border-left: #2bf solid 5px;
    background-color: rgba(255,255,255,0.1);
  }
  .category-list-item:hover span {
    color: #fff;
  }
}
.category-list-link {
  width: 100%;
  padding: 6px 40% 6px 10px;
  display: inline-block;
  box-sizing: border-box;
}
.category-list-link:before,
.category-list-link:after {
  color: #2bf;
  content: '#';
  padding: 0 5px;
}
.category-list-count {
  padding: 3px 10px;
  position: absolute;
  right: 0;
}
.tag-list {
  padding: 10px;
}
.tag-list-item {
  line-height: 23px;
  background-color: #313131;
  display: inline-block;
  margin: 5px;
  border: #313131 solid 1px;
  border-radius: 3px;
}
.tag-list-item,
.tag-list-item a,
.tag-list-item span {
  transition: 0.3s;
}
@media (min-width: 769px) {
  .tag-list-item:hover {
    border-color: #2bf;
  }
  .tag-list-item:hover a {
    color: #000;
    background-color: #2bf;
  }
  .tag-list-item:hover span {
    background-color: #313131;
  }
  .tag-list-item:active {
    border-color: #fe2;
  }
  .tag-list-item:active a {
    background-color: #fe2;
  }
}
.tag-list-link {
  color: #fff;
  padding: 3px 6px 3px 12px;
  display: inline-block;
}
.tag-list-count {
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
  background-color: #494949;
}
.mermaid {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
}
header {
  top: 0;
  z-index: 5;
  height: 100%;
  transition: 0.3s;
  font-family: BenderLight;
  display: inline;
  position: fixed;
  pointer-events: none;
}
nav {
  position: relative;
  height: 100%;
  white-space: nowrap;
  overflow-y: auto;
  scroll-width: none;
}
nav::-webkit-scrollbar {
  display: none;
}
nav::-ms-scrollbar {
  display: none;
}
nav a {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  display: inline-block;
  padding: 6em 0;
  width: 100%;
  color: #fff;
}
nav a:active {
  background: unset;
}
nav .navBtn {
  pointer-events: all;
  display: block;
  position: absolute;
  top: 1.5rem;
  padding: 0.5rem;
  font-size: 2rem;
  z-index: 10;
}
nav .navBtn .navBtnIcon {
  z-index: 10;
  width: 1em;
  height: 1em;
  display: block;
  position: relative;
}
nav .navBtn .navBtnIconBar {
  position: absolute;
  top: 50%;
  width: 1em;
  height: 0.1em;
  background-color: #d4d8dd;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  transition: transform ease-in-out 0.3s;
}
nav .navBtn .navBtnIconBar:nth-child(1) {
  left: 0;
  transform: translate(0, -350%);
}
nav .navBtn .navBtnIconBar:nth-child(2) {
  left: 0;
  transform: translate(0, -50%);
}
nav .navBtn .navBtnIconBar:nth-child(3) {
  right: 0;
  transform: translate(0, 250%);
}
nav.expanded .navBtnIconBar:nth-child(1) {
  transform: translate(0, -50%) rotateZ(45deg) scaleX(0.5) translate(-50%);
}
nav.expanded .navBtnIconBar:nth-child(3) {
  transform: translate(0, -50%) rotateZ(45deg) scaleX(0.5) translate(50%);
}
nav.expanded .navBtnIconBar:nth-child(2) {
  transform: translate(0, -50%) rotateZ(-45deg);
}
nav .navContent {
  pointer-events: all;
  box-sizing: border-box;
  margin: unset;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
}
nav .navContent .navItem {
  position: relative;
  margin: unset;
}
nav .navContent .navItem .navItemTitle {
  overflow-wrap: break-word;
  white-space: normal;
  position: relative;
  display: block;
}
@media (min-width: 1024px) {
  nav .navContent .navItem.active a {
    color: #2bf;
  }
  nav .navContent .navItem:hover a {
    color: #2bf;
    background-color: unset;
  }
}
@media (max-width: 768px) {
  .navBtn {
    left: 1.5rem;
  }
  .navContent {
    transform: translateX(-100%);
  }
}
@media (max-width: 1023px) {
  header {
    width: 428px;
    max-width: 100%;
  }
  .navContent {
    width: 100%;
    padding-right: 2.5rem;
    transition: transform 0.6s;
    background-color: rgba(0,0,0,0.88);
  }
  .navContent .navItem a {
    box-sizing: border-box;
    align-items: flex-end;
    padding: 0 0 6px 2rem;
    border-bottom: 1px solid rgba(57,57,57,0.5);
    height: 100%;
  }
  .navContent .navItem a:hover {
    background-color: unset;
    color: #fff;
  }
  .navContent .navItem a .navItemTitle::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 2px solid #fff;
    bottom: -7px;
    right: 0;
    position: absolute;
  }
  .navContent .navItem.active a {
    color: #2bf;
  }
  .navContent .navItem.active .navItemTitle::after {
    border-color: #2bf;
  }
  nav.expanded .navContent {
    transform: translateX(0%);
  }
}
@media (min-width: 1024px) {
  nav .navBtn {
    display: none;
  }
  nav .navItemTitle::after {
    content: "";
    display: block;
    width: 0px;
    height: 100%;
    top: 0;
    position: absolute;
  }
  header {
    width: 180px;
  }
}
@media (min-width: 1440px) {
  header {
    width: 210px;
  }
}
@media (min-width: 1920px) {
  header {
    width: 250px;
  }
}
.search-header {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s;
}
.search-header input {
  box-sizing: border-box;
  color: #fff;
  position: relative;
  font-size: 15px;
  height: 40px;
  padding: 0 10px;
  background-color: unset;
  border: unset;
  outline: none;
  width: calc(100% + 10px);
}
.search-header input::placeholder {
  transition: 0.3s;
}
.moved input {
  animation: get-in 0.6s;
}
.navItem {
  transition: 0.6s;
}
main .search {
  transition: 0.6s;
}
main .search .navItem.search-header {
  width: calc(100% - 3em);
  transition: 0.6s;
  position: absolute;
  top: 40px;
  transform: unset;
}
main .search .navItem.search-header input {
  animation: get-out 0.6s;
}
@media (max-width: 1023px) {
  main .search .navItem.search-header {
    top: 38px;
    width: calc(100% - 4em);
  }
  .search-header {
    padding: 0 0 6px 2rem;
  }
  .search-header::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 2px solid #fff;
  }
}
@media (min-width: 1024px) {
  .search-popup {
    background-color: rgba(20,21,22,0.95);
  }
  main .search-header::after {
    transition: 0.3s;
    z-index: -1;
    content: "";
    display: block;
    width: 0px;
    height: 100%;
    top: 0;
    position: absolute;
    border-color: #fff;
  }
  main .search-header:hover input::placeholder {
    transition: 0.3s;
    color: #000;
  }
  main .search-header:hover::after {
    transition: 0.3s;
    width: calc(100% + 10px);
    background-color: #2bf;
  }
}
.search-popup {
  height: calc(100% - 80px);
  z-index: 20;
  transition: 0.6s;
  scrollbar-width: thin;
  position: fixed;
  top: 80px;
  width: 32%;
  padding: 0 0 0 1px;
  overflow-y: auto;
}
.search-popup.open {
  transform: translateX(0%);
}
@media (max-width: 1023px) {
  .search-popup {
    width: 428px;
    max-width: 100%;
  }
}
.search-popup #loading p {
  text-align: center;
}
.search-popup #search-result {
  width: 100%;
}
.search-popup #search-result .recent-post {
  font-family: 'JetBrains Mono';
  margin: 0;
  padding: 8px;
  border: none;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
}
.search-popup #search-result .recent-post p {
  margin: 0.5em;
  max-height: 40px;
  overflow: hidden;
}
.search-popup #search-result .recent-post b {
  color: #fff;
}
.search-popup #search-result .recent-post:hover .search-keyword {
  color: #fe2;
  transition: 0.3s;
  background-color: unset;
}
.search-popup #search-result .recent-post .search-keyword {
  background-color: #2bf;
  color: #fff;
}
.search-popup #search-result .recent-post .search-result-title {
  font-size: 1.1em;
}
.search-popup #search-result #no-result p {
  text-align: center;
}
.search [class$="navItem"],
.search [class$="active"] {
  transform: translateX(-150%);
}
.search-popup {
  left: 0;
  transform: translateX(-100%);
}
.search-popup.open {
  transform: translateX(0%);
}
.search-header:hover::after {
  border-color: #2bf;
}
.search-header::after {
  border-left: 4px solid #fff;
}
@media (min-width: 1024px) {
  .search-header input::placeholder {
    text-align: right;
  }
  .search-header::after {
    left: 0;
  }
}
@-moz-keyframes get-in {
  0% {
    left: -180%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes get-in {
  0% {
    left: -180%;
  }
  100% {
    left: 0;
  }
}
@-o-keyframes get-in {
  0% {
    left: -180%;
  }
  100% {
    left: 0;
  }
}
@keyframes get-in {
  0% {
    left: -180%;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes get-out {
  0% {
    width: 180%;
  }
  100% {
    width: calc(100% + 10px);
  }
}
@-webkit-keyframes get-out {
  0% {
    width: 180%;
  }
  100% {
    width: calc(100% + 10px);
  }
}
@-o-keyframes get-out {
  0% {
    width: 180%;
  }
  100% {
    width: calc(100% + 10px);
  }
}
@keyframes get-out {
  0% {
    width: 180%;
  }
  100% {
    width: calc(100% + 10px);
  }
}
@media (min-width: 769px) {
  header {
    left: 0;
  }
  .navContent {
    transform: translateX(-100%);
  }
  aside {
    right: 0;
  }
}
@media (min-width: 1024px) {
  .navContent {
    padding: 1em 3em 1em 0;
    transform: unset;
  }
  .navContent .navItem {
    left: 1em;
  }
  .navContent .navItem:hover a {
    margin-left: 1em;
  }
  .navContent .navItem a {
    text-align: right;
  }
  .navContent .navItem a .navItemTitle::after {
    left: -4px;
    border-left: 4px solid;
  }
  article {
    margin-right: 240px;
    margin-left: 176px;
  }
}
@media (min-width: 1440px) {
  .navContent .navItem {
    padding-right: 0.5em;
    left: 2.25em;
  }
  article {
    margin-right: 270px;
    margin-left: 220px;
  }
}
@media (min-width: 1920px) {
  .navContent .navItem {
    padding-right: 3.25em;
    left: 5.25em;
  }
  article {
    margin-right: calc(5% + 310px);
    margin-left: 310px;
  }
  aside {
    right: 5%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  article {
    margin-right: 200px;
    margin-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  article {
    margin-left: 50px;
    margin-right: 210px;
  }
}
@media (min-width: 992px) and (max-width: 1919px) {
  aside {
    padding: 0 25px 0 15px;
  }
}
@media (max-width: 768px) {
  body {
    margin: 0 12px;
  }
  body main {
    flex-direction: column;
  }
  article {
    border: none;
    width: 100%;
    max-height: none;
    flex-shrink: 0;
  }
  .highlight,
  blockquote {
    margin: 0;
  }
  aside {
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
  }
  aside h1 {
    font-size: xx-large;
    text-align: center;
    margin: 0;
  }
  aside footer {
    text-align: center;
    padding: 10px 0;
    position: static;
  }
  #paginator {
    margin: 20px 0 0 0;
  }
  #paginator a,
  #paginator span {
    margin: 5px 5px 0 0;
  }
  #post-bg {
    margin: 0;
    padding: 5px 10px 0 10px;
  }
  #post-index {
    margin: 0;
  }
  #logo {
    height: 0;
    margin: 0;
  }
  #logo img {
    opacity: 0.05;
    position: fixed;
    bottom: -50px;
    left: -46%;
    pointer-events: none;
  }
  #total {
    text-align: center;
    margin: 0;
  }
  #total .total-title {
    font-size: medium;
  }
  #total .total-number {
    font-size: large;
  }
  #total-archives {
    width: auto;
  }
  #total-archives .total-title {
    display: inline-block;
  }
  #to-index {
    bottom: 56px;
  }
  #to-top {
    bottom: 16px;
  }
  #post-index {
    margin: 16px 10px 0 10px;
  }
  #archive-flex {
    flex-direction: column;
  }
  #archive-aside {
    order: 1;
  }
  #Categories {
    margin: 10px;
  }
  #cursor-container {
    display: none;
  }
  #Archives {
    margin: 0;
  }
  #Archives time {
    color: #fff;
    padding: 0;
  }
  #Archives .control {
    width: 55px;
  }
}
@media (min-width: 769px) {
  #to-index {
    display: none;
  }
  aside {
    position: fixed;
    top: 0;
    width: 160px;
    transition: 0s;
  }
  aside #description p {
    font-size: small;
  }
  aside h1 {
    font-size: xx-large;
  }
  aside a img {
    transition: background-color 1s;
  }
  aside a img:hover {
    background-color: rgba(255,255,255,0.1);
  }
  #archive-aside {
    max-width: 36%;
  }
}
@media (min-width: 1024px) {
  main aside {
    width: 190px;
    transition: 0.3s;
  }
  main aside #description p {
    font-size: medium;
  }
  main aside h1 {
    font-size: 45px;
  }
}
@media (min-width: 1440px) {
  aside {
    width: 230px;
  }
  aside h1 {
    font-size: 50px;
  }
  aside #total-archives .total-title {
    font-size: 36px;
  }
  aside #total-archives .total-number {
    font-size: 48px;
  }
  aside #total-tags,
  aside #total-categories {
    font-size: 23px;
  }
  .recent-post img {
    width: 90%;
    margin: 0 auto;
    display: block;
    position: relative;
  }
}
@media (min-width: 1920px) {
  main aside {
    width: 270px;
  }
  main aside h1 {
    font-size: 55px;
  }
  main aside #total-archives .total-title {
    font-size: 37px;
  }
  main aside #total-archives .total-number {
    font-size: 48px;
  }
  main aside #total-tags,
  main aside #total-categories {
    font-size: 28px;
  }
  .search-pop-overlay .popup {
    left: 65%;
  }
  .recent-post img {
    width: 80%;
  }
}
#archive-flex {
  height: 100%;
  min-height: 600px;
  padding-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: stretch;
}
.article-item {
  display: flex;
}
#archive-aside {
  position: sticky;
  top: 10px;
  height: 100%;
  display: flex;
  order: -1;
  flex-grow: 1;
  flex-direction: column;
}
#Archives,
#Categories,
#Tags {
  margin: 0 10px;
  background-color: rgba(20,21,22,0.8);
  overflow-y: auto;
}
#Archives,
#Categories,
#Tags,
#Archives h1,
#Categories h1,
#Tags h1 {
  transition: 0.3s;
}
#Archives h1,
#Categories h1,
#Tags h1 {
  margin: 0;
  padding: 0 15px;
  color: #000;
  background-color: #fff;
  font-size: medium;
  font-family: BenderLight;
}
@media (min-width: 769px) {
  #Archives:hover,
  #Categories:hover,
  #Tags:hover,
  #Archives:target,
  #Categories:target,
  #Tags:target {
    background-color: rgba(255,255,255,0.05);
  }
  #Archives:hover h1,
  #Categories:hover h1,
  #Tags:hover h1,
  #Archives:target h1,
  #Categories:target h1,
  #Tags:target h1 {
    background-color: #2bf;
  }
}
#Archives {
  flex-grow: 5;
}
#Archives h2 {
  margin: 10px 0;
  font-size: large;
}
#Archives h2:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 15px;
  margin-right: 5px;
  background-color: #fe2;
}
#Archives time {
  color: #fff;
  padding: 0 0 0 20px;
}
#Archives .control {
  width: 75px;
  display: inline-block;
}
.categories,
.tags {
  display: inline-block;
}
#Archives-bg {
  box-sizing: border-box;
  padding: 10px;
  padding-bottom: 25px;
}
#Categories {
  height: 50%;
  flex-grow: 1;
  margin-bottom: 20px;
}
#Tags {
  height: 100%;
  flex-grow: 1;
}
#navigation a {
  width: 100%;
  display: inline-block;
  padding: 6px 0;
  font-size: x-large;
  font-weight: 900;
  font-family: BenderLight;
  text-align: center;
}
article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 10px);
  height: fit-content;
  padding-top: 10px;
  flex-grow: 1;
  min-width: 1px;
}
article #post-content p,
article .recent-excerpt p {
  line-height: 150%;
}
.recent-post {
  color: #898989;
  display: block;
  margin-bottom: -1px;
  border: 1px solid #898989;
  padding: 13px 15px;
  transition: 0.3s;
}
.recent-post .recent-info::after {
  transition: 0.3s;
}
.recent-post object h1,
.recent-post object h2,
.recent-post object h3,
.recent-post object h4,
.recent-post object h5,
.recent-post object h6 {
  font-size: large;
  margin: 0;
}
.recent-post .categories,
.recent-post .tags {
  font-family: BenderLight, sans-serif;
}
.recent-post .categories {
  color: #2bf;
  font-size: large;
  font-weight: bold;
  padding: 0 10px 0 0;
}
.recent-post .tags {
  font-size: small;
}
.recent-post .tags span,
.recent-post .tags object {
  display: inline-block;
  padding: 0 5px 0 0;
}
.recent-post time {
  color: #898989;
  display: inline-block;
  text-align: left;
  float: right;
}
.recent-post hr {
  color: #898989;
  border-color: #898989;
}
.recent-post img {
  width: 100%;
}
.recent-post h1 {
  font-family: sans-serif;
  color: #fff;
  margin: 0;
  padding: 15px 0 0 0;
}
@media (min-width: 769px) {
  .recent-post:hover {
    color: #000;
    background-color: #2bf;
  }
  .recent-post:hover a {
    color: #000;
  }
  .recent-post:hover a:active {
    color: #000 !important;
  }
  .recent-post:hover a:hover {
    color: #fff;
  }
  .recent-post:hover time,
  .recent-post:hover .categories {
    color: #000;
  }
  .recent-post:hover .recent-info::after {
    background-color: #000;
  }
  .recent-post:hover .recent-excerpt object a {
    color: #fff;
  }
  .recent-post:hover hr {
    color: #2bf;
    border-color: #2bf;
  }
  .recent-post:hover figure table .gutter {
    background-color: #fe2;
  }
  .recent-post:hover figure table .code {
    background-color: rgba(20,21,22,0.8);
  }
  .recent-post:hover figure table .code,
  .recent-post:hover figure table .code:hover {
    color: #fff;
  }
  .recent-post:hover blockquote,
  .recent-post:hover blockquote:hover {
    color: #fff;
    border-color: #fe2;
    background-color: rgba(20,21,22,0.8);
  }
  .recent-post:hover .read-more {
    color: #fff;
    background-color: #000;
  }
}
.recent-info:after {
  content: '';
  width: 13%;
  display: block;
  height: 5px;
  background-color: #2bf;
  position: relative;
  bottom: -6px;
}
.recent-excerpt {
  margin: 12px 0 28px 0;
}
.read-more {
  color: #141516;
  display: block;
  float: right;
  font-size: smaller;
  font-weight: 600;
  background-color: #2bf;
  margin-top: -21px;
  padding: 3px 10px 3px 40px;
  font-family: BenderLight;
}
main {
  transition: 0.3s;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  z-index: 1;
}
#paginator {
  user-select: none;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#paginator a,
#paginator span {
  color: #fff;
  font-weight: bold;
  margin: 5px 10px 0 0;
  border: 1px solid #2bf;
  padding: 5px 10px;
}
@media (min-width: 769px) {
  #paginator a:hover {
    color: #000;
  }
}
#paginator .current {
  color: #000;
  background-color: #2bf;
}
#canvas-dust {
  z-index: -65536;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}
#post-bg {
  padding: 20px 30px;
  background-color: rgba(20,21,22,0.8);
  overflow-x: auto;
}
#post-bg img {
  max-width: 100%;
}
#post-title {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#post-title h1 {
  display: inline-block;
  font-size: 2em;
}
#post-title hr {
  color: #535353;
  position: relative;
}
#post-title hr:before {
  content: '';
  width: 13%;
  height: 3px;
  display: block;
  position: absolute;
  background-color: #fff;
  top: -3px;
  left: -1px;
}
#post-info {
  text-align: right;
}
#post-info time {
  color: #2bf;
  font-weight: 900;
}
#post-info .control {
  text-align: left;
  display: inline-block;
  width: 90px;
}
#post-source span {
  color: #fe2;
  background-color: #555;
}
#post-content table {
  width: 100%;
}
#post-content .footnote-ref:before {
  content: '';
  display: inline-block;
  margin-top: -60px;
  width: 1px;
  height: 60px;
  visibility: hidden;
}
#post-content .footnotes ol li:before {
  content: '';
  display: block;
  margin-top: -60px;
  height: 60px;
  visibility: hidden;
}
#post-content h1:target a,
#post-content h2:target a {
  margin-right: 9px;
  background-color: #fe2;
  padding: 2px 3px;
}
#post-content h1 .headerlink,
#post-content h2 .headerlink {
  padding: 2px 2px;
  background-color: #2bf;
  margin-right: 7px;
}
#post-content h3:target a,
#post-content h4:target a,
#post-content h5:target a,
#post-content h6:target a {
  margin-right: 9px;
  background-color: #fe2;
  padding: 1px 2px;
}
#post-content h3 .headerlink,
#post-content h4 .headerlink,
#post-content h5 .headerlink,
#post-content h6 .headerlink {
  padding: 1px 1px;
  background-color: #2bf;
  margin-right: 7px;
}
#post-footer hr {
  border-color: #fe2;
}
#bottom-btn {
  position: sticky;
  bottom: 0;
  z-index: 1;
}
#bottom-btn a {
  position: absolute;
  right: 0;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  padding: 0;
  user-select: none;
}
@media (min-width: 769px) {
  #bottom-btn a:hover {
    color: #000;
    line-height: 30px;
    background-color: #fe2;
  }
}
#to-index {
  bottom: 48px;
}
#to-top {
  bottom: 8px;
}
#reward {
  margin: 1em 0;
  color: #000;
  text-align: center;
  background-color: rgba(255,255,255,0.1);
}
#reward summary {
  background-color: #fe2;
}
#reward div {
  width: 45%;
  margin: 0;
  padding: 20px 0;
  display: inline-block;
}
#reward span {
  color: #2bf;
  padding-right: 10px;
}
#reward img {
  width: 80%;
  max-width: 280px;
  padding: 0 20px;
}
#toc-div .toc {
  margin: 0;
  padding: 10px;
  list-style: none;
}
#toc-div .toc-child {
  display: none;
  padding-left: 1em;
  list-style: none;
}
#toc-div .toc-item {
  white-space: nowrap;
  overflow: hidden;
  margin: 2px 0;
}
#toc-div .has-active {
  display: block;
}
#toc-div .toc-link {
  width: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  display: inline-block;
}
#toc-div .toc-link::-webkit-scrollbar {
  display: none;
}
#toc-div .toc-link::-ms-scrollbar {
  display: none;
}
@media (min-width: 769px) {
  #toc-div .toc-link:hover .toc-number {
    display: none;
  }
}
@media (min-width: 769px) {
  #toc-div .active {
    color: #000;
    background-color: #2bf;
  }
  #toc-div .active .toc-number {
    display: none;
  }
}
#pages {
  padding: 5px;
  display: flex;
  justify-content: center;
  border-top: #fe2 solid 2px;
  border-bottom: #fe2 solid 2px;
}
#split {
  position: sticky;
  color: #fe2;
  left: 50%;
}
@media (min-width: 769px) {
  #split:hover {
    background-color: unset;
  }
}
#footer-link {
  padding: 5px;
  position: sticky;
}
