/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */
/* Document
   ========================================================================== */
/**
 * Use a better box model (opinionated).
 */
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
/**
 * Use a more readable tab size (opinionated).
 */
:root {
  -moz-tab-size: 4;
  tab-size: 4;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
/* Grouping content
   ========================================================================== */
/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */
legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome and Firefox.
 */
progress {
  vertical-align: baseline;
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Chrome and Safari.
 */
summary {
  display: list-item;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  vertical-align: baseline;
}
html {
  font-size: 58%;
}
body {
  color: rgba(0, 0, 0, 0.86);
  font: 400 16px/1.42 -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Droid Sans Fallback", "Microsoft YaHei", sans-serif;
  letter-spacing: 0.05em;
}
a {
  color: rgba(0, 0, 0, 0.98);
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #006CFF;
}
body,
div,
a,
p,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.main {
  max-width: 800px;
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
}
.main .main-content {
  flex: 1;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  padding: 0 24px;
}
.site-header {
  padding: 48px 0;
  text-align: center;
}
.site-header .banner-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 140px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 8px;
}
.site-header .banner-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}
.site-header .banner-wrapper a .avatar {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  border-radius: 8px !important;
}
.site-header .banner-wrapper .banner-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #e74c3c;
  color: #ffffff !important;
  font-size: 24px;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: 6px;
  text-decoration: none;
  z-index: 10;
  outline: 8px solid #ffffff;
  outline-offset: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  width: auto;
  height: auto;
  display: inline-block;
  pointer-events: auto;
  white-space: nowrap;
  border: none;
}
.site-header .banner-wrapper .banner-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  color: #ffffff !important;
  text-decoration: none;
}
.site-header .banner-wrapper .banner-btn:active {
  transform: scale(0.96);
}
.site-header .site-description {
  font-size: 16px;
  padding: 24px;
  color: #868e96;
  font-weight: lighter;
}
.site-header .menu-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.site-header .menu-container a.menu {
  font-size: 16px;
  padding: 8px 16px;
  flex-shrink: 0;
  font-weight: 600;
}
.site-header .social-container {
  padding: 16px;
  font-size: 18px;
}
.site-header .social-container a {
  margin: 4px 8px;
  color: #868e96;
}
@media (max-width: 600px) {
  .site-header {
    padding: 24px 0 0;
  }
  .site-header .banner-wrapper .avatar {
    height: 100px !important;
  }
  .site-header .banner-wrapper .banner-btn {
    font-size: 17px;
    padding: 12px 21px;
    top: 10px;
    right: 10px;
    border-radius: 4px;
    outline: 6px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  }
}
.login-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.login-modal {
  background: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 380px;
  padding: 0;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
}
.login-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #f0f0f0;
}
.login-modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.login-modal-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  padding: 0 4px;
}
.login-modal-close:hover {
  color: #333;
}
.login-modal-body {
  padding: 24px;
}
.login-register-link {
  text-align: right;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.login-register-link a {
  color: #4a90d9;
  text-decoration: none;
}
.login-register-link a:hover {
  text-decoration: underline;
}
.login-form-group {
  margin-bottom: 16px;
}
.login-form-group label {
  display: block;
  font-size: 14px;
  color: #555;
  margin-bottom: 4px;
}
.login-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.login-input:focus {
  outline: none;
  border-color: #4a90d9;
}
.login-error {
  color: #e74c3c;
  font-size: 14px;
  min-height: 24px;
  margin-bottom: 12px;
}
.login-submit-btn {
  width: 100%;
  padding: 10px;
  background: #4a90d9;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}
.login-submit-btn:hover {
  background: #3a7bc8;
}
.login-forgot {
  text-align: center;
  margin-top: 16px;
}
.login-forgot a {
  color: #999;
  text-decoration: none;
  font-size: 14px;
}
.login-forgot a:hover {
  color: #666;
  text-decoration: underline;
}
.forgot-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  align-items: center;
  justify-content: center;
}
.forgot-modal {
  background: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 380px;
  padding: 0;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
}
.forgot-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #f0f0f0;
}
.forgot-modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.forgot-modal-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  padding: 0 4px;
}
.forgot-modal-close:hover {
  color: #333;
}
.forgot-modal-body {
  padding: 24px;
}
.forgot-desc {
  color: #666;
  font-size: 14px;
  margin-bottom: 16px;
}
.forgot-form-group {
  margin-bottom: 12px;
}
.forgot-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
}
.forgot-input:focus {
  outline: none;
  border-color: #4a90d9;
}
.forgot-error {
  color: #e74c3c;
  font-size: 14px;
  min-height: 24px;
  margin-bottom: 12px;
}
.forgot-submit-btn {
  width: 100%;
  padding: 10px;
  background: #4a90d9;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}
.forgot-submit-btn:hover {
  background: #3a7bc8;
}
.post-card {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: 4px;
}
.post-card .post-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.post-card .post-feature-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.33333333;
  background-size: cover;
  background-position: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.post-card .post-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card .post-feature-image:hover {
  transform: scale(1.0082);
}
.post-card .post-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px 12px 10px 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  color: #fff;
}
.post-card .post-meta .post-author {
  font-size: 11px;
  opacity: 0.85;
  display: inline-block;
  margin-right: 6px;
}
.post-card .post-meta .post-tags {
  display: inline-block;
  font-size: 10px;
  opacity: 0.8;
}
.post-card .post-meta .post-tags .post-tag {
  color: #fff;
  text-decoration: none;
  margin-right: 3px;
  padding: 1px 5px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  font-size: 9px;
  transition: background 0.2s;
}
.post-card .post-meta .post-tags .post-tag:hover {
  background: rgba(255, 255, 255, 0.3);
}
.post-card .post-meta .post-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 3px 0 0 0;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.post-card .post-abstract,
.post-card .post-info {
  display: none;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 16px;
}
.post-grid .post {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: 4px;
}
.post-grid .post .post-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.post-grid .post .post-feature-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.33333333;
  background-size: cover;
  background-position: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.post-grid .post .post-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-grid .post .post-feature-image:hover {
  transform: scale(1.0082);
}
.post-grid .post .post-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px 12px 10px 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  color: #fff;
}
.post-grid .post .post-meta .post-author {
  font-size: 11px;
  opacity: 0.85;
  display: inline-block;
  margin-right: 6px;
}
.post-grid .post .post-meta .post-tags {
  display: inline-block;
  font-size: 10px;
  opacity: 0.8;
}
.post-grid .post .post-meta .post-tags .post-tag {
  color: #fff;
  text-decoration: none;
  margin-right: 3px;
  padding: 1px 5px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  font-size: 9px;
  transition: background 0.2s;
}
.post-grid .post .post-meta .post-tags .post-tag:hover {
  background: rgba(255, 255, 255, 0.3);
}
.post-grid .post .post-meta .post-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 3px 0 0 0;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.post-grid .post .post-abstract,
.post-grid .post .post-info {
  display: none;
}
.tag-section {
  margin-bottom: 40px;
}
.tag-section .tag-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 12px 16px;
  border-bottom: 2px solid #f0f0f0;
  flex-wrap: wrap;
}
.tag-section .tag-section-header .tag-section-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.tag-section .tag-section-header .tag-section-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
.tag-section .tag-section-header .tag-section-title a:hover {
  color: #006CFF;
}
.tag-section .tag-section-header .tag-section-announcement {
  flex: 1;
  min-width: 0;
  margin: 0 12px;
}
.tag-section .tag-section-header .tag-section-announcement marquee {
  display: block;
  font-size: 13px;
}
.tag-section .tag-section-header .tag-section-more {
  font-size: 13px;
  color: #999;
  text-decoration: none;
  transition: color 0.3s;
}
.tag-section .tag-section-header .tag-section-more:hover {
  color: #006CFF;
}
.tag-section .tag-post-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 16px;
  padding-top: 16px;
}
.tag-section .tag-post-grid .post {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: 4px;
}
.tag-section .tag-post-grid .post .post-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.tag-section .tag-post-grid .post .post-feature-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.33333333;
  background-size: cover;
  background-position: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.tag-section .tag-post-grid .post .post-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tag-section .tag-post-grid .post .post-feature-image:hover {
  transform: scale(1.0082);
}
.tag-section .tag-post-grid .post .post-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px 12px 10px 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  color: #fff;
}
.tag-section .tag-post-grid .post .post-meta .post-author {
  font-size: 11px;
  opacity: 0.85;
  display: inline-block;
  margin-right: 6px;
}
.tag-section .tag-post-grid .post .post-meta .post-tags {
  display: inline-block;
  font-size: 10px;
  opacity: 0.8;
}
.tag-section .tag-post-grid .post .post-meta .post-tags .post-tag {
  color: #fff;
  text-decoration: none;
  margin-right: 3px;
  padding: 1px 5px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  font-size: 9px;
  transition: background 0.2s;
}
.tag-section .tag-post-grid .post .post-meta .post-tags .post-tag:hover {
  background: rgba(255, 255, 255, 0.3);
}
.tag-section .tag-post-grid .post .post-meta .post-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 3px 0 0 0;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.tag-section .tag-post-grid .post .post-abstract,
.tag-section .tag-post-grid .post .post-info {
  display: none;
}
.post-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 16px;
}
.post-container .post {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: 4px;
}
.post-container .post .post-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.post-container .post .post-feature-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.33333333;
  background-size: cover;
  background-position: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.post-container .post .post-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-container .post .post-feature-image:hover {
  transform: scale(1.0082);
}
.post-container .post .post-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px 12px 10px 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  color: #fff;
}
.post-container .post .post-meta .post-author {
  font-size: 11px;
  opacity: 0.85;
  display: inline-block;
  margin-right: 6px;
}
.post-container .post .post-meta .post-tags {
  display: inline-block;
  font-size: 10px;
  opacity: 0.8;
}
.post-container .post .post-meta .post-tags .post-tag {
  color: #fff;
  text-decoration: none;
  margin-right: 3px;
  padding: 1px 5px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  font-size: 9px;
  transition: background 0.2s;
}
.post-container .post .post-meta .post-tags .post-tag:hover {
  background: rgba(255, 255, 255, 0.3);
}
.post-container .post .post-meta .post-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 3px 0 0 0;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.post-container .post .post-abstract,
.post-container .post .post-info {
  display: none;
}
@media (max-width: 1024px) {
  .post-grid,
  .tag-post-grid,
  .post-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 600px) {
  .post-grid,
  .tag-post-grid,
  .post-container {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
    padding: 0 10px;
  }
  .post .post-meta .post-title {
    font-size: 13px;
  }
  .post .post-meta {
    padding: 6px 8px 8px 8px;
  }
  .tag-section .tag-section-header .tag-section-title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .tag-section .tag-section-header .tag-section-announcement {
    flex-basis: 100%;
    order: 3;
    margin: 8px 0 0 0;
  }
  .tag-section .tag-section-header .tag-section-announcement marquee {
    font-size: 12px;
    padding: 0px 0;
  }
  .tag-section .tag-section-header .tag-section-more {
    margin-left: auto;
  }
}
.post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px 8px;
}
.post-author {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}
.post-tags {
  display: flex;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
}
.post-tag {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
}
.post-tag:hover {
  color: #fff;
}
.post-title {
  flex-basis: 100%;
  width: 100%;
  margin: 2px 0 0;
}
.post-title-link {
  display: inline;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.post-title-link:hover {
  text-decoration: underline;
}
.post-feature-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  border-radius: 2px;
  overflow: hidden;
}
.post-feature-image {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  display: block;
}
.post-feature-wrapper.has-target-tag {
  width: 80%;
  max-width: 700px;
  margin: 0 auto 24px;
}
.post-feature-wrapper.has-target-tag .post-feature-image {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  display: block;
  background: #f5f5f5;
}
.post-feature-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 30, 35, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1;
  pointer-events: none;
}
.post-feature-wrapper.has-target-tag::before {
  display: none !important;
  /* 隐藏元素 */
  opacity: 0 !important;
  /* 透明 */
  background: transparent !important;
  /* 背景透明 */
  backdrop-filter: none !important;
  /* 取消模糊 */
  -webkit-backdrop-filter: none !important;
}
.player-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22px 18px 16px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  z-index: 2;
  pointer-events: none;
  border-radius: 0 0 2px 2px;
}
.login-prompt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 32px 40px 28px;
  text-align: center;
  min-width: 280px;
  z-index: 3;
  pointer-events: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.prompt-text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-shadow: 0 0 20px rgba(79, 195, 247, 0.4);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(20, 30, 50, 0.5));
  padding: 14px 32px;
  border-radius: 50px;
  border: 1px solid rgba(79, 195, 247, 0.3);
  box-shadow: 0 0 40px rgba(79, 195, 247, 0.1), inset 0 0 40px rgba(79, 195, 247, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.prompt-play-btn {
  width: 72px;
  height: 72px;
  background: rgba(0, 0, 0, 0.05);
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: #333;
  margin: 0 auto 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.prompt-play-btn:hover {
  background: rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}
.prompt-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.prompt-link {
  color: #666;
  text-decoration: none;
  padding: 4px 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.prompt-link:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.prompt-divider {
  color: #ccc;
}
.iframe-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iframe-modal {
  background: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 900px;
  height: 100vh;
  max-height: 700px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
}
.iframe-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
}
.iframe-modal-title {
  color: #333;
  font-size: 0.9rem;
}
.iframe-modal-close {
  background: none;
  border: none;
  color: #999;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 0 8px;
}
.iframe-modal-close:hover {
  color: #333;
}
.iframe-modal-body {
  flex: 1;
}
.iframe-modal-body iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.time-label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-variant-numeric: tabular-nums;
  min-width: 38px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
  user-select: none;
}
.progress-track {
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  position: relative;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.progress-fill {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #f7d875, #f1b82e);
  border-radius: 20px;
  position: relative;
  box-shadow: 0 0 10px rgba(241, 196, 15, 0.5);
}
.progress-fill[style*="width: 0%"]::after {
  display: none;
}
.progress-fill::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  border: 2px solid #f1c40f;
  opacity: 0.95;
}
.controls-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
}
.controls-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.controls-left .ctrl-btn {
  color: #888;
  cursor: pointer;
  transition: color 0.2s;
}
.controls-left .ctrl-btn:hover {
  color: #bbb;
}
.controls-right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.controls-right .btn-download {
  color: #888;
  cursor: pointer;
  transition: color 0.2s;
}
.controls-right .btn-download:hover {
  color: #bbb;
}
.ctrl-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.7rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 2px;
  cursor: default;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  user-select: none;
  transition: color 0.2s, transform 0.1s;
}
.ctrl-btn:hover {
  color: rgba(255, 255, 255, 0.95);
  transform: scale(1.03);
}
.btn-play {
  font-size: 2.2rem;
  margin: 0 2px;
}
.volume-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.volume-slider-mock {
  width: 48px;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  position: relative;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
}
.volume-fill-mock {
  width: 70%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.1);
}
.btn-fullscreen {
  font-size: 1.4rem;
}
@media (max-width: 600px) {
  .login-prompt {
    padding: 20px 24px 18px;
    min-width: 200px;
    width: 80%;
  }
  .prompt-text {
    font-size: 0.8rem;
  }
  .prompt-play-btn {
    width: 56px;
    height: 56px;
    font-size: 1.8rem;
  }
  .player-overlay {
    padding: 16px 12px 12px;
    gap: 8px;
  }
  .controls-left {
    gap: 10px;
  }
  .controls-right {
    gap: 8px;
  }
  .ctrl-btn {
    font-size: 1.4rem;
  }
  .btn-play {
    font-size: 1.8rem;
  }
  .volume-slider-mock {
    width: 32px;
  }
  .time-label {
    font-size: 0.6rem;
    min-width: 30px;
  }
  .iframe-modal {
    width: 95%;
    height: 100vh;
    max-height: 600px;
  }
}
.login-prompt-simple {
  padding: 32px 40px 28px;
  text-align: center;
  color: #333;
  background: linear-gradient(145deg, #ffffff, #f5f6fa);
  border-radius: 0 0 12px 12px;
  border-top: 3px solid #f1c40f;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.login-prompt-simple-text {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.login-prompt-simple-text .lock-icon {
  margin-right: 8px;
}
.login-prompt-simple-badge {
  display: inline-block;
  background: linear-gradient(135deg, #f7d875, #f1b82e);
  color: #1a1a2e;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 4px 24px;
  border-radius: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
  box-shadow: 0 2px 12px rgba(241, 184, 46, 0.35);
}
.login-prompt-simple-desc {
  font-size: 1.3rem;
  color: #999;
  margin-bottom: 22px;
  font-weight: 400;
}
.login-prompt-simple-btn {
  display: inline-block;
  background: linear-gradient(135deg, #1a1a2e, #2d2d44);
  color: #fff;
  padding: 14px 52px;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 16px rgba(26, 26, 46, 0.25);
  letter-spacing: 0.5px;
}
.login-prompt-simple-btn:hover {
  background: linear-gradient(135deg, #2d2d44, #3d3d5c);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(26, 26, 46, 0.35);
}
.login-prompt-simple-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(26, 26, 46, 0.2);
}
@media (max-width: 600px) {
  .login-prompt-simple-text {
    font-size: 1.2rem;
  }
  .login-prompt-simple-badge {
    font-size: 1rem;
    padding: 3px 18px;
  }
  .login-prompt-simple-desc {
    font-size: 1rem;
  }
  .login-prompt-simple-btn {
    padding: 12px 36px;
    font-size: 1.1rem;
  }
  .login-prompt-simple {
    padding: 24px 20px 20px;
  }
}
.post-nav {
  display: flex;
  gap: 20px;
  margin: 40px 0 20px;
}
.post-nav .post-nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px;
  background: #f5f5f5;
  border-radius: 8px;
  transition: all 0.3s;
  text-decoration: none;
  color: #333;
}
.post-nav .post-nav-item:hover {
  background: #eee;
  transform: translateY(-2px);
}
.post-nav .post-nav-item .post-nav-label {
  font-size: 13px;
  color: #999;
  margin-bottom: 8px;
}
.post-nav .post-nav-item .post-nav-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.post-nav .post-nav-item .post-nav-image {
  width: 80px;
  height: 56px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.post-nav .post-nav-item .post-nav-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 600px) {
  .post-nav {
    flex-direction: column;
    gap: 12px;
  }
  .post-nav-item {
    padding: 12px;
  }
  .post-nav-image {
    width: 64px;
    height: 44px;
  }
  .post-nav-title {
    font-size: 14px;
  }
}
.archives-container {
  padding: 32px;
  flex: 1;
}
.archives-container .year {
  font-size: 1.375rem;
  font-weight: bold;
  margin: 24px 0 16px;
  color: #868e96;
  padding: 0 24px;
}
.archives-container .post {
  padding: 16px 24px;
  display: block;
}
.archives-container .post .post-title {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.archives-container .post .time {
  font-size: 0.75rem;
  margin-top: 8px;
  color: #ced4da;
}
@media (max-width: 600px) {
  .archives-container {
    padding: 16px;
  }
}
.tags-container {
  padding: 32px 32px;
  flex: 1;
  text-align: center;
}
.tags-container .tag {
  display: inline-block;
  padding: 8px 16px;
  margin: 8px;
  background: #f8f9fa;
  color: #495057;
  border-radius: 2px;
  font-size: 14px;
}
.tags-container .tag:hover {
  background: #e9ecef;
  color: #212529;
}
.current-tag-container .title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 24px;
}
.about-page {
  padding: 24px 32px;
}
.site-footer {
  font-size: 12px;
  text-align: center;
  padding: 40px 24px;
  color: #868e96;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rss {
  display: inline-flex;
  align-items: center;
  margin-left: 24px;
}
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f9f7f3;
}
.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: bold;
}
.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #008080;
}
.hljs-string,
.hljs-doctag {
  color: #d14;
}
.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #900;
  font-weight: bold;
}
.hljs-subst {
  font-weight: normal;
}
.hljs-type,
.hljs-class .hljs-title {
  color: #458;
  font-weight: bold;
}
.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: #000080;
  font-weight: normal;
}
.hljs-regexp,
.hljs-link {
  color: #009926;
}
.hljs-symbol,
.hljs-bullet {
  color: #990073;
}
.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3;
}
.hljs-meta {
  color: #999;
  font-weight: bold;
}
.hljs-deletion {
  background: #fdd;
}
.hljs-addition {
  background: #dfd;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  vertical-align: baseline;
}
html {
  font-size: 58%;
}
body {
  color: rgba(0, 0, 0, 0.86);
  font: 400 16px/1.42 -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Droid Sans Fallback", "Microsoft YaHei", sans-serif;
  letter-spacing: 0.05em;
}
a {
  color: rgba(0, 0, 0, 0.98);
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #006CFF;
}
body,
div,
a,
p,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.main {
  max-width: 800px;
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
}
.main .main-content {
  flex: 1;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  padding: 0 24px;
}
/* ===== 分页导航样式 ===== */
.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 40px 0 60px;
}
.pagination-container a {
  display: inline-block;
  padding: 8px 24px;
  background: #f8f9fa;
  color: #495057;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.3s;
}
.pagination-container a:hover {
  background: #006CFF;
  color: #fff;
  text-decoration: none;
}
