:root {
  --dt-canvas: #020409;
  --dt-surface: rgba(255,255,255,0.1);
  --dt-surface-raised: rgba(20,25,57,0.46);
  --dt-chrome: rgba(5,8,24,0.42);
  --dt-control: rgba(255,255,255,0.1);
  --dt-control-hover: rgba(255,255,255,0.18);
  --dt-control-border: rgba(155,169,211,0.32);
  --dt-scroll-track: rgba(2,4,9,0.58);
  --dt-scroll-thumb: rgba(124,145,201,0.58);
  --dt-overlay: rgba(2,4,16,0.68);
  --dt-text: #fff;
  --dt-text-muted: #bac5e1;
  --dt-on-accent: #111827;
  --dt-border: rgba(154,170,216,0.24);
  --dt-code: rgba(7,10,31,0.72);
  --dt-accent-base: #E7A63A;
  --dt-accent: var(--dt-accent-base);
  --dt-accent-glow: rgba(231,166,58,0.48);
  --dt-accent-secondary-base: #73C4F5;
  --dt-accent-secondary: var(--dt-accent-secondary-base);
  --dt-code-keyword: #ff7b72;
  --dt-code-string: #a5d6ff;
  --dt-code-number: #79c0ff;
  --dt-code-title: #d2a8ff;
  --dt-code-comment: #a5afbc;
  --dt-stage-width: 46rem;
  --dt-celestial-safe-space: 0;
}
html[data-appearance='day'] {
  --dt-canvas: #fdf6e3;
  --dt-surface: rgba(253,246,227,0.82);
  --dt-surface-raised: rgba(238,232,213,0.9);
  --dt-chrome: rgba(253,246,227,0.62);
  --dt-control: rgba(238,232,213,0.9);
  --dt-control-hover: rgba(255,243,204,0.98);
  --dt-control-border: rgba(88,110,117,0.44);
  --dt-scroll-track: rgba(238,232,213,0.72);
  --dt-scroll-thumb: rgba(88,110,117,0.64);
  --dt-overlay: rgba(238,232,213,0.68);
  --dt-text: #073642;
  --dt-text-muted: #586e75;
  --dt-border: rgba(88,110,117,0.28);
  --dt-code: #eee8d5;
  --dt-accent-glow: rgba(181,137,0,0.46);
  --dt-accent: color-mix(in srgb, var(--dt-accent-base) 55%, #073642);
  --dt-accent-secondary: color-mix(in srgb, var(--dt-accent-secondary-base) 45%, #073642);
  --dt-on-accent: #fff;
  --dt-code-keyword: #a4262c;
  --dt-code-string: #075985;
  --dt-code-number: #0451a5;
  --dt-code-title: #6f42a1;
  --dt-code-comment: #52636b;
}
@media (prefers-color-scheme: light) {
  html[data-appearance='system'] {
    --dt-canvas: #fdf6e3;
    --dt-surface: rgba(253,246,227,0.82);
    --dt-surface-raised: rgba(238,232,213,0.9);
    --dt-chrome: rgba(253,246,227,0.62);
    --dt-control: rgba(238,232,213,0.9);
    --dt-control-hover: rgba(255,243,204,0.98);
    --dt-control-border: rgba(88,110,117,0.44);
    --dt-scroll-track: rgba(238,232,213,0.72);
    --dt-scroll-thumb: rgba(88,110,117,0.64);
    --dt-overlay: rgba(238,232,213,0.68);
    --dt-text: #073642;
    --dt-text-muted: #586e75;
    --dt-border: rgba(88,110,117,0.28);
    --dt-code: #eee8d5;
    --dt-accent-glow: rgba(181,137,0,0.46);
    --dt-accent: color-mix(in srgb, var(--dt-accent-base) 55%, #073642);
    --dt-accent-secondary: color-mix(in srgb, var(--dt-accent-secondary-base) 45%, #073642);
    --dt-on-accent: #fff;
    --dt-code-keyword: #a4262c;
    --dt-code-string: #075985;
    --dt-code-number: #0451a5;
    --dt-code-title: #6f42a1;
    --dt-code-comment: #52636b;
  }
}
.bg-color0 {
  background: #495057;
}
.bg-color1 {
  background: #f03e3e;
}
.bg-color2 {
  background: #ae3ec9;
}
.bg-color3 {
  background: #7048e8;
}
.bg-color4 {
  background: #4263eb;
}
.bg-color5 {
  background: #1098ad;
}
.bg-color6 {
  background: #0ca678;
}
.bg-color7 {
  background: #37b24d;
}
.bg-color8 {
  background: #f59f00;
}
.bg-color9 {
  background: #f76707;
}
.bg-color10 {
  background: #6f42c1;
}
@-moz-keyframes rotate3ding {
  0% {
    left: 0;
    bottom: -12px;
    transform: scale(1);
  }
  25% {
    transform: scale(4);
  }
  50% {
    left: 100%;
    bottom: 40px;
    transform: scale(1);
  }
  75% {
    transform: scale(0.3);
  }
  100% {
    left: 0;
    bottom: -12px;
    transform: scale(1);
  }
}
@-webkit-keyframes rotate3ding {
  0% {
    left: 0;
    bottom: -12px;
    transform: scale(1);
  }
  25% {
    transform: scale(4);
  }
  50% {
    left: 100%;
    bottom: 40px;
    transform: scale(1);
  }
  75% {
    transform: scale(0.3);
  }
  100% {
    left: 0;
    bottom: -12px;
    transform: scale(1);
  }
}
@-o-keyframes rotate3ding {
  0% {
    left: 0;
    bottom: -12px;
    transform: scale(1);
  }
  25% {
    transform: scale(4);
  }
  50% {
    left: 100%;
    bottom: 40px;
    transform: scale(1);
  }
  75% {
    transform: scale(0.3);
  }
  100% {
    left: 0;
    bottom: -12px;
    transform: scale(1);
  }
}
@keyframes rotate3ding {
  0% {
    left: 0;
    bottom: -12px;
    transform: scale(1);
  }
  25% {
    transform: scale(4);
  }
  50% {
    left: 100%;
    bottom: 40px;
    transform: scale(1);
  }
  75% {
    transform: scale(0.3);
  }
  100% {
    left: 0;
    bottom: -12px;
    transform: scale(1);
  }
}
@-moz-keyframes avatar {
  25% {
    transform: rotateZ(30deg);
  }
  75% {
    transform: rotateZ(-30deg);
  }
}
@-webkit-keyframes avatar {
  25% {
    transform: rotateZ(30deg);
  }
  75% {
    transform: rotateZ(-30deg);
  }
}
@-o-keyframes avatar {
  25% {
    transform: rotateZ(30deg);
  }
  75% {
    transform: rotateZ(-30deg);
  }
}
@keyframes avatar {
  25% {
    transform: rotateZ(30deg);
  }
  75% {
    transform: rotateZ(-30deg);
  }
}
@-moz-keyframes daylight-breathe {
  from {
    filter: saturate(1) brightness(1);
  }
  to {
    filter: saturate(1.05) brightness(1.025);
  }
}
@-webkit-keyframes daylight-breathe {
  from {
    filter: saturate(1) brightness(1);
  }
  to {
    filter: saturate(1.05) brightness(1.025);
  }
}
@-o-keyframes daylight-breathe {
  from {
    filter: saturate(1) brightness(1);
  }
  to {
    filter: saturate(1.05) brightness(1.025);
  }
}
@keyframes daylight-breathe {
  from {
    filter: saturate(1) brightness(1);
  }
  to {
    filter: saturate(1.05) brightness(1.025);
  }
}
@-moz-keyframes cloud-drift {
  from {
    transform: translate3d(-2%, -1%, 0);
  }
  to {
    transform: translate3d(3%, 2%, 0);
  }
}
@-webkit-keyframes cloud-drift {
  from {
    transform: translate3d(-2%, -1%, 0);
  }
  to {
    transform: translate3d(3%, 2%, 0);
  }
}
@-o-keyframes cloud-drift {
  from {
    transform: translate3d(-2%, -1%, 0);
  }
  to {
    transform: translate3d(3%, 2%, 0);
  }
}
@keyframes cloud-drift {
  from {
    transform: translate3d(-2%, -1%, 0);
  }
  to {
    transform: translate3d(3%, 2%, 0);
  }
}
@-moz-keyframes sun-haze {
  from {
    opacity: 0.55;
    transform: scale(0.94);
  }
  to {
    opacity: 0.9;
    transform: scale(1.06);
  }
}
@-webkit-keyframes sun-haze {
  from {
    opacity: 0.55;
    transform: scale(0.94);
  }
  to {
    opacity: 0.9;
    transform: scale(1.06);
  }
}
@-o-keyframes sun-haze {
  from {
    opacity: 0.55;
    transform: scale(0.94);
  }
  to {
    opacity: 0.9;
    transform: scale(1.06);
  }
}
@keyframes sun-haze {
  from {
    opacity: 0.55;
    transform: scale(0.94);
  }
  to {
    opacity: 0.9;
    transform: scale(1.06);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  --dt-control-size: 2.2rem;
  --dt-header-edge-gap: 1rem;
  --dt-header-control-gap: 0.75rem;
}
html {
  height: 100%;
  scroll-behavior: smooth;
  background: var(--dt-canvas);
}
body {
  display: flex;
  height: 100%;
  margin: 0;
  color: var(--dt-text);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  background: transparent;
}
pre,
code,
kbd,
samp,
.post-item-header-meta {
  font-family: "JetBrainsMono Nerd Font", "CaskaydiaCove Nerd Font", ui-monospace, SFMono-Regular, Consolas, monospace;
}
a {
  color: inherit;
  text-decoration: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
button {
  font: inherit;
  color: inherit;
  border: 0;
  background: transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--dt-accent-secondary);
  outline-offset: 3px;
}
#celestial-sky,
#universe {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}
#celestial-sky {
  z-index: -2;
  overflow: hidden;
  background: var(--dt-canvas);
  transition: background 1.1s ease;
}
#celestial-sky::before,
#celestial-sky::after {
  position: absolute;
  inset: -10%;
  content: '';
  pointer-events: none;
  z-index: 0;
  transition: opacity 1.1s ease, filter 1.1s ease;
}
#celestial-sky::before {
  opacity: 1;
  background: radial-gradient(100% 100% at 70% 120%, #212750 10%, #020409 100%);
}
#celestial-sky::after {
  opacity: 0;
  background: linear-gradient(145deg, #dce9ee 0%, #fdf6e3 52%, #eee8d5 100%);
  filter: saturate(0.88);
}
#celestial-orbit {
  position: absolute;
  top: 95%;
  left: 90%;
  width: 154vh;
  height: 154vh;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: center;
  transition: transform 1.1s cubic-bezier(0.55, 0, 0.25, 1);
  will-change: transform;
  z-index: 2;
}
.celestial-body {
  position: absolute;
  left: 50%;
  display: grid;
  width: clamp(3.25rem, 5vw, 6.75rem);
  height: clamp(3.25rem, 5vw, 6.75rem);
  place-items: center;
  border-radius: 50%;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2rem, 3.2vw, 4rem);
  line-height: 1;
}
.celestial-body-moon {
  top: 0;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 0.85rem rgba(216,226,255,0.4));
}
.celestial-body-sun {
  bottom: 0;
  transform: translate(-50%, 50%);
  filter: drop-shadow(0 0 1.35rem rgba(255,196,85,0.7));
}
#celestial-atmosphere {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.7s ease;
  z-index: 1;
}
#celestial-atmosphere::before,
#celestial-atmosphere::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
#celestial-atmosphere::before {
  inset: -15% -20%;
  opacity: 0.78;
  background: radial-gradient(ellipse at 22% 30%, rgba(219,230,231,0.48) 0 5%, transparent 17%), radial-gradient(ellipse at 58% 20%, rgba(235,241,239,0.56) 0 4%, transparent 16%), radial-gradient(ellipse at 78% 56%, rgba(213,226,228,0.42) 0 6%, transparent 20%);
  animation: cloud-drift 28s linear infinite alternate;
}
#celestial-atmosphere::after {
  top: 4%;
  right: 8%;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(181,137,0,0.17) 0, rgba(181,137,0,0.07) 26%, transparent 64%);
  filter: blur(1.5rem);
  animation: sun-haze 8s ease-in-out infinite alternate;
}
#universe {
  z-index: -1;
  background: var(--dt-canvas);
  background: transparent;
}
html[data-appearance='day'] #celestial-sky::before {
  opacity: 0;
}
html[data-appearance='day'] #celestial-sky::after {
  opacity: 1;
  filter: saturate(1);
}
html[data-appearance='day'] #celestial-sky #celestial-atmosphere {
  opacity: 1;
}
html[data-appearance='day'] #celestial-sky #celestial-orbit {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (prefers-color-scheme: light) {
  html[data-appearance='system'] #celestial-sky::before {
    opacity: 0;
  }
  html[data-appearance='system'] #celestial-sky::after {
    opacity: 1;
    filter: saturate(1);
  }
  html[data-appearance='system'] #celestial-sky #celestial-atmosphere {
    opacity: 1;
  }
  html[data-appearance='system'] #celestial-sky #celestial-orbit {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
#sidebar-container {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 20;
  width: 18rem;
  overflow-y: auto;
  padding: 1.25rem 0 1.25rem env(safe-area-inset-left);
  background: var(--dt-chrome);
  border-right: 1px solid var(--dt-border);
  transition: transform 0.22s ease, background 0.68s ease, border-color 0.68s ease, color 0.68s ease;
}
#main-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100dvh;
  min-width: 0;
  margin-left: 18rem;
  overflow: hidden;
  transition: margin-left 0.22s ease;
}
#header-wrapper {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3rem;
  flex-shrink: 0;
  padding: 0 max(.75rem, env(safe-area-inset-right)) 0 max(.75rem, env(safe-area-inset-left));
  background: var(--dt-chrome);
  border-bottom: 1px solid var(--dt-border);
  backdrop-filter: blur(10px);
  transition: background 0.68s ease, border-color 0.68s ease, color 0.68s ease;
}
#content-wrapper {
  display: block;
  flex: 1;
  min-height: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#content-wrapper,
#sidebar-container {
  scrollbar-width: thin;
  scrollbar-color: var(--dt-scroll-thumb) var(--dt-scroll-track);
}
#content-wrapper::-webkit-scrollbar,
#sidebar-container::-webkit-scrollbar {
  width: 0.65rem;
}
#content-wrapper::-webkit-scrollbar-track,
#sidebar-container::-webkit-scrollbar-track {
  background: var(--dt-scroll-track);
}
#content-wrapper::-webkit-scrollbar-thumb,
#sidebar-container::-webkit-scrollbar-thumb {
  background: var(--dt-scroll-thumb);
  border: 2px solid var(--dt-scroll-track);
  border-radius: 1rem;
}
#content-wrapper::-webkit-scrollbar-thumb:hover,
#sidebar-container::-webkit-scrollbar-thumb:hover {
  background: var(--dt-accent);
}
#content-wrapper #content,
#sidebar-container #content {
  width: calc(100% - 2rem);
  max-width: var(--dt-stage-width);
  margin: 0 auto;
}
@media (min-width: 1280px) {
  :root {
    --dt-celestial-safe-space: clamp(10rem, 14vw, 18rem);
  }
  #content-wrapper #content {
    width: min(var(--dt-stage-width), calc(100% - (var(--dt-celestial-safe-space) * 2) - 2rem));
    max-width: none;
  }
}
@media (min-width: 1600px) {
  :root {
    --dt-stage-width: min(78rem, calc(100vw - 24rem));
  }
  #content-wrapper #content {
    padding: 0 2.5rem;
  }
}
@media (min-width: 2560px) {
  :root {
    --dt-stage-width: min(104rem, calc(100vw - 32rem));
    --dt-celestial-safe-space: 10rem;
  }
}
#footer-wrapper {
  display: flex;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem max(1rem, env(safe-area-inset-right)) max(.75rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
  margin-left: 0;
  border-top: 1px solid var(--dt-border);
  background: var(--dt-chrome);
  transition: background 0.68s ease, border-color 0.68s ease, color 0.68s ease;
}
#return-top {
  position: relative;
  overflow: hidden;
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: calc(var(--dt-footer-height, 3rem) + 1rem + max(1rem, env(safe-area-inset-bottom)));
  z-index: 15;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  color: var(--dt-text);
  background: var(--dt-surface-raised);
  border: 1px solid var(--dt-border);
  border-radius: 12px;
  cursor: pointer;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
#return-top::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
  transform: translateX(-135%);
  opacity: 0;
  transition: none;
}
#return-top:hover:not(:disabled),
#return-top:focus-visible {
  color: var(--dt-accent);
  background: var(--dt-control-hover);
  border-color: var(--dt-accent);
  box-shadow: 0 0.35rem 0.9rem rgba(0,43,54,0.18);
}
#return-top:hover:not(:disabled)::before,
#return-top:focus-visible::before {
  opacity: 1;
  transform: translateX(135%);
  transition: transform 0.22s ease;
}
#return-top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#sidebar-container.closed {
  transform: translateX(-100%);
}
#sidebar-container.closed ~ #main-container {
  margin-left: 0;
}
@media (max-width: 1279px) {
  :root {
    --dt-celestial-safe-space: 0;
  }
  #sidebar-container {
    transform: translateX(-100%);
  }
  #sidebar-container.open {
    transform: translateX(0);
  }
  #main-container {
    margin-left: 0;
  }
  #footer-wrapper #footer-left {
    display: none;
  }
  #footer-wrapper {
    flex-wrap: wrap;
    align-content: center;
  }
  #footer-right {
    flex: 1 1 100%;
    width: 100%;
    row-gap: 0.35rem;
    column-gap: 0.75rem;
  }
}
@media (max-width: 767px) {
  :root {
    --dt-control-size: 44px;
    --dt-header-edge-gap: 0.25rem;
    --dt-header-control-gap: 0.25rem;
  }
  #celestial-orbit {
    top: 108%;
    left: 92%;
  }
  #header-wrapper {
    min-height: 3.5rem;
  }
  #content-wrapper #content {
    width: calc(100% - 1.25rem);
  }
  #footer-wrapper {
    font-size: 0.82rem;
  }
  #footer-right-miit,
  #footer-right-mps {
    margin-right: 0;
  }
}
@media (max-height: 700px) and (min-width: 768px) {
  #header-wrapper {
    min-height: 2.75rem;
  }
  #sidebar-container {
    padding: 0.5rem 0;
  }
}
@media (pointer: coarse) {
  button,
  a,
  #return-top {
    min-width: 44px;
    min-height: 44px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.page404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 6rem);
  padding: 2rem;
  text-align: center;
}
.page404-title {
  font-size: 6rem;
  color: var(--dt-accent);
  margin-bottom: 1rem;
  opacity: 0.8;
}
.page404-content {
  font-size: 1.2rem;
  color: var(--dt-text);
  margin-bottom: 2rem;
  opacity: 0.6;
}
.page404-countdown {
  font-size: 0.9rem;
  color: var(--dt-text);
  opacity: 0.5;
}
.page404-countdown #countdown-text {
  font-weight: bold;
  color: var(--dt-accent);
}
#algolia-box {
  width: 100%;
}
#algolia-box .ais-SearchBox-form {
  display: flex;
}
#algolia-hits .algolia-hit-item {
  height: auto;
  margin-left: 1rem;
  padding: 0 0 0 2rem;
  position: relative;
  list-style: none;
  line-height: 2rem;
}
#algolia-hits .algolia-hit-item::before {
  content: '';
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border: 0.25rem solid var(--dt-accent-secondary);
  border-radius: 50%;
  background: transparent;
  z-index: 1;
  box-sizing: border-box;
}
#algolia-hits .algolia-hit-item:hover a {
  color: var(--dt-accent);
}
#algolia-hits .algolia-hit-empty {
  display: block;
  height: 2rem;
  line-height: 2rem;
  color: var(--dt-text);
  font-size: 1rem;
}
#algolia-pagination {
  padding: 1rem 0 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#algolia-pagination .pagination {
  width: 100%;
}
#algolia-pagination .pagination .ais-Pagination-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
#algolia-pagination .pagination .ais-Pagination-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
#algolia-pagination .pagination .ais-Pagination-link {
  position: relative;
  overflow: hidden;
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0.35rem 0.5rem;
  line-height: 1.25;
  text-decoration: none;
  color: var(--dt-text);
  box-sizing: border-box;
}
#algolia-pagination .pagination .ais-Pagination-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
  transform: translateX(-135%);
  opacity: 0;
  transition: none;
}
#algolia-pagination .pagination .ais-Pagination-link:hover:not(:disabled),
#algolia-pagination .pagination .ais-Pagination-link:focus-visible {
  color: var(--dt-accent);
  background: var(--dt-control-hover);
  border-color: var(--dt-accent);
  box-shadow: 0 0.35rem 0.9rem rgba(0,43,54,0.18);
}
#algolia-pagination .pagination .ais-Pagination-link:hover:not(:disabled)::before,
#algolia-pagination .pagination .ais-Pagination-link:focus-visible::before {
  opacity: 1;
  transform: translateX(135%);
  transition: transform 0.22s ease;
}
#algolia-pagination .pagination .current .ais-Pagination-link {
  color: var(--dt-accent);
}
#algolia-pagination .pagination .ais-Pagination-item--disabled .ais-Pagination-link {
  color: var(--dt-text-muted);
  opacity: 0.5;
  pointer-events: none;
}
#archive {
  width: 100%;
  margin-top: 2rem;
}
#archive .archive-title {
  font-size: 2rem;
  color: var(--dt-text);
  text-align: center;
}
#archive .archive-title-text {
  display: inline-block;
}
#archive .archive-title-line {
  display: inline-block;
  margin: 0 1rem;
}
#archive .archive-title-amount {
  display: inline-block;
}
#archive .archive-list {
  margin-top: 2rem;
  color: var(--dt-text);
  line-height: 3rem;
}
#archive .archive-list-item {
  margin-left: 2rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
}
#archive .archive-list-item::before {
  content: '';
  position: absolute;
  display: block;
  top: 65%;
  transform: translateX(-50%);
  width: 2.5px;
  height: 2.2rem;
  background: rgba(255,255,255,0.05);
  box-sizing: border-box;
}
#archive .archive-list-item:last-child::before {
  display: none;
}
#archive .archive-list-item-year::before {
  content: '';
  display: inline-block;
  margin-right: 1rem;
  transform: translateX(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 0.375rem solid var(--dt-accent-secondary);
  border-radius: 50%;
  background: transparent;
  z-index: 1;
  box-sizing: border-box;
}
#archive .archive-list-item-year:hover::before {
  border: 0.375rem solid var(--dt-accent);
  transition: all 0.5s;
}
#archive .archive-list-item-year-text {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
}
#archive .archive-list-item-year-text:hover {
  color: var(--dt-accent);
  transition: all 0.5s;
}
#archive .archive-list-item-post {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
#archive .archive-list-item-post::before {
  content: '';
  display: inline-block;
  margin-right: 1rem;
  transform: translateX(-50%);
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  border: 0.25rem solid var(--dt-accent-secondary);
  border-radius: 50%;
  background: transparent;
  z-index: 1;
  box-sizing: border-box;
}
#archive .archive-list-item-post:hover::before {
  border: 0.25rem solid var(--dt-accent);
  transition: all 0.5s;
}
#archive .archive-list-item-post-time {
  margin-left: 1rem;
  display: inline-block;
  color: var(--dt-text-muted);
  flex-shrink: 0;
}
#archive .archive-list-item-post-link {
  margin-left: 1rem;
  display: inline-block;
  white-space: normal;
  word-break: break-word;
  flex-grow: 1;
  line-height: 1.5rem;
}
#archive .archive-list-item-post-link:hover {
  color: var(--dt-accent);
  transition: all 0.5s;
}
#categories {
  width: 100%;
  margin-top: 2rem;
}
#categories .category-title {
  font-size: 2rem;
  color: var(--dt-text);
  text-align: center;
}
#categories .category-title-text {
  display: inline-block;
}
#categories .category-title-line {
  display: inline-block;
  margin: 0 1rem;
}
#categories .category-title-amount {
  display: inline-block;
}
#categories .category-list {
  margin-top: 2rem;
  line-height: 2.5rem;
  list-style: none;
  counter-reset: li;
  text-align: left;
  color: var(--dt-text);
  display: flex;
  flex-direction: column;
}
#categories .category-list-item {
  height: auto;
  margin-left: 1rem;
  padding: 0.5rem 3rem 0.5rem 1rem;
  position: relative;
  list-style: none;
}
#categories .category-list-item::before {
  content: '';
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border: 0.25rem solid var(--dt-accent-secondary);
  border-radius: 50%;
  background: transparent;
  z-index: 1;
  box-sizing: border-box;
}
#categories .category-list-item-link {
  color: var(--dt-text);
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
#categories .category-list-item-count {
  margin-left: 1rem;
  color: var(--dt-text);
}
#categories .category-list-item-count::before {
  content: '(';
}
#categories .category-list-item-count::after {
  content: ')';
}
#comment-container {
  min-width: 0;
  padding: 1rem;
  color: var(--dt-text);
}
#comment-container .gitment-container,
#comment-container .vwrap,
#comment-container #twikoo {
  color: var(--dt-text);
}
#comment-container .gitment-container {
  margin: 0 1rem;
  border-radius: 4px;
  color: var(--dt-text);
}
#comment-container .gitment-header-container {
  margin: 1rem 0;
}
#comment-container .gitment-comments-container {
  margin: 1rem 0;
}
#comment-container .gitment-comments-container .gitment-comment-header {
  padding: 0.25rem 0.5rem;
  background-color: var(--dt-surface);
}
#comment-container .gitment-comments-container .gitment-comments-error {
  color: var(--dt-text);
}
#comment-container .gitment-editor-container {
  margin: 1rem 0;
}
#comment-container .gitment-editor-container .gitment-editor-main::before {
  border-right-color: var(--dt-surface);
}
#comment-container .gitment-editor-container .gitment-editor-main::after {
  border-right-color: var(--dt-surface);
}
#comment-container .gitment-editor-container .gitment-editor-main .gitment-editor-header {
  position: relative;
}
#comment-container .gitment-editor-container .gitment-editor-main .gitment-editor-header .gitment-editor-tabs .gitment-selected {
  background-color: var(--dt-surface);
  color: var(--dt-accent);
}
#comment-container .gitment-editor-container .gitment-editor-main .gitment-editor-header .gitment-editor-login {
  padding: 0 0.5rem;
  position: relative;
  overflow: hidden;
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}
#comment-container .gitment-editor-container .gitment-editor-main .gitment-editor-header .gitment-editor-login::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
  transform: translateX(-135%);
  opacity: 0;
  transition: none;
}
#comment-container .gitment-editor-container .gitment-editor-main .gitment-editor-header .gitment-editor-login:hover:not(:disabled),
#comment-container .gitment-editor-container .gitment-editor-main .gitment-editor-header .gitment-editor-login:focus-visible {
  color: var(--dt-accent);
  background: var(--dt-control-hover);
  border-color: var(--dt-accent);
  box-shadow: 0 0.35rem 0.9rem rgba(0,43,54,0.18);
}
#comment-container .gitment-editor-container .gitment-editor-main .gitment-editor-header .gitment-editor-login:hover:not(:disabled)::before,
#comment-container .gitment-editor-container .gitment-editor-main .gitment-editor-header .gitment-editor-login:focus-visible::before {
  opacity: 1;
  transform: translateX(135%);
  transition: transform 0.22s ease;
}
#comment-container .gitment-editor-container .gitment-editor-main .gitment-editor-body .gitment-editor-write-field textarea {
  background-color: transparent;
}
#comment-container .gitment-editor-container .gitment-editor-main .gitment-editor-body .gitment-editor-write-field textarea:focus {
  background-color: transparent;
}
#comment-container .gitment-editor-container .gitment-editor-footer {
  position: relative;
}
#comment-container .gitment-editor-container .gitment-editor-footer-tip {
  color: var(--dt-text);
}
#comment-container .gitment-editor-container .gitment-editor-footer .gitment-editor-submit {
  position: relative;
  overflow: hidden;
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--dt-on-accent);
  background: var(--dt-accent);
  border-color: var(--dt-accent);
  min-height: 44px;
}
#comment-container .gitment-editor-container .gitment-editor-footer .gitment-editor-submit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
  transform: translateX(-135%);
  opacity: 0;
  transition: none;
}
#comment-container .gitment-editor-container .gitment-editor-footer .gitment-editor-submit:hover:not(:disabled),
#comment-container .gitment-editor-container .gitment-editor-footer .gitment-editor-submit:focus-visible {
  color: var(--dt-accent);
  background: var(--dt-control-hover);
  border-color: var(--dt-accent);
  box-shadow: 0 0.35rem 0.9rem rgba(0,43,54,0.18);
}
#comment-container .gitment-editor-container .gitment-editor-footer .gitment-editor-submit:hover:not(:disabled)::before,
#comment-container .gitment-editor-container .gitment-editor-footer .gitment-editor-submit:focus-visible::before {
  opacity: 1;
  transform: translateX(135%);
  transition: transform 0.22s ease;
}
#comment-container .gitment-editor-container .gitment-editor-footer .gitment-editor-submit:hover:not(:disabled),
#comment-container .gitment-editor-container .gitment-editor-footer .gitment-editor-submit:focus-visible {
  color: var(--dt-on-accent);
  background: var(--dt-accent);
}
#comment-container .gitment-editor-container .gitment-editor-footer .gitment-editor-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
#comment-container .gitment-footer-container {
  margin: 1rem 0;
}
#comment-container .gitment-editor-main,
#comment-container .gitment-editor-header,
#comment-container .gitment-editor-body,
#comment-container .gitment-editor-footer {
  background: var(--dt-surface-raised);
  border-color: var(--dt-border);
}
#comment-container .gitment-editor-write-field textarea,
#comment-container .gitment-editor-preview-field {
  color: var(--dt-text);
}
#comment-container .gitment-container a {
  color: var(--dt-accent-secondary);
}
#comment-container .gitment-editor-tab {
  color: var(--dt-text);
}
#comment-container .vwrap {
  background: var(--dt-surface-raised);
  border-color: var(--dt-border);
}
#comment-container .vwrap .vheader .vinput,
#comment-container .vwrap .veditor,
#comment-container .vwrap .vcontent,
#comment-container .vwrap .vcard .vhead .vsys,
#comment-container .vwrap .vcard .vhead .vnick {
  color: var(--dt-text);
}
#comment-container .vwrap .vheader .vinput,
#comment-container .vwrap .veditor {
  color: var(--dt-text);
  background: transparent;
  border-color: var(--dt-border);
}
#comment-container .vwrap .vinput::placeholder,
#comment-container .vwrap .veditor::placeholder {
  color: var(--dt-text-muted);
  opacity: 0.9;
}
#comment-container .vwrap .vsubmit.vbtn {
  position: relative;
  overflow: hidden;
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--dt-on-accent);
  background: var(--dt-accent);
  border-color: var(--dt-accent);
  min-height: 44px;
  color: var(--dt-on-accent) !important;
  background: var(--dt-accent) !important;
  border-color: var(--dt-accent) !important;
  opacity: 1;
}
#comment-container .vwrap .vsubmit.vbtn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
  transform: translateX(-135%);
  opacity: 0;
  transition: none;
}
#comment-container .vwrap .vsubmit.vbtn:hover:not(:disabled),
#comment-container .vwrap .vsubmit.vbtn:focus-visible {
  color: var(--dt-accent);
  background: var(--dt-control-hover);
  border-color: var(--dt-accent);
  box-shadow: 0 0.35rem 0.9rem rgba(0,43,54,0.18);
}
#comment-container .vwrap .vsubmit.vbtn:hover:not(:disabled)::before,
#comment-container .vwrap .vsubmit.vbtn:focus-visible::before {
  opacity: 1;
  transform: translateX(135%);
  transition: transform 0.22s ease;
}
#comment-container .vwrap .vsubmit.vbtn:hover:not(:disabled),
#comment-container .vwrap .vsubmit.vbtn:focus-visible {
  color: var(--dt-on-accent);
  background: var(--dt-accent);
}
#comment-container .vwrap .vsubmit.vbtn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
#twikoo {
  min-width: 0;
  padding: 1rem;
  color: var(--dt-text);
}
#twikoo .el-button {
  position: relative;
  overflow: hidden;
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 0.5rem 0.875rem;
  box-sizing: border-box;
  font: inherit;
  line-height: 1.25;
  color: var(--dt-text);
}
#twikoo .el-button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
  transform: translateX(-135%);
  opacity: 0;
  transition: none;
}
#twikoo .el-button:hover:not(:disabled),
#twikoo .el-button:focus-visible {
  color: var(--dt-accent);
  background: var(--dt-control-hover);
  border-color: var(--dt-accent);
  box-shadow: 0 0.35rem 0.9rem rgba(0,43,54,0.18);
}
#twikoo .el-button:hover:not(:disabled)::before,
#twikoo .el-button:focus-visible::before {
  opacity: 1;
  transform: translateX(135%);
  transition: transform 0.22s ease;
}
#twikoo .el-button:focus-visible {
  outline: 2px solid var(--dt-accent-secondary);
  outline-offset: 2px;
}
#twikoo .el-button:disabled,
#twikoo .el-button.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
}
#twikoo .el-button--primary {
  position: relative;
  overflow: hidden;
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--dt-on-accent);
  background: var(--dt-accent);
  border-color: var(--dt-accent);
  min-height: 44px;
}
#twikoo .el-button--primary::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
  transform: translateX(-135%);
  opacity: 0;
  transition: none;
}
#twikoo .el-button--primary:hover:not(:disabled),
#twikoo .el-button--primary:focus-visible {
  color: var(--dt-accent);
  background: var(--dt-control-hover);
  border-color: var(--dt-accent);
  box-shadow: 0 0.35rem 0.9rem rgba(0,43,54,0.18);
}
#twikoo .el-button--primary:hover:not(:disabled)::before,
#twikoo .el-button--primary:focus-visible::before {
  opacity: 1;
  transform: translateX(135%);
  transition: transform 0.22s ease;
}
#twikoo .el-button--primary:hover:not(:disabled),
#twikoo .el-button--primary:focus-visible {
  color: var(--dt-on-accent);
  background: var(--dt-accent);
}
#twikoo .el-button--primary:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
#twikoo .el-input__inner,
#twikoo .el-textarea__inner,
#twikoo .el-input-group__prepend,
#twikoo .el-input-group__append {
  min-width: 0;
  color: var(--dt-text);
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  font: inherit;
  transition: border-color 0.22s ease, background 0.22s ease;
}
#twikoo .el-input__inner::placeholder,
#twikoo .el-textarea__inner::placeholder,
#twikoo .el-input-group__prepend::placeholder,
#twikoo .el-input-group__append::placeholder {
  color: var(--dt-text-muted);
  opacity: 1;
}
#twikoo .el-input__inner:focus-visible,
#twikoo .el-textarea__inner:focus-visible,
#twikoo .el-input-group__prepend:focus-visible,
#twikoo .el-input-group__append:focus-visible {
  outline: 2px solid var(--dt-accent-secondary);
  outline-offset: 2px;
}
#twikoo .el-input__inner {
  min-height: 44px;
  height: auto;
  padding: 0.5rem 0.75rem;
  line-height: 1.5;
}
#twikoo .el-textarea__inner {
  min-height: 8rem;
  padding: 0.75rem;
  line-height: 1.75;
  resize: none;
}
#twikoo .el-input-group__prepend {
  color: var(--dt-text-muted);
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#twikoo .el-input-group__append {
  color: var(--dt-text-muted);
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#twikoo .el-input-group--prepend .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#twikoo .el-input-group--append .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#twikoo .tk-main,
#twikoo .tk-comments-container,
#twikoo .tk-submit,
#twikoo .tk-input,
#twikoo .tk-meta-input .el-input {
  min-width: 0;
}
#twikoo .tk-preview-container {
  color: var(--dt-text);
  background: var(--dt-surface-raised);
  border-color: var(--dt-border);
  border-radius: 0.5rem;
  overflow-wrap: anywhere;
}
#twikoo .tk-preview-container:empty {
  display: none;
}
#twikoo .tk-row.actions {
  flex-wrap: wrap;
  gap: 0.5rem;
}
#twikoo .tk-row.actions .el-button + .el-button {
  margin-left: 0;
}
#twikoo .tk-row-actions-start {
  min-width: 0;
}
@media (max-width: 767px) {
  #comment-container {
    min-width: 0;
    padding: 0.75rem;
    overflow-wrap: anywhere;
  }
  #comment-container .gitment-container {
    min-width: 0;
    margin: 0;
  }
  #comment-container .gitment-editor-main,
  #comment-container .vwrap,
  #comment-container #twikoo {
    min-width: 0;
  }
  #comment-container .gitment-editor-main .gitment-editor-header {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  #comment-container .gitment-editor-main .gitment-editor-header .gitment-editor-login {
    position: static;
    float: none;
    margin: 0.5rem 0;
    width: 100%;
    box-sizing: border-box;
  }
  #twikoo {
    padding: 0.75rem;
  }
  #twikoo .tk-submit > .tk-row > .tk-avatar {
    display: none;
  }
  #twikoo .tk-submit > .tk-row > .tk-col {
    min-width: 0;
  }
  #twikoo .tk-row.actions,
  #twikoo .tk-preview-container {
    margin-left: 0;
  }
}
.footer-right-community-records-item {
  flex-shrink: 0;
  margin-right: 1rem;
}
.footer-right-community-records-item.hidden {
  display: none;
}
.footer-right-community-records-item a {
  display: inline-flex;
  align-items: center;
  color: var(--dt-text);
  position: relative;
  transition: all 0.5s;
}
.footer-right-community-records-item a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  background: var(--dt-accent);
  transition: all 0.5s;
}
.footer-right-community-records-item a:hover {
  color: var(--dt-accent);
  transition: all 0.5s;
}
.footer-right-community-records-item a:hover a {
  color: var(--dt-accent);
}
.footer-right-community-records-item a:hover:after {
  left: 0;
  width: 100%;
  transition: all 0.5s;
}
.footer-right-community-records-item a:hover,
.footer-right-community-records-item a:focus-visible {
  color: var(--dt-accent);
}
.hexo-encrypt {
  padding: clamp(1rem, 4vw, 2rem);
  border-radius: 8px;
  border: 1px solid var(--dt-border);
  background: var(--dt-surface);
}
.hexo-encrypt .hexo-encrypt-abstract {
  font-size: 0.95rem;
  color: var(--dt-text);
  opacity: 0.7;
  margin-bottom: 1.5rem;
  text-align: center;
}
.hexo-encrypt .hexo-encrypt-input {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 400px;
  margin: 0 auto;
}
.hexo-encrypt .hexo-encrypt-input .hexo-encrypt-password {
  min-width: 0;
  color: var(--dt-text);
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  font: inherit;
  transition: border-color 0.22s ease, background 0.22s ease;
  flex: 1 1 10rem;
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
}
.hexo-encrypt .hexo-encrypt-input .hexo-encrypt-password::placeholder {
  color: var(--dt-text-muted);
  opacity: 1;
}
.hexo-encrypt .hexo-encrypt-input .hexo-encrypt-password:focus-visible {
  outline: 2px solid var(--dt-accent-secondary);
  outline-offset: 2px;
}
.hexo-encrypt .hexo-encrypt-input .hexo-encrypt-submit {
  position: relative;
  overflow: hidden;
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--dt-on-accent);
  background: var(--dt-accent);
  border-color: var(--dt-accent);
  min-height: 44px;
  padding: 0.6rem 1rem;
  font-size: 1rem;
}
.hexo-encrypt .hexo-encrypt-input .hexo-encrypt-submit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
  transform: translateX(-135%);
  opacity: 0;
  transition: none;
}
.hexo-encrypt .hexo-encrypt-input .hexo-encrypt-submit:hover:not(:disabled),
.hexo-encrypt .hexo-encrypt-input .hexo-encrypt-submit:focus-visible {
  color: var(--dt-accent);
  background: var(--dt-control-hover);
  border-color: var(--dt-accent);
  box-shadow: 0 0.35rem 0.9rem rgba(0,43,54,0.18);
}
.hexo-encrypt .hexo-encrypt-input .hexo-encrypt-submit:hover:not(:disabled)::before,
.hexo-encrypt .hexo-encrypt-input .hexo-encrypt-submit:focus-visible::before {
  opacity: 1;
  transform: translateX(135%);
  transition: transform 0.22s ease;
}
.hexo-encrypt .hexo-encrypt-input .hexo-encrypt-submit:hover:not(:disabled),
.hexo-encrypt .hexo-encrypt-input .hexo-encrypt-submit:focus-visible {
  color: var(--dt-on-accent);
  background: var(--dt-accent);
}
.hexo-encrypt .hexo-encrypt-input .hexo-encrypt-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.hexo-encrypt .hexo-encrypt-data {
  display: none;
}
.hexo-encrypt .hexo-encrypt-error {
  max-width: 400px;
  margin: 0.75rem auto 0;
  color: var(--dt-accent);
  font-size: 0.9rem;
  text-align: left;
}
#footer-left {
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
  align-items: center;
}
#footer-left-sidebar-icon {
  position: relative;
  overflow: hidden;
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  background-color: var(--dt-surface-raised);
  border-radius: 4px;
  transition: all 0.5s;
}
#footer-left-sidebar-icon::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
  transform: translateX(-135%);
  opacity: 0;
  transition: none;
}
#footer-left-sidebar-icon:hover:not(:disabled),
#footer-left-sidebar-icon:focus-visible {
  color: var(--dt-accent);
  background: var(--dt-control-hover);
  border-color: var(--dt-accent);
  box-shadow: 0 0.35rem 0.9rem rgba(0,43,54,0.18);
}
#footer-left-sidebar-icon:hover:not(:disabled)::before,
#footer-left-sidebar-icon:focus-visible::before {
  opacity: 1;
  transform: translateX(135%);
  transition: transform 0.22s ease;
}
#footer-left-sidebar-icon.closed {
  transition: all 0.5s;
  transform: rotate(180deg);
}
#footer-center {
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
}
#footer-right {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 0;
  min-width: 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-end;
  container-name: footer-records;
  container-type: inline-size;
}
#footer-right .footer-right-separator {
  margin: 0.25rem 0.25rem;
}
#footer-right-statistics {
  margin-right: 1rem;
  position: relative;
  transition: all 0.5s;
}
#footer-right-statistics:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  background: var(--dt-accent);
  transition: all 0.5s;
}
#footer-right-statistics:hover {
  color: var(--dt-accent);
  transition: all 0.5s;
}
#footer-right-statistics:hover a {
  color: var(--dt-accent);
}
#footer-right-statistics:hover:after {
  left: 0;
  width: 100%;
  transition: all 0.5s;
}
#footer-right-statistics.hidden {
  display: none;
}
#footer-right-copyright {
  margin-right: 1rem;
  position: relative;
  transition: all 0.5s;
}
#footer-right-copyright:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  background: var(--dt-accent);
  transition: all 0.5s;
}
#footer-right-copyright:hover {
  color: var(--dt-accent);
  transition: all 0.5s;
}
#footer-right-copyright:hover a {
  color: var(--dt-accent);
}
#footer-right-copyright:hover:after {
  left: 0;
  width: 100%;
  transition: all 0.5s;
}
#footer-right-copyright.hidden {
  display: none;
}
#footer-right-miit {
  margin-right: 1rem;
  position: relative;
  transition: all 0.5s;
}
#footer-right-miit:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  background: var(--dt-accent);
  transition: all 0.5s;
}
#footer-right-miit:hover {
  color: var(--dt-accent);
  transition: all 0.5s;
}
#footer-right-miit:hover a {
  color: var(--dt-accent);
}
#footer-right-miit:hover:after {
  left: 0;
  width: 100%;
  transition: all 0.5s;
}
#footer-right-miit.hidden {
  display: none;
}
#footer-right-mps {
  margin-right: 1rem;
  position: relative;
  transition: all 0.5s;
}
#footer-right-mps:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  background: var(--dt-accent);
  transition: all 0.5s;
}
#footer-right-mps:hover {
  color: var(--dt-accent);
  transition: all 0.5s;
}
#footer-right-mps:hover a {
  color: var(--dt-accent);
}
#footer-right-mps:hover:after {
  left: 0;
  width: 100%;
  transition: all 0.5s;
}
#footer-right-mps.hidden {
  display: none;
}
#footer-right-mps a.mps-text {
  display: inline-flex;
  align-items: center;
}
#footer-right .footer-right-record-icon {
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  margin-right: 0.125rem;
  object-fit: contain;
}
@container footer-records (max-width: 63rem) {
  #footer-right .footer-right-community-records-item:nth-of-type(1) {
    display: none;
  }
}
@container footer-records (max-width: 74rem) {
  #footer-right .footer-right-community-records-item:nth-of-type(2) {
    display: none;
  }
}
@media (pointer: coarse) {
  #footer-left-sidebar-icon {
    width: 44px;
    height: 44px;
    margin-left: 0;
  }
}
#header-left {
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
  align-items: center;
}
#header-left-menu-list {
  display: flex;
  margin-left: 1rem;
  box-sizing: border-box;
  align-items: center;
}
#header-left-menu-list.hidden {
  display: none;
}
#header-left-menu-list.desktop-hidden {
  display: none;
}
#header-left-menu-list #header-left-menu-close {
  display: none;
}
#header-left-menu-list .header-left-menu-list-item {
  margin: 0.5rem 0.5rem;
  font-size: 1rem;
  font-weight: bolder;
  position: relative;
  transition: all 0.5s;
}
#header-left-menu-list .header-left-menu-list-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  background: var(--dt-accent);
  transition: all 0.5s;
}
#header-left-menu-list .header-left-menu-list-item:hover {
  color: var(--dt-accent);
  transition: all 0.5s;
}
#header-left-menu-list .header-left-menu-list-item:hover a {
  color: var(--dt-accent);
}
#header-left-menu-list .header-left-menu-list-item:hover:after {
  left: 0;
  width: 100%;
  transition: all 0.5s;
}
#header-center {
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
}
#header-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  gap: var(--dt-header-control-gap);
}
#header-right-search.hidden {
  display: none;
}
#header-right-search .fas {
  display: block;
  width: 1em;
  height: 1em;
  font-size: 0.9rem;
  line-height: 1;
  margin: 0;
}
#header-right-appearance-symbol {
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1;
  transition: transform 0.62s cubic-bezier(0.32, 0.72, 0.18, 1), filter 0.22s ease;
}
#header-right-appearance:hover .header-right-appearance-symbol,
#header-right-appearance:focus-visible .header-right-appearance-symbol {
  filter: saturate(1.25) drop-shadow(0 0 0.35rem var(--dt-accent));
}
#header-right-appearance[aria-pressed='true'] .header-right-appearance-symbol {
  transform: rotate(180deg);
}
#header-right-title {
  position: relative;
  transition: all 0.5s;
}
#header-right-title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.125rem;
  background: var(--dt-accent);
  transition: all 0.5s;
}
#header-right-title:hover {
  color: var(--dt-accent);
  transition: all 0.5s;
}
#header-right-title:hover a {
  color: var(--dt-accent);
}
#header-right-title:hover:after {
  left: 0;
  width: 100%;
  transition: all 0.5s;
}
#header-right-title.hidden {
  display: none;
}
#header-right-title .header-right-title-text {
  font-weight: bolder;
}
#header-right-time.hidden {
  display: none;
}
#header-right-time .header-right-time-time {
  font-weight: bolder;
}
.chrome-control {
  position: relative;
  overflow: hidden;
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}
.chrome-control::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
  transform: translateX(-135%);
  opacity: 0;
  transition: none;
}
.chrome-control:hover:not(:disabled),
.chrome-control:focus-visible {
  color: var(--dt-accent);
  background: var(--dt-control-hover);
  border-color: var(--dt-accent);
  box-shadow: 0 0.35rem 0.9rem rgba(0,43,54,0.18);
}
.chrome-control:hover:not(:disabled)::before,
.chrome-control:focus-visible::before {
  opacity: 1;
  transform: translateX(135%);
  transition: transform 0.22s ease;
}
.chrome-control-icon {
  display: grid;
  width: var(--dt-control-size);
  height: var(--dt-control-size);
  padding: 0;
  place-items: center;
}
.chrome-control-round {
  border-radius: 50%;
}
.header-inline {
  display: grid;
  min-width: 0;
  min-height: var(--dt-control-size);
  place-items: center;
  white-space: nowrap;
}
#header-left-menu-icon {
  margin-left: var(--dt-header-edge-gap);
  font-size: 1rem;
}
@media (pointer: coarse) {
  :root {
    --dt-control-size: 44px;
    --dt-header-edge-gap: 0.25rem;
    --dt-header-control-gap: 0.25rem;
  }
  #header-left-menu-icon {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
}
@media (max-width: 767px) {
  #header-left-menu-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 40;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0.5rem;
    margin: 0;
    padding: max(1.5rem, env(safe-area-inset-top)) max(1.5rem, env(safe-area-inset-right)) max(1.5rem, env(safe-area-inset-bottom)) max(1.5rem, env(safe-area-inset-left));
    overflow-y: auto;
    background: var(--dt-overlay);
    backdrop-filter: blur(18px);
  }
  #header-left-menu-list.show {
    display: flex;
  }
  #header-left-menu-list #header-left-menu-close {
    display: grid;
    margin: 0 0 1rem auto;
  }
  #header-left-menu-list .chrome-mobile-control {
    position: relative;
    overflow: hidden;
    background: var(--dt-control);
    border: 1px solid var(--dt-control-border);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  }
  #header-left-menu-list .chrome-mobile-control::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
    transform: translateX(-135%);
    opacity: 0;
    transition: none;
  }
  #header-left-menu-list .chrome-mobile-control:hover:not(:disabled),
  #header-left-menu-list .chrome-mobile-control:focus-visible {
    color: var(--dt-accent);
    background: var(--dt-control-hover);
    border-color: var(--dt-accent);
    box-shadow: 0 0.35rem 0.9rem rgba(0,43,54,0.18);
  }
  #header-left-menu-list .chrome-mobile-control:hover:not(:disabled)::before,
  #header-left-menu-list .chrome-mobile-control:focus-visible::before {
    opacity: 1;
    transform: translateX(135%);
    transition: transform 0.22s ease;
  }
  #header-left-menu-list .header-left-menu-list-item {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0.75rem 1rem;
    font-size: clamp(1.15rem, 5vw, 1.5rem);
    border-radius: 0.75rem;
  }
}
@media (max-width: 767px) {
  #header-wrapper {
    position: relative;
  }
  #header-right-time {
    display: none;
  }
  #header-right-title {
    position: absolute;
    left: 50%;
    max-width: calc(100vw - 13rem);
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translateX(-50%);
  }
  #header-right-title .header-right-title-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#hero-wrapper {
  position: relative;
  width: 100%;
  height: 40vh;
  min-height: 260px;
  max-height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero-wrapper #hero-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page404-canvas-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 300px;
  margin: 0 auto 1.5rem;
}
.page404-canvas-wrapper canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.pagination-wrap {
  padding: 2rem 1rem 2rem 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-wrap .pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination-wrap .pagination .prev,
.pagination-wrap .pagination .page-number,
.pagination-wrap .pagination .next {
  position: relative;
  overflow: hidden;
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0.35rem 0.5rem;
  line-height: 1.25;
  text-decoration: none;
  color: var(--dt-text);
  box-sizing: border-box;
}
.pagination-wrap .pagination .prev::before,
.pagination-wrap .pagination .page-number::before,
.pagination-wrap .pagination .next::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
  transform: translateX(-135%);
  opacity: 0;
  transition: none;
}
.pagination-wrap .pagination .prev:hover:not(:disabled),
.pagination-wrap .pagination .page-number:hover:not(:disabled),
.pagination-wrap .pagination .next:hover:not(:disabled),
.pagination-wrap .pagination .prev:focus-visible,
.pagination-wrap .pagination .page-number:focus-visible,
.pagination-wrap .pagination .next:focus-visible {
  color: var(--dt-accent);
  background: var(--dt-control-hover);
  border-color: var(--dt-accent);
  box-shadow: 0 0.35rem 0.9rem rgba(0,43,54,0.18);
}
.pagination-wrap .pagination .prev:hover:not(:disabled)::before,
.pagination-wrap .pagination .page-number:hover:not(:disabled)::before,
.pagination-wrap .pagination .next:hover:not(:disabled)::before,
.pagination-wrap .pagination .prev:focus-visible::before,
.pagination-wrap .pagination .page-number:focus-visible::before,
.pagination-wrap .pagination .next:focus-visible::before {
  opacity: 1;
  transform: translateX(135%);
  transition: transform 0.22s ease;
}
.pagination-wrap .pagination .current {
  color: var(--dt-accent);
}
.pagination-wrap-post {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pagination-wrap-post-prev,
.pagination-wrap-post-next {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  color: var(--dt-text);
}
.pagination-wrap-post-prev i,
.pagination-wrap-post-next i {
  margin: 0rem 0.5rem;
}
.pagination-wrap .pull-left,
.pagination-wrap .pull-right {
  position: relative;
}
.pagination-wrap .pull-left .line,
.pagination-wrap .pull-right .line {
  position: absolute;
  transition: all 0.5s;
  background: var(--dt-accent);
}
.pagination-wrap .pull-left .line-top,
.pagination-wrap .pull-right .line-top {
  width: 0;
  height: 1px;
  left: -110%;
  top: -1px;
}
.pagination-wrap .pull-left .line-right,
.pagination-wrap .pull-right .line-right {
  width: 1px;
  height: 0;
  right: -1px;
  top: -110%;
}
.pagination-wrap .pull-left .line-bottom,
.pagination-wrap .pull-right .line-bottom {
  width: 1px;
  height: 0;
  left: -1px;
  bottom: -110%;
}
.pagination-wrap .pull-left .line-left,
.pagination-wrap .pull-right .line-left {
  width: 0;
  height: 1px;
  bottom: -1px;
  right: -110%;
}
.pagination-wrap .pull-left:hover,
.pagination-wrap .pull-right:hover {
  color: var(--dt-accent);
  transition: all 0.5s;
}
.pagination-wrap .pull-left:hover .line-top,
.pagination-wrap .pull-right:hover .line-top {
  width: 100%;
  left: 0;
}
.pagination-wrap .pull-left:hover .line-right,
.pagination-wrap .pull-right:hover .line-right {
  height: 100%;
  top: 0;
}
.pagination-wrap .pull-left:hover .line-bottom,
.pagination-wrap .pull-right:hover .line-bottom {
  height: 100%;
  bottom: 0;
}
.pagination-wrap .pull-left:hover .line-left,
.pagination-wrap .pull-right:hover .line-left {
  width: 100%;
  right: 0;
}
.pagination-wrap .pull-left:hover a,
.pagination-wrap .pull-right:hover a {
  color: var(--dt-accent);
}
#post,
#post-recent {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#post .post-item,
#post-recent .post-item {
  display: flex;
  flex-direction: column;
  align-content: center;
  margin: 2rem 0;
  background: var(--dt-surface);
  border-radius: 4px;
}
#post .post-item-header,
#post-recent .post-item-header {
  display: flex;
  flex-direction: column;
}
#post .post-item-header-title,
#post-recent .post-item-header-title {
  margin: 1rem 2rem 1rem 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: left;
}
#post .post-item-header-meta,
#post-recent .post-item-header-meta {
  margin: 0rem 2rem 1rem 2rem;
  font-size: 1rem;
  text-align: left;
  color: var(--dt-text);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.25rem 0;
}
#post .post-item-header-meta-item,
#post-recent .post-item-header-meta-item {
  position: relative;
  overflow: hidden;
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  display: inline-block;
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  align-content: center;
  text-align: center;
  margin-right: 0.5rem;
}
#post .post-item-header-meta-item::before,
#post-recent .post-item-header-meta-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
  transform: translateX(-135%);
  opacity: 0;
  transition: none;
}
#post .post-item-header-meta-item:hover:not(:disabled),
#post-recent .post-item-header-meta-item:hover:not(:disabled),
#post .post-item-header-meta-item:focus-visible,
#post-recent .post-item-header-meta-item:focus-visible {
  color: var(--dt-accent);
  background: var(--dt-control-hover);
  border-color: var(--dt-accent);
  box-shadow: 0 0.35rem 0.9rem rgba(0,43,54,0.18);
}
#post .post-item-header-meta-item:hover:not(:disabled)::before,
#post-recent .post-item-header-meta-item:hover:not(:disabled)::before,
#post .post-item-header-meta-item:focus-visible::before,
#post-recent .post-item-header-meta-item:focus-visible::before {
  opacity: 1;
  transform: translateX(135%);
  transition: transform 0.22s ease;
}
#post .post-item-header-meta-item-icon,
#post-recent .post-item-header-meta-item-icon {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}
#post .post-item-header-meta-item-text,
#post-recent .post-item-header-meta-item-text {
  margin-right: 0.5rem;
}
#post .post-item-header-meta-item-text:hover,
#post-recent .post-item-header-meta-item-text:hover {
  color: var(--dt-accent);
}
#post .post-item-header-sticky,
#post-recent .post-item-header-sticky {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.1rem 0.5rem;
  font-size: 0.75rem;
  color: var(--dt-accent);
  border: 1px solid var(--dt-accent);
  border-radius: 4px;
  opacity: 0.8;
}
#post .post-item-content,
#post-recent .post-item-content {
  margin: 0rem 2rem 1rem 2rem;
  line-height: 1.5rem;
}
#post .post-item-content blockquote,
#post-recent .post-item-content blockquote {
  color: #808080;
  border-left: var(--dt-accent-secondary) solid 2px;
  margin: 1rem 0 1rem 1rem;
  padding-left: 1rem;
}
#post .post-item-content img,
#post-recent .post-item-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0 1rem 0;
}
#post .post-item-content a,
#post-recent .post-item-content a {
  color: var(--dt-accent-secondary);
}
#post .post-item-content a:hover,
#post-recent .post-item-content a:hover {
  color: var(--dt-accent);
}
#post .post-item-content table,
#post-recent .post-item-content table {
  margin: 8px 0 16px 0;
  max-width: 100%;
}
#post .post-item-content table thead tr th,
#post-recent .post-item-content table thead tr th {
  padding: 0.5rem 1rem;
  border: 1px solid var(--dt-border);
  background: var(--dt-surface);
  white-space: nowrap;
}
#post .post-item-content table tbody tr td,
#post-recent .post-item-content table tbody tr td {
  padding: 0.5rem 1rem;
  border: 1px solid var(--dt-border);
}
#post .post-item-content h1,
#post-recent .post-item-content h1,
#post .post-item-content h2,
#post-recent .post-item-content h2,
#post .post-item-content h3,
#post-recent .post-item-content h3,
#post .post-item-content h4,
#post-recent .post-item-content h4,
#post .post-item-content h5,
#post-recent .post-item-content h5,
#post .post-item-content h6,
#post-recent .post-item-content h6 {
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  padding-left: 1.5rem;
  color: var(--dt-text);
}
#post .post-item-content h1::before,
#post-recent .post-item-content h1::before,
#post .post-item-content h2::before,
#post-recent .post-item-content h2::before,
#post .post-item-content h3::before,
#post-recent .post-item-content h3::before,
#post .post-item-content h4::before,
#post-recent .post-item-content h4::before,
#post .post-item-content h5::before,
#post-recent .post-item-content h5::before,
#post .post-item-content h6::before,
#post-recent .post-item-content h6::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: var(--dt-accent-secondary);
  content: '\f0c1';
  font: normal normal normal 12px/1 FontAwesome;
  font-size: 0.8rem;
  transition: all 0.5s;
}
#post .post-item-content h1:hover,
#post-recent .post-item-content h1:hover,
#post .post-item-content h2:hover,
#post-recent .post-item-content h2:hover,
#post .post-item-content h3:hover,
#post-recent .post-item-content h3:hover,
#post .post-item-content h4:hover,
#post-recent .post-item-content h4:hover,
#post .post-item-content h5:hover,
#post-recent .post-item-content h5:hover,
#post .post-item-content h6:hover,
#post-recent .post-item-content h6:hover {
  padding-left: 2rem;
}
#post .post-item-content h1:hover::before,
#post-recent .post-item-content h1:hover::before,
#post .post-item-content h2:hover::before,
#post-recent .post-item-content h2:hover::before,
#post .post-item-content h3:hover::before,
#post-recent .post-item-content h3:hover::before,
#post .post-item-content h4:hover::before,
#post-recent .post-item-content h4:hover::before,
#post .post-item-content h5:hover::before,
#post-recent .post-item-content h5:hover::before,
#post .post-item-content h6:hover::before,
#post-recent .post-item-content h6:hover::before {
  color: var(--dt-accent);
}
#post .post-item-content ol,
#post-recent .post-item-content ol,
#post .post-item-content ul,
#post-recent .post-item-content ul {
  margin-top: 0.5rem;
  padding: 0 0 0 1rem;
  list-style: none;
  counter-reset: li;
}
#post .post-item-content ol p,
#post-recent .post-item-content ol p,
#post .post-item-content ul p,
#post-recent .post-item-content ul p {
  margin: 0;
}
#post .post-item-content ol ol,
#post-recent .post-item-content ol ol,
#post .post-item-content ul ol,
#post-recent .post-item-content ul ol,
#post .post-item-content ol ul,
#post-recent .post-item-content ol ul,
#post .post-item-content ul ul,
#post-recent .post-item-content ul ul {
  padding-left: 0.5rem;
}
#post .post-item-content ol li,
#post-recent .post-item-content ol li,
#post .post-item-content ul li,
#post-recent .post-item-content ul li {
  position: relative;
  margin: 0.25rem 0;
  padding: 0.125px 0.8px 0.125rem 2.5rem;
}
#post .post-item-content ol li:hover:before,
#post-recent .post-item-content ol li:hover:before,
#post .post-item-content ul li:hover:before,
#post-recent .post-item-content ul li:hover:before {
  transform: rotate(360deg);
  color: var(--dt-accent);
}
#post .post-item-content ol li:before,
#post-recent .post-item-content ol li:before,
#post .post-item-content ul li:before,
#post-recent .post-item-content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--dt-surface);
  color: var(--dt-accent-secondary);
  cursor: pointer;
  transition: all 0.5s;
}
#post .post-item-content ol li:before,
#post-recent .post-item-content ol li:before {
  margin-top: 0.2rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  content: counter(li);
  counter-increment: li;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.5rem;
}
#post .post-item-content ul li:hover:before,
#post-recent .post-item-content ul li:hover:before {
  border-color: var(--dt-accent);
}
#post .post-item-content ul li:before,
#post-recent .post-item-content ul li:before {
  top: 0.6rem;
  margin-left: 0.25rem;
  width: 0.4rem;
  height: 0.4rem;
  border: 0.12rem solid var(--dt-surface);
  background: transparent;
  content: '';
  line-height: 0.4rem;
  transform: rotateZ(45deg);
}
#post .post-item-content code,
#post-recent .post-item-content code {
  padding: 0.2rem 0.2rem;
  background: var(--dt-code);
  border-radius: 4px;
  color: var(--dt-text);
}
#post .post-item-copyright,
#post-recent .post-item-copyright {
  display: block;
  margin: 0rem 2rem 1rem 2rem;
  padding: 1rem;
  background: var(--dt-surface);
  border-radius: 4px;
}
#post .post-item-copyright-info,
#post-recent .post-item-copyright-info {
  flex: 1;
  min-width: 0;
}
#post .post-item-copyright-item,
#post-recent .post-item-copyright-item {
  display: block;
  padding: 0.25rem 0;
  align-content: center;
}
#post .post-item-copyright-item-meta,
#post-recent .post-item-copyright-item-meta {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
  color: var(--dt-accent);
}
#post .post-item-copyright-item-text,
#post-recent .post-item-copyright-item-text {
  margin-right: 0.5rem;
}
#post .post-item-copyright-item-text a,
#post-recent .post-item-copyright-item-text a {
  color: var(--dt-accent-secondary);
}
#post .post-item-copyright-item-text a:hover,
#post-recent .post-item-copyright-item-text a:hover {
  color: var(--dt-accent);
}
#post .post-item-copyright-qrcode,
#post-recent .post-item-copyright-qrcode {
  float: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.75rem 1rem;
  padding: 0.75rem;
  background: #fff;
  border-radius: 8px;
  border: 1px solid var(--dt-border);
}
#post .post-item-copyright-qrcode .post-item-qrcode-img img,
#post-recent .post-item-copyright-qrcode .post-item-qrcode-img img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
#post .post-item-copyright-qrcode-tip,
#post-recent .post-item-copyright-qrcode-tip {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--dt-text-muted);
  text-align: center;
  white-space: nowrap;
}
#post .post-item-copyright::after,
#post-recent .post-item-copyright::after {
  display: block;
  clear: both;
  content: '';
}
#post .post-item-ai-link,
#post-recent .post-item-ai-link {
  color: var(--dt-text);
  text-decoration: none;
  max-width: 100%;
  overflow-wrap: anywhere;
}
#post .post-item-ai,
#post-recent .post-item-ai {
  overflow-wrap: anywhere;
  scroll-margin-top: 1rem;
}
#post .post-item-ai-note,
#post-recent .post-item-ai-note {
  font-size: 0.875em;
  color: var(--dt-text-muted);
}
#post .post-item-comment,
#post-recent .post-item-comment {
  margin: 0rem 2rem 1rem 2rem;
  background: var(--dt-surface);
  border-radius: 4px;
}
#post .post-item-sponsor,
#post-recent .post-item-sponsor {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 0;
  margin-top: 1rem;
  border-top: 1px solid var(--dt-border);
}
#post .post-item-sponsor-btn,
#post-recent .post-item-sponsor-btn {
  position: relative;
  overflow: hidden;
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--dt-on-accent);
  background: var(--dt-accent);
  border-color: var(--dt-accent);
  min-height: 44px;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  font-size: 0.9rem;
}
#post .post-item-sponsor-btn::before,
#post-recent .post-item-sponsor-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
  transform: translateX(-135%);
  opacity: 0;
  transition: none;
}
#post .post-item-sponsor-btn:hover:not(:disabled),
#post-recent .post-item-sponsor-btn:hover:not(:disabled),
#post .post-item-sponsor-btn:focus-visible,
#post-recent .post-item-sponsor-btn:focus-visible {
  color: var(--dt-accent);
  background: var(--dt-control-hover);
  border-color: var(--dt-accent);
  box-shadow: 0 0.35rem 0.9rem rgba(0,43,54,0.18);
}
#post .post-item-sponsor-btn:hover:not(:disabled)::before,
#post-recent .post-item-sponsor-btn:hover:not(:disabled)::before,
#post .post-item-sponsor-btn:focus-visible::before,
#post-recent .post-item-sponsor-btn:focus-visible::before {
  opacity: 1;
  transform: translateX(135%);
  transition: transform 0.22s ease;
}
#post .post-item-sponsor-btn:hover:not(:disabled),
#post-recent .post-item-sponsor-btn:hover:not(:disabled),
#post .post-item-sponsor-btn:focus-visible,
#post-recent .post-item-sponsor-btn:focus-visible {
  color: var(--dt-on-accent);
  background: var(--dt-accent);
}
#post .post-item-sponsor-btn:disabled,
#post-recent .post-item-sponsor-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
#post .post-item-sponsor-panel,
#post-recent .post-item-sponsor-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}
#post .post-item-sponsor-panel[hidden],
#post-recent .post-item-sponsor-panel[hidden] {
  display: none;
}
#post .post-item-sponsor-panel-tip,
#post-recent .post-item-sponsor-panel-tip {
  font-size: 0.85rem;
  color: var(--dt-text);
  opacity: 0.6;
  margin-bottom: 1rem;
}
#post .post-item-sponsor-panel-codes,
#post-recent .post-item-sponsor-panel-codes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  gap: 1.5rem;
}
#post .post-item-sponsor-panel-codes-code,
#post-recent .post-item-sponsor-panel-codes-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
#post .post-item-sponsor-panel-codes-code img,
#post-recent .post-item-sponsor-panel-codes-code img {
  width: 160px;
  max-width: 100%;
  height: 160px;
  border-radius: 8px;
  padding: 0.5rem;
  background: #fff;
}
#post .post-item-sponsor-panel-codes-code span,
#post-recent .post-item-sponsor-panel-codes-code span {
  font-size: 0.8rem;
  color: var(--dt-text);
  opacity: 0.6;
}
#post .post-item,
#post-recent .post-item {
  margin: 1.5rem 0;
  overflow: hidden;
  background: var(--dt-surface);
  border: 1px solid var(--dt-border);
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(0,0,0,0.12);
  transition: background 0.68s ease, border-color 0.68s ease, box-shadow 0.68s ease, color 0.68s ease;
}
#post .post-item-header-title,
#post-recent .post-item-header-title {
  font-family: "Noto Serif CJK SC", "Source Han Serif SC", STSong, serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.45;
}
#post .post-item-content,
#post-recent .post-item-content {
  line-height: 1.8;
  color: var(--dt-text);
}
#post .post-item-content table,
#post-recent .post-item-content table,
#post .post-item-content pre,
#post-recent .post-item-content pre {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
#post .post-item-content img,
#post-recent .post-item-content img {
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.16);
}
#post .post-item-more,
#post-recent .post-item-more {
  position: relative;
  overflow: hidden;
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dt-text-muted);
  font-size: 0.8rem;
  min-width: 5rem;
  width: auto;
  min-height: 44px;
  margin: 0 2rem 1.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 10px;
}
#post .post-item-more::before,
#post-recent .post-item-more::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
  transform: translateX(-135%);
  opacity: 0;
  transition: none;
}
#post .post-item-more:hover:not(:disabled),
#post-recent .post-item-more:hover:not(:disabled),
#post .post-item-more:focus-visible,
#post-recent .post-item-more:focus-visible {
  color: var(--dt-accent);
  background: var(--dt-control-hover);
  border-color: var(--dt-accent);
  box-shadow: 0 0.35rem 0.9rem rgba(0,43,54,0.18);
}
#post .post-item-more:hover:not(:disabled)::before,
#post-recent .post-item-more:hover:not(:disabled)::before,
#post .post-item-more:focus-visible::before,
#post-recent .post-item-more:focus-visible::before {
  opacity: 1;
  transform: translateX(135%);
  transition: transform 0.22s ease;
}
#post .post-item-more::after,
#post-recent .post-item-more::after {
  content: '\f105';
  display: inline-block;
  margin-left: 0.45rem;
  color: var(--dt-accent);
  font-family: "Font Awesome 6 Free";
  font-size: 0.8em;
  font-weight: 900;
  opacity: 0;
  transform: translateX(-0.3rem);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
#post .post-item-more:hover::after,
#post-recent .post-item-more:hover::after,
#post .post-item-more:focus-visible::after,
#post-recent .post-item-more:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 767px) {
  #post .post-item-header-title,
  #post-recent .post-item-header-title,
  #post .post-item-header-meta,
  #post-recent .post-item-header-meta,
  #post .post-item-content,
  #post-recent .post-item-content,
  #post .post-item-copyright,
  #post-recent .post-item-copyright,
  #post .post-item-comment,
  #post-recent .post-item-comment {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  #post .post-item-more,
  #post-recent .post-item-more {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  #post .post-item-copyright-qrcode,
  #post-recent .post-item-copyright-qrcode {
    display: none;
  }
}
@media (min-width: 1600px) {
  #post .post-item {
    padding: 1rem 0;
  }
  #post .post-item-header-title,
  #post .post-item-header-meta,
  #post .post-item-content,
  #post .post-item-copyright,
  #post .post-item-comment,
  #post .post-item-sponsor {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.redirect {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 6rem);
  padding: 2rem;
}
.redirect-content {
  max-width: 600px;
  width: 100%;
  padding: 2.5rem;
  border-radius: 12px;
  border: 1px solid var(--dt-border);
  background: var(--dt-surface);
}
.redirect-content-tips {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: 8px;
  background: rgba(255,152,0,0.1);
  border: 1px solid rgba(255,152,0,0.3);
  color: #ff9800;
  font-size: 0.9rem;
}
.redirect-content-tips::before {
  content: "⚠";
  font-size: 1.5rem;
}
.redirect-content-url {
  margin-bottom: 2rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--dt-text);
}
.redirect-content-url #redirect-link {
  display: block;
  margin-top: 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  background: rgba(128,128,128,0.1);
  border: 1px solid var(--dt-border);
  word-break: break-all;
  color: var(--dt-accent-secondary);
  font-size: 0.85rem;
}
.redirect-button {
  width: 100%;
  padding: 0.75rem;
  border: none;
  border-radius: 8px;
  background: var(--dt-accent);
  color: var(--dt-on-accent);
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.redirect-button:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}
a.external-link::after {
  content: " ↗";
  font-size: 0.8em;
  opacity: 0.6;
}
#search-container {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
}
#search-container .search-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  width: 42rem;
  max-height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--dt-scroll-thumb) var(--dt-scroll-track);
  background: var(--dt-surface-raised);
  box-shadow: 0 1.5rem 4rem rgba(0,0,0,0.32);
  border: 1px solid var(--dt-control-border);
  border-radius: 18px;
  transform: translateY(0.9rem) scale(0.985);
  opacity: 0;
  transition: transform 0.24s ease, opacity 0.24s ease, background 0.35s ease;
}
#search-container .search-content::-webkit-scrollbar {
  width: 0.65rem;
}
#search-container .search-content::-webkit-scrollbar-track {
  background: var(--dt-scroll-track);
}
#search-container .search-content::-webkit-scrollbar-thumb {
  background: var(--dt-scroll-thumb);
  border: 2px solid var(--dt-scroll-track);
  border-radius: 1rem;
}
#search-container .search-content::-webkit-scrollbar-thumb:hover {
  background: var(--dt-accent);
}
#search-container .search-content-header {
  display: flex;
  justify-content: space-between;
  line-height: 2rem;
}
#search-container .search-content-header-logo {
  height: 2rem;
  width: auto;
}
#search-container .search-content-header-closebutton {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  color: var(--dt-text-muted);
  border: 1px solid var(--dt-control-border);
  border-radius: 50%;
  cursor: pointer;
}
#search-container .search-content-header-closebutton:hover,
#search-container .search-content-header-closebutton:focus-visible {
  color: var(--dt-accent);
  border-color: var(--dt-accent);
  background: var(--dt-control);
}
#search-container .search-content-box {
  margin-top: 1rem;
  border: 2px solid var(--dt-accent);
  border-radius: 4px;
  background: var(--dt-surface);
  height: 2.5rem;
  display: flex;
  align-items: center;
}
#search-container .search-content-box-input {
  min-width: 0;
  color: var(--dt-text);
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  font: inherit;
  transition: border-color 0.22s ease, background 0.22s ease;
  width: 100%;
  height: 100%;
  padding: 0 0.75rem;
  font-size: 1rem;
  border: none;
  background: transparent;
  box-sizing: border-box;
  line-height: 2.5rem;
}
#search-container .search-content-box-input::placeholder {
  color: var(--dt-text-muted);
  opacity: 1;
}
#search-container .search-content-box-input:focus-visible {
  outline: 2px solid var(--dt-accent-secondary);
  outline-offset: 2px;
}
#search-container .search-content-box-input:focus {
  outline: none;
}
#search-container .search-content-result {
  margin-top: 1rem;
}
#search-container .search-content-pagination {
  justify-content: center;
}
#search-container .search-mask {
  position: absolute;
  inset: 0;
  background: var(--dt-overlay);
  backdrop-filter: blur(14px) saturate(0.78);
  -webkit-backdrop-filter: blur(14px) saturate(0.78);
}
#search-container.show {
  display: flex;
}
#search-container.show .search-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.search-content-header-logo {
  font-size: 0.9rem;
  color: var(--dt-text-muted);
  padding: 0.2rem 0.6rem;
  border: 1px solid var(--dt-border);
  border-radius: 4px;
}
#algolia-hits mark {
  background: rgba(230,119,0,0.3);
  color: inherit;
  padding: 0 2px;
  border-radius: 2px;
}
#sidebar-menu {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  height: 4rem;
}
#sidebar-menu .sidebar-menu-item {
  position: relative;
  overflow: hidden;
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  width: 6rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  text-align: center;
}
#sidebar-menu .sidebar-menu-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
  transform: translateX(-135%);
  opacity: 0;
  transition: none;
}
#sidebar-menu .sidebar-menu-item:hover:not(:disabled),
#sidebar-menu .sidebar-menu-item:focus-visible {
  color: var(--dt-accent);
  background: var(--dt-control-hover);
  border-color: var(--dt-accent);
  box-shadow: 0 0.35rem 0.9rem rgba(0,43,54,0.18);
}
#sidebar-menu .sidebar-menu-item:hover:not(:disabled)::before,
#sidebar-menu .sidebar-menu-item:focus-visible::before {
  opacity: 1;
  transform: translateX(135%);
  transition: transform 0.22s ease;
}
#sidebar-menu .sidebar-menu-item span {
  display: block;
  width: 100%;
}
#sidebar-toc {
  display: flex;
  flex-direction: column;
  justify-content: left;
  height: auto;
  width: 90%;
}
#sidebar-toc.hide {
  display: none;
  opacity: 0;
}
#sidebar-toc .sidebar-toc-title {
  margin-top: 2rem;
  font-size: 1.2rem;
  text-align: center;
  color: var(--dt-text);
}
#sidebar-toc .sidebar-toc-progress {
  margin-top: 2rem;
  font-size: 1rem;
}
#sidebar-toc .sidebar-toc-progress-notice {
  text-align: center;
}
#sidebar-toc .sidebar-toc-progress-num {
  font-weight: 600;
}
#sidebar-toc .sidebar-toc-progress-bar {
  margin-top: 0.5rem;
  height: 0.125rem;
  width: 0;
  background: var(--dt-accent);
}
#sidebar-toc .sidebar-toc-content {
  position: relative;
  margin-top: 2rem;
  padding-left: 1rem;
  font-size: 1rem;
  height: auto;
  color: var(--dt-text);
}
#sidebar-toc .sidebar-toc-content::before {
  position: absolute;
  top: 0.35rem;
  bottom: 0.35rem;
  left: 0.3rem;
  width: 1px;
  content: '';
  background: linear-gradient(to bottom, transparent, var(--dt-border) 8%, var(--dt-border) 92%, transparent);
  opacity: 0.85;
}
#sidebar-toc .sidebar-toc-content .top {
  display: none;
}
#sidebar-toc .sidebar-toc-content .toc-item,
#sidebar-toc .sidebar-toc-content .toc {
  line-height: 1.5rem;
}
#sidebar-toc .sidebar-toc-content .toc-item .toc-item,
#sidebar-toc .sidebar-toc-content .toc .toc-item {
  margin: 0.45rem 0;
}
#sidebar-toc .sidebar-toc-content .toc-item .toc-link,
#sidebar-toc .sidebar-toc-content .toc .toc-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.2rem 0.15rem 0.2rem 0.85rem;
  color: var(--dt-text-muted);
  letter-spacing: 0.01em;
  transition: color 0.22s ease, transform 0.22s ease;
}
#sidebar-toc .sidebar-toc-content .toc-item .toc-link::before,
#sidebar-toc .sidebar-toc-content .toc .toc-link::before {
  position: absolute;
  top: 50%;
  left: -0.93rem;
  z-index: 1;
  width: 0.52rem;
  height: 0.52rem;
  content: '';
  border: 1px solid var(--dt-border);
  border-radius: 50%;
  background: var(--dt-chrome);
  box-shadow: 0 0 0 0 transparent;
  transform: translateY(-50%) scale(0.72);
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
#sidebar-toc .sidebar-toc-content .toc-item .toc-link:hover,
#sidebar-toc .sidebar-toc-content .toc .toc-link:hover {
  color: var(--dt-accent);
  transform: translateX(0.18rem);
}
#sidebar-toc .sidebar-toc-content .toc-item .toc-link:hover::before,
#sidebar-toc .sidebar-toc-content .toc .toc-link:hover::before {
  border-color: var(--dt-accent);
  background: var(--dt-accent);
  box-shadow: 0 0 0.5rem var(--dt-accent-glow);
  transform: translateY(-50%) scale(0.94);
}
#sidebar-toc .sidebar-toc-content .toc-item .toc-link.active,
#sidebar-toc .sidebar-toc-content .toc .toc-link.active {
  color: var(--dt-accent);
  font-weight: 600;
}
#sidebar-toc .sidebar-toc-content .toc-item .toc-link.active::before,
#sidebar-toc .sidebar-toc-content .toc .toc-link.active::before {
  border-color: var(--dt-accent);
  background: var(--dt-accent);
  box-shadow: 0 0 0.58rem var(--dt-accent-glow);
  transform: translateY(-50%) scale(1);
}
#sidebar-toc .sidebar-toc-content ol,
#sidebar-toc .sidebar-toc-content li {
  padding: 0;
  margin: 0;
  list-style: none; /* 禁用所有列表的标记 */
}
#sidebar-toc .sidebar-toc-content .toc-child {
  padding-left: 1.1rem;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
#sidebar-toc .sidebar-toc-content .toc-child.expanded {
  height: auto;
  transition: all 0.5s ease;
}
#sidebar-info.hide {
  display: none;
  opacity: 0;
}
#sidebar-info .author-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sidebar-info .author-info-avatar {
  margin-top: 1rem;
  border-radius: 50%;
  overflow: hidden;
}
#sidebar-info .author-info-avatar-img {
  padding: 0.125rem;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  border: 0.125rem solid var(--dt-surface-raised);
}
#sidebar-info .author-info-avatar-img:hover {
  animation: avatar 5s linear infinite;
}
#sidebar-info .author-info-name {
  margin-top: 1rem;
  color: var(--dt-text);
}
#sidebar-info .author-info-description {
  margin-top: 1.5rem;
}
#sidebar-info .author-info-social-link {
  margin-top: 1.5rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#sidebar-info .author-info-social-link-item {
  position: relative;
  overflow: hidden;
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border-radius: 4px;
  background: var(--dt-surface-raised);
}
#sidebar-info .author-info-social-link-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
  transform: translateX(-135%);
  opacity: 0;
  transition: none;
}
#sidebar-info .author-info-social-link-item:hover:not(:disabled),
#sidebar-info .author-info-social-link-item:focus-visible {
  color: var(--dt-accent);
  background: var(--dt-control-hover);
  border-color: var(--dt-accent);
  box-shadow: 0 0.35rem 0.9rem rgba(0,43,54,0.18);
}
#sidebar-info .author-info-social-link-item:hover:not(:disabled)::before,
#sidebar-info .author-info-social-link-item:focus-visible::before {
  opacity: 1;
  transform: translateX(135%);
  transition: transform 0.22s ease;
}
#sidebar-info .author-info-social-link-item-dot {
  margin-left: 0.25rem;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
#sidebar-info .author-info-articles {
  display: flex;
  flex-direction: row;
  margin-top: 1.5rem;
}
#sidebar-info .author-info-articles-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5em 1rem 0.5rem 1rem;
}
#sidebar-info .author-info-articles-item .line {
  position: absolute;
  transition: all 0.5s;
  background: var(--dt-accent);
}
#sidebar-info .author-info-articles-item .line-top {
  width: 0;
  height: 1px;
  left: -110%;
  top: -1px;
}
#sidebar-info .author-info-articles-item .line-right {
  width: 1px;
  height: 0;
  right: -1px;
  top: -110%;
}
#sidebar-info .author-info-articles-item .line-bottom {
  width: 1px;
  height: 0;
  left: -1px;
  bottom: -110%;
}
#sidebar-info .author-info-articles-item .line-left {
  width: 0;
  height: 1px;
  bottom: -1px;
  right: -110%;
}
#sidebar-info .author-info-articles-item:hover {
  color: var(--dt-accent);
  transition: all 0.5s;
}
#sidebar-info .author-info-articles-item:hover .line-top {
  width: 100%;
  left: 0;
}
#sidebar-info .author-info-articles-item:hover .line-right {
  height: 100%;
  top: 0;
}
#sidebar-info .author-info-articles-item:hover .line-bottom {
  height: 100%;
  bottom: 0;
}
#sidebar-info .author-info-articles-item:hover .line-left {
  width: 100%;
  right: 0;
}
#sidebar-info .author-info-articles-item:hover a {
  color: var(--dt-accent);
}
#sidebar-info .author-info-articles-item-text {
  margin-top: 0.5rem;
}
#sidebar-info .author-info-articles-item-num {
  font-weight: 600;
}
#sidebar-info .author-info-articles-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 1.5rem;
  width: 0.05rem;
  height: 2rem;
  background: var(--dt-border);
}
#sidebar-info .author-info-articles-item:last-child::after {
  display: none;
}
#sidebar-info .friend-link {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sidebar-info .friend-link-item {
  position: relative;
  overflow: hidden;
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  text-align: center;
  margin-top: 1rem;
  width: 80%;
}
#sidebar-info .friend-link-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
  transform: translateX(-135%);
  opacity: 0;
  transition: none;
}
#sidebar-info .friend-link-item:hover:not(:disabled),
#sidebar-info .friend-link-item:focus-visible {
  color: var(--dt-accent);
  background: var(--dt-control-hover);
  border-color: var(--dt-accent);
  box-shadow: 0 0.35rem 0.9rem rgba(0,43,54,0.18);
}
#sidebar-info .friend-link-item:hover:not(:disabled)::before,
#sidebar-info .friend-link-item:focus-visible::before {
  opacity: 1;
  transform: translateX(135%);
  transition: transform 0.22s ease;
}
#tags {
  padding-top: 2rem;
  text-align: center;
}
#tags .tags-title {
  font-size: 2rem;
  color: var(--dt-text);
}
#tags .tags-title-text {
  display: inline-block;
}
#tags .tags-title-line {
  display: inline-block;
  margin: 0 1rem;
}
#tags .tags-title-amount {
  display: inline-block;
}
#tags .tags-cloud {
  margin: 32px 0 0 0;
}
#tags .tags-cloud a {
  display: inline-block;
  margin: 16px 16px;
}
#tags .tags-cloud a:hover {
  color: var(--dt-accent);
}
pre {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 1rem 0;
  border-radius: 4px;
  background: var(--dt-code);
}
pre .code-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--dt-text);
  user-select: none;
  background: var(--dt-surface-raised);
}
pre .code-header-type {
  margin-left: 1rem;
  color: var(--dt-accent);
}
pre .code-header-copy {
  position: relative;
  overflow: hidden;
  background: var(--dt-control);
  border: 1px solid var(--dt-control-border);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  display: flex;
  cursor: pointer;
  align-items: center;
}
pre .code-header-copy::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
  transform: translateX(-135%);
  opacity: 0;
  transition: none;
}
pre .code-header-copy:hover:not(:disabled),
pre .code-header-copy:focus-visible {
  color: var(--dt-accent);
  background: var(--dt-control-hover);
  border-color: var(--dt-accent);
  box-shadow: 0 0.35rem 0.9rem rgba(0,43,54,0.18);
}
pre .code-header-copy:hover:not(:disabled)::before,
pre .code-header-copy:focus-visible::before {
  opacity: 1;
  transform: translateX(135%);
  transition: transform 0.22s ease;
}
pre .code-header-copy-tips {
  margin-right: 0.5rem;
  text-align: center;
  color: var(--dt-accent);
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
pre .code-header-copy-tips.active {
  opacity: 1;
  transform: translateX(0);
}
pre .code-header-copy-button {
  padding: 0.25rem 0.5rem;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: var(--dt-surface-raised);
}
pre .code-content {
  display: flex;
  flex-direction: row;
}
pre .code-content .line-numbers {
  display: flex;
  flex-direction: column;
  width: 2.5rem;
  text-align: right;
  color: var(--dt-text-muted);
  user-select: none;
  padding: 1rem 0.5rem 1rem 0;
}
pre .code-content code {
  padding: 1rem 0.5rem 1rem 0 !important;
  border-radius: 0px !important;
  background: none !important;
  overflow-x: auto;
}
#content .hljs {
  color: var(--dt-text);
}
#content .hljs span {
  color: inherit;
}
#content .hljs .hljs-comment,
#content .hljs .hljs-quote {
  color: var(--dt-code-comment);
}
#content .hljs .hljs-keyword,
#content .hljs .hljs-selector-tag,
#content .hljs .hljs-deletion,
#content .hljs .hljs-name,
#content .hljs .hljs-doctag {
  color: var(--dt-code-keyword);
}
#content .hljs .hljs-string,
#content .hljs .hljs-regexp,
#content .hljs .hljs-addition,
#content .hljs .hljs-attribute {
  color: var(--dt-code-string);
}
#content .hljs .hljs-number,
#content .hljs .hljs-literal,
#content .hljs .hljs-variable,
#content .hljs .hljs-attr,
#content .hljs .hljs-built_in,
#content .hljs .hljs-type {
  color: var(--dt-code-number);
}
#content .hljs .hljs-title,
#content .hljs .hljs-section,
#content .hljs .hljs-symbol,
#content .hljs .hljs-bullet,
#content .hljs .hljs-meta,
#content .hljs .hljs-selector-class {
  color: var(--dt-code-title);
}
