body > header {
  margin-bottom: 10px;
  font-weight: 600;
  border-bottom: 1px solid #737373;
  float: right;
}
body > header ul {
  padding: 0;
  margin: 0 0 5px;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  overflow: auto;
}
body > header ul li {
  with: min-content;
}
body > header ul li a {
  text-decoration: none;
  color: #b3b3b3;
}
hover-text {
  color: #000; /* 默认颜色 */
  transition: color 0.1s; /* 可选的颜色过渡效果 */
}
.hover-text:hover {
  color: #9b9b9d;
/* 鼠标悬停颜色 */
}
.aligncenter {
  clear: both;
  display: block;
  margin: auto;
}
.theme-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.theme-list li {
  margin: 0.25rem 0;
}
.theme-list li a {
  color: #333;
  position: relative;
  display: block;
  text-decoration: none;
}
.theme-list li a::after {
  content: "";
  border: 1px dashed #b3b3b3;
  position: absolute;
  bottom: 1ch;
  left: 0;
  width: 100%;
  z-index: -1;
}
.theme-list li a span {
  background-color: #fafafa;
  padding-right: 0.5rem;
}
.posts-list li {
  display: flex;
  gap: 0.5rem;
}
.posts-list span.side-info {
  color: #b3b3b3;
  flex-shrink: 0;
}
.posts-list a.post-title {
  flex-grow: 1;
}
span.category-tree {
  display: flex;
  align-items: flex-start;
  gap: 0.3ch;
}
span.category-tree a,
span.tag a {
  all: unset;
}
span.category-tree a:hover,
span.tag a:hover {
  cursor: pointer;
}
span.category-tree a::after,
span.tag a::after {
  display: none;
}
span.category-tree span.separator {
  display: inline-block;
  transform: rotate(-0.02turn);
}
nav.pagination {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 1.5rem 0;
  color: #b3b3b3;
  font-size: 0.9rem;
}
nav.pagination span {
  flex-basis: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
nav.pagination span.prev {
  text-align: left;
}
nav.pagination span.prev a::before {
  content: "\00AB";
  margin-right: 0.75ch;
}
nav.pagination span.next {
  text-align: right;
}
nav.pagination span.next a::before {
  content: "\00BB";
  margin-left: 0.75ch;
  float: right;
}
nav.pagination a {
  color: #b3b3b3;
  text-decoration: none;
  font-size: 0.9rem;
}
nav.pagination a::before {
  position: relative;
  top: -1.5px;
}
footer {
  color: #b3b3b3;
  font-size: 0.7rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1em 0 1em 0;
}
footer a {
  color: #b3b3b3;
  text-decoration-color: #b3b3b3;
  text-decoration-thickness: 1px;
  text-underline-position: auto;
}
footer p {
  margin: 0;
}
* {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  max-width: 100%;
}
html {
  width: 100dvw;
  height: 100dvh;
  display: flex;
  padding: 5px 0;
  overflow: auto;
}
body {
  color: #333;
  font-family: Noto Serif, serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0 25px;
  width: 1200px;
  height: 100%;
  overflow: visible;
}
h1 {
  margin: 1px 0 1px;
  font-size: 24px;
  color: #9b9b9d;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
  color: #737373;
}
a {
  color: #9b9b9d;
  text-decoration-color: #fafafa;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  position: relative;
}
blockquote {
  margin: 0;
  padding: 0 20px;
  border-style: solid;
  border-color: #b3b3b3;
  border-width: 0;
  border-left-width: 2px;
  font-size: 14px;
  color: #737373;
}
blockquote footer {
  text-align: right;
}
blockquote footer > *:first-child::before {
  content: "\2024";
  margin-right: 0.75ch;
}
blockquote footer cite::before {
  content: ", ";
  margin-left: 0.2ch;
}
blockquote.pullquote {
  background-color: #000;
  width: 50%;
}
blockquote.pullquote.left {
  float: left;
  margin-right: 1rem;
}
blockquote.pullquote.right {
  float: right;
  margin-left: 1rem;
  border-left-width: 0;
  border-right-width: 3.5px;
}
pre,
code {
  overflow: auto;
  font-family: "Cascadia Code", monospace;
  background-color: #000;
  padding: 0.5ch 1ch;
  border-radius: 0.65ch;
}
kbd {
  background-color: #000;
  padding: 0.4em 0.65rem;
  border-radius: 0.15rem;
  margin: 0.2rem calc(0.3rem + 2px) 0 0.3rem;
  font-size: 0.8rem;
  font-family: "Cascadia Code", monospace;
  box-shadow: 1.5px 1.5px #b3b3b3;
  display: inline-block;
  position: relative;
  top: -1.5px;
}
mark {
  background-color: #f7edba;
}
table {
  border-collapse: collapse;
  border: 1px soild #333;
}
th {
  border-color: #333;
}
th,
td {
  border: 1px solid #b3b3b3;
  padding: 0.5rem;
}
div.video-container > iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #555;
}
::-webkit-scrollbar-thumb:hover {
  background: #888;
}
/* Firefox */
::-moz-scrollbar {
  width: 5px;
}
::-moz-scrollbar-track {
  background: #f1f1f1;
}
::-moz-scrollbar-thumb {
  background: #555;
}
/* IE and Edge */
::-ms-scrollbar {
  width: 5px;
}
::-ms-scrollbar-track {
  background: #f1f1f1;
}
::-ms-scrollbar-thumb {
  background: #555;
}
body {
  scrollbar-width: thin;
  scrollbar-color: #555 #f1f1f1;
}
.image-container img {
  transition: filter 0.4s ease;
  filter: sepia(75%) brightness(95%) saturate(220%) invert(100%);
}
.image-container:hover img {
  filter: none;
}
::selection {
  color: #595959;
  background: #e6e6e6;
}
