@import url("https://cdn.jsdelivr.net/gh/chanwj/hexo-theme-meow@3.0.0/source/assets/fonts/vivoSans-Regular/result.css");
@import url("https://unpkg.com/@chinese-fonts/mkzyt@2.0.1/dist/%E7%8C%AB%E5%95%83%E7%8F%A0%E5%9C%86%E4%BD%93/result.css");
@import url("https://cdn.jsdelivr.net/gh/chanwj/hexo-theme-meow@3.0.0/source/assets/fonts/SFMonoRegular/result.css");
body[data-mode='light'] {
  --theme-color: #ffb347;
  --theme-color-light-1: #ffd191;
  --theme-color-light-2: #ffc26c;
  --theme-color-light-3: #ffca7e;
  --theme-color-transparent-1: rgba(255,179,71,0.6);
  --theme-color-dark-1: #ffa626;
  --background-color: #fff;
  --background-color-transparent-1: rgba(255,255,255,0.85);
  --background-color-transparent-2: rgba(255,255,255,0.7);
  --background-color-transparent-3: rgba(255,255,255,0.4);
  --background-color-grey: #e8e8e8;
  --background-color-grey-light-1: #f1f1f1;
  --background-color-grey-light-2: #f5f5f5;
  --background-color-grey-transparent: rgba(232,232,232,0.25);
  --background-color-body: #f8f8f8;
  --background-color-page: rgba(255,255,255,0.85);
  --font-color: #373737;
  --font-color-invert: #fff;
  --font-color-navbar: #4b4b4b;
  --font-color-light-1: #737373;
  --font-color-light-2: #9b9b9b;
  --font-color-light-3: #cdcdcd;
  --link-hover-font-color: #fff;
  --banner-background: url("https://jumao-zycs-img.pages.dev/v2/RgOhdVI.jpeg");
  --banner-font-color: #fff;
  --nav-background-color: rgba(255,255,255,0.188);
  --card-border-color: #d7d7d7;
  --meow-box-shadow: 1px 1px 1px 1px rgba(42,42,42,0.051);
  --meow-card-shadow: 0px 3px 8px 6px rgba(42,42,42,0.051);
}
body[data-mode='dark'] {
  --theme-color: #88c0ed;
  --theme-color-light-1: #b8d9f4;
  --theme-color-light-2: #a0cdf1;
  --theme-color-light-3: #acd3f2;
  --theme-color-transparent-1: rgba(136,192,237,0.6);
  --theme-color-dark-1: #68afe8;
  --background-color: #2d2d2d;
  --background-color-transparent-1: rgba(45,45,45,0.88);
  --background-color-transparent-2: rgba(45,45,45,0.7);
  --background-color-transparent-3: rgba(45,45,45,0.4);
  --background-color-grey: #454545;
  --background-color-grey-light-1: #3e3e3e;
  --background-color-grey-light-2: #373737;
  --background-color-grey-transparent: rgba(69,69,69,0.25);
  --background-color-body: #202124;
  --background-color-page: rgba(45,45,45,0.7);
  --font-color: #bebec6;
  --font-color-invert: #fcfcfc;
  --font-color-navbar: #bebec6;
  --font-color-light-1: #9595a2;
  --font-color-light-2: #808090;
  --font-color-light-3: #5b5b67;
  --link-hover-font-color: #2d2d2d;
  --banner-background: url("https://jumao-zycs-img.pages.dev/v2/wJoQOZN.jpeg");
  --banner-font-color: #e0e0e0;
  --nav-background-color: transparent;
  --card-border-color: #3b3b3b;
  --meow-box-shadow: 1px 1px 1px 1px rgba(187,187,187,0.012);
  --meow-card-shadow: none;
}
:root {
  --meow-text-shadow-title: 2px 2px 1.5px rgba(0,0,0,0.25);
  --meow-text-shadow: 2px 2px 1px rgba(0,0,0,0.125);
  --meow-text-shadow-light: 1.2px 1.2px 1px rgba(0,0,0,0.125);
  --meow-main-width: 1400px;
  --meow-page-width: 1100px;
  --meow-navbar-height: 60px;
  --meow-font-default: 'vivo Sans', 'PingFang SC', 'Microsoft YaHei', Sans-serif, Serif;
  --meow-font-title: 'MaokenZhuyuanTi', 'vivo Sans', 'PingFang SC', 'Microsoft YaHei', Sans-serif, Serif;
  --meow-font-code: 'SF Mono', 'vivo Sans', 'PingFang SC', 'Microsoft YaHei', Courier, Consolas, Sans-serif;
}
@-moz-keyframes fade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@-webkit-keyframes fade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@-o-keyframes fade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@-moz-keyframes bounce {
  0%, 50%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
  }
  75% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
}
@-webkit-keyframes bounce {
  0%, 50%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
  }
  75% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
}
@-o-keyframes bounce {
  0%, 50%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
  }
  75% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
}
@keyframes bounce {
  0%, 50%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
  }
  75% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
}
@-moz-keyframes beat {
  0%, 100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
@-webkit-keyframes beat {
  0%, 100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
@-o-keyframes beat {
  0%, 100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
@keyframes beat {
  0%, 100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes run-bounce {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  25% {
    transform: translateX(-40px) translateY(-35px);
    -webkit-transform: translateX(-40px) translateY(-35px);
  }
  50% {
    transform: translateX(-100px) translateY(-60px);
    -webkit-transform: translateX(-100px) translateY(-60px);
  }
  75% {
    transform: translateX(-160px) translateY(-35px);
    -webkit-transform: translateX(-160px) translateY(-35px);
  }
  100% {
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
  }
}
@-webkit-keyframes run-bounce {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  25% {
    transform: translateX(-40px) translateY(-35px);
    -webkit-transform: translateX(-40px) translateY(-35px);
  }
  50% {
    transform: translateX(-100px) translateY(-60px);
    -webkit-transform: translateX(-100px) translateY(-60px);
  }
  75% {
    transform: translateX(-160px) translateY(-35px);
    -webkit-transform: translateX(-160px) translateY(-35px);
  }
  100% {
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
  }
}
@-o-keyframes run-bounce {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  25% {
    transform: translateX(-40px) translateY(-35px);
    -webkit-transform: translateX(-40px) translateY(-35px);
  }
  50% {
    transform: translateX(-100px) translateY(-60px);
    -webkit-transform: translateX(-100px) translateY(-60px);
  }
  75% {
    transform: translateX(-160px) translateY(-35px);
    -webkit-transform: translateX(-160px) translateY(-35px);
  }
  100% {
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
  }
}
@keyframes run-bounce {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  25% {
    transform: translateX(-40px) translateY(-35px);
    -webkit-transform: translateX(-40px) translateY(-35px);
  }
  50% {
    transform: translateX(-100px) translateY(-60px);
    -webkit-transform: translateX(-100px) translateY(-60px);
  }
  75% {
    transform: translateX(-160px) translateY(-35px);
    -webkit-transform: translateX(-160px) translateY(-35px);
  }
  100% {
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
  }
}
@-moz-keyframes expand-width {
  0% {
    width: 10%;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
@-webkit-keyframes expand-width {
  0% {
    width: 10%;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
@-o-keyframes expand-width {
  0% {
    width: 10%;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
@keyframes expand-width {
  0% {
    width: 10%;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
@-moz-keyframes expand-width-to-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes expand-width-to-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes expand-width-to-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes expand-width-to-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes move-to-right {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(2px);
    -webkit-transform: translateX(2px);
  }
}
@-webkit-keyframes move-to-right {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(2px);
    -webkit-transform: translateX(2px);
  }
}
@-o-keyframes move-to-right {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(2px);
    -webkit-transform: translateX(2px);
  }
}
@keyframes move-to-right {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(2px);
    -webkit-transform: translateX(2px);
  }
}
@-moz-keyframes show-up {
  0% {
    transform: translateY(0.9rem);
    -webkit-transform: translateY(0.9rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes show-up {
  0% {
    transform: translateY(0.9rem);
    -webkit-transform: translateY(0.9rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes show-up {
  0% {
    transform: translateY(0.9rem);
    -webkit-transform: translateY(0.9rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes show-up {
  0% {
    transform: translateY(0.9rem);
    -webkit-transform: translateY(0.9rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes show-scale {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes show-scale {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes show-scale {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes show-scale {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes show-ease {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes show-ease {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show-ease {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show-ease {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  user-select: auto;
}
* ::-webkit-scrollbar {
  width: 0.65rem;
  height: 0.65rem;
}
* ::-webkit-scrollbar-thumb {
  background-color: var(--background-color-grey);
  border-radius: 10px;
}
* ::-webkit-scrollbar-thumb:hover {
  background-color: var(--theme-color-light-1);
}
* ::-webkit-scrollbar-thumb:active {
  background-color: var(--theme-color-light-1);
}
* ::-webkit-scrollbar-track {
  background-color: var(--background-color-grey-transparent);
}
@-moz-document url-prefix() {
  scrollbar-color: var(--background-color-grey) var(--background-color-grey-transparent);
  scrollbar-width: thin;
}
* ::selection {
  background: var(--theme-color);
  color: var(--font-color-invert);
}
body {
  width: 100%;
  height: max-content;
  min-height: 100vh;
  margin: 0;
  background-color: var(--background-color-body);
  color: var(--font-color);
  font-size: 16px;
  font-family: var(--meow-font-default);
  line-height: 1.5rem;
}
@media (max-width: 900px) {
  body {
    font-size: 14px;
  }
}
body[bg-style='fixed']:before {
  content: ' ';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-image: var(--banner-background);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  animation: show-ease 0.3s ease-in;
  transition: background-image 0.3s ease-in, filter 0.3s ease-in;
}
body[bg-style='fixed'][blur]:before {
  filter: blur(0.5rem);
}
main {
  width: 100%;
  height: max-content;
}
a {
  text-decoration: none;
  color: var(--theme-color);
}
ul,
ol {
  padding-left: 2rem;
  margin: 1.5rem 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul:has(input[type='checkbox']) {
  padding-left: 0;
}
ul:has(input[type='checkbox']) li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
ul li input[type='checkbox']:disabled {
  appearance: none;
  width: 1.6em;
  height: 1.5em;
  border-radius: 0.3rem;
  margin: 0;
  background-color: var(--background-color-grey-light-1);
}
ul li input[type='checkbox']:disabled:checked {
  background-color: var(--theme-color);
}
ul li input[type='checkbox']:disabled:checked:after {
  content: '✓';
  display: inline-block;
  width: 100%;
  height: 100%;
  color: var(--font-color-invert);
  font-weight: bold;
  text-align: center;
}
blockquote {
  margin: 2rem 0;
  padding: 0.2rem 0.9rem;
  border-left: 0.5rem solid var(--font-color-light-3);
  background-color: var(--background-color-grey-transparent);
  border-radius: 0.25rem;
  box-shadow: var(--meow-box-shadow);
  line-height: 1.5;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.35em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2.45em 0 1.35em;
}
hr {
  margin: 3rem 0;
  border: 2px dashed var(--background-color-grey);
  position: relative;
  overflow: visible;
}
hr:before {
  content: '🐈';
  position: absolute;
  top: -0.5rem;
  left: 5%;
  font-size: 1rem;
  line-height: 1rem;
  color: var(--background-color-grey);
  z-index: 10;
  opacity: 0.7;
  transition: all 1s ease-in-out;
}
hr:hover:before {
  left: 90%;
}
p {
  text-align: justify;
  vertical-align: baseline;
}
mark {
  background-color: var(--theme-color);
  color: var(--font-color-invert);
  padding: 0 0.3rem;
  border-radius: 0.3rem;
}
ins {
  text-decoration-color: var(--font-color-light-2);
}
s {
  color: var(--font-color-light-1);
}
abbr {
  text-decoration-color: var(--font-color-light-2);
}
kbd {
  padding: 0.1em 0.4rem;
  margin: 0 0.12rem;
  border: 1px solid var(--background-color-grey);
  border-radius: 0.4rem;
  background-color: var(--background-color-grey-light-1);
  font-family: var(--meow-font-default);
  font-size: 0.9em;
}
.table-container {
  width: 100%;
  overflow-x: auto;
  margin: 2rem 0;
}
table {
  border-radius: 0.8rem;
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
  box-shadow: var(--meow-box-shadow);
}
table ul,
table ol {
  line-height: normal;
  margin: 0;
}
th,
td {
  padding: 0.5rem 0.8rem;
  border: 1px solid var(--background-color-grey);
}
thead {
  background-color: var(--background-color-grey-light-2);
  white-space: nowrap;
}
button {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: var(--meow-font-default);
  color: var(--font-color);
  font-size: 1rem;
}
textarea,
input {
  font-family: var(--meow-font-default);
}
.markdown {
  line-height: 1.58;
}
.markdown a:not(.normal) {
  color: var(--theme-color);
  position: relative;
}
.markdown a:not(.normal):after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.2px;
  display: block;
  height: 2px;
  width: 0;
  background-color: var(--theme-color-light-2);
  transition: width 0.5s ease;
}
.markdown a:not(.normal):hover:after {
  width: 100%;
}
.markdown ul {
  padding-left: 1em;
  line-height: 1.8em;
}
.markdown ol {
  padding-left: 1em;
  line-height: 1.8em;
}
.markdown ul li,
.markdown ol li {
  margin: 0.5em 0;
}
.markdown ul li:has(ul),
.markdown ol li:has(ul) {
  margin: 1em 0;
}
.markdown ul li:has(ol),
.markdown ol li:has(ol) {
  margin: 1em 0;
}
.markdown ul ul >li,
.markdown ol ul >li,
.markdown ul ol >li,
.markdown ol ol >li {
  margin: 0.5em 0;
}
.markdown h1:before,
.markdown h2:before,
.markdown h3:before,
.markdown h4:before,
.markdown h5:before,
.markdown h6:before {
  content: '#';
  margin-right: 0.5rem;
  color: var(--font-color-light-3);
  transition: color 0.2s ease-in-out;
}
.markdown h1:hover:before,
.markdown h2:hover:before,
.markdown h3:hover:before,
.markdown h4:hover:before,
.markdown h5:hover:before,
.markdown h6:hover:before {
  color: var(--theme-color);
}
.markdown img {
  display: block;
  margin: 1rem auto;
  max-width: 100%;
  object-fit: contain;
}
.markdown .img-caption img {
  margin: 0 auto;
}
.icon {
  height: 1rem;
  object-fit: contain;
}
.box-icon {
  height: 1.45rem;
}
.img-caption {
  margin: 1rem auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.img-caption figcaption {
  text-align: center;
  color: var(--font-color-light-1);
  font-size: 0.9em;
}
img[data-lazy-src] {
  transition: all 0.3s ease-in;
}
img[data-lazy-src]:not(.loaded) {
  filter: blur(0.8rem) brightness(1) !important;
}
img:not(.icon):not([no-view]):not(.noview) {
  cursor: pointer;
}
.view-image-close__full {
  background: var(--background-color-grey-transparent) !important;
}
body[data-mode="dark"] img:not(.icon) {
  filter: brightness(90%);
}
.view-image img {
  filter: brightness(100%) !important;
}
.page-container {
  width: 100%;
  height: max-content;
  padding: 1.8rem 0;
}
.page-content {
  width: 95%;
  max-width: var(--meow-page-width);
  height: max-content;
  min-height: 60vh;
  margin: 0 auto;
  padding: 2.2rem 2.5rem;
  background-color: var(--background-color-page);
  backdrop-filter: blur(3px);
  border-radius: 1rem;
  box-shadow: var(--meow-card-shadow);
  animation: show-up 0.6s ease-out;
}
.page-title {
  line-height: 2.5rem;
  margin-bottom: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-title-content {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
}
.page-title-content span {
  font-size: 2.2rem;
  font-weight: bold;
}
.page-title-content .icon {
  height: 2.4rem;
}
.pageview {
  font-size: 16px;
  color: var(--font-color-light-2);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.15rem;
}
.pageview .icon {
  height: 1rem;
  opacity: 0.5;
}
.pageview span {
  white-space: nowrap;
}
body[data-mode="dark"] .pageview .icon {
  filter: invert(100%);
}
.page-paginator {
  margin-top: 2.5rem;
}
.page-desc {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: var(--font-color-light-2);
  position: relative;
  padding-left: 2.5rem;
}
.page-desc:before {
  content: '“';
  font-size: 5rem;
  margin-right: 0.2rem;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0.8;
}
@media (max-width: 900px) {
  .page-container {
    padding: 1.2rem 0;
  }
  .page-content {
    padding: 1.6rem 1rem;
  }
  .page-title {
    line-height: 1.8rem;
    margin-bottom: 1.65rem;
  }
  .page-title-content span {
    font-size: 1.5rem;
  }
  .page-title-content .icon {
    height: 1.8rem;
  }
  .pageview {
    font-size: 1em;
  }
  .pageview .icon {
    height: 1em;
  }
  .page-desc {
    font-size: 1.15em;
    padding-left: 1.8em;
    margin-bottom: 1.8em;
  }
  .page-desc:before {
    font-size: 3.5rem;
  }
}
#home-container {
  width: 100%;
  height: max-content;
  padding: 1.8rem 0;
}
#home-content {
  width: 95%;
  max-width: var(--meow-main-width);
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 1.3rem;
}
#home-main {
  flex: 3;
  max-width: 75%;
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
.home-article {
  background-color: var(--background-color-transparent-1);
  backdrop-filter: blur(3px);
  border-radius: 1rem;
  box-shadow: var(--meow-card-shadow);
  overflow: hidden;
  transition: all 0.3s ease;
}
.home-article:hover {
  transform: scale(1.015);
}
.home-article-cover {
  position: relative;
  width: 100%;
  height: 9.5rem;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
.home-article-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home-article-content {
  padding: 1.4rem 2.2rem;
}
.home-article-title {
  margin: 0.2rem 0 0.6rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.5rem;
  overflow: hidden;
  line-height: 2rem;
}
.home-article-title a {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--font-color);
}
.home-article-title a:hover {
  color: var(--theme-color);
}
.home-article-encrypt {
  display: flex;
  align-items: center;
  height: 2rem;
}
.home-article-encrypt .icon {
  height: 1.35rem;
}
.home-article-sticky {
  background-color: var(--theme-color);
  padding: 0 0.5rem;
  border-radius: 0.5rem;
  color: var(--link-hover-font-color);
  height: 2rem;
  white-space: nowrap;
}
.home-article-excerpt {
  text-align: justify;
  font-size: 1.05rem;
  margin: 0.9rem 0;
}
.home-article-info-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.95rem;
  gap: 0.5rem;
}
.home-article-info {
  max-width: 70%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.8rem;
  overflow: hidden;
}
.home-article-info a,
.home-article-info span,
.home-article-info {
  color: var(--font-color-light-1);
}
.home-article-info a:hover {
  color: var(--theme-color);
}
.home-article-info a:hover:after {
  color: var(--font-color-light-1);
}
.home-article-info .icon {
  opacity: 0.55;
  height: 1.1rem;
}
.home-article-info >div {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
body[data-mode="dark"] .home-article-info .icon {
  filter: invert(100%);
}
.home-article-date span {
  white-space: nowrap;
}
.home-article-categories a {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-article-categories a:not(:last-child):after {
  content: ', ';
}
.home-article-tags a {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-article-tags a:not(:last-child):after {
  content: ' | ';
}
.read-more-btn {
  color: var(--font-color-light-1);
  white-space: nowrap;
}
.read-more-btn:hover {
  color: var(--theme-color);
}
@media (max-width: 900px) {
  #home-content {
    flex-direction: column;
    flex-direction: column-reverse;
  }
  #home-main {
    max-width: 100%;
    flex: 1;
  }
  .home-article-title {
    line-height: 1.5rem;
  }
  .home-article-title a {
    font-size: 1.2em;
  }
  .home-article-encrypt {
    height: 1.5rem;
  }
  .home-article-encrypt .icon {
    height: 1.2em;
  }
  .home-article-sticky {
    height: 1.5rem;
  }
  .home-article-excerpt {
    font-size: 1em;
    margin: 0.35rem 0;
  }
  .home-article-categories,
  .home-article-tags {
    visibility: hidden;
  }
  .home-article-info-container {
    font-size: 0.9em;
  }
  .home-article-cover {
    height: 9rem;
  }
  .home-article-content {
    padding: 0.5rem 1.8rem;
    margin: 0.5rem 0;
  }
}
.archive-year-title a,
.archive-month-title a {
  color: var(--font-color);
}
.archive-year-title a:hover,
.archive-month-title a:hover {
  color: var(--theme-color);
}
.archive-year {
  margin-bottom: 2.5rem;
}
.archive-year-title {
  padding: 0.5rem 0;
  margin-bottom: 1.8rem;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, var(--font-color-light-2), rgba(0,0,0,0)) 1;
}
.archive-year-title a {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 0.8rem;
}
.archive-year-title span {
  font-size: 0.9rem;
  color: var(--font-color-light-1);
}
.archive-month {
  margin-bottom: 2rem;
}
.archive-month-title {
  margin-bottom: 1.3rem;
}
.archive-month-title a {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 0.7rem;
}
.archive-month-title span {
  font-size: 0.9rem;
  color: var(--font-color-light-1);
}
.archive-posts-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem 1rem;
  user-select: none;
}
.archive-post {
  width: calc(50% - 0.5rem);
  height: 5rem;
  border-radius: 0.6rem;
  border: 1px solid var(--card-border-color);
  position: relative;
  overflow: hidden;
}
.archive-post a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem 1.2rem;
  color: var(--font-color);
}
.archive-post:hover {
  box-shadow: var(--meow-box-shadow);
}
.archive-post[archive-style="normal"]:after {
  content: "";
  background-image: url("/assets/images/Hexo-Theme-MEOW.png");
  background-size: cover;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 13%;
  height: 85%;
  opacity: 0.8;
  transition: all 0.5s ease;
}
.archive-post[archive-style="normal"]:hover:after {
  transform: rotate(18deg);
  opacity: 1;
}
.archive-post[archive-style="cover"]:hover .archive-post-cover {
  transform: translateY(-25%);
}
.archive-post[archive-style="cover"]:hover .archive-post-cover:after {
  width: 0;
}
.archive-post[archive-style="cover"]:hover .archive-post-title,
.archive-post[archive-style="cover"]:hover .archive-post-date {
  opacity: 0;
}
.archive-post[archive-style="cover"] .archive-post-title {
  width: 100%;
}
.archive-post[archive-style="cover"] .archive-post-cover {
  position: absolute;
  width: 100%;
  top: 0;
  transform: translateY(-45%);
  left: 0;
  z-index: -1;
  transition: transform 0.5s ease;
}
.archive-post[archive-style="cover"] .archive-post-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-post[archive-style="cover"] .archive-post-cover:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-color-transparent-1);
  transition: width 0.6s ease;
}
.archive-post[archive-style="normal"]:hover .archive-post-cover {
  width: 100%;
}
.archive-post[archive-style="normal"]:hover .archive-post-title {
  color: var(--link-hover-font-color);
  white-space: normal;
  font-size: 1.25rem;
  text-shadow: var(--meow-text-shadow-light);
  max-height: 2.85rem;
}
.archive-post[archive-style="normal"]:hover .archive-post-date {
  display: none;
}
.archive-post[archive-style="normal"] .archive-post-title {
  width: 85%;
}
.archive-post[archive-style="normal"] .archive-post-cover {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--theme-color-light-3);
  transition: width 0.6s ease;
}
.archive-post-title {
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.3rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}
.archive-post-encrypt {
  display: inline-flex;
  align-items: center;
}
.archive-post-encrypt .icon {
  height: 1.1rem;
}
.archive-post-date {
  color: var(--font-color-light-1);
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 900px) {
  .archive-year-title {
    margin-bottom: 1.2rem;
  }
  .archive-year-title a {
    font-size: 1.35rem;
  }
  .archive-year-title span {
    font-size: 0.85rem;
  }
  .archive-month-title {
    margin-bottom: 1rem;
  }
  .archive-month-title a {
    font-size: 1.2rem;
  }
  .archive-month-title span {
    font-size: 0.85rem;
  }
  .archive-post {
    width: 100%;
  }
  .archive-post a {
    padding: 0.9em 0.85em;
  }
  .archive-post[archive-style="normal"]:after {
    opacity: 0.35;
    height: 80%;
  }
  .archive-post[archive-style="normal"] .archive-post-title {
    width: 90%;
  }
  .archive-post[archive-style="normal"]:hover .archive-post-title {
    font-size: 1.1em;
  }
  .archive-post-title {
    font-size: 1.1em;
  }
  .archive-post-date {
    font-size: 0.95em;
  }
}
.category-container {
  width: 85%;
  min-height: 80px;
  margin: 0 auto;
  position: relative;
  user-select: none;
}
.category-container:after {
  content: "";
  background-image: url("/assets/images/Hexo-Theme-MEOW.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  opacity: 0.7;
  animation: run-bounce 1.5s linear infinite alternate;
  z-index: -1;
}
.categories-list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.categories-list a {
  color: var(--font-color);
  display: inline-block;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s ease;
}
.categories-list a:hover {
  color: var(--theme-color);
}
.categories-list a:hover:before {
  content: '> ';
}
.categories-list li {
  list-style: none;
}
.categories-list >li {
  padding: 0.5rem 1.3rem;
}
.categories-list >li >a {
  font-size: 1.3rem;
  font-weight: bold;
}
.categories-list span {
  color: var(--font-color-light-2);
  margin-left: 0.5rem;
  vertical-align: super;
  font-size: 0.9rem;
}
.categories-list-child {
  padding-left: 1.3rem;
  margin: 0.6rem 0 0 0.3rem;
  border-left: 1px solid var(--card-border-color);
}
.categories-list-child a {
  font-size: 1.15rem;
}
.categories-list-child li {
  margin-top: 0.6rem;
}
@media (max-width: 900px) {
  .category-container {
    width: 100%;
    margin: 0;
  }
  .category-container:after {
    display: none;
  }
  .categories-list {
    gap: 0;
  }
  .categories-list >li {
    padding: 0.3rem 0.5rem;
  }
  .categories-list >li >a {
    font-size: 1.2em;
  }
  .categories-list span {
    font-size: 0.85rem;
  }
  .categories-list-child a {
    font-size: 1.1em;
  }
}
.tag-container {
  width: 90%;
  margin: 0 auto;
  user-select: none;
}
.tag-container[tag-style="cloud"] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.tag-container[tag-style="cloud"] a {
  white-space: nowrap;
  color: var(--font-color);
  position: relative;
  padding: 0 0.1rem;
}
.tag-container[tag-style="cloud"] a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  display: block;
  height: 2.5px;
  width: 0;
  background-color: #FFB347;
  transition: width 0.5s ease;
}
.tag-container[tag-style="cloud"] a:hover {
  font-weight: bold;
}
.tag-container[tag-style="cloud"] a:hover:after {
  width: 100%;
}
.tags-list {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.tags-list li {
  list-style: none;
  padding: 0.35rem 1.2rem;
  border: 1px solid var(--card-border-color);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 1rem;
  transition: all 0.5s ease;
}
.tags-list li:hover {
  background-color: var(--theme-color);
  box-shadow: var(--meow-box-shadow);
}
.tags-list li:hover a {
  color: var(--link-hover-font-color);
}
.tags-list li:hover span {
  color: var(--link-hover-font-color);
}
.tags-list a {
  color: var(--font-color);
  font-size: 1.25rem;
  white-space: nowrap;
}
.tags-list a:before {
  content: '#';
  margin-right: 0.1rem;
}
.tags-list span {
  color: var(--font-color-light-2);
}
.tags-count {
  font-size: 0.9rem;
  vertical-align: super;
  margin-left: 0.1rem;
}
@media (max-width: 900px) {
  .tag-container {
    width: 100%;
    margin: 0;
  }
  .tags-list {
    gap: 0.6rem;
  }
  .tags-list li {
    padding: 0.3rem 1rem;
  }
  .tags-list a {
    font-size: 1.1em;
  }
  .tags-list span {
    font-size: 1.1em;
  }
}
.post-container {
  width: 100%;
  height: max-content;
  padding: 1.8rem 0;
}
.post-main {
  width: 95%;
  max-width: var(--meow-main-width);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.post-content {
  width: 100%;
  max-width: var(--meow-page-width);
  height: max-content;
  padding: 2.2rem 2.5rem;
  background-color: var(--background-color-page);
  border-radius: 1rem;
  box-shadow: var(--meow-card-shadow);
  animation: show-up 0.6s ease-out;
  transition: background-color 0.2s ease-in;
}
.post-title {
  line-height: 2.5rem;
  font-size: 1.85rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.8rem;
  animation: show-up 1s ease;
}
.post-author {
  font-size: 1.15rem;
  text-align: center;
}
.post {
  margin: 2.8rem 0 5rem;
  font-size: 17px;
}
.post[indent="true"] >p {
  text-indent: 2em;
}
.post-tail-tags {
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0.5rem;
  user-select: none;
}
.post-tail-tags a {
  color: var(--font-color-light-2);
  border-radius: 0.65rem;
  position: relative;
  padding: 0.1rem 0.5rem;
  transition: color 0.25s ease;
  z-index: 1;
}
.post-tail-tags a:before {
  content: '#';
  margin-right: 0.1rem;
}
.post-tail-tags a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 0.5rem;
  background: var(--theme-color);
  z-index: -1;
  transition: all 0.25s ease-in;
}
.post-tail-tags a:hover {
  color: var(--link-hover-font-color);
}
.post-tail-tags a:hover:after {
  width: 100%;
}
.fiction-status {
  text-align: center;
  color: var(--font-color-light-3);
  font-weight: bold;
  font-size: 1.2rem;
  margin: 2rem 0;
}
@media (max-width: 900px) {
  .post-container {
    padding: 1.2rem 0;
  }
  .post-content {
    padding: 1.6rem 1rem;
  }
  .post-title {
    line-height: 1.6em;
    font-size: 1.5em;
    margin-bottom: 0.6rem;
  }
  .post-author {
    font-size: 1.1em;
  }
  .post {
    margin: 2em 0 3.5em;
    font-size: 15px;
  }
  .fiction-status {
    font-size: 1.1em;
    margin: 1.1em 0;
  }
  .post-tail-tags {
    margin: 1.2em 0;
  }
}
#home-banner {
  width: 100%;
  height: 100vh;
  user-select: none;
}
#home-banner[bg-style='none'] {
  background: var(--banner-background);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#home-banner-info {
  position: absolute;
  top: calc(100% / 2 - 3.5rem);
  width: 100%;
  padding: 0 2rem;
  text-align: center;
  line-height: 3rem;
  color: var(--banner-font-color);
  font-family: var(--meow-font-title);
}
#home-banner-title {
  font-size: 2.9rem;
  font-weight: bold;
  text-shadow: var(--meow-text-shadow-title);
  margin-bottom: 0.7rem;
}
#home-banner-subtitle {
  font-size: 1.55rem;
  text-shadow: var(--meow-text-shadow);
}
#home-banner-scrolldown {
  z-index: 70;
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
  text-align: center;
  text-shadow: var(--meow-text-shadow);
}
#scroll-to-main {
  font-size: 1.85rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  padding: 0.5rem 1rem 0;
  opacity: 0.75;
  animation: bounce 1.2s ease infinite;
}
.banner {
  width: 100%;
  height: 50vh;
  background: var(--banner-background);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  user-select: none;
  transition: background 0.35s ease-in;
}
.banner-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding-top: calc(var(--meow-navbar-height) + 3rem);
}
.banner-avatar img {
  width: 7.5rem;
  border-radius: 0;
  object-fit: contain;
  box-sizing: content-box;
  border: none;
  animation: show-scale 0.6s ease-out;
  transition: transform 0.1s ease-in;
}
.banner-avatar img:hover {
  transform: rotate(20deg);
}
.banner-title {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
  color: var(--banner-font-color);
  font-family: var(--meow-font-title);
  text-shadow: var(--meow-text-shadow-title);
  animation: show-up 0.6s ease-out;
}
@media (max-width: 900px) {
  #home-banner-title {
    font-size: 2rem;
  }
  #home-banner-subtitle {
    font-size: 1.2rem;
  }
  .banner {
    height: 35vh;
  }
  .banner-info {
    padding-top: calc(var(--meow-navbar-height) + 1rem);
    gap: 0;
  }
  .banner-avatar img {
    width: 6.5rem;
  }
  .banner-title {
    font-size: 1.8rem;
  }
}
:root {
  --highlight-background: #2d2d2d;
  --highlight-foreground: #ccc;
  --highlight-comment: #999;
  --highlight-built-in: #6cc;
  --highlight-keyword: #c9c;
  --highlight-attr: #f99157;
  --highlight-section: #69c;
  --highlight-bullet: #f2777a;
  --highlight-title: #fc6;
  --highlight-tag: #b4b7b4;
  --highlight-subst: #ccc;
  --highlight-strong: #fc6;
  --highlight-string: #9c9;
  --highlight-emphasis: #c9c;
  --highlight-meta: #a3685a;
}
body[data-mode='light'] {
  --highlight-background: #f8f8f8;
  --highlight-foreground: #586875;
  --highlight-comment: #85939e;
  --highlight-built-in: #52cbb0;
  --highlight-keyword: #a363d5;
  --highlight-attr: #e66b2b;
  --highlight-section: #33b5e1;
  --highlight-bullet: #ef5253;
  --highlight-title: #e4b51c;
  --highlight-tag: #667581;
  --highlight-subst: #586875;
  --highlight-strong: #e4b51c;
  --highlight-string: #7cc844;
  --highlight-emphasis: #a363d5;
  --highlight-meta: #d73c9a;
}
body[data-mode='dark'] {
  --highlight-background: #2d2d2d;
  --highlight-foreground: #ccc;
  --highlight-comment: #999;
  --highlight-built-in: #6cc;
  --highlight-keyword: #c9c;
  --highlight-attr: #f99157;
  --highlight-section: #69c;
  --highlight-bullet: #f2777a;
  --highlight-title: #fc6;
  --highlight-tag: #b4b7b4;
  --highlight-subst: #ccc;
  --highlight-strong: #fc6;
  --highlight-string: #9c9;
  --highlight-emphasis: #c9c;
  --highlight-meta: #a3685a;
}
code {
  padding: 0.1rem 0.6rem;
  margin: 0 0.12rem;
  border-radius: 0.3rem;
  background-color: var(--background-color-grey-light-1);
  font-family: var(--meow-font-default);
  font-size: 0.95em;
  color: var(--font-color-light-1);
}
.code-container {
  position: relative;
  background: var(--background-color-grey-light-2);
  border-radius: 0.8rem;
  box-shadow: var(--meow-box-shadow);
  padding-top: 2.5rem;
  margin: 2rem 0;
  font-family: var(--meow-font-code);
  font-size: 1.1rem;
}
.code-container figcaption {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: var(--font-color);
  font-weight: bold;
  line-height: 2.5rem;
}
.code-container figcaption a {
  margin-left: 0.7rem;
}
.code-container:before {
  position: absolute;
  content: attr(code-lang);
  line-height: 2.5rem;
  width: auto;
  top: 0;
  left: 0.75rem;
  margin-left: 4.8rem;
  font-weight: bold;
}
.code-container:after {
  content: ' ';
  position: absolute;
  border-radius: 50%;
  background: #fc625d;
  width: 0.75rem;
  height: 0.75rem;
  top: 0;
  left: 1.5rem;
  margin-top: 0.875rem;
  box-shadow: 20px 0px #fdbc40, 40px 0px #35cd4b;
  z-index: 20;
}
.code-container .folded {
  height: 0 !important;
  overflow: hidden;
}
.code-container .folded figure.highlight {
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}
.code-container:hover .code-fold,
.code-container:hover .code-copy {
  opacity: 0.8;
}
.code-fold,
.code-copy {
  opacity: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 2.5rem;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  user-select: none;
}
.code-fold svg,
.code-copy svg {
  height: 1.3rem;
  animation: show-ease 1s ease-in-out;
}
.code-fold {
  right: 4.2rem;
}
.code-copy {
  right: 1.5rem;
}
figure.highlight {
  overflow: auto;
  max-height: 22em;
  margin: 1.25rem 0;
  padding: 1rem 0.4rem;
  color: var(--highlight-foreground);
  background: var(--highlight-background);
  margin: 0;
  border-radius: 0 0 0.8rem 0.8rem;
  border-top: 1px solid var(--background-color-grey);
}
figure.highlight:hover::-webkit-scrollbar-thumb {
  background: var(--background-color-grey-light-1);
}
figure.highlight::-webkit-scrollbar {
  width: 0.45rem;
  height: 0.45rem;
}
figure.highlight::-webkit-scrollbar-track {
  background: transparent;
  border: none;
}
figure.highlight::-webkit-scrollbar-thumb {
  border-radius: 3rem;
  background: transparent;
  transition: background 0.2s ease;
}
figure.highlight::-webkit-scrollbar-thumb:hover {
  background: var(--theme-color-light-1);
}
@-moz-document url-prefix() {
  scrollbar-color: var(--background-color-grey-light-1) transparent;
  scrollbar-width: thin;
}
figure.highlight table {
  margin: 0;
  border: none;
  box-shadow: none;
}
figure.highlight td {
  border: none;
  padding: 0;
}
figure.highlight .gutter {
  width: 2.1rem;
  user-select: none;
  padding: 0.1rem 0.6rem;
  border-right: 1px solid var(--background-color-grey);
  opacity: 0.3;
}
figure.highlight .gutter pre {
  text-align: center;
}
figure.highlight .code pre {
  width: 100%;
  padding: 0.1rem 0.8rem;
}
figure.highlight pre {
  border: none;
  margin: 0;
  font-family: var(--meow-font-code);
  font-size: 0.95em;
  line-height: 1.45;
}
figure.highlight pre .comment {
  color: var(--highlight-comment);
}
figure.highlight pre .built_in,
figure.highlight pre .quote,
figure.highlight pre .doctag,
figure.highlight pre .keyword.atrule,
figure.highlight pre .regexp {
  color: var(--highlight-built-in);
}
figure.highlight pre .type,
figure.highlight pre .keyword,
figure.highlight pre .diff .meta,
figure.highlight pre .template-tag,
figure.highlight pre .selector-attr,
figure.highlight pre .selector-pseudo {
  color: var(--highlight-keyword);
}
figure.highlight pre .attr,
figure.highlight pre .literal,
figure.highlight pre .symbol,
figure.highlight pre .link,
figure.highlight pre .number,
figure.highlight pre .variable.constant_ {
  color: var(--highlight-attr);
}
figure.highlight pre .section,
figure.highlight pre .function .title,
figure.highlight pre .attribute,
figure.highlight pre .title.function_,
figure.highlight pre .ruby .property {
  color: var(--highlight-section);
}
figure.highlight pre .bullet,
figure.highlight pre .name,
figure.highlight pre .deletion,
figure.highlight pre .selector-tag,
figure.highlight pre .variable,
figure.highlight pre .template-variable {
  color: var(--highlight-bullet);
}
figure.highlight pre .title,
figure.highlight pre .class .title,
figure.highlight pre .title.class_ {
  color: var(--highlight-title);
}
figure.highlight pre .tag {
  color: var(--highlight-tag);
}
figure.highlight pre .operator,
figure.highlight pre .punctuation,
figure.highlight pre .subst {
  color: var(--highlight-subst);
}
figure.highlight pre .operator {
  opacity: 0.7;
}
figure.highlight pre .strong {
  font-weight: bold;
  color: var(--highlight-strong);
}
figure.highlight pre .addition,
figure.highlight pre .code,
figure.highlight pre .string,
figure.highlight pre .title.class_.inherited__,
figure.highlight pre .selector-class {
  color: var(--highlight-string);
}
figure.highlight pre .emphasis {
  color: var(--highlight-emphasis);
  font-style: italic;
}
figure.highlight pre .meta,
figure.highlight pre .meta .keyword,
figure.highlight pre .meta .string {
  color: var(--highlight-meta);
}
figure.highlight pre .meta .keyword,
figure.highlight pre .meta-keyword {
  font-weight: bold;
}
@media (max-width: 900px) {
  .code-container {
    font-size: 1em;
  }
  .code-container figcaption {
    visibility: hidden;
  }
  code {
    padding: 0.08rem 0.45rem;
    margin: 0 0.05rem;
  }
}
footer {
  width: 100%;
  height: auto;
  min-height: 6rem;
  background-color: var(--background-color-transparent-1);
  backdrop-filter: blur(1px);
  border-top: 1px solid var(--background-color-transparent-1);
  user-select: none;
}
.footer {
  width: 100%;
  max-width: var(--meow-main-width);
  margin: 0 auto;
  padding: 1.5rem 1rem;
  color: var(--font-color-light-1);
  text-align: center;
  line-height: 1.8rem;
  position: relative;
}
.footer a {
  color: var(--font-color-light-1);
  position: relative;
  padding: 0 0.1rem;
}
.footer a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  height: 2px;
  width: 0;
  background-color: var(--theme-color-light-2);
  transition: width 0.5s ease;
}
.footer a:hover {
  color: var(--theme-color);
}
.footer a:hover:after {
  width: 100%;
}
#footer-info {
  position: absolute;
  left: 1rem;
  top: 1.5rem;
  text-align: left;
}
#footer-pageview {
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  text-align: right;
  display: flex;
  flex-direction: column;
}
#footer-pageview div {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  flex-wrap: nowrap;
}
#footer-pageview span:nth-child(2) {
  display: flex;
  align-items: center;
}
#footer-pageview span:nth-child(2) svg {
  height: 1rem;
}
@media (max-width: 900px) {
  .footer {
    display: flex;
    flex-direction: column;
  }
  #footer-info,
  #footer-pageview {
    position: static;
    text-align: center;
  }
  #footer-pageview div {
    justify-content: center;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: var(--meow-navbar-height);
  background-color: var(--nav-background-color);
  backdrop-filter: blur(8px);
  box-shadow: var(--meow-box-shadow);
  transition: background 0.45s ease-in-out;
}
#navbar {
  width: 100%;
  max-width: var(--meow-main-width);
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  user-select: none;
}
#navbar a {
  text-decoration: none;
}
#nav-info {
  margin: 0 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
#site-icon {
  display: flex;
  align-items: center;
}
#site-icon img {
  height: 2rem;
}
#site-icon img:hover {
  animation: fade 1s ease infinite;
}
#site-name {
  padding: 0.25rem 0.4rem 0.1rem;
  border-radius: 10px;
  transition: all 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
#site-name div {
  font-size: 1.8rem;
  font-family: var(--meow-font-title);
  font-weight: bold;
  color: var(--font-color-navbar);
}
#site-name .icon {
  position: absolute;
  height: 1.4rem;
  opacity: 0;
}
#site-name:hover {
  background-color: var(--theme-color);
}
#site-name:hover div {
  opacity: 0;
}
#site-name:hover .icon {
  opacity: 1;
}
#nav-menu {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
.menu-item {
  padding: 0.2rem 1rem;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  transition: all 0.5s ease;
}
.menu-item:after {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 1.5rem;
  content: '';
}
.menu-item a {
  color: var(--font-color-navbar);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.menu-item .icon {
  height: 1.25rem;
}
.menu-item:hover {
  background-color: var(--theme-color);
}
.menu-item:hover >a {
  color: var(--link-hover-font-color);
}
.menu-item:hover >a .icon {
  animation: fade 1s ease infinite;
}
.menu-item:hover .sub-menu-item {
  opacity: 1;
  max-height: 12rem;
}
.sub-menu-item {
  position: absolute;
  opacity: 0;
  max-height: 0;
  width: max-content;
  top: 2rem;
  margin: 0.3rem 0 0;
  border-radius: 12px;
  border: 1px solid var(--theme-color);
  box-shadow: var(--meow-box-shadow);
  background-color: var(--background-color);
  padding: 0.3rem 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
}
.sub-menu-item li {
  list-style: none;
  padding: 0.2rem 1.1rem;
  border-radius: 8px;
}
.sub-menu-item li:hover {
  background-color: var(--theme-color);
}
.sub-menu-item li:hover a {
  color: var(--link-hover-font-color);
}
#nav-function {
  margin: 0 1rem;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
#nav-function div {
  cursor: pointer;
}
#nav-function div a {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--font-color-navbar);
}
#nav-function .icon {
  height: 1.25rem;
}
#search-btn span {
  background-color: var(--background-color-grey-transparent);
  border-radius: 10px;
  padding: 0.2rem 1.3rem;
}
#search-btn:hover >a {
  color: var(--link-hover-font-color);
}
#search-btn:hover span {
  background-color: var(--theme-color-transparent-1);
}
#search-btn:hover .icon {
  animation: fade 1s ease infinite;
}
#menu-btn {
  display: none;
}
#menu-btn:hover img {
  transform: rotate(360deg);
  transition: transform 1s ease;
}
#menu-aside {
  user-select: none;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
  backdrop-filter: blur(0);
  transition: all 0.4s ease-in;
}
#menu-aside hr {
  margin: 1.5rem 0 0 0;
}
#menu-aside-container {
  position: absolute;
  width: 80%;
  max-width: 400px;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--background-color-transparent-1);
  box-shadow: var(--meow-box-shadow);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 1.5rem;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: all 0.4s ease-in;
}
.menu-aside-item {
  font-size: 1.05rem;
}
.menu-aside-item a {
  color: var(--font-color-navbar);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.menu-aside-item .icon {
  height: 1.1rem;
}
.menu-aside-sub-item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.8rem;
  padding: 0;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
}
.menu-aside-sub-item li {
  list-style: none;
  width: calc(50% - 0.4rem);
}
.menu-aside-sub-item li a {
  padding: 0.35rem 0.8rem;
  border-radius: 0.5rem;
  border: 1px solid var(--card-border-color);
  justify-content: center;
}
.menu-aside-sub-item li a:hover {
  background: var(--theme-color);
  color: var(--link-hover-font-color);
}
#menu-aside-info {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 1.6rem;
  font-family: var(--meow-font-title);
  font-weight: bold;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--card-border-color);
  margin-bottom: 0.6rem;
}
#menu-aside-info img {
  height: 1.8rem;
}
@media (max-width: 900px) {
  #menu-btn {
    display: block;
    opacity: 0.7;
  }
  #search-btn span {
    display: none;
    opacity: 0.7;
  }
  #site-name div {
    font-size: 1.5rem;
  }
  #nav-menu {
    display: none;
  }
  #menu-aside[open] {
    visibility: visible;
    background: var(--background-color-transparent-2);
    backdrop-filter: blur(0.3rem);
  }
  #menu-aside[open] #menu-aside-container {
    transform: translateX(0);
  }
}
.paginator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 1.25rem;
  text-align: center;
  line-height: 2rem;
  user-select: none;
}
.paginator *:not(.space) {
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: var(--background-color-transparent-1);
  backdrop-filter: blur(3px);
  border-radius: 0.5rem;
  box-shadow: var(--meow-card-shadow);
  transition: all 0.2s ease;
}
.paginator span {
  color: var(--font-color-light-2);
}
.paginator a {
  color: var(--font-color);
}
.paginator a:hover {
  color: var(--link-hover-font-color);
  background-color: var(--theme-color);
}
.paginator .current {
  color: var(--link-hover-font-color);
  background-color: var(--theme-color);
}
.paginator .space {
  color: var(--link-hover-font-color);
}
@media (max-width: 900px) {
  .paginator {
    font-size: 1.05em;
  }
}
.search-overlay {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background: transparent;
  backdrop-filter: blur(0);
  transition: visibility 0.35s ease, background 0.35s ease, backdrop-filter 0.5s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-overlay[active] {
  visibility: visible;
  background: var(--background-color-transparent-3);
  backdrop-filter: blur(0.3rem);
}
.search-overlay[active] .search-container {
  transform: scale(1);
}
.search-container {
  background: var(--background-color);
  width: 90%;
  max-width: 1000px;
  height: 70%;
  padding: 1rem 1.2rem;
  border-radius: 0.8rem;
  box-shadow: var(--meow-card-shadow);
  transform: scale(0);
  transition: transform 0.35s ease;
}
body[data-mode="dark"] .search-container {
  box-shadow: 0px 3px 8px 1px rgba(187,187,187,0.059);
}
.search-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: bold;
}
.search-header >div {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.search-header svg {
  height: 1.4rem;
  cursor: pointer;
}
.search-close-btn:hover {
  color: var(--theme-color);
}
#search-input {
  width: 100%;
  padding: 0.65rem 1rem;
  margin: 1.1rem 0;
  border-radius: 0.8rem;
  border: 0;
  outline: 0;
  background: var(--background-color-grey-light-2);
}
.search-count {
  margin-bottom: 1.1rem;
}
.search-result-container {
  display: flex;
  flex-direction: column;
  height: calc(100% - 9rem);
  padding: 0 1rem 0 0.5rem;
  overflow-y: auto;
}
.search-result-icon {
  color: var(--font-color-light-2);
  margin: auto;
}
.search-result-icon svg {
  height: 6rem;
  opacity: 0.5;
}
.search-result-list {
  padding-left: 1rem;
  margin: 1rem 0 0 0;
}
.search-result-list a {
  color: var(--font-color);
}
.search-result-list li:hover .search-result-title {
  font-weight: bold;
}
.search-result-list li:hover .search-result {
  color: var(--font-color-light-1);
}
.search-result {
  color: var(--font-color-light-2);
}
.search-result-title {
  font-size: 1.1rem;
}
.search-keyword {
  background: none;
  border-radius: 0;
  padding: 0;
  color: var(--theme-color);
  font-weight: bold;
}
@media (max-width: 900px) {
  .search-header {
    font-size: 1.2em;
  }
  .search-result-title {
    font-size: 1.1em;
  }
}
#home-sidebar {
  flex: 1;
  max-width: 23.5%;
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  flex-shrink: 0;
  user-select: none;
}
.sidebar-card {
  width: 100%;
  height: max-content;
  background-color: var(--background-color-transparent-1);
  backdrop-filter: blur(4px);
  box-shadow: var(--meow-card-shadow);
  border-radius: 1rem;
  padding: 1.8rem 1.5rem;
  overflow: hidden;
}
#sidebar-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
}
#sidebar-info-img {
  position: relative;
}
#sidebar-info-img img {
  width: 6.5rem;
  border-radius: 1.1rem;
  object-fit: contain;
  box-shadow: var(--meow-box-shadow);
}
#sidebar-info-img:hover img {
  animation: beat 0.9s ease-in-out infinite;
}
#sidebar-info-img:hover .status {
  animation: bounce 0.9s ease-in-out infinite;
}
.status {
  position: absolute;
  z-index: 70;
  bottom: 2px;
  right: -5px;
  font-size: 1.2rem;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
}
#sidebar-info-name {
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}
#sidebar-info-name:after {
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  height: 0.25rem;
  background-color: var(--theme-color-light-1);
  content: '';
  border-radius: 3px;
  animation: expand-width 1s ease-in-out infinite alternate;
}
#sidebar-info-desc {
  text-align: center;
  font-size: 1.05rem;
  color: var(--font-color-light-1);
}
.site-statistic {
  width: 100%;
  padding: 0 1rem;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.site-statistic a {
  color: var(--font-color);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  width: 30%;
  border-right: 1px dotted #d3d3d3;
}
.site-statistic a:last-child {
  border-right: none;
}
.site-statistic a:hover {
  color: var(--theme-color);
}
.site-statistic-title {
  font-size: 1rem;
}
.site-statistic-num {
  font-size: 1.2rem;
}
.social {
  width: max-content;
  padding: 0 1rem;
  margin-top: 0.4rem;
}
.social a {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem;
  border-radius: 0.4rem;
}
.social .icon {
  height: 1.5rem;
}
.social a:hover {
  background-color: var(--theme-color-transparent-1);
}
body[data-mode="dark"] .social .icon {
  filter: invert(70%);
}
.sidebar-card-headline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.sidebar-card-headline span {
  font-size: 1.25rem;
}
#sidebar-announcement .icon {
  animation: beat 0.8s ease infinite;
}
#sidebar-announcement div:not(.sidebar-card-headline) {
  text-align: justify;
}
.sidebar-categories-list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.sidebar-categories-list li {
  list-style: none;
  line-height: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sidebar-categories-list li ul {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  border-left: 1px dotted var(--font-color-light-2);
}
.sidebar-categories-list-link {
  color: var(--font-color);
  width: calc(100% - 1.5rem);
  max-width: calc(100% - 1.5rem);
  border-radius: 5px 0 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.sidebar-categories-list-link:hover {
  background-color: var(--theme-color-light-2);
  color: var(--link-hover-font-color);
  padding-left: 0.2rem;
}
.sidebar-categories-list-link:hover +span {
  background-color: var(--theme-color-light-2);
  color: var(--link-hover-font-color);
  padding-right: 0.2rem;
}
.sidebar-categories-list-count {
  width: 1.5rem;
  font-size: 0.8rem;
  text-align: center;
  color: var(--font-color-light-1);
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease;
}
.sidebar-categories-list-child {
  padding-left: 2ch;
}
#sidebar-tags-content {
  width: 100%;
  height: max-content;
  max-height: 23rem;
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.75rem;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}
.sidebar-tags-link {
  color: var(--font-color);
}
.sidebar-tags-link:hover {
  color: var(--theme-color);
}
.sidebar-tags-count {
  color: var(--font-color-light-1);
  font-size: 0.8rem;
  vertical-align: super;
}
#sidebar-links-content {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
#sidebar-links-content a {
  color: var(--font-color);
  border-radius: 8px;
  line-height: 2rem;
  transition: all 0.3s ease;
}
#sidebar-links-content a:hover {
  color: var(--link-hover-font-color);
  background-color: var(--theme-color-light-2);
  padding-left: 0.6rem;
}
@media (max-width: 900px) {
  #home-sidebar {
    max-width: 100%;
  }
  #sidebar-info-name {
    font-size: 1.25em;
  }
  #sidebar-info-desc {
    font-size: 1.05em;
  }
  .site-statistic-title {
    font-size: 1em;
  }
  .site-statistic-num {
    font-size: 1.1em;
  }
  .sidebar-card {
    font-size: 1.05em;
  }
  .sidebar-card-headline span {
    font-size: 1.15em;
  }
}
#toolbar {
  position: fixed;
  bottom: 1.5rem;
  right: calc((100% - 95%) / 2 - 1.5rem);
  z-index: 70;
  opacity: 1;
  transition: opacity 0.3s ease;
}
#toolbar[hide] {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 900px) {
  #toolbar {
    right: 0.48rem;
  }
}
@media (min-width: 1475px) {
  #toolbar {
    right: calc((100vw - var(--meow-main-width)) / 2 - 3.2rem);
  }
}
.toolbar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}
.toolbar-item {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.5rem;
  background: var(--background-color-transparent-1);
  box-shadow: var(--meow-card-shadow);
  transition: background 0.2s ease;
}
.toolbar-item button {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toolbar-item .icon {
  height: 1.55rem;
  transition: all 0.2s ease;
}
.toolbar-item:hover {
  background: var(--theme-color);
}
.toolbar-item:hover .icon {
  filter: invert(100%) !important;
}
.toolbar-item:hover #tool-gototop {
  animation: bounce 1.2s ease-in-out infinite;
}
body[data-mode="dark"] .toolbar-item .icon {
  filter: invert(70%);
}
#toolbar-setting-container {
  margin-bottom: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#toolbar-setting-container[hide] {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}
.post-copyright {
  width: 100%;
  border: 1px dotted var(--font-color-light-2);
  border-radius: 0.8rem;
  padding: 1.3rem 1.2rem;
  margin: 2rem 0;
  position: relative;
  user-select: none;
  overflow: hidden;
}
.post-copyright div:not(:nth-child(1)) {
  margin-top: 0.7rem;
}
.post-copyright a {
  color: var(--font-color-light-2);
}
.post-copyright a:hover {
  color: var(--theme-color);
}
.post-copyright-link button {
  margin-left: 0.5rem;
  padding: 0 0.35rem;
  border-radius: 0.3rem;
  height: 1.3rem;
  font-size: 0.8rem;
  color: var(--link-hover-font-color);
  background: var(--theme-color-light-2);
}
.post-copyright-link button:hover {
  color: var(--font-color);
}
.post-copyright-link button svg {
  height: 0.75rem;
  animation: show-ease 0.3s ease;
}
.post-copyright-icon {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%) rotate(346deg);
  height: 180%;
  opacity: 0.2;
}
@media (max-width: 900px) {
  .post-copyright-icon {
    display: none;
  }
  .post-copyright {
    margin: 1rem 0;
  }
}
.post-meta {
  margin: 0.8rem 0;
  color: var(--font-color-light-1);
  font-size: 1.05rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  overflow: hidden;
}
.post-meta a {
  color: var(--font-color-light-1);
}
.post-meta a:hover {
  color: var(--theme-color);
}
body[data-mode="dark"] .post-meta .icon {
  filter: invert(70%);
}
.post-attribute,
.post-date,
.post-read {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.post-attribute >div,
.post-date >div,
.post-read >div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.15rem;
}
.post-attribute >div span,
.post-date >div span,
.post-read >div span {
  white-space: nowrap;
}
.post-attribute {
  flex-wrap: wrap;
  gap: 0.2rem 1rem;
}
.post-categories,
.post-tags {
  overflow: hidden;
}
.post-categories span,
.post-tags span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-overflow: ellipsis;
}
.post-info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#vercount_value_page_pv {
  display: flex;
  align-items: center;
}
#vercount_value_page_pv svg {
  height: 1rem;
}
@media (max-width: 900px) {
  .post-meta {
    margin: 0.7rem 0;
    font-size: 1.05em;
  }
  .post-info,
  .post-attribute {
    flex-wrap: wrap;
    gap: 0.2rem;
  }
  .post-date,
  .post-read {
    flex-wrap: wrap;
    gap: 0.2rem 0.7rem;
  }
  .post-categories,
  .post-tags {
    flex-wrap: wrap;
  }
}
.post-reward {
  width: 100%;
  margin: 2rem 0;
  position: relative;
  user-select: none;
}
.post-reward:hover .post-reward-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  animation: show-ease 0.3s ease;
}
.post-reward:hover .post-reward-btn span {
  opacity: 1;
}
.post-reward:after {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  height: 1.5rem;
  content: '';
}
.post-reward-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
  text-align: center;
  cursor: pointer;
}
.post-reward-btn .icon {
  height: 3.5rem;
  animation: beat 0.5s ease infinite;
}
.post-reward-btn span {
  opacity: 0;
  color: var(--font-color-light-1);
  transition: opacity 0.3s ease;
}
.post-reward-content {
  display: none;
  width: max-content;
  max-width: 22rem;
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 90;
  background: var(--background-color-grey-light-2);
  border: 1px solid var(--background-color-grey);
  box-shadow: 1px 1px 0px 0px rgba(42,42,42,0.051);
  border-radius: 0.8rem;
  padding: 1.1rem 1rem;
}
.post-reward-content img {
  width: 9.5rem;
  border-radius: 0.5rem;
}
.post-reward-text {
  font-weight: bold;
  font-size: 1.1rem;
  position: relative;
  margin: 0 0 0.7rem;
}
.post-reward-text:after {
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  height: 0.15rem;
  background-color: var(--theme-color-light-1);
  content: '';
  border-radius: 3px;
  animation: expand-width 1s ease-in-out infinite alternate;
}
.post-reward-qrcode {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.post-reward-qrcode >div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
.post-reward-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.post-reward-link div {
  width: 9.5rem;
  padding: 0.1rem 0.7rem;
  border-radius: 0.5rem;
  border: 1px dashed var(--font-color-light-3);
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: background 0.3s ease;
}
.post-reward-link div:hover {
  background: var(--theme-color);
}
.post-reward-link div:hover a {
  color: var(--link-hover-font-color);
}
.post-reward-link a {
  color: var(--font-color);
  transition: color 0.3s ease;
}
.post-reward-list {
  margin: 0.5rem 0 0;
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: var(--theme-color-light-3);
  text-align: center;
  transition: background 0.3s ease;
}
.post-reward-list a {
  color: var(--link-hover-font-color);
  font-size: 1.1rem;
}
.post-reward-list:hover {
  background: var(--theme-color);
}
@media (max-width: 900px) {
  .post-reward-btn .icon {
    height: 3.2rem;
  }
  .post-reward-btn span {
    opacity: 0.5;
  }
  .post-reward-text {
    font-size: 1.15em;
  }
  .post-reward-content {
    max-width: 20rem;
  }
  .post-reward-content img {
    width: 8rem;
  }
  .post-reward-qrcode {
    justify-content: center;
    gap: 0.4rem;
  }
  .post-reward-list a {
    font-size: 1.1em;
  }
  .post-reward {
    margin: 1.5rem 0;
  }
}
#post-sidebar {
  width: 16rem;
  animation: show-up 0.6s ease-out;
  user-select: none;
  display: block;
  transition: all 0.3s ease;
}
#post-sidebar[status="hide"] {
  display: none;
}
#toc-container {
  position: sticky;
  top: calc(var(--meow-navbar-height) + 1.5rem);
  padding: 1.2rem 1rem;
  background-color: var(--background-color-page);
  box-shadow: var(--meow-card-shadow);
  border-radius: 1rem;
  transition: background-color 0.2s ease-in;
}
.toc-title {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.15rem;
  font-weight: bold;
}
.toc-title .icon {
  height: 1.3rem;
}
body[data-mode="dark"] .toc-title .icon {
  filter: invert(70%);
}
.toc-content {
  max-height: calc(100vh - var(--meow-navbar-height) - 8rem);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 1rem;
  font-size: 1.05rem;
}
.toc-content ol {
  padding-left: 1rem;
  margin: 0;
  list-style: none;
}
.toc-content >ol {
  padding-left: 0.2rem;
}
.toc-content >ol ol {
  border-left: 1px dotted var(--card-border-color);
}
.toc-content a {
  display: inline-block;
  width: 100%;
  line-height: 1.8rem;
  color: var(--font-color);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.18s ease;
}
.toc-content a:hover {
  color: var(--theme-color);
  font-weight: bold;
}
.toc-content::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
@media (max-width: 1475px) {
  #post-sidebar {
    animation: none;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
    backdrop-filter: blur(0);
    transition: all 0.4s ease-in;
  }
  #post-sidebar[active] {
    visibility: visible;
    background: var(--background-color-transparent-2);
    backdrop-filter: blur(0.3rem);
  }
  #post-sidebar[active] #toc-container {
    transform: translateX(0);
  }
  #post-sidebar[status="hide"] {
    display: block;
  }
  #toc-container {
    position: absolute;
    width: 80%;
    max-width: 400px;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--background-color-transparent-1);
    box-shadow: var(--meow-box-shadow);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 1.5rem;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: all 0.4s ease-in;
    border-radius: 0;
  }
  .toc-title {
    color: var(--theme-color);
  }
}
.button-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin: 2rem 0;
}
.button-item {
  width: calc((100% - 2rem) / 3);
  height: 6rem;
  background: var(--background-color);
  border: 1px solid var(--background-color-grey);
  border-radius: 0.8rem;
  box-shadow: var(--meow-box-shadow);
  padding: 1.1rem 1rem;
  transition: background 0.3s ease-in;
}
.button-item a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  height: 100%;
  color: var(--font-color);
  overflow: hidden;
  transition: color 0.3s ease-in;
}
.button-item:hover {
  background: var(--theme-color-light-2);
}
.button-item:hover a {
  color: var(--link-hover-font-color);
}
.button-item:hover .button-item-desc {
  color: var(--background-color-transparent-1);
}
.button-item:hover .button-item-icon {
  transform: scale(0);
  width: 0;
}
.button-item-icon {
  flex-shrink: 0;
  width: 20%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in, width 0.3s ease-in;
}
.button-item-icon img {
  height: 100%;
  object-fit: contain;
}
.button-item-icon svg {
  height: 85%;
}
.button-item-info {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.button-item-info div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button-item-name {
  font-size: 1.1em;
  font-weight: bold;
}
.button-item-desc {
  color: var(--font-color-light-1);
  font-size: 0.95em;
  transition: color 0.3s ease-in;
}
@media (max-width: 900px) {
  .button-item {
    width: 100%;
    padding: 0.8em 1em;
    height: 5em;
  }
  .button-item-icon {
    width: 15%;
  }
}
.fiction-meta {
  margin: 2rem 0;
  border-radius: 1rem;
  box-shadow: var(--meow-card-shadow);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: var(--background-color-grey-light-2);
}
body[data-mode="dark"] .fiction-meta {
  background: transparent;
}
.fmeta-info {
  flex: 4;
  background: var(--background-color);
  border-radius: 1rem 0 0 1rem;
  border: 1px solid var(--background-color-grey);
}
.fmeta-info[clip] {
  clip-path: polygon(0% 0%, 98% 0%, 100% 5%, 100% 95%, 98% 100%, 0% 100%);
}
.fmeta-info >div:nth-child(2) {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
  margin: 1rem 1.5rem 1.3rem;
}
.fmeta-item-attr {
  color: var(--theme-color);
}
.fmeta-info-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1.3rem;
  padding: 0.35rem 1.3rem;
  background: var(--theme-color-light-3);
  color: var(--link-hover-font-color);
  text-shadow: var(--meow-text-shadow-light);
}
.fmeta-base {
  flex: 1;
  padding: 0 0.5rem;
}
.fmeta-element {
  flex: 2;
  padding: 0 0.5rem;
  position: relative;
}
.fmeta-element:before {
  content: '';
  position: absolute;
  top: 5%;
  left: -1.5rem;
  width: 3px;
  height: 90%;
  background: var(--background-color-grey-light-1);
}
.fmeta-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.fmeta-item >div:nth-child(2) {
  color: var(--font-color-light-1);
  text-align: justify;
}
.fmeta-item >div:first-child {
  white-space: nowrap;
}
.fmeta-addition {
  flex: 1;
  background: var(--background-color);
  border-radius: 0 1rem 1rem 0;
  text-align: center;
  border: 1px solid var(--background-color-grey);
  border-left: 3.5px dotted var(--background-color-grey);
  clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 8% 100%, 0 95%, 0% 5%);
}
.fmeta-addition .fmeta-item:not(:last-child) {
  margin-bottom: 1rem;
}
.fmeta-addition .fmeta-item >div:nth-child(2) {
  text-align: center !important;
}
.fmeta-addition >div:nth-child(2) {
  margin-bottom: 1.3rem;
  padding: 0 1.3rem;
}
.fmeta-addition-title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1.3rem;
  padding: 0.35rem 1.3rem;
  background: var(--theme-color-light-3);
  color: var(--link-hover-font-color);
  text-shadow: var(--meow-text-shadow-light);
}
.fmeta-rating:not([frating="0"]) {
  font-weight: bold;
}
.fmeta-rating[frating="2"] {
  color: #ff7c7c !important;
}
.fmeta-rating[frating="3"] {
  color: #f00 !important;
}
.fmeta-warning {
  text-decoration: underline dotted var(--font-color-light-2);
}
@media (max-width: 900px) {
  .fiction-meta {
    flex-direction: column;
    border: 1px solid var(--background-color-grey);
  }
  .fmeta-info {
    flex: 1;
    border-radius: 0;
    border: none;
  }
  .fmeta-info[clip] {
    clip-path: none;
  }
  .fmeta-info >div:nth-child(2) {
    flex-direction: column;
    gap: 0.5rem;
    margin: 0;
    padding: 1em 1em;
  }
  .fmeta-info-title {
    margin: 0;
  }
  .fmeta-element:before {
    display: none;
  }
  .fmeta-addition {
    border: none;
    clip-path: none;
  }
  .fmeta-addition >div:nth-child(2) {
    text-align: start;
    margin: 0;
    padding: 1em 1em;
  }
  .fmeta-addition .fmeta-item {
    display: flex;
    align-items: flex-start;
    gap: 1.2em;
  }
  .fmeta-addition .fmeta-item:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .fmeta-addition .fmeta-item >div:nth-child(2) {
    text-align: start !important;
  }
  .fmeta-addition-title {
    border-radius: 1rem 1rem 0 0;
    margin: 0;
  }
}
details {
  margin: 2rem 0;
  border-radius: 0.8rem;
  box-shadow: var(--meow-box-shadow);
  transition: all 0.4s ease;
}
details summary {
  background: var(--background-color-grey-light-2);
  border-radius: 0.8rem;
  padding: 1rem 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--link-hover-font-color);
}
details[open] {
  box-shadow: none;
}
details[open] summary {
  border-radius: 0.8rem 0.8rem 0 0;
}
details:hover summary {
  color: var(--link-hover-font-color);
}
.fold .fold-content {
  padding: 0.8rem 1.2rem;
  border-radius: 0 0 0.8rem 0.8rem;
  animation: show-ease 0.4s ease;
  border: 1px solid var(--background-color-grey);
}
.fold.light summary {
  color: var(--font-color) !important;
}
.fold.light[open] summary,
.fold.light:hover summary {
  background: var(--background-color-grey-light-1);
  color: var(--font-color);
}
.fold.light[open] .fold-content,
.fold.light:hover .fold-content {
  border-color: var(--background-color-grey-light-1);
}
.fold.pink summary {
  background: #ff9d9d;
}
.fold.pink[open] .fold-content,
.fold.pink:hover .fold-content {
  border-color: #ff7c7c;
}
.fold.pink[open] summary,
.fold.pink:hover summary {
  background: #ff7c7c;
}
.fold.purple summary {
  background: #dac6ff;
}
.fold.purple[open] .fold-content,
.fold.purple:hover .fold-content {
  border-color: #c2a0ff;
}
.fold.purple[open] summary,
.fold.purple:hover summary {
  background: #c2a0ff;
}
.fold.yellow summary {
  background: #ffe997;
  color: var(--font-color) !important;
}
.fold.yellow[open] .fold-content,
.fold.yellow:hover .fold-content {
  border-color: #ffdf6a;
}
.fold.yellow[open] summary,
.fold.yellow:hover summary {
  background: #ffdf6a;
}
.fold.blue summary {
  background: #a5d2ff;
}
.fold.blue[open] .fold-content,
.fold.blue:hover .fold-content {
  border: 1px solid #7fbfff;
}
.fold.blue[open] summary,
.fold.blue:hover summary {
  background: #7fbfff;
}
.fold.green summary {
  background: #a5e499;
}
.fold.green[open] .fold-content,
.fold.green:hover .fold-content {
  border-color: #7ed86e;
}
.fold.green[open] summary,
.fold.green:hover summary {
  background: #7ed86e;
}
body[data-mode="dark"] details {
  filter: brightness(90%);
}
body[data-mode="dark"] details summary {
  color: #454545;
}
.note {
  margin: 1.8rem 0;
  padding: 0.2rem 0.9rem;
  border-radius: 0.25rem;
  box-shadow: var(--meow-box-shadow);
  line-height: 1.5;
}
.note.light {
  border-left: 0.5rem solid var(--font-color-light-3);
  box-shadow: none;
  color: var(--font-color-light-1) !important;
}
.note.pink {
  border-left: 0.5rem solid #ff7c7c;
  background: #ffe5e5;
}
.note.purple {
  border-left: 0.5rem solid #c2a0ff;
  background: #f3ecff;
}
.note.yellow {
  border-left: 0.5rem solid #ffdf6a;
  background: #fff9e1;
}
.note.blue {
  border-left: 0.5rem solid #7fbfff;
  background: #e5f2ff;
}
.note.green {
  border-left: 0.5rem solid #7ed86e;
  background: #e5f7e2;
}
body[data-mode="dark"] .note {
  color: #454545;
  filter: brightness(90%);
}
.tabs {
  position: relative;
  margin: 2rem 0 2.5rem;
  overflow: hidden;
}
.tabs .tabs-nav {
  width: max-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  margin: 0 auto 1rem;
  padding: 0;
  border: 1px solid var(--background-color-grey);
  border-radius: 0.8rem;
  background: var(--background-color-grey-transparent);
  box-shadow: var(--meow-box-shadow);
}
.tabs .tabs-nav .tab {
  padding: 0.7rem 0.8rem;
  transition: all 0.3s ease;
  border-radius: 0.8rem;
  font-size: 1em;
}
.tabs .tabs-nav .tab.active {
  background: var(--background-color);
  border: 1px solid var(--background-color-grey);
  color: var(--theme-color);
  cursor: default;
}
.tabs .tabs-nav .tab:not(.active):hover {
  color: var(--theme-color);
}
.tabs .tabs-nav.no-default ~ .tabs-content {
  display: none;
}
.tabs .tabs-content {
  border: 1px solid var(--card-border-color);
  border-radius: 0.8rem;
}
.tabs .tabs-item-content {
  position: relative;
  display: none;
  padding: 0.3rem 1.2rem;
  animation: show-up 0.3s ease-in;
}
.tabs .tabs-item-content.active {
  display: block;
}
.tabs .tabs-to-top {
  width: 100%;
  padding-right: 1.5rem;
  text-align: right;
}
.tabs .tabs-to-top button {
  filter: invert(80%);
}
.tabs .tabs-to-top button svg {
  height: 1.5rem;
  animation: bounce 0.8s ease infinite;
}
.tabs .tabs-to-top button:hover {
  filter: invert(0);
}
@media (max-width: 900px) {
  .tabs .tabs-item-content {
    padding: 0.3em 0.8em;
  }
}
.comment {
  margin-top: 3.5rem;
}
@media (max-width: 900px) {
  .comment {
    margin-top: 3em;
  }
}
:root {
  --waline-theme-color: #ffb347 !important;
  --waline-active-color: #ffd191 !important;
  --waline-badge-color: #ffb347 !important;
}
:root body[data-mode='dark'] {
  --waline-bg-color: rgba(45,45,45,0.7) !important;
  --waline-color: #bebec6 !important;
  --waline-theme-color: #88c0ed !important;
  --waline-active-color: #b8d9f4 !important;
  --waline-badge-color: #88c0ed !important;
  --waline-info-color: #808090;
  --waline-info-bg-color: #373737;
}
@media (max-width: 900px) {
  :root {
    --waline-font-size: 15px !important;
  }
}
div[data-waline] p {
  margin: 0;
}
.wl-header label,
.wl-header input {
  font-size: 0.85em !important;
}
.wl-card .wl-head .wl-nick {
  color: #737373;
}
.wl-card .wl-badge {
  line-height: 1.5;
  margin-inline-end: 0.5em;
}
body[data-mode='dark'] .wl-card .wl-head .wl-nick {
  color: #9595a2;
}
