@import _colors;
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
::selection {
  background: var(--selection-bg);
  color: var(--selection-color);
}
html,
body {
  height: 100%;
}
body {
  background: var(--body-bg-color);
  box-sizing: border-box;
  color: var(--text-color);
  font-family: 'Noto Serif SC', serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  min-height: 100%;
  position: relative;
  transition: padding 0.2s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Serif SC', serif;
  font-weight: bold;
  line-height: 1.5;
  margin: 30px 0 15px;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.375em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1.125em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.875em;
}
a {
  border-bottom: 1px solid #ccc;
  color: var(--link-color);
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  overflow-wrap: break-word;
}
a:hover {
  border-bottom-color: var(--link-hover-color);
  color: var(--link-hover-color);
}
iframe,
img,
video,
embed {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
hr {
  background-image: repeating-linear-gradient(-45deg, #ddd, #ddd 4px, transparent 4px, transparent 8px);
  border: 0;
  height: 3px;
  margin: 40px 0;
}
blockquote {
  border-left: 4px solid #ddd;
  color: var(--blockquote-color);
  margin: 0;
  padding: 0 15px;
}
blockquote cite::before {
  content: '-';
  padding: 0 5px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0;
  padding: 0;
}
.table-container {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.875em;
  margin: 0 0 20px;
  width: 100%;
}
tbody tr:nth-of-type(odd) {
  background: var(--table-row-odd-bg-color);
}
tbody tr:hover {
  background: var(--table-row-hover-bg-color);
}
caption,
th,
td {
  padding: 8px;
}
th,
td {
  border: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
}
th {
  font-weight: 700;
  padding-bottom: 10px;
}
td {
  border-bottom-width: 1px;
}
.btn {
  background: var(--btn-default-bg);
  border: 2px solid var(--btn-default-border-color);
  border-radius: 0;
  color: var(--btn-default-color);
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  padding: 0 20px;
  transition: background-color 0.2s ease-in-out;
}
.btn:hover {
  background: var(--btn-default-hover-bg);
  border-color: var(--btn-default-hover-border-color);
  color: var(--btn-default-hover-color);
}
.btn + .btn {
  margin: 0 0 8px 8px;
}
.btn .fa-fw {
  text-align: left;
  width: 1.285714285714286em;
}
.toggle {
  line-height: 0;
}
.toggle .toggle-line {
  background: #fff;
  display: block;
  height: 2px;
  left: 0;
  position: relative;
  top: 0;
  transition: 0.4s;
  transition-property: left, opacity, top, transform, width;
  width: 100%;
}
.toggle .toggle-line:first-child {
  margin-top: 1px;
}
.toggle .toggle-line:not(:first-child) {
  margin-top: 4px;
}
.toggle.toggle-arrow :first-child {
  left: 50%;
  top: 2px;
  transform: rotate(45deg);
  width: 50%;
}
.toggle.toggle-arrow :last-child {
  left: 50%;
  top: -2px;
  transform: rotate(-45deg);
  width: 50%;
}
.toggle.toggle-close :nth-child(2) {
  opacity: 0;
}
.toggle.toggle-close :first-child {
  top: 6px;
  transform: rotate(45deg);
}
.toggle.toggle-close :last-child {
  top: -6px;
  transform: rotate(-45deg);
}
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*!
  Theme: Default
  Description: Original highlight.js style
  Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
  Maintainer: @highlightjs/core-team
  Website: https://highlightjs.org/
  License: see project LICENSE
  Touched: 2021
*/
/*
This is left on purpose making default.css the single file that can be lifted
as-is from the repository directly without the need for a build step

Typically this "required" baseline CSS is added by `makestuff.js` during build.
*/
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/* end baseline CSS */
.hljs {
  background: #F3F3F3;
  color: #444
}
/* Base color: saturation 0; */
.hljs-subst {
  /* default */
  
}
/* purposely ignored */
.hljs-formula,
.hljs-attr,
.hljs-property,
.hljs-params {
  
}
.hljs-comment {
  color: #697070
}
.hljs-tag,
.hljs-punctuation {
  color: #444a
}
.hljs-tag .hljs-name,
.hljs-tag .hljs-attr {
  color: #444
}
.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta .hljs-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold
}
/* User color: hue: 0 */
.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #880000
}
.hljs-title,
.hljs-section {
  color: #880000;
  font-weight: bold
}
.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-operator,
.hljs-selector-pseudo {
  color: #ab5656
}
/* Language color: hue: 90; */
.hljs-literal {
  color: #695
}
.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #397300
}
/* Meta color: hue: 200 */
.hljs-meta {
  color: #1f7199
}
.hljs-meta .hljs-string {
  color: #38a
}
/* Misc effects */
.hljs-emphasis {
  font-style: italic
}
.hljs-strong {
  font-weight: bold
}
.highlight:hover .copy-btn,
.code-container:hover .copy-btn {
  opacity: 1;
}
.code-container {
  position: relative;
}
.code-lang {
  font-size: 40px;
  line-height: 1;
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  right: 5px;
}
.copy-btn {
  color: #333;
  cursor: pointer;
  line-height: 1.6;
  opacity: 0;
  padding: 2px 6px;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
  color: var(--highlight-foreground);
  font-size: 14px;
  right: 0;
  top: 2px;
}
figure.highlight {
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(0,0,0,0.4);
  padding-top: 30px;
}
figure.highlight .table-container {
  border-radius: 0 0 5px 5px;
}
figure.highlight::before {
  background: #fc625d;
  box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  left: 12px;
  margin-top: -20px;
  position: absolute;
  border-radius: 50%;
  content: ' ';
  height: 12px;
  width: 12px;
}
code,
kbd,
figure.highlight,
pre {
  background: var(--highlight-background);
  color: var(--highlight-foreground);
}
figure.highlight,
pre {
  line-height: 1.6;
  margin: 0 auto 20px;
}
figure.highlight figcaption,
pre .caption {
  background: var(--highlight-gutter-background);
  color: var(--highlight-foreground);
  display: flow-root;
  font-size: 0.875em;
  line-height: 1.2;
  padding: 0.5em;
}
figure.highlight figcaption a,
pre .caption a {
  color: var(--highlight-foreground);
  float: right;
}
figure.highlight figcaption a:hover,
pre .caption a:hover {
  border-bottom-color: var(--highlight-foreground);
}
pre,
code {
  font-family: JetBrains Mono, consolas, Menlo, monospace, 'PingFang SC', 'Microsoft YaHei';
}
code {
  border-radius: 3px;
  font-size: 0.875em;
  padding: 2px 4px;
  overflow-wrap: break-word;
}
kbd {
  border: 2px solid #ccc;
  border-radius: 0.2em;
  box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1);
  font-family: inherit;
  padding: 0.1em 0.3em;
  white-space: nowrap;
}
figure.highlight {
  overflow: auto;
  position: relative;
}
figure.highlight pre {
  border: 0;
  margin: 0;
  padding: 10px 0;
}
figure.highlight table {
  border: 0;
  margin: 0;
  width: auto;
}
figure.highlight td {
  border: 0;
  padding: 0;
}
figure.highlight .gutter {
  -webkit-user-select: none;
  user-select: none;
}
figure.highlight .gutter pre {
  background: var(--highlight-gutter-background);
  color: var(--highlight-gutter-foreground);
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}
figure.highlight .code pre {
  padding-left: 10px;
  width: 100%;
}
figure.highlight .marked {
  background: rgba(0,0,0,0.3);
}
pre .caption {
  margin-bottom: 10px;
}
.gist table {
  width: auto;
}
.gist table td {
  border: 0;
}
pre {
  overflow: auto;
  padding: 10px;
}
pre code {
  background: none;
  padding: 0;
  text-shadow: none;
}
.blockquote-center {
  border-left: 0;
  margin: 40px 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.blockquote-center::before,
.blockquote-center::after {
  left: 0;
  line-height: 1;
  opacity: 0.6;
  position: absolute;
  width: 100%;
}
.blockquote-center::before {
  border-top: 1px solid #ccc;
  text-align: left;
  top: -20px;
  content: '\f10d';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.blockquote-center::after {
  border-bottom: 1px solid #ccc;
  bottom: -20px;
  text-align: right;
  content: '\f10e';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.blockquote-center p,
.blockquote-center div {
  text-align: center;
}
.group-picture {
  margin-bottom: 20px;
}
.group-picture .group-picture-row {
  display: flex;
  gap: 3px;
  margin-bottom: 3px;
}
.group-picture .group-picture-column {
  flex: 1;
}
.group-picture .group-picture-column img {
  height: 100%;
  margin: 0;
  object-fit: cover;
  width: 100%;
}
.post-body .label {
  color: #555;
  padding: 0 2px;
}
.post-body .label.default {
  background: #f0f0f0;
}
.post-body .label.primary {
  background: #efe6f7;
}
.post-body .label.info {
  background: #e5f2f8;
}
.post-body .label.success {
  background: #e7f4e9;
}
.post-body .label.warning {
  background: #fcf6e1;
}
.post-body .label.danger {
  background: #fae8eb;
}
.post-body .link-grid {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin-bottom: 20px;
  padding: 1rem;
}
.post-body .link-grid .link-grid-container {
  border: solid #ddd;
  box-shadow: 1rem 1rem 0.5rem rgba(0,0,0,0.5);
  min-height: 5rem;
  min-width: 0;
  padding: 0.5rem;
  position: relative;
  transition: background 0.3s;
}
.post-body .link-grid .link-grid-container:hover {
  animation: next-shake 0.5s;
  background: var(--card-bg-color);
}
.post-body .link-grid .link-grid-container:active {
  box-shadow: 0.5rem 0.5rem 0.25rem rgba(0,0,0,0.5);
  transform: translate(0.2rem, 0.2rem);
}
.post-body .link-grid .link-grid-container .link-grid-image {
  border: 1px solid #ddd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 5rem;
  padding: 3px;
  position: absolute;
  width: 5rem;
}
.post-body .link-grid .link-grid-container p {
  margin: 0 1rem 0 6rem;
}
.post-body .link-grid .link-grid-container p:first-of-type {
  font-size: 1.2em;
}
.post-body .link-grid .link-grid-container p:last-of-type {
  font-size: 0.8em;
  line-height: 1.3rem;
  opacity: 0.7;
}
.post-body .link-grid .link-grid-container a {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@keyframes next-shake {
  0% {
    transform: translate(1pt, 1pt) rotate(0deg);
  }
  10% {
    transform: translate(-1pt, -2pt) rotate(-1deg);
  }
  20% {
    transform: translate(-3pt, 0pt) rotate(1deg);
  }
  30% {
    transform: translate(3pt, 2pt) rotate(0deg);
  }
  40% {
    transform: translate(1pt, -1pt) rotate(1deg);
  }
  50% {
    transform: translate(-1pt, 2pt) rotate(-1deg);
  }
  60% {
    transform: translate(-3pt, 1pt) rotate(0deg);
  }
  70% {
    transform: translate(3pt, 1pt) rotate(-1deg);
  }
  80% {
    transform: translate(-1pt, -1pt) rotate(1deg);
  }
  90% {
    transform: translate(1pt, 2pt) rotate(0deg);
  }
  100% {
    transform: translate(1pt, -2pt) rotate(-1deg);
  }
}
.post-body .note {
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 1em;
  position: relative;
  border: 1px solid #eee;
  border-left-width: 5px;
}
.post-body .note summary {
  cursor: pointer;
  outline: 0;
}
.post-body .note summary p {
  display: inline;
}
.post-body .note h2,
.post-body .note h3,
.post-body .note h4,
.post-body .note h5,
.post-body .note h6 {
  border-bottom: initial;
  margin: 0;
  padding-top: 0;
}
.post-body .note :first-child {
  margin-top: 0;
}
.post-body .note :last-child {
  margin-bottom: 0;
}
.post-body .note.default {
  border-left-color: #777;
}
.post-body .note.default h2,
.post-body .note.default h3,
.post-body .note.default h4,
.post-body .note.default h5,
.post-body .note.default h6 {
  color: #777;
}
.post-body .note.primary {
  border-left-color: #6f42c1;
}
.post-body .note.primary h2,
.post-body .note.primary h3,
.post-body .note.primary h4,
.post-body .note.primary h5,
.post-body .note.primary h6 {
  color: #6f42c1;
}
.post-body .note.info {
  border-left-color: #428bca;
}
.post-body .note.info h2,
.post-body .note.info h3,
.post-body .note.info h4,
.post-body .note.info h5,
.post-body .note.info h6 {
  color: #428bca;
}
.post-body .note.success {
  border-left-color: #5cb85c;
}
.post-body .note.success h2,
.post-body .note.success h3,
.post-body .note.success h4,
.post-body .note.success h5,
.post-body .note.success h6 {
  color: #5cb85c;
}
.post-body .note.warning {
  border-left-color: #f0ad4e;
}
.post-body .note.warning h2,
.post-body .note.warning h3,
.post-body .note.warning h4,
.post-body .note.warning h5,
.post-body .note.warning h6 {
  color: #f0ad4e;
}
.post-body .note.danger {
  border-left-color: #d9534f;
}
.post-body .note.danger h2,
.post-body .note.danger h3,
.post-body .note.danger h4,
.post-body .note.danger h5,
.post-body .note.danger h6 {
  color: #d9534f;
}
.post-body .tabs {
  margin-bottom: 20px;
}
.post-body .tabs,
.tabs-comment {
  padding-top: 10px;
}
.post-body .tabs ul.nav-tabs,
.tabs-comment ul.nav-tabs {
  background: var(--body-bg-color);
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 5;
}
@media (max-width: 413px) {
  .post-body .tabs ul.nav-tabs,
  .tabs-comment ul.nav-tabs {
    display: block;
    margin-bottom: 5px;
  }
}
.post-body .tabs ul.nav-tabs li.tab,
.tabs-comment ul.nav-tabs li.tab {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 0 0 0 0;
  border-top: 3px solid transparent;
  flex-grow: 1;
  list-style-type: none;
}
@media (max-width: 413px) {
  .post-body .tabs ul.nav-tabs li.tab,
  .tabs-comment ul.nav-tabs li.tab {
    border-bottom: 1px solid transparent;
    border-left: 3px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
  }
}
@media (max-width: 413px) {
  .post-body .tabs ul.nav-tabs li.tab,
  .tabs-comment ul.nav-tabs li.tab {
    border-radius: 0;
  }
}
.post-body .tabs ul.nav-tabs li.tab a,
.tabs-comment ul.nav-tabs li.tab a {
  border-bottom: initial;
  display: block;
  line-height: 1.8;
  padding: 0.25em 0.75em;
  text-align: center;
  transition: all 0.2s ease-out;
}
.post-body .tabs ul.nav-tabs li.tab a i[class^='fa'],
.tabs-comment ul.nav-tabs li.tab a i[class^='fa'] {
  width: 1.285714285714286em;
}
.post-body .tabs ul.nav-tabs li.tab.active,
.tabs-comment ul.nav-tabs li.tab.active {
  border-bottom-color: transparent;
  border-left-color: #ddd;
  border-right-color: #ddd;
  border-top-color: #fc6423;
}
@media (max-width: 413px) {
  .post-body .tabs ul.nav-tabs li.tab.active,
  .tabs-comment ul.nav-tabs li.tab.active {
    border-bottom-color: #ddd;
    border-left-color: #fc6423;
    border-right-color: #ddd;
    border-top-color: #ddd;
  }
}
.post-body .tabs ul.nav-tabs li.tab.active a,
.tabs-comment ul.nav-tabs li.tab.active a {
  cursor: default;
}
.post-body .tabs .tab-content,
.tabs-comment .tab-content {
  border: 1px solid #ddd;
  border-radius: 0 0 0 0;
  border-top-color: transparent;
}
@media (max-width: 413px) {
  .post-body .tabs .tab-content,
  .tabs-comment .tab-content {
    border-radius: 0;
    border-top-color: #ddd;
  }
}
.post-body .tabs .tab-content .tab-pane,
.tabs-comment .tab-content .tab-pane {
  padding: 20px 20px 0;
}
.post-body .tabs .tab-content .tab-pane:not(.active),
.tabs-comment .tab-content .tab-pane:not(.active) {
  display: none;
}
.pagination .prev,
.pagination .next,
.pagination .page-number,
.pagination .space {
  display: inline-block;
  margin: -1px 10px 0;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .pagination .prev,
  .pagination .next,
  .pagination .page-number,
  .pagination .space {
    margin: 0 5px;
  }
}
.pagination .page-number.current {
  background: #ccc;
  border-color: #ccc;
  color: var(--content-bg-color);
}
.pagination {
  border-top: 1px solid #eee;
  margin: 120px 0 0;
  text-align: left;
}
.pagination .prev,
.pagination .next,
.pagination .page-number {
  border-bottom: 0;
  border-top: 1px solid #eee;
  transition: border-color 0.2s ease-in-out;
}
.pagination .prev:hover,
.pagination .next:hover,
.pagination .page-number:hover {
  border-top-color: var(--link-hover-color);
}
@media (max-width: 767px) {
  .pagination {
    border-top: 0;
  }
  .pagination .prev,
  .pagination .next,
  .pagination .page-number {
    border-bottom: 1px solid #eee;
    border-top: 0;
  }
  .pagination .prev:hover,
  .pagination .next:hover,
  .pagination .page-number:hover {
    border-bottom-color: var(--link-hover-color);
  }
}
.pagination .space {
  margin: 0;
  padding: 0;
}
.comments {
  margin-top: 60px;
  overflow: hidden;
}
.comment-button-group {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: center;
  margin: 1em 0;
}
.comment-button-group .comment-button {
  margin: 0.1em 0.2em;
}
.comment-button-group .comment-button.active {
  background: var(--btn-default-hover-bg);
  border-color: var(--btn-default-hover-border-color);
  color: var(--btn-default-hover-color);
}
.comment-position {
  display: none;
}
.comment-position.active {
  display: block;
}
.tabs-comment {
  margin-top: 4em;
  padding-top: 0;
}
.tabs-comment .comments {
  margin-top: 0;
  padding-top: 0;
}
.headband {
  background: var(--theme-color);
  height: 3px;
}
@media (max-width: 991px) {
  .headband {
    display: none;
  }
}
.site-brand-container {
  display: flex;
  flex-shrink: 0;
  padding: 0 10px;
}
.use-motion .column,
.use-motion .site-brand-container .toggle {
  opacity: 0;
}
.site-meta {
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .site-meta {
    text-align: center;
  }
}
.custom-logo-image {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .custom-logo-image {
    display: none;
  }
}
.brand {
  border-bottom: 0;
  color: var(--brand-color);
  display: inline-block;
  padding: 2px 1px;
}
.brand:hover {
  color: var(--brand-hover-color);
}
.site-title {
  font-family: Noto Serif SC, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 1.375em;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}
.site-subtitle {
  color: #999;
  font-size: 0.8125em;
  margin: 10px 0;
}
.use-motion .site-title,
.use-motion .site-subtitle,
.use-motion .custom-logo-image {
  opacity: 0;
  position: relative;
  top: -10px;
}
.site-nav-toggle,
.site-nav-right {
  display: none;
}
@media (max-width: 767px) {
  .site-nav-toggle,
  .site-nav-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.site-nav-toggle .toggle,
.site-nav-right .toggle {
  color: var(--text-color);
  padding: 10px;
  width: 22px;
}
.site-nav-toggle .toggle .toggle-line,
.site-nav-right .toggle .toggle-line {
  background: var(--text-color);
  border-radius: 1px;
}
@media (max-width: 767px) {
  .site-nav {
    --scroll-height: 0;
    height: 0;
    overflow: hidden;
    transition: 0.2s ease-in-out;
    transition-property: height, visibility;
    visibility: hidden;
  }
  body:not(.site-nav-on) .site-nav .animated {
    animation: none;
  }
  body.site-nav-on .site-nav {
    height: var(--scroll-height);
    visibility: unset;
  }
}
.menu {
  margin: 0;
  padding: 1em 0;
  text-align: center;
}
.menu-item {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .menu-item {
    display: block;
    margin-top: 10px;
  }
  .menu-item.menu-item-search {
    display: none;
  }
}
.menu-item a {
  border-bottom: 0;
  display: block;
  font-size: 0.8125em;
  transition: border-color 0.2s ease-in-out;
}
.menu-item a:hover,
.menu-item a.menu-item-active {
  background: var(--menu-item-bg-color);
}
.menu-item i[class^='fa'] {
  margin-right: 8px;
}
.menu-item .badge {
  background: #fff;
  border-radius: 10px;
  color: #555;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.35em;
  padding: 1px 4px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}
.use-motion .menu-item {
  visibility: hidden;
}
.book-mark-link {
  border-bottom: 0;
  position: fixed;
  top: -10px;
  transition: top 0.3s;
  right: 30px;
}
@media (max-width: 991px) {
  .book-mark-link {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .book-mark-link {
    display: none;
  }
}
.book-mark-link::before {
  color: #222;
  font-size: 32px;
  line-height: 1;
  content: '\f02e';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.book-mark-link:hover,
.book-mark-link-fixed {
  top: -2px;
}
.sidebar {
  left: -320px;
}
.sidebar-active .sidebar {
  left: 0;
}
.sidebar {
  background: #222;
  bottom: 0;
  max-height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition: 0.2s ease-out;
  transition-property: left, right;
  width: 320px;
  z-index: 20;
}
.sidebar a {
  border-bottom-color: #555;
  color: #999;
}
.sidebar a:hover {
  border-bottom-color: #eee;
  color: #eee;
}
.links-of-author:not(:first-child) {
  margin-top: 15px;
}
.links-of-author a {
  border-bottom-color: #555;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}
.links-of-author a::before {
  background: #cd2244;
  display: inline-block;
  margin-right: 3px;
  transform: translateY(-2px);
  border-radius: 50%;
  content: ' ';
  height: 4px;
  width: 4px;
}
.links-of-blogroll-item {
  padding: 0 5px;
}
.popular-posts .popular-posts-item .popular-posts-link:hover {
  background: none;
}
.sidebar-dimmer {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: visibility 0.4s, opacity 0.4s;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}
.sidebar-active .sidebar-dimmer {
  opacity: 0.7;
  visibility: visible;
}
.sidebar-inner {
  color: #999;
  padding: 18px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidebar-toggle {
  bottom: 61px;
  height: 16px;
  padding: 5px;
  width: 16px;
  background: #222;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  z-index: 30;
  left: 30px;
}
@media (max-width: 991px) {
  .sidebar-toggle {
    left: 20px;
  }
}
.sidebar-toggle:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .sidebar-toggle {
    opacity: 1;
  }
}
.sidebar-toggle:hover .toggle-line {
  background: #87daff;
}
@media (any-hover: hover) {
  body:not(.sidebar-active) .sidebar-toggle:hover :first-child {
    left: 50%;
    top: 2px;
    transform: rotate(45deg);
    width: 50%;
  }
  body:not(.sidebar-active) .sidebar-toggle:hover :last-child {
    left: 50%;
    top: -2px;
    transform: rotate(-45deg);
    width: 50%;
  }
}
.sidebar-active .sidebar-toggle :nth-child(2) {
  opacity: 0;
}
.sidebar-active .sidebar-toggle :first-child {
  top: 6px;
  transform: rotate(45deg);
}
.sidebar-active .sidebar-toggle :last-child {
  top: -6px;
  transform: rotate(-45deg);
}
.sidebar-nav {
  font-size: 14px;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-left: 0;
  pointer-events: none;
  transition: 0.2s ease-in-out;
  transition-property: height, visibility;
  visibility: hidden;
}
.sidebar-nav-active .sidebar-nav {
  height: calc(1.8em + 1px);
  pointer-events: unset;
  visibility: unset;
}
.sidebar-nav li {
  border-bottom: 1px solid transparent;
  color: #666;
  cursor: pointer;
  display: inline-block;
  transition: 0.2s ease-in-out;
  transition-property: border-bottom-color, color;
}
.sidebar-nav li.sidebar-nav-overview {
  margin-left: 10px;
}
.sidebar-nav li:hover {
  color: #f5f5f5;
}
.sidebar-toc-active .sidebar-nav-toc,
.sidebar-overview-active .sidebar-nav-overview {
  border-bottom-color: #87daff;
  color: #87daff;
  transition-delay: 0.2s;
}
.sidebar-toc-active .sidebar-nav-toc:hover,
.sidebar-overview-active .sidebar-nav-overview:hover {
  color: #87daff;
}
.sidebar-panel-container {
  align-items: start;
  display: grid;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0;
  transition: padding-top 0.2s ease-in-out;
}
.sidebar-nav-active .sidebar-panel-container {
  padding-top: 20px;
}
.sidebar-panel {
  animation: deactivate-sidebar-panel 0.2s ease-in-out;
  grid-area: 1/1;
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(0);
  transition: 0.2s ease-in-out;
  transition-delay: 0s;
  transition-property: opacity, transform, visibility;
  visibility: hidden;
}
.sidebar-nav-active .sidebar-panel,
.sidebar-overview-active .sidebar-panel.post-toc-wrap {
  transform: translateY(-20px);
}
.sidebar-overview-active:not(.sidebar-nav-active) .sidebar-panel.post-toc-wrap {
  transition-delay: 0s, 0.2s, 0s;
}
.sidebar-overview-active .sidebar-panel.site-overview-wrap,
.sidebar-toc-active .sidebar-panel.post-toc-wrap {
  animation-name: activate-sidebar-panel;
  height: auto;
  opacity: 1;
  pointer-events: unset;
  transform: translateY(0);
  transition-delay: 0.2s, 0.2s, 0s;
  visibility: unset;
}
.sidebar-panel.site-overview-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  justify-content: flex-start;
}
@keyframes deactivate-sidebar-panel {
  from {
    height: var(--inactive-panel-height, 0);
  }
  to {
    height: var(--active-panel-height, 0);
  }
}
@keyframes activate-sidebar-panel {
  from {
    height: var(--inactive-panel-height, auto);
  }
  to {
    height: var(--active-panel-height, auto);
  }
}
.post-toc {
  font-size: 14px;
}
.post-toc ol {
  list-style: none;
  margin: 0;
  padding: 0 2px 0 10px;
  text-align: left;
}
.post-toc ol > :last-child {
  margin-bottom: 5px;
}
.post-toc ol > ol {
  padding-left: 0;
}
.post-toc ol a {
  transition: all 0.2s ease-in-out;
}
.post-toc .nav-item {
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-toc .nav .nav-child {
  --height: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition-property: height, opacity, visibility;
  transition: 0.2s ease-in-out;
  visibility: hidden;
}
.post-toc .nav .active > .nav-child {
  height: var(--height, auto);
  opacity: 1;
  visibility: unset;
}
.post-toc .nav .active > a {
  border-bottom-color: #87daff;
  color: #87daff;
}
.post-toc .nav .active-current > a {
  color: #87daff;
}
.post-toc .nav .active-current > a:hover {
  color: #87daff;
}
.site-author-image {
  border: 2px solid #333;
  max-width: 96px;
  padding: 2px;
  border-radius: 50%;
  transition: transform 1s ease-out;
}
.site-author-image:hover {
  transform: rotateZ(360deg);
}
.site-author-name {
  color: #f5f5f5;
  font-weight: normal;
  margin: 5px 0 0;
}
.site-description {
  color: #999;
  font-size: 1em;
  margin-top: 5px;
}
.site-state {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.4;
}
.site-state-item {
  padding: 0 15px;
}
.site-state-item a {
  border-bottom: 0;
  display: block;
}
.site-state-item-count {
  display: block;
  font-size: 1.25em;
  font-weight: 600;
}
.site-state-item-name {
  color: inherit;
  font-size: 0.875em;
}
.sidebar .sidebar-button:not(:first-child) {
  margin-top: 15px;
}
.sidebar .sidebar-button button {
  background: transparent;
  color: #fc6423;
  cursor: pointer;
  line-height: 2;
  padding: 0 15px;
  border: 1px solid #fc6423;
  border-radius: 4px;
}
.sidebar .sidebar-button button:hover {
  background: #fc6423;
  color: #fff;
}
.sidebar .sidebar-button button i[class^='fa'] {
  margin-right: 5px;
}
.links-of-author a {
  font-size: 0.8125em;
}
.links-of-author i[class^='fa'] {
  margin-right: 2px;
}
.cc-license .cc-opacity {
  border-bottom: 0;
  opacity: 0.7;
}
.cc-license .cc-opacity:hover {
  opacity: 0.9;
}
.cc-license img {
  display: inline-block;
}
.links-of-blogroll {
  font-size: 0.8125em;
}
.links-of-blogroll-title {
  font-size: 14px;
  font-weight: 600;
}
.links-of-blogroll-list {
  list-style: none;
  gap: 5px;
  margin: 5px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.links-of-blogroll-item {
  max-width: 100%;
}
.links-of-blogroll-item a {
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer {
  color: #999;
  font-size: 14px;
  padding: 20px 0;
  transition: 0.2s ease-in-out;
  transition-property: left, right;
}
.footer.footer-fixed {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.footer-inner {
  box-sizing: border-box;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 700px;
}
@media (max-width: 767px) {
  .footer-inner {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .footer-inner {
    width: 800px;
  }
}
@media (min-width: 1600px) {
  .footer-inner {
    width: 900px;
  }
}
.use-motion .footer {
  opacity: 0;
}
.languages {
  display: inline-block;
  font-size: 18px;
  position: relative;
}
.languages .lang-select-label span {
  margin: 0 0.5em;
}
.languages .lang-select {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.with-love {
  color: #f00;
  display: inline-block;
  margin: 0 5px;
  animation: icon-animate 1.33s ease-in-out infinite;
}
@keyframes icon-animate {
  0%, 100% {
    transform: scale(1);
  }
  10%, 30% {
    transform: scale(0.9);
  }
  20%, 40%, 60%, 80% {
    transform: scale(1.1);
  }
  50%, 70% {
    transform: scale(1.1);
  }
}
@media (max-width: 567px) {
  .main-inner {
    padding: initial !important;
  }
  .posts-expand .post-header {
    margin-bottom: 10px !important;
  }
  .post-block {
    margin-top: initial !important;
    padding: 8px 18px 8px !important;
  }
  .post-body h1,
  .post-body h2,
  .post-body h3,
  .post-body h4,
  .post-body h5,
  .post-body h6 {
    margin: 20px 0 8px;
  }
  .post-body .note h1,
  .post-body .tabs .tab-content .tab-pane h1,
  .post-body .note h2,
  .post-body .tabs .tab-content .tab-pane h2,
  .post-body .note h3,
  .post-body .tabs .tab-content .tab-pane h3,
  .post-body .note h4,
  .post-body .tabs .tab-content .tab-pane h4,
  .post-body .note h5,
  .post-body .tabs .tab-content .tab-pane h5,
  .post-body .note h6,
  .post-body .tabs .tab-content .tab-pane h6 {
    margin: 0 5px;
  }
  .post-body > p {
    margin: 0 0 10px;
  }
  .post-body .note > p,
  .post-body .tabs .tab-content .tab-pane > p {
    padding: 0 5px;
  }
  .post-body img,
  .post-body video {
    margin-bottom: 10px !important;
  }
  .post-body figure:not(.highlight) figcaption {
    margin: -5px auto 15px !important;
  }
  .post-body .note {
    margin-bottom: 10px !important;
    padding: 10px !important;
  }
  .post-body .tabs .tab-content .tab-pane {
    padding: 10px 10px 0 !important;
  }
  .post-eof {
    margin: 40px auto 20px !important;
  }
  .pagination {
    margin-top: 40px;
  }
}
.back-to-top {
  font-size: 12px;
  margin: 8px -10px -20px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.back-to-top span {
  margin-right: 8px;
}
.back-to-top .fa {
  text-align: center;
  width: 26px;
}
.back-to-top.back-to-top-on {
  cursor: pointer;
  opacity: 0.8;
}
.back-to-top.back-to-top-on:hover {
  opacity: 1;
}
.reading-progress-bar {
  --progress: 0;
  background: #37c6c0;
  height: 3px;
  position: fixed;
  z-index: 50;
  width: var(--progress);
  left: 0;
  top: 0;
}
.rtl.post-body p,
.rtl.post-body a,
.rtl.post-body h1,
.rtl.post-body h2,
.rtl.post-body h3,
.rtl.post-body h4,
.rtl.post-body h5,
.rtl.post-body h6,
.rtl.post-body li,
.rtl.post-body ul,
.rtl.post-body ol {
  direction: rtl;
  font-family: UKIJ Ekran;
}
.rtl.post-title {
  font-family: UKIJ Ekran;
}
.post-button {
  margin-top: 40px;
  text-align: left;
}
.use-motion .post-block,
.use-motion .pagination,
.use-motion .comments {
  visibility: hidden;
}
.use-motion .post-header {
  visibility: hidden;
}
.use-motion .post-body {
  visibility: hidden;
}
.use-motion .collection-header {
  visibility: hidden;
}
.posts-collapse .post-content {
  margin-bottom: 35px;
  margin-left: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .posts-collapse .post-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.posts-collapse .post-content .collection-title {
  font-size: 18px;
  position: relative;
}
.posts-collapse .post-content .collection-title::before {
  background: #999;
  border: 1px solid #fff;
  margin-left: -6px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  content: ' ';
  height: 10px;
  width: 10px;
}
.posts-collapse .post-content .collection-year {
  font-size: 1.5em;
  font-weight: bold;
  margin: 60px 0;
  position: relative;
}
.posts-collapse .post-content .collection-year .collection-year-count {
  font-size: 0.75em;
  background: #fff;
  border-radius: 10px;
  color: #555;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.35em;
  padding: 1px 4px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}
.posts-collapse .post-content .collection-year::before {
  background: #bbb;
  margin-left: -4px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  content: ' ';
  height: 8px;
  width: 8px;
}
.posts-collapse .post-content .collection-header {
  display: block;
  margin-left: 20px;
}
.posts-collapse .post-content .collection-header small {
  color: #bbb;
  margin-left: 5px;
}
.posts-collapse .post-content .post-header {
  border-bottom: 1px dashed #ccc;
  margin: 30px 2px 0;
  padding-left: 15px;
  position: relative;
  transition: border 0.2s ease-in-out;
}
.posts-collapse .post-content .post-header::before {
  background: #bbb;
  border: 1px solid #fff;
  left: -6px;
  position: absolute;
  top: 0.75em;
  transition: background 0.2s ease-in-out;
  border-radius: 50%;
  content: ' ';
  height: 6px;
  width: 6px;
}
.posts-collapse .post-content .post-header:hover {
  border-bottom-color: #666;
}
.posts-collapse .post-content .post-header:hover::before {
  background: #222;
}
.posts-collapse .post-content .post-meta-container {
  display: inline;
  font-size: 0.75em;
  margin-right: 10px;
}
.posts-collapse .post-content .post-title {
  display: inline;
}
.posts-collapse .post-content .post-title a {
  border-bottom: 0;
  color: var(--link-color);
}
.posts-collapse .post-content .post-title .fa {
  font-size: 14px;
  margin-left: 5px;
}
.posts-collapse .post-content::before {
  background: #f5f5f5;
  content: ' ';
  height: 100%;
  margin-left: -2px;
  position: absolute;
  top: 1.25em;
  width: 4px;
}
.post-body {
  font-family: Noto Serif SC, Noto Serif SC, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  overflow-wrap: break-word;
}
@media (min-width: 1200px) {
  .post-body {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .post-body {
    text-align: justify;
  }
}
@media (max-width: 991px) {
  .post-body {
    text-align: justify;
  }
}
.post-body h1 .header-anchor,
.post-body h2 .header-anchor,
.post-body h3 .header-anchor,
.post-body h4 .header-anchor,
.post-body h5 .header-anchor,
.post-body h6 .header-anchor,
.post-body h1 .headerlink,
.post-body h2 .headerlink,
.post-body h3 .headerlink,
.post-body h4 .headerlink,
.post-body h5 .headerlink,
.post-body h6 .headerlink {
  border-bottom-style: none;
  color: inherit;
  float: right;
  font-size: 14px;
  margin-left: 10px;
  opacity: 0;
}
.post-body h1 .header-anchor::before,
.post-body h2 .header-anchor::before,
.post-body h3 .header-anchor::before,
.post-body h4 .header-anchor::before,
.post-body h5 .header-anchor::before,
.post-body h6 .header-anchor::before,
.post-body h1 .headerlink::before,
.post-body h2 .headerlink::before,
.post-body h3 .headerlink::before,
.post-body h4 .headerlink::before,
.post-body h5 .headerlink::before,
.post-body h6 .headerlink::before {
  content: '\f0c1';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.post-body h1:hover .header-anchor,
.post-body h2:hover .header-anchor,
.post-body h3:hover .header-anchor,
.post-body h4:hover .header-anchor,
.post-body h5:hover .header-anchor,
.post-body h6:hover .header-anchor,
.post-body h1:hover .headerlink,
.post-body h2:hover .headerlink,
.post-body h3:hover .headerlink,
.post-body h4:hover .headerlink,
.post-body h5:hover .headerlink,
.post-body h6:hover .headerlink {
  opacity: 0.5;
}
.post-body h1:hover .header-anchor:hover,
.post-body h2:hover .header-anchor:hover,
.post-body h3:hover .header-anchor:hover,
.post-body h4:hover .header-anchor:hover,
.post-body h5:hover .header-anchor:hover,
.post-body h6:hover .header-anchor:hover,
.post-body h1:hover .headerlink:hover,
.post-body h2:hover .headerlink:hover,
.post-body h3:hover .headerlink:hover,
.post-body h4:hover .headerlink:hover,
.post-body h5:hover .headerlink:hover,
.post-body h6:hover .headerlink:hover {
  opacity: 1;
}
.post-body .exturl .fa {
  font-size: 14px;
  margin-left: 4px;
}
.post-body figure:not(.highlight) {
  margin: 0 auto 20px;
}
.post-body figure:not(.highlight) figcaption {
  color: #999;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: -15px auto 15px;
  text-align: center;
}
.post-body iframe,
.post-body img,
.post-body video,
.post-body embed {
  margin-bottom: 20px;
}
.post-body .video-container {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
  width: 100%;
}
.post-body .video-container iframe,
.post-body .video-container object,
.post-body .video-container embed {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.post-gallery {
  display: flex;
  min-height: 200px;
}
.post-gallery .post-gallery-image {
  flex: 1;
}
.post-gallery .post-gallery-image:not(:first-child) {
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
  margin-left: -20px;
}
.post-gallery .post-gallery-image:not(:last-child) {
  margin-right: -20px;
}
.post-gallery .post-gallery-image img {
  height: 100%;
  object-fit: cover;
  opacity: 1;
  width: 100%;
}
.posts-expand .post-gallery {
  margin-bottom: 60px;
}
.posts-collapse .post-gallery {
  margin: 15px 0;
}
.posts-expand .post-header {
  font-size: 18px;
  margin-bottom: 60px;
  text-align: center;
}
.posts-expand .post-title {
  font-size: 1.5em;
  font-weight: normal;
  margin: initial;
  overflow-wrap: break-word;
}
.posts-expand .post-title-link {
  border-bottom: 0;
  color: var(--link-color);
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.posts-expand .post-title-link::before {
  background: var(--link-color);
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
  width: 100%;
}
.posts-expand .post-title-link:hover::before {
  transform: scaleX(1);
}
.posts-expand .post-title-link .fa {
  font-size: 14px;
  margin-left: 5px;
}
.post-sticky-flag {
  display: inline-block;
  margin-right: 8px;
  transform: rotate(30deg);
}
.posts-expand .post-meta-container {
  color: #999;
  font-family: Noto Serif SC, Noto Serif SC, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.75em;
  margin-top: 3px;
}
.posts-expand .post-meta-container .post-description {
  font-size: 14px;
  margin-top: 2px;
}
.posts-expand .post-meta-container time {
  border-bottom: 1px dashed #999;
}
.post-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
:not(.post-meta-break) + .post-meta-item::before {
  content: '|';
  margin: 0 0.5em;
}
.post-meta-item-icon {
  margin-right: 3px;
}
@media (max-width: 991px) {
  .post-meta-item-text {
    display: none;
  }
}
.post-meta-break {
  flex-basis: 100%;
  height: 0;
}
.post-nav {
  border-top: 1px solid #eee;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 1em;
  padding: 10px 5px 0;
}
.post-nav-item {
  flex: 1;
}
.post-nav-item a {
  border-bottom: 0;
  display: block;
  font-size: 14px;
  line-height: 1.6;
}
.post-nav-item a:active {
  top: 2px;
}
.post-nav-item .fa {
  font-size: 0.75em;
}
.post-nav-item:first-child .fa {
  margin-right: 5px;
}
.post-nav-item:last-child {
  text-align: right;
}
.post-nav-item:last-child .fa {
  margin-left: 5px;
}
.post-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post-eof {
  background: #ccc;
  height: 1px;
  margin: 80px auto 60px;
  width: 8%;
}
.post-block:last-of-type .post-eof {
  display: none;
}
.post-tags {
  margin-top: 40px;
  text-align: left;
}
.post-tags a {
  display: inline-block;
  font-size: 0.8125em;
}
.post-tags a:not(:last-child) {
  margin-right: 10px;
}
.social-like {
  border-top: 1px solid #eee;
  font-size: 14px;
  margin-top: 1em;
  padding-top: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.social-like a {
  border-bottom: none;
}
.reward-container {
  margin: 1em 0 0;
  padding: 1em 0;
  text-align: center;
}
.reward-container button {
  background: transparent;
  color: #87daff;
  cursor: pointer;
  line-height: 2;
  padding: 0 15px;
  border: 2px solid #87daff;
  border-radius: 2px;
  outline: 0;
  vertical-align: text-top;
}
.reward-container button:hover {
  background: #87daff;
  color: #fff;
}
.post-reward {
  display: none;
  padding-top: 20px;
}
.post-reward.active {
  display: block;
}
.post-reward div {
  display: inline-block;
}
.post-reward div span {
  display: block;
}
.post-reward img {
  display: inline-block;
  margin: 0.8em 2em 0;
  max-width: 100%;
  width: 180px;
}
@keyframes next-roll {
  from {
    transform: rotateZ(30deg);
  }
  to {
    transform: rotateZ(-30deg);
  }
}
.category-all-page .category-all-title {
  text-align: center;
}
.category-all-page .category-all {
  margin-top: 20px;
}
.category-all-page .category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-all-page .category-list-item {
  margin: 5px 10px;
}
.category-all-page .category-list-count {
  font-size: 0.75em;
  background: #fff;
  border-radius: 10px;
  color: #555;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.35em;
  padding: 1px 4px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}
.category-all-page .category-list-child {
  padding-left: 10px;
}
.event-list hr {
  background: #222;
  margin: 20px 0 45px;
}
.event-list hr::after {
  background: #222;
  color: #fff;
  content: 'NOW';
  display: inline-block;
  font-weight: bold;
  padding: 0 5px;
}
.event-list .event {
  --event-background: #222;
  --event-foreground: #bbb;
  --event-title: #fff;
  background: var(--event-background);
  padding: 15px;
}
.event-list .event .event-summary {
  border-bottom: 0;
  color: var(--event-title);
  margin: 0;
  padding: 0 0 0 35px;
  position: relative;
}
.event-list .event .event-summary::before {
  animation: dot-flash 1s alternate infinite ease-in-out;
  background: var(--event-title);
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  content: ' ';
  height: 12px;
  width: 12px;
}
.event-list .event:nth-of-type(odd) .event-summary::before {
  animation-delay: 0.5s;
}
.event-list .event:not(:last-child) {
  margin-bottom: 20px;
}
.event-list .event .event-relative-time {
  color: var(--event-foreground);
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding-left: 12px;
}
.event-list .event .event-details {
  color: var(--event-foreground);
  display: block;
  line-height: 18px;
  padding: 6px 0 6px 35px;
}
.event-list .event .event-details::before {
  color: var(--event-foreground);
  display: inline-block;
  margin-right: 9px;
  width: 14px;
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.event-list .event .event-details.event-location::before {
  content: '\f041';
}
.event-list .event .event-details.event-duration::before {
  content: '\f017';
}
.event-list .event .event-details.event-description::before {
  content: '\f024';
}
.event-list .event-past {
  --event-background: #f5f5f5;
  --event-foreground: #999;
  --event-title: #222;
}
@keyframes dot-flash {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
ul.breadcrumb {
  font-size: 0.75em;
  list-style: none;
  margin: 1em 0;
  padding: 0 2em;
  text-align: center;
}
ul.breadcrumb li {
  display: inline;
}
ul.breadcrumb li:not(:first-child)::before {
  content: '/\00a0';
  font-weight: normal;
  padding: 0.5em;
}
ul.breadcrumb li:last-child {
  font-weight: bold;
}
.tag-cloud {
  text-align: center;
}
.tag-cloud a {
  display: inline-block;
  margin: 10px;
}
.tag-cloud-0 {
  border-bottom-color: #aaa;
  color: #aaa;
}
.tag-cloud-1 {
  border-bottom-color: #9a9a9a;
  color: #9a9a9a;
}
.tag-cloud-2 {
  border-bottom-color: #8b8b8b;
  color: #8b8b8b;
}
.tag-cloud-3 {
  border-bottom-color: #7c7c7c;
  color: #7c7c7c;
}
.tag-cloud-4 {
  border-bottom-color: #6c6c6c;
  color: #6c6c6c;
}
.tag-cloud-5 {
  border-bottom-color: #5d5d5d;
  color: #5d5d5d;
}
.tag-cloud-6 {
  border-bottom-color: #4e4e4e;
  color: #4e4e4e;
}
.tag-cloud-7 {
  border-bottom-color: #3e3e3e;
  color: #3e3e3e;
}
.tag-cloud-8 {
  border-bottom-color: #2f2f2f;
  color: #2f2f2f;
}
.tag-cloud-9 {
  border-bottom-color: #202020;
  color: #202020;
}
.tag-cloud-10 {
  border-bottom-color: #111;
  color: #111;
}
.search-active {
  overflow: hidden;
  margin-right: var(--dialog-scrollgutter, 0);
}
.search-pop-overlay {
  background: rgba(0,0,0,0);
  display: flex;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: visibility 0.4s, background 0.4s;
  visibility: hidden;
  width: 100%;
  z-index: 40;
}
.search-active .search-pop-overlay {
  background: rgba(0,0,0,0.3);
  visibility: visible;
}
.search-popup {
  background: var(--card-bg-color);
  border-radius: 5px;
  height: 80%;
  margin: auto;
  transform: scale(0);
  transition: transform 0.4s;
  width: 700px;
}
.search-active .search-popup {
  transform: scale(1);
}
@media (max-width: 767px) {
  .search-popup {
    border-radius: 0;
    height: 100%;
    width: 100%;
  }
}
.search-popup .search-icon,
.search-popup .popup-btn-close {
  color: #999;
  font-size: 18px;
  padding: 0 10px;
}
.search-popup .popup-btn-close {
  cursor: pointer;
}
.search-popup .popup-btn-close:hover .fa {
  color: #222;
}
.search-popup .search-header {
  background: #eee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  padding: 5px;
}
.search-popup input.search-input {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
}
.search-popup input.search-input::-webkit-search-cancel-button {
  display: none;
}
.search-popup .search-result-container {
  display: flex;
  flex-direction: column;
  height: calc(100% - 55px);
  overflow: auto;
  padding: 5px 25px;
}
.search-popup .search-result-container hr {
  flex-shrink: 0;
  margin: 5px 0 10px;
}
.search-popup .search-result-container hr:first-child {
  display: none;
}
.search-popup .search-result-list {
  margin: 0 5px;
  padding: 0;
}
.search-popup a.search-result-title {
  font-weight: bold;
}
.search-popup p.search-result {
  border-bottom: 1px dashed #ccc;
  margin: 0 0 10px;
  padding: 5px 0;
}
.search-popup .search-input-container {
  flex-grow: 1;
  padding: 2px;
}
.search-popup .search-result-icon {
  color: #ccc;
  margin: auto;
}
mark.search-keyword {
  background: transparent;
  border-bottom: 1px dashed #ff2a2a;
  color: #ff2a2a;
  font-weight: bold;
}
.use-motion .animated {
  animation-fill-mode: none;
  visibility: inherit;
}
.use-motion .sidebar .animated {
  animation-fill-mode: both;
}
hr {
  height: 2px;
  margin: 20px 0;
}
.btn {
  padding: 0 10px;
}
.headband {
  display: none;
}
@media (max-width: 767px) {
  .pagination {
    margin: 80px 0 0;
    text-align: center;
  }
}
.footer {
  background: var(--content-bg-color);
  color: var(--text-color);
  padding: 10px 0;
}
@media (max-width: 767px) {
  .footer-inner {
    text-align: center;
  }
}
.column {
  background: var(--content-bg-color);
}
header.header {
  align-items: center;
  display: flex;
  padding: 20px 0;
}
@media (max-width: 767px) {
  header.header {
    display: block;
    padding: 10px 0;
  }
}
.site-meta {
  line-height: normal;
}
@media (max-width: 767px) {
  .site-meta .brand {
    display: block;
  }
}
.site-meta .site-title {
  font-weight: bolder;
}
.logo-line {
  background: var(--brand-color);
  display: block;
  height: 2px;
  margin: 0 auto;
  width: 75%;
}
@media (max-width: 767px) {
  .logo-line {
    display: none;
  }
}
.use-motion .logo-line:first-of-type {
  transform: scaleX(0);
  transform-origin: left;
}
.use-motion .logo-line:last-of-type {
  transform: scaleX(0);
  transform-origin: right;
}
.site-subtitle {
  display: none;
}
.site-nav {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .site-nav {
    padding: 0 10px 0;
  }
}
@media (max-width: 767px) {
  .main-menu {
    padding-top: 10px;
  }
}
.menu {
  padding: 0;
}
.menu .menu-item {
  margin: 0;
}
@media (max-width: 767px) {
  .menu .menu-item {
    margin-top: 5px;
  }
}
.menu .menu-item a {
  border-radius: 2px;
  padding: 0 10px;
  transition-property: background;
}
@media (max-width: 767px) {
  .menu .menu-item a {
    text-align: left;
    display: flex;
    align-items: center;
  }
  .menu .menu-item a .badge {
    margin-left: auto;
  }
}
.posts-expand.index .post-header {
  text-align: left;
}
@media (max-width: 767px) {
  .posts-expand.index .post-header {
    text-align: center;
  }
}
.posts-expand.index .post-meta-container {
  margin-top: 5px;
}
.posts-expand.index .post-meta {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .posts-expand.index .post-meta {
    justify-content: center;
  }
}
.posts-expand .post-eof {
  display: none;
}
.posts-expand .post-block:not(:first-of-type) {
  margin-top: 120px;
}
.posts-expand .post-header {
  margin-bottom: 20px;
}
.posts-expand .post-tags a {
  background: var(--content-bg-color);
  border-bottom: 0;
  padding: 1px 5px;
}
.posts-expand .post-tags a:hover {
  background: var(--menu-item-bg-color);
}
.posts-expand .post-nav {
  margin-top: 40px;
}
.post-button {
  margin-top: 20px;
}
.post-button .btn {
  background: none;
  border: 0;
  border-bottom: 2px solid var(--btn-default-border-color);
  padding: 0;
  transition-property: border;
}
.post-button .btn:hover {
  border-bottom-color: var(--btn-default-hover-border-color);
}
header.header {
  margin: 0 auto;
  width: 700px;
}
@media (max-width: 767px) {
  header.header {
    width: auto;
  }
}
@media (min-width: 1200px) {
  header.header {
    width: 800px;
  }
}
@media (min-width: 1600px) {
  header.header {
    width: 900px;
  }
}
.main-inner {
  margin: 0 auto;
  width: 700px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .main-inner {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .main-inner {
    width: 800px;
  }
}
@media (min-width: 1600px) {
  .main-inner {
    width: 900px;
  }
}
@media (max-width: 767px) {
  .main-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.post-block:first-of-type {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .post-block:first-of-type {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .sidebar-dimmer {
    display: none;
  }
  .sidebar-active {
    padding-left: 320px;
  }
  .sidebar-active .footer-fixed {
    left: 320px;
  }
}
.sub-menu {
  margin: 10px 0;
}
.sub-menu .menu-item {
  display: inline-block;
}
.giscus {
  max-width: unset;
  box-sizing: border-box;
}
body {
  font-family: 'Noto Serif SC', serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root {
  --selection-bg: rgba(91,155,213,0.32);
  --selection-color: #1e2a36;
}
::selection {
  background: rgba(91,155,213,0.32) !important;
  color: #1e2a36 !important;
  text-shadow: none !important;
}
::-moz-selection {
  background: rgba(91,155,213,0.32) !important;
  color: #1e2a36 !important;
  text-shadow: none !important;
}
/* 修复正文文本选择 */
.main-inner,
.main-inner *,
.posts-expand,
.posts-expand *,
.posts-collapse,
.posts-collapse *,
.post-body,
.post-body *,
.sidebar-panel,
.sidebar-panel *,
.sidebar-panel-container,
.sidebar-panel-container * {
  -webkit-user-select: text !important;
  user-select: text !important;
}
#music-player,
#music-player *,
#atri-live2d-widget,
#atri-live2d-widget *,
.ginka-click-effect,
.cursor-dot,
.cursor-circle,
figure.highlight .gutter,
figure.highlight .gutter * {
  -webkit-user-select: none !important;
  user-select: none !important;
}
body.is-opening-active,
body.is-opening-leaving {
  overflow: hidden !important;
}
body.is-opening-preparing::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 10019;
  pointer-events: none;
  background: rgba(245,248,252,0.75);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  transform: translateZ(0);
  will-change: opacity;
}
.ginka-opening {
  position: fixed;
  inset: 0;
  z-index: 10020;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  contain: paint;
  isolation: isolate;
  will-change: opacity;
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), visibility 1s step-end;
}
.ginka-opening.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s step-start;
}
.ginka-opening__curtain {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50.2%;
  background: rgba(245,248,252,0.75);
  backdrop-filter: blur(16px) saturate(145%);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
  transform: translate3d(0, 0, 0);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  backface-visibility: hidden;
  contain: paint;
}
.ginka-opening__curtain--top {
  top: 0;
  border-bottom: 1px solid rgba(91,155,213,0.22);
}
.ginka-opening__curtain--bottom {
  bottom: 0;
  border-top: 1px solid rgba(91,155,213,0.22);
}
.ginka-opening__seam {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 76vw;
  height: 2px;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, rgba(91,155,213,0), rgba(91,155,213,0.75), rgba(91,155,213,0));
  box-shadow: 0 0 16px rgba(91,155,213,0.32);
  opacity: 0.95;
  transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.ginka-opening__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.98);
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 86vw;
  padding: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.ginka-opening.is-visible .ginka-opening__center {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.ginka-opening__avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,0.82);
  box-shadow: 0 14px 40px rgba(91,155,213,0.26), 0 0 0 6px rgba(255,255,255,0.25);
}
.ginka-opening__title {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: 1.8px;
  color: rgba(28,53,82,0.96);
  text-align: center;
  text-shadow: 0 3px 16px rgba(91,155,213,0.28);
}
.ginka-opening.is-center-fading .ginka-opening__center {
  opacity: 0;
  transform: translate(-50%, -53%) scale(0.96);
}
.ginka-opening.is-center-fading .ginka-opening__seam {
  opacity: 0.72;
}
.ginka-opening.is-curtain-open .ginka-opening__curtain--top {
  transform: translate3d(0, -103%, 0);
}
.ginka-opening.is-curtain-open .ginka-opening__curtain--bottom {
  transform: translate3d(0, 103%, 0);
}
.ginka-opening.is-curtain-open .ginka-opening__seam {
  opacity: 0;
}
@media (hover: none) and (pointer: coarse) {
  .ginka-opening,
  .ginka-opening.is-visible {
    transition-duration: 0.7s;
  }
  .ginka-opening__center {
    width: 90vw;
    gap: 12px;
    transition-duration: 0.35s;
  }
  .ginka-opening__avatar {
    width: 92px;
    height: 92px;
  }
  .ginka-opening__title {
    font-size: clamp(20px, 4.8vw, 28px);
    letter-spacing: 1px;
  }
  .ginka-opening__curtain {
    transition-duration: 0.56s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ginka-opening,
  .ginka-opening.is-visible {
    transition: opacity 0.12s ease, visibility 0.12s step-end;
  }
  .ginka-opening__center {
    transition: opacity 0.12s ease !important;
    transform: translate(-50%, -50%) !important;
  }
  .ginka-opening__curtain {
    transition: none !important;
    transform: none !important;
  }
  .ginka-opening__seam {
    transition: opacity 0.12s ease !important;
  }
}
.ginka-loader {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.42s step-end;
}
.ginka-loader::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.22);
  backdrop-filter: blur(7px) saturate(140%);
  -webkit-backdrop-filter: blur(7px) saturate(140%);
}
.ginka-loader::after {
  content: '';
  position: absolute;
  top: 0;
  left: -38%;
  width: 38%;
  height: 3px;
  background: linear-gradient(90deg, rgba(91,155,213,0), rgba(91,155,213,0.95), rgba(126,184,230,0.85));
  box-shadow: 0 0 10px rgba(91,155,213,0.35);
  animation: ginkaLoaderSweep 1.05s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.ginka-loader.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s step-start;
}
body.is-page-loading .main-inner {
  transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0.78;
}
.main-inner {
  transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1), transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
}
body.is-pjax-loading .main-inner {
  opacity: 0.66;
  transform: translateY(8px);
}
body.is-pjax-enter .main-inner {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .ginka-loader {
    transition: opacity 0.12s ease, visibility 0.12s step-end;
  }
  .ginka-loader::after {
    left: 0;
    width: 100%;
    animation: none;
  }
  body.is-page-loading .main-inner {
    transition: opacity 0.12s ease;
    opacity: 0.88;
  }
  .main-inner {
    transition: opacity 0.12s ease !important;
    transform: none !important;
  }
  body.is-pjax-loading .main-inner,
  body.is-pjax-enter .main-inner {
    transform: none !important;
  }
}
@media (hover: none) and (pointer: coarse) {
  .ginka-loader::before {
    backdrop-filter: blur(5px) saturate(125%);
    -webkit-backdrop-filter: blur(5px) saturate(125%);
  }
  .ginka-loader::after {
    height: 2px;
    animation-duration: 1.28s;
  }
}
.site-author-image {
  border-radius: 50% !important;
  padding: 2px;
  border: 1px solid #eee;
  transition: transform 0.5s ease-in-out;
}
.site-author-image:hover {
  transform: rotate(360deg);
}
/* 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸 */
::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
  background: transparent !important;
  display: block !important;
}
/* 定义滚动条轨道 内阴影+圆角 - 确保透明以显示视频背景 */
::-webkit-scrollbar-track {
  background: transparent !important;
  border-radius: 999px;
  border: none !important;
  box-shadow: none !important;
}
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(126,184,230,0.88), rgba(91,155,213,0.88)) !important;
  border-radius: 999px;
  border: none !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.18);
  min-height: 42px;
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(126,184,230,0.95), rgba(91,155,213,0.95)) !important;
}
/* 去掉顶部/底部小箭头，避免割裂感 */
::-webkit-scrollbar-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}
::-webkit-scrollbar-button:single-button,
::-webkit-scrollbar-button:vertical:decrement,
::-webkit-scrollbar-button:vertical:increment {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
/* Firefox scrollbar */
html {
  scrollbar-width: thin;
  scrollbar-color: rgba(135,206,250,0.4) transparent;
}
/* 侧边栏背景透明化 - 让视频背景透出来 */
.sidebar,
.sidebar-inner {
  background: transparent !important;
  box-shadow: none !important;
}
/* 侧边栏整体毛玻璃优化 */
.sidebar {
  background: linear-gradient(180deg, rgba(255,255,255,0.34), rgba(255,255,255,0.22)) !important;
  backdrop-filter: blur(12px) saturate(135%);
  -webkit-backdrop-filter: blur(12px) saturate(135%);
  border-right: 1px solid rgba(255,255,255,0.36);
  box-shadow: 10px 0 30px rgba(91,155,213,0.16) !important;
  transition: left 0.42s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
body.sidebar-active .sidebar {
  box-shadow: 14px 0 38px rgba(91,155,213,0.22) !important;
}
/* 为侧边栏内容添加轻微磨砂层 */
.sidebar-inner {
  background: rgba(255,255,255,0.12) !important;
  backdrop-filter: blur(6px) saturate(125%);
  -webkit-backdrop-filter: blur(6px) saturate(125%);
  border-radius: 18px;
  padding: 18px 14px 22px !important;
  border: 1px solid rgba(255,255,255,0.26);
}
.sidebar-nav li {
  transition: color 0.36s cubic-bezier(0.22, 1, 0.36, 1), border-bottom-color 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}
.sidebar-nav li:hover {
  color: rgba(91,155,213,0.92);
}
.sidebar-overview-active .sidebar-nav-overview,
.sidebar-toc-active .sidebar-nav-toc {
  border-bottom-color: rgba(91,155,213,0.62);
  color: rgba(91,155,213,0.98);
}
/* 隐藏侧边栏切换按钮 - 改用鼠标左侧感应触发 */
.sidebar-toggle {
  display: none !important;
}
/* 侧边栏滚动条玻璃化（覆盖白底轨道） */
.sidebar,
.sidebar-inner,
.sidebar-panel-container,
.sidebar-panel,
.post-toc {
  scrollbar-width: thin !important;
  scrollbar-color: rgba(190,226,248,0.95) rgba(166,179,196,0.42) !important;
}
.sidebar::-webkit-scrollbar,
.sidebar-inner::-webkit-scrollbar,
.sidebar-panel-container::-webkit-scrollbar,
.sidebar-panel::-webkit-scrollbar,
.post-toc::-webkit-scrollbar {
  width: 9px !important;
  height: 9px !important;
  background: transparent !important;
}
.sidebar::-webkit-scrollbar-track,
.sidebar-inner::-webkit-scrollbar-track,
.sidebar-panel-container::-webkit-scrollbar-track,
.sidebar-panel::-webkit-scrollbar-track,
.post-toc::-webkit-scrollbar-track {
  background: rgba(166,179,196,0.36) !important;
  border-radius: 999px !important;
  border: 1px solid rgba(200,214,230,0.35) !important;
  box-shadow: inset 0 0 0 1px rgba(235,242,248,0.14);
}
.sidebar::-webkit-scrollbar-thumb,
.sidebar-inner::-webkit-scrollbar-thumb,
.sidebar-panel-container::-webkit-scrollbar-thumb,
.sidebar-panel::-webkit-scrollbar-thumb,
.post-toc::-webkit-scrollbar-thumb {
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(200,231,250,0.96), rgba(147,201,236,0.95)) !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
}
.sidebar::-webkit-scrollbar-thumb:hover,
.sidebar-inner::-webkit-scrollbar-thumb:hover,
.sidebar-panel-container::-webkit-scrollbar-thumb:hover,
.sidebar-panel::-webkit-scrollbar-thumb:hover,
.post-toc::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(213,238,252,0.98), rgba(160,209,240,0.97)) !important;
}
.sidebar::-webkit-scrollbar-button,
.sidebar-inner::-webkit-scrollbar-button,
.sidebar-panel-container::-webkit-scrollbar-button,
.sidebar-panel::-webkit-scrollbar-button,
.post-toc::-webkit-scrollbar-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}
/* Giscus 评论区深度适配 - 模拟"嵌入"效果 */
.comments {
  background: transparent !important; /* 确保外层容器透明 */
  margin-top: 30px !important;
  border: none !important;
}
.giscus {
/* 移除所有边框和背景，让 Giscus 内容直接"浮"在页面上 */
  margin-top: 0;
  background: transparent !important;
  backdrop-filter: none !important;
  padding: 0;
  border: none !important;
  border-radius: 0;
}
/* 如果 Giscus 自身带有非透明背景，需要通过 iframe 内部主题控制，无法通过外部 CSS 强制去色 */
/* 但我们可以消除外围的框框感 */
/* 修复右侧滚动条轨道断层（顶部/底部都铺满） */
::-webkit-scrollbar-track-piece {
  background: transparent !important;
  border-radius: 999px;
  border: none !important;
  box-shadow: none !important;
}
::-webkit-scrollbar-corner {
  background: transparent !important;
}
.site-brand-container .site-meta .site-title {
  font-size: 2em;
  font-weight: 700;
  color: #37c6c0;
  transition: all 0.3s ease;
}
.site-brand-container .site-meta .site-title:hover {
  color: #ff6b6b;
  transform: scale(1.05);
}
.site-brand-container .site-meta .site-subtitle {
  font-size: 1em;
  color: #666;
  margin-top: 10px;
  font-style: italic;
}
.post-body p {
  margin: 1.2em 0;
  text-align: justify;
}
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6 {
  margin-top: 1.8em;
  margin-bottom: 0.8em;
  font-weight: 600;
  position: relative;
}
.post-body h1::before,
.post-body h2::before,
.post-body h3::before,
.post-body h4::before,
.post-body h5::before,
.post-body h6::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 60%;
  background: linear-gradient(to bottom, #a1c4fd, #c2e9fb);
  border-radius: 2px;
}
.post-body blockquote {
  border-left: 4px solid #37c6c0;
  background: #f5f5f5;
  padding: 15px 20px;
  margin: 1.5em 0;
  border-radius: 4px;
  font-style: italic;
}
.post-body blockquote p {
  margin: 0.5em 0;
}
.post-body a {
  color: #37c6c0;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.post-body a:hover {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}
.post-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.post-body table thead {
  background: #37c6c0;
  color: #fff;
}
.post-body table th,
.post-body table td {
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
}
.post-body table tr {
  transition: background 0.2s ease;
}
.post-body table tr:hover {
  background: #f5f5f5;
}
.post-body img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.post-body img:hover {
  transform: scale(1.02);
}
.sidebar {
  background: rgba(255,255,255,0.95);
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  border-radius: 8px;
}
.sidebar .sidebar-inner {
  padding: 20px;
}
.sidebar .site-author-name {
  color: #222;
  font-weight: 600;
  font-size: 1.2em;
}
.sidebar .links-of-author a {
  color: #37c6c0;
  transition: all 0.3s ease;
}
.sidebar .links-of-author a:hover {
  color: #ff6b6b;
  transform: translateX(5px);
}
.tag-cloud a {
  display: inline-block;
  margin: 5px;
  padding: 5px 15px;
  background: #f5f5f5;
  color: #222;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.tag-cloud a:hover {
  background: #37c6c0;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.posts-collapse .post-header {
  position: relative;
}
.posts-collapse .post-header::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #37c6c0;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(55,198,192,0.2);
}
.posts-collapse .post-title {
  transition: all 0.3s ease;
}
.posts-collapse .post-title:hover {
  color: #ff6b6b;
  transform: translateX(10px);
}
.footer {
  background: #222;
  color: #999;
  padding: 30px 0;
}
.footer .footer-inner {
  text-align: center;
}
.footer a {
  color: #37c6c0;
}
.footer a:hover {
  color: #ff6b6b;
}
.post,
.page {
  animation: fadeIn 0.6s ease-out;
}
.post-button {
  margin-top: 40px;
  text-align: center;
}
.post-button .btn {
  background: rgba(91,155,213,0.15) !important;
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  border: 1.5px solid rgba(91,155,213,0.3) !important;
  color: #5b9bd5 !important;
  font-size: 14px !important;
  padding: 10px 28px !important;
  border-radius: 25px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 4px 15px rgba(91,155,213,0.15), 0 2px 8px rgba(91,155,213,0.08), inset 0 1px 0 rgba(255,255,255,0.5) !important;
  position: relative;
  overflow: hidden;
}
.post-button .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(91,155,213,0.2), transparent);
  transition: left 0.5s ease;
}
.post-button .btn:hover::before {
  left: 100%;
}
.post-button .btn:hover {
  background: rgba(91,155,213,0.25) !important;
  border-color: rgba(91,155,213,0.5) !important;
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 8px 25px rgba(91,155,213,0.25), 0 4px 12px rgba(91,155,213,0.15), inset 0 1px 0 rgba(255,255,255,0.6) !important;
}
.post-button .btn:active {
  transform: translateY(0) scale(0.98) !important;
  box-shadow: 0 2px 8px rgba(91,155,213,0.2), inset 0 1px 0 rgba(255,255,255,0.4) !important;
}
@media (max-width: 768px) {
  .post-body h1::before,
  .post-body h2::before,
  .post-body h3::before,
  .post-body h4::before,
  .post-body h5::before,
  .post-body h6::before {
    display: none;
  }
  .sidebar {
    margin-top: 20px;
  }
}
@media print {
  .sidebar,
  .header,
  .footer,
  .comments {
    display: none;
  }
  .post-body {
    max-width: 100%;
  }
  .post-body a {
    color: #222;
    text-decoration: underline;
  }
}
@media (min-width: 769px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 120;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.55) !important;
    border-bottom: 1px solid rgba(91,155,213,0.16);
  }
  .site-nav .menu-item a {
    border-radius: 999px;
    padding: 4px 10px;
    transition: all 0.2s ease;
  }
  .site-nav .menu-item a:hover {
    background: rgba(91,155,213,0.12);
  }
  .main-inner.index .post-block {
    border: 1px solid rgba(91,155,213,0.16);
    border-radius: 14px;
    background: rgba(255,255,255,0.42);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  }
  .main-inner.index .post-block:hover {
    transform: translateY(-3px);
    border-color: rgba(91,155,213,0.35);
    box-shadow: 0 10px 24px rgba(91,155,213,0.14);
  }
}
.ginka-engagement {
  margin: 8px 0 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #6f7f93;
}
.ginka-engagement .ginka-stat,
.ginka-engagement .ginka-like-btn,
.ginka-engagement .ginka-like-static {
  border: 1px solid rgba(91,155,213,0.28);
  border-radius: 999px;
  padding: 2px 10px;
  background: rgba(91,155,213,0.1);
}
.ginka-engagement--detail {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.ginka-engagement-title {
  color: #5b9bd5;
  font-weight: 600;
  padding-right: 2px;
}
.ginka-engagement--card {
  margin-left: 10px;
}
.ginka-engagement .ginka-like-btn {
  cursor: pointer;
  color: #4a89c8;
  transition: all 0.2s ease;
}
.ginka-engagement .ginka-like-btn:hover {
  background: rgba(91,155,213,0.18);
}
.ginka-engagement .ginka-like-btn:disabled,
.ginka-engagement.is-offline {
  opacity: 0.66;
}
.click-ripple {
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(91,155,213,0.6);
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  z-index: 9999;
  animation: rippleEffect 0.6s ease-out;
}
@keyframes ginkaLoaderSweep {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(370%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rippleEffect {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
/* ======================================================
   GINKA Style v8.0 - Final for NexT Mist (Complete)
   ====================================================== */

   @font-face { font-family: 'OppoSans'; src: url('/fonts/OppoSans.ttf') format('truetype'); font-weight: normal; font-display: swap; }
   @font-face { font-family: 'OppoSans'; src: url('/fonts/OppoSans-Bold.ttf') format('truetype'); font-weight: bold; font-display: swap; }
   @font-face { font-family: 'LXGW WenKai'; src: url('/fonts/LxgwWenKai.ttf') format('truetype'); font-weight: normal; font-display: swap; }
   
   #video-background { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -999; }
   #video-background video { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; }
   body { font-family: 'OppoSans', sans-serif; background: transparent !important; }
   html { background: transparent !important; }

   .main-inner, .header-inner, .footer-inner, .content-wrap, .header, .footer, .post-block { background: none !important; box-shadow: none !important; border: none !important; }
   .post-block { background: rgba(255, 255, 255, 0.3) !important; backdrop-filter: blur(20px) saturate(1.8); -webkit-backdrop-filter: blur(20px) saturate(1.8); border-radius: 16px; padding: 35px !important; margin-bottom: 40px; border: 1px solid rgba(255, 255, 255, 0.2); transition: all 0.4s ease; animation: fadeIn 0.8s ease-out forwards; }
   .post-block:hover { box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.2); transform: translateY(-5px); }

   /* Sidebar 专用样式（避免被 post-block 规则连带影响） */
   .sidebar {
     background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.22)) !important;
     backdrop-filter: blur(12px) saturate(135%);
     -webkit-backdrop-filter: blur(12px) saturate(135%);
     border-right: 1px solid rgba(255, 255, 255, 0.36);
     box-shadow: 12px 0 32px rgba(91, 155, 213, 0.18) !important;
   }
   .sidebar-inner {
     background: rgba(255, 255, 255, 0.14) !important;
     backdrop-filter: blur(6px) saturate(125%);
     -webkit-backdrop-filter: blur(6px) saturate(125%);
     border-radius: 18px;
     padding: 18px 14px 22px !important;
     border: 1px solid rgba(255, 255, 255, 0.26);
     margin-bottom: 0 !important;
   }

  /* 侧边栏滚动条：玻璃轨道 + 半透明滑块（覆盖白底轨道） */
  .sidebar,
  .sidebar-inner,
  .sidebar-panel-container,
  .sidebar-panel,
  .post-toc {
    scrollbar-width: thin !important;
    scrollbar-color: rgba(190, 226, 248, 0.95) rgba(166, 179, 196, 0.42) !important;
  }
  .sidebar::-webkit-scrollbar,
  .sidebar-inner::-webkit-scrollbar,
  .sidebar-panel-container::-webkit-scrollbar,
  .sidebar-panel::-webkit-scrollbar,
  .post-toc::-webkit-scrollbar {
    width: 9px !important;
    height: 9px !important;
    background: transparent !important;
  }
  .sidebar::-webkit-scrollbar-track,
  .sidebar-inner::-webkit-scrollbar-track,
  .sidebar-panel-container::-webkit-scrollbar-track,
  .sidebar-panel::-webkit-scrollbar-track,
  .post-toc::-webkit-scrollbar-track {
    background: rgba(166, 179, 196, 0.36) !important;
    border-radius: 999px !important;
    border: 1px solid rgba(200, 214, 230, 0.35) !important;
    box-shadow: inset 0 0 0 1px rgba(235, 242, 248, 0.14);
  }
  .sidebar::-webkit-scrollbar-thumb,
  .sidebar-inner::-webkit-scrollbar-thumb,
  .sidebar-panel-container::-webkit-scrollbar-thumb,
  .sidebar-panel::-webkit-scrollbar-thumb,
  .post-toc::-webkit-scrollbar-thumb {
    border-radius: 999px !important;
    background: linear-gradient(180deg, rgba(200, 231, 250, 0.96), rgba(147, 201, 236, 0.95)) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
  }
  .sidebar::-webkit-scrollbar-thumb:hover,
  .sidebar-inner::-webkit-scrollbar-thumb:hover,
  .sidebar-panel-container::-webkit-scrollbar-thumb:hover,
  .sidebar-panel::-webkit-scrollbar-thumb:hover,
  .post-toc::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(213, 238, 252, 0.98), rgba(160, 209, 240, 0.97)) !important;
  }
  .sidebar::-webkit-scrollbar-button,
  .sidebar-inner::-webkit-scrollbar-button,
  .sidebar-panel-container::-webkit-scrollbar-button,
  .sidebar-panel::-webkit-scrollbar-button,
  .post-toc::-webkit-scrollbar-button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
  }

  /* 修复正文不可选中 */
  .main-inner,
  .main-inner *,
  .post-body,
  .post-body *,
  .posts-expand,
  .posts-expand *,
  .posts-collapse,
  .posts-collapse * {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
  #music-player,
  #music-player *,
  #atri-live2d-widget,
  #atri-live2d-widget * {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
   .header-inner { background: rgba(255, 255, 255, 0.3) !important; backdrop-filter: blur(10px); border-radius: 16px !important; box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1); position: fixed; top: 20px; left: 50%; transform: translateX(-50%); z-index: 1000; padding: 10px 20px !important; }
   .menu-item-link-text, .menu-item .fa, .menu-item .far, .menu-item .fas { color: #fff !important; text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); }
   .menu .menu-item-active > a, .menu .menu-item > a:hover { background: rgba(255, 255, 255, 0.2) !important; border-radius: 8px; }
   .site-title { display: none !important; }
   h1, h2, h3, .post-title-link, .site-author-name { font-family: 'LXGW WenKai', cursive; color: #333 !important; }
   .site-subtitle, .site-state-item-count, .site-state-item-name { color: #555 !important; }
   .social-link { color: #555 !important; font-size: 20px; }
   .social-link:hover { color: #2a6db5 !important; }
   .site-state { display: flex; justify-content: center; gap: 20px; }
   .site-state-item { display: flex; flex-direction: column; text-align: center; }
   .social { display: flex; justify-content: center; gap: 15px; margin-top: 15px; }
   @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
   hr { border: none; height: 1px; background: linear-gradient(90deg, transparent, rgba(91, 153, 229, 0.5), transparent); animation: breath 3s ease-in-out infinite; }
   @keyframes breath { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }
   
/* --- GINKA 加载动画 --- */
#ginka-loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: opacity 0.8s ease;
}
#ginka-loader-wrapper.loaded {
  opacity: 0;
  pointer-events: none;
}
.ginka-loader {
  text-align: center;
}
.ginka-logo-text {
  font-family: 'LXGW WenKai', cursive;
  font-size: 48px;
  color: #5b99e5;
  animation: ginka-logo-pulse 2s ease-in-out infinite;
}
.ginka-loader-bar {
  width: 150px;
  height: 3px;
  background: #5b99e5;
  margin-top: 15px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.ginka-loader-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #4a8ad8;
  animation: ginka-loading-bar 2.5s ease-in-out infinite;
}

@keyframes ginka-logo-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
}

@keyframes ginka-loading-bar {
  0% { width: 0; }
  50% { width: 100%; }
  100% { width: 0; left: 100%; }
}

   #twikoo { background: rgba(255, 255, 255, 0.3) !important; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 25px; border-radius: 16px; margin-top: 40px; }
   .tk-meta-input .tk-input { background: rgba(255, 255, 255, 0.5) !important; border: 1px solid rgba(0, 0, 0, 0.1) !important; color: #333 !important; }
   .tk-submit .tk-button { background: #5b99e5 !important; color: white !important; transition: all 0.3s ease; }
   .tk-submit .tk-button:hover { background: #2a6db5 !important; }
   
   @media (max-width: 991px) {
       .main-inner, .sidebar-inner, .post-block, #page-header, #footer, .header, .footer { background: #FFFFFF !important; backdrop-filter: none; -webkit-backdrop-filter: none; }
       body { background: #f5f5f5; }
       #video-background { display: none; }
       .sidebar { display: none; }
   }

/* --- GINKA 鼠标点击特效 --- */
.ginka-click-effect {
  position: fixed;
  z-index: 99999;
  font-size: 18px;
  color: #5b99e5;
  font-family: 'LXGW WenKai', sans-serif;
  user-select: none;
  pointer-events: none;
  animation: ginka-click-anim 1s cubic-bezier(0.1, 0.8, 0.7, 1) forwards;
}

@keyframes ginka-click-anim {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-50px) scale(1.2);
  }
}

/* --- 全局美化样式 - GINKA Galgame 唯美特效 (补充) --- */

/* 1. 平滑滚动 */
html {
  scroll-behavior: smooth;
}

/* 2. 链接美化 */
a:not(.menu-item-link):not(.social-link) {
  color: #5b99e5;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
a:not(.menu-item-link):not(.social-link):hover {
  color: #4a8ad8;
  text-shadow: 0 0 5px rgba(91, 153, 229, 0.3);
}

/* 3. 按钮样式 */
.btn, button, input[type="submit"] {
  background-color: #5b99e5;
  color: white !important;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-family: 'LXGW WenKai', sans-serif;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(91, 153, 229, 0.3);
}
.btn:hover, button:hover, input[type="submit"]:hover {
  background-color: #4a8ad8;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(91, 153, 229, 0.4);
}

/* 4. 引用块样式 */
blockquote {
  border-left: 4px solid #5b99e5;
  background: rgba(91, 153, 229, 0.05);
  padding: 15px 20px;
  margin: 1em 0;
  border-radius: 0 8px 8px 0;
  color: #555;
}

/* 5. 图片美化 */
img:not(.ginka-player-cover) {
  border-radius: 8px;
  transition: all 0.3s ease;
}
img:not(.ginka-player-cover):hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}

/* --- Twikoo 评论区美化 --- */
.tk-input, .tk-preview-container {
  background: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: #333 !important;
  border-radius: 8px !important;
  transition: all 0.3s ease;
}
.tk-input:focus {
  border-color: #5b99e5 !important;
  box-shadow: 0 0 10px rgba(91, 153, 229, 0.3) !important;
}
.tk-submit .tk-button {
  background: #5b99e5 !important;
  color: white !important;
  border-radius: 20px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 10px rgba(91, 153, 229, 0.3) !important;
}
.tk-submit .tk-button:hover {
  background: #4a8ad8 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(91, 153, 229, 0.4) !important;
}
.tk-comment, .tk-expand {
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px !important;
  margin-top: 20px !important;
  padding: 15px !important;
  transition: all 0.3s ease;
}
.tk-comment:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(91, 153, 229, 0.1);
}

.site-author-image {
  border-radius: 50% !important;
  transition: transform 0.5s ease-in-out;
}
.site-author-image:hover {
  transform: rotate(360deg);
}
