
/* === style.css === */
@charset "utf-8";

/*
Theme Name: Sakurairo
Theme URI: https://github.com/mirai-mamori/Sakurairo
Author: Created by Fuukei
Author URI: https://docs.fuukei.org/
Description: A WordPress theme that is built with AI-assisted reading features, colorful, user-friendly, well-rounded, and rich in functionalities. (Based on Theme Sakura)
Version: 3.0.4
Tested up to: 6.8
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sakurairo
Tags: AI-assisted reading, Colorful, User-friendly, Well-rounded, Feature-rich
*/

/* Base HTML Element Styles */

* {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

i,i:hover{
  transition: none;
  -webkit-transition: none;
}

li,ul,ol {
  cursor: pointer;
  padding-inline-start: unset;
}

ol.toc-list {
  list-style-type: none; 
  counter-reset: none;
}

ol.toc-list li {
  counter-increment: none;
}

.entry-content li,
.entry-content ul,
.entry-content ol {
  cursor: unset;
}

ul.commentwrap,
li.comment,
ul.search-no-reasults,
ul.search-no-reasults li,
ul.menu-list{
  cursor: unset;
  list-style-type: none; 
}

ul.al_post_list,
ul.al_mon_list{
  list-style-type: none; 
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Roboto, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  transition: background 0.8s;
}

body {
  margin: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, .1);
  color: var(--theme-skin, #505050);
  font-size: 15px;
  line-height: 1.5;
  background-attachment: fixed;
  background-position: center;
  scrollbar-width: 6px;
  font-weight: var(--global-font-weight);
}

dialog {
  height: 100vh;
  width: 100vw;
  margin: 0;
  border: none;
  max-width: none;
  max-height: none;
  background: transparent;
}

/* Typography */
h1 {
  font-size: 2em;
  margin: .67em 0;
  clear: both;
  font-weight: var(--global-font-weight);
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-weight: var(--global-font-weight);
}

sub { 
  bottom: -.25em; 
}

/* Links */
a {
  background-color: transparent;
  text-decoration: none;
  color: var(--theme-skin, #505050);
  outline: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  word-break: break-word;
}

a:hover,a:active,a:focus {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

a:hover {
  color: var(--theme-skin-matching, #505050);
}
/* Layout Components */
.headertop {
  animation: blur .8s;
  position: relative;
  overflow: hidden;
  height: 0;
}

/* 封面滤镜层 */
.headertop::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-attachment: fixed;
}

.pattern-center {
  animation: blur .8s;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Comments Section */
.comments {
  animation: main .6s;
  clear: both;
  width: 100%;
  padding: 0 10px;
  list-style: none;
  max-width: 860px;
  margin: 1.5% auto 0;
  transition: background 0.8s;
  z-index: 1;
  position: relative;
}

/* Post List Thumbnails */
.post-list-thumb {
  float: left;
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  margin: 15px 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, .80);
  box-shadow: 0 1px 30px -4px #e8e8e8;
  opacity: 0;
  flex-direction: column;
  content-visibility: hidden;
  contain-intrinsic-size: auto none;
}

.post-list-show {
  animation: homepage-load-animation .5s;
  opacity: 1 !important;
  will-change: auto !important;
  content-visibility: auto !important;
}

/* Form Elements */
input, select, textarea {
  color: var(--theme-skin);
  font: inherit;
  margin: 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: var(--global-font-weight);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  padding: 8px;
  color: #505050;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  border: 1px solid #FFFFFF;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: rgba(0, 0, 0, .8);
  font-size: .75rem;
  line-height: 1;
  padding: 4px 8px;
  border: 1px solid #FFFFFF;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

/* Misc Elements */
hr {
  background-color: #ccc;
  border: 0;
}

pre {
  font: 15px/22px 'Fira Code', 'Noto Sans SC';
  background: rgba(255, 255, 255, .5);
  border-radius: 10px;
  padding: 1em;
  overflow: auto;
  max-width: 100%;
  color: #000;
}

blockquote {
  margin: 0;
  padding: 30px 60px;
  position: relative;
  quotes: "" "";
}

.wp-block-quote blockquote{
  padding: 15px 30px;
}

.comments blockquote{
  padding: 30px 60px;
}

.wp-block-quote li,
.wp-block-quote ul {
  cursor: auto !important;
}

blockquote:before,
blockquote:after {
  font-family: FontAwesome;
  font-size: 1rem;
  color: var(--theme-skin, #505050);
  position: absolute;
}

blockquote:before {
  content: "\f10d" !important;
  top: 20px;
  left: 30px;
}

blockquote:after {
  content: '\f10e' !important;
  bottom: 15px;
  right: 20px;
}

.wrapper {
  animation: blur .8s;
  -webkit-animation: blur .8s;
  background-color: rgba(255, 255, 255, .8);
}

.site.wrapper {
  position: relative;
  z-index: 1;
  min-height: 100vh; 
  width: 100%;
  display: flex;
  flex-direction: column;
}

#bgvideo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  min-height: 550px;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9; /* 添加默认宽高比 */
  contain: content; /* 控制布局计算范围 */
}

#video-add {
  position: absolute;
  bottom: 45px;
  right: 5px;
  width: 32px;
  height: 32px;
  z-index: 99;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  opacity: .8;
  -webkit-animation: poi-face 10s linear infinite alternate;
  animation: poi-face 10s linear infinite alternate;
  display: none;
}

#video-btn {
  position: absolute;
  bottom: 3px;
  right: 5px;
  width: 32px;
  height: 32px;
  z-index: 99;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  opacity: .8;
  -webkit-animation: poi-face 10s linear infinite alternate;
  animation: poi-face 10s linear infinite alternate;
}

.video-stu {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 6px 15px;
  text-align: center;
  color: #FFF;
  width: 100%;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 0;
  font-size: 18px;
  font-weight: var(--global-font-weight);
}

.pattern-center::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:linear-gradient( 
    #fff0, 
    #00000080
  );
  backdrop-filter: saturate(150%) blur(1px);
}

.pattern-attachment.bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-origin: border-box;
}

.pattern-center header.pattern-header {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  color: #FFF;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  text-align: center;
}

.pattern-center h1.cat-title {
  color: #FFF;
  font-size: 40px;
  font-weight: var(--global-font-weight, 500);
  width: 80%;
  margin: auto;
  padding: 0;
  border: 0;
}

.pattern-center h1.entry-title {
  color: #FFF;
  font-size: 40px;
  font-weight: var(--global-font-weight, 500);
  margin: auto;
  padding: 0;
  border: 0;
}

.pattern-center header.single-header {
  max-width: 800px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  top: auto;
  bottom: 30px;
}

.single-center .single-header h1.entry-title {
  margin: 0;
  margin-left: 5px;
  font-size: 32px;
  width: 100%;
  font-weight: var(--global-font-weight);
}

.single-center .entry-census {
  color: #fff;
  font-size: 13px;
  padding: 12px 0 0;
  line-height: 30px;
  font-weight: var(--global-font-weight);
  width: 100%;
}

.single-center .entry-census i{
  display: none;
}

.single-center .entry-census a:hover{
  color:var(--article-theme-highlight,var(--theme-skin-matching));
}

.single-center .entry-census span img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  float: left;
  margin: 4.5px 8px;
  max-height: unset;
}

#moblieGoTop {
  position: fixed;
  bottom: 65px;
  right: 10px;
  font-size: 16px;
  z-index: 99;
  border: 0;
  outline: 0;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.65);
  color: #7D7D7D;
  padding: 6px 16px;
  border-radius: var(--style_menu_radius, 10px);
  transform: scale(0);
  border: 1px solid #FFFFFF;
}

#moblieGoTop i {
  cursor: pointer;
}

#changskin {
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 99;
  border: 0;
  outline: 0;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.65);
  color: #7D7D7D;
  padding: 15px;
  border-radius: var(--style_menu_radius, 10px);
  transform: scale(0);
  border: 1px solid #FFFFFF;
  --fa-animation-duration: 3s;
}

#changskin i {
  cursor: pointer;
}

#moblieGoTop:hover,#changskin:hover {
  color: var(--article-theme-highlight, var(--theme-skin-matching));
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.85);
}

/* 主容器样式 */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px; 
  z-index: 999;
  padding: 0 20px;
  gap: 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  contain: layout;
}

.site-header:hover {
  top: 0px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

/* 共享的背景和过滤器样式 */
.site-branding,
.nav-search-wrapper,
.user-menu-wrapper {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  border-radius: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  will-change: backdrop-filter;
  border: 1px solid #f7f7f7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
  -webkit-animation: slide-in-bck-top 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-bck-top 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.site-branding:hover,
.nav-search-wrapper:hover,
.user-menu-wrapper:hover {
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.4s ease-in-out;
}

/* Logo区域 */
.site-branding {
  width: fit-content;
  max-width: 240px;
}

.site-branding a{
  display: flex;
  align-items: center;
  gap: 3px;
}

.site-branding img {
  height: 100%;
  width: auto;
  max-height: 35px;
  border-radius: 50px;
}

.site-title-logo {
  margin: 0;
  max-height: 35px;
}

.site-title {
  display: flex;
  white-space: nowrap;
  width: auto;
  transition: all 0.4s ease-in-out;
  color: var(--theme-skin);
  font-weight: 400;
  white-space: nowrap;
  border-radius: 50px;
  padding: 5px 10px;
  letter-spacing: 1px;
  font-size: 18px;
}

.site-title:hover {
  background-color: var(--theme-skin-matching);
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  color: rgba(255, 255, 255, 0.8);
}

/* 导航和搜索区域 */
.menu ul {
  list-style: none;
}

.nav-search-wrapper {
  gap: 3px;
  width: auto;
  max-width: calc(100% - 400px);
  position: relative;
  overflow: hidden;
  --dw:0;
}

.nav-search-wrapper li,
.nav-search-wrapper ul {
  cursor: auto;
}

.site-header:not(:hover) .nav-search-wrapper:not(:hover)[data-scrollswap] nav {
  transform:translateY(-100%);
  margin-inline:calc(var(--dw,0px) / 2);
  opacity:0;
}
  
.site-header:not(:hover) .nav-search-wrapper:not(:hover)[data-scrollswap] .nav-article-title {
  transform:translateY(0);
}

.nav-search-wrapper nav {
  flex: 0 1 auto;
  min-width: 0;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nav-search-wrapper nav ul {
  display: flex;
  gap: 1.5px;
  white-space: nowrap;
  width: auto;
  transition: all 0.4s ease-in-out;
  margin: 0;
  padding: 0;
}

.nav-search-wrapper nav ul li {
  flex: 0 0 auto;
  white-space: nowrap;
  transition: all 0.4s ease-in-out;
}

.nav-search-wrapper nav ul li a {
  border-radius: 50px;
  padding: 8px 12px;
  transition: all 0.4s ease-in-out;
  font-size: 15px;
}

.nav-search-wrapper nav ul li a:hover {
  background-color: var(--theme-skin-matching);
  transition: all 0.4s ease-in-out;
  color: rgba(255, 255, 255, 0.8);
}

/* 二级菜单样式 */
nav .menu > li {
  position: relative;
  display: inline-block;
}

nav .menu > li .sub-menu {
  position: absolute;
  right: 0;
  top: 195%;
  min-width: 90px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 5px 0;
  border: 1px solid #f7f7f7;
  pointer-events: none;
}

.sub-menu.active {
  pointer-events: auto !important;
}

nav .menu > li .sub-menu:hover {
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.4s ease-in-out;
}

nav .menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

nav .menu > li .sub-menu li {
  display: flex;
  padding: 1px 5px;
  justify-content: center;
}

nav .menu > li .sub-menu li:last-child {
  border-bottom: none;
}

nav .menu > li .sub-menu a {
  display: block;
  font-size: 14px;
}

.nav-article-title{
  position: absolute;
  transform: translateY(150%);
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  opacity: 0;
  transition-property: transform, margin;
}

/* 搜索分隔线和搜索框 */
.nav-search-divider {
  width: 1px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}

.searchbox {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  transition: all .4s ease-in-out;
}

.searchbox.js-toggle-search i,.bg-switch i{
  color: var(--theme-skin, #505050);
  cursor: pointer;
  transition: all .4s ease-in-out;
  height: auto;
  font-size: 16px;
  width: auto;
  border-radius: 50px;
  padding: 11px 12px;
}

.searchbox.js-toggle-search i:hover,.bg-switch i:hover {
  color: rgba(255, 255, 255, 0.8);
  transition: all .4s ease-in-out;
  background-color: var(--theme-skin-matching);
}

/* 用户菜单区域 */
.user-menu-wrapper {
  width: fit-content;
  white-space: nowrap;
  align-items: stretch;
}

.header-user-avatar {
  position: relative;
  max-width: 35px;
  max-height: 35px;
  display: flex;
  align-items: center;
}

.header-user-avatar a{
  display: flex;
}

.header-user-avatar img {
  border-radius: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: rotate(0);
  -webkit-transform: rotate(0);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.header-user-menu {
  position: absolute;
  width: 110px;
  right: -105%;
  background: rgba(255, 255, 255, 0.9);
  top: 50px;
  visibility: hidden;
  overflow: hidden;
  box-shadow: 0 1px 40px -8px rgba(0, 0, 0, .2);
  border-radius: 15px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateY(-10px);
  border: 1px solid #f7f7f7;
}

.header-user-menu::before {
  content: "";
  position: fixed;
  top: 46px;
  right: 25px;
  margin-left: -10px;
}

.header-user-menu:hover,
.header-user-avatar:hover .header-user-menu {
  background: rgba(255, 255, 255, 0.95);
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.header-user-name,
.header-user-name.no-logged {
  font-size: 12px;
  padding: 10px 10px;
  color: var(--theme-skin, #505050);
  border-radius: 4px 4px 0 0;
  font-weight: var(--global-font-weight);
}

.header-user-name-u {
  font-weight: 700;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-user-menu a {
  display: block;
  padding: 6px 10px;
  margin: 2px 0;
  width: 110px;
  text-align: center;
  font-size: 13px;
  font-weight: var(--global-font-weight);
}

.header-user-avatar a i{
  font-size: 26px; 
  padding: 4.5px; 
  color: var(--theme-skin);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.header-user-menu .user-menu-option {
  padding: 5px 0;
  border-radius: 0 0 4px 4px;
  width: 130px;
}

.site-content {
  max-width: 860px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent !important;
}

.feature i {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 25px;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: var(--theme-skin, #505050);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}

.overlay i {
  -webkit-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
}

.feature img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #DADADA;
  position: relative;
  object-fit: cover;
}

.post-list h1.entry-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  margin: 0 0 0 17%;
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}

.p-time {
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 12px;
  color: #989898;
  letter-spacing: 0;
  font-weight: var(--global-font-weight);
}

.post-list p {
  min-height: 60px;
  margin: 0 0 0 17%;
  font-size: 15px;
  color: rgba(0, 0, 0, .66);
  letter-spacing: 0;
  line-height: 30px;
  font-weight: var(--global-font-weight);
}

.post-list-thumb:hover {
  transform: translateY(-0.35rem);
  box-shadow: 0 1px 20px 10px #e8e8e8;
}

.post-list-thumb i {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.post-list-thumb .post-title h3 {
  color: #505050;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  word-wrap: break-word;
  margin: 0;
  letter-spacing: 2px;
}

.post-list-thumb .post-title h3:hover {
  color: var(--article-theme-highlight,var(--theme-skin-matching));
  letter-spacing: 3px;
}

.post-list-thumb .post-title h3::before{
  display: none;
}

.post-date {
  font-size: 12px;
  width: max-content;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px 5px 10px;
  border-radius: 6px;
  color:rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-weight: var(--global-font-weight);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  will-change: backdrop-filter;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 3;
}

.post-meta {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  white-space: nowrap;
  font-weight: var(--global-font-weight);
  color: rgba(255, 255, 255, 0.8)!important;
  display: inline-flex;
  gap: 4px 12px;
  flex-direction: row;
  padding: 5px 10px 5px 10px;
  border-radius: 6px;
  max-width: 70%;
  top: 10px;
  right: 10px;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  will-change: backdrop-filter;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 3;
}

.post-meta a {
  color:rgba(255, 255, 255, 0.8);
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: var(--global-font-weight);
}

.post-meta a:hover {
  color: var(--article-theme-highlight,var(--theme-skin-matching)) !important;
}

.post-meta .meta-author,.entry-census .meta-author{
  margin:0;
}

.post-title {
  background-color: #ffffffbd;
  margin: 5px;
  padding: 10px 15px;
  bottom: 22%;
  left: 2%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  will-change: backdrop-filter;
  position: absolute;
  display: inline-flex;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  z-index: 3;
  height: fit-content;
  max-height: 34%;
  overflow: hidden;
  max-width: 80%;
  width: fit-content;
}

.post-title:hover{
  box-shadow: 0 1px 20px 10px rgba(232,232,232,0.3);
  background: rgba(255, 255, 255, 0.85);
}

.post-thumb a {
  height: 300px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.post-thumb a * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-excerpt {
  position: absolute;
  bottom: 5%;
  width: 98%;
  max-height: 15%;
  height: fit-content;
  left: 2%;
  margin: 0;
  margin-top: 5px;
  padding: 0 10px;
  color: rgba(0, 0, 0, .66);
  z-index: 1;
  overflow: hidden;
  font-size: 15px;
}

.ai-excerpt-tip {
  font-size: 12px;
  color:#cccccc;
  float: left;
  padding-bottom: 2px;
  margin-bottom: 0;
  margin-right: 10px;
}

.post-top {
  color:gold !important;
}

.post-top i {
  color:gold !important;
}

.post-excerpt p {
  margin: 0;
  height: fit-content;
  max-height: 48px;
}

.homepage-load-animation:hover{
  background: rgba(255, 255, 255, 1);
}

.navigator a {
  display: inline-block;
  height: 39px;
  line-height: 39px;
  margin: 20px 0;
}

.navigator i {
  font-size: 15px;
  color: #7d7d7d;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  padding: 12px 12px;
  border-radius: 10px;
  margin: 0 10px;
  font-weight: 900;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #FFFFFF;
}

.navigator i:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
  color: var(--theme-skin-matching, #505050);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.site-footer {
  position: fixed;
  bottom: -100%;
  width: 90%;
  max-width: 820px;
  border-radius: 10px;
  margin: 15px auto;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 20px 0;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  will-change: backdrop-filter; 
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
  transition: all 1s ease-in-out; 
}

body.dark .site-footer {
  background: rgba(30, 30, 30, 0.9);
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
}

.site-footer.show {
  bottom: 0;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out, background 0.6s ease-in-out, box-shadow 0.6s ease-in-out, bottom 1s cubic-bezier(0.25, 1.1, 0.5, 1); 
}

.site-info {
  margin: 0 auto;
  padding: 0 20px;
  font-size: 14px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.hitokoto {
  font-style: italic;
}

.site-footer p {
  margin: 0;
  color: #00000080;
}

.cdn-provider {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cdn-provider img {
  width: 60px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.theme-info {
  text-align: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.theme-info a{
  color: #0000004d;
}

.theme-info a:hover{
  color: var(--theme-skin-matching, #505050);
}

.entry-census {
  font-size: 12px;
  margin: 0;
  color: #888;
  font-weight: var(--global-font-weight);
  display: inline-flex;
  flex-wrap: wrap;
  gap:2px 8px;
  max-width: 98%;
  overflow: hidden;
  max-height: 40px;
}

.entry-census i {
  display: none;
}

.entry-census.has-splitter{
  gap:2px 5px;
}

.entry-census.has-splitter>:where(a,span):not(:last-child)::after{
  content: "·";
  margin-left:5px;
  margin-inline-start: 5px;
}

.entry-header hr {
  width: 30%;
  height: 0px;
  border: 0;
  margin: 20px auto;
}

h1.page-title {
  font-size: 20px;
  font-weight: var(--global-font-weight, 400);
  border: 1px solid #ddd;
  padding: 10px 15px;
  color: #505050;
  margin-bottom: 30px;
}

.post-footer {
  padding: 30px 0;
  width: 100%;
  height: auto;
  margin: auto;
  position: relative;
  float: left;
  border: none;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.post-footer a:hover{
  color: var(--article-theme-highlight,var(--theme-skin-matching)) !important;
}

.post-license {
  float: left;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  color: #7D7D7D;
  padding: 12px;
  font-size: 24px;
  position: inherit;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  display:flex;
  gap: 3px;
}

.post-license:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
}

.post-tags {
  float: left;
  font-size: 13px;
  color: #7D7D7D;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  padding: 14px 18px;
  text-transform: uppercase;
  position: inherit;
  border-radius: 10px;
  font-weight: var(--global-font-weight);
  border: 1px solid #FFFFFF;
}

.post-tags:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
}

.post-footer .info {
  overflow: hidden;
  float: left;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  padding: 9px 9.5px;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
}

.post-footer .info:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
}

.post-footer .profile {
  display: block;
  float: left;
}

.post-footer .meta {
  display: block;
  float: left;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
}

.post-footer .meta:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
}

.post-footer .meta a {
  font-size: 16px;
  float: left;
  color: #7d7d7d;
}

.post-modified-time {
  float: left;
  font-size: 13px;
  color: #7D7D7D;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  padding: 14.3px 18px;
  text-transform: uppercase;
  position: inherit;
  border-radius: 10px;
  font-weight: var(--global-font-weight);
  border: 1px solid #FFFFFF;
}

.post-modified-time:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
}

.post-squares {
  overflow: hidden;
  background: #000;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 15px;
  z-index: 1;
}

.post-squares .background {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-size: cover;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.post-squares a,
.post-squares article {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  height: 100%;
  padding: 55px 25px;
  text-align: center;
}

.post-squares .category {
  font-size: 10px;
  padding: 7px 15px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 90px;
  background: #7fbb00;
  font-weight: var(--global-font-weight);
}

.post-squares h3 {
  font-size: 17px;
  font-weight: var(--global-font-weight, 400);
  line-height: 30px;
  margin: 20px 0;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.post-squares hr {
  width: 15%;
  height: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.6);
}

.post-squares .label {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-weight: var(--global-font-weight);
}

.post-squares .info {
  position: relative;
  z-index: 99;
}

.post-squares a:hover > .background,
.post-squares article:hover > .background {
  opacity: 0.6;
}

.post-squares h3 a {
  display: block;
  color: #fff;
}

.post-squares .full {
  width: 100%;
}

.post-squares.post-squares-featured {
  height: 250px;
}

/* nextprev 区域的样式 */
.nextprev a {
  height: 150px;
  padding: 55px 40px;
  text-align: left;
  width: 100%;
}

.nextprev > :not(:only-child) {
  width: 50%;
}

.nextprev article {
  height: 150px;
  padding: 55px 40px;
  text-align: left;
}

.nextprev .label {
  position: absolute;
  z-index: 99;
  top: 0;
}

.nextprev .info {
  position: absolute;
  width: 70%;
}

.nextprev a[rel="prev"] {
  text-align: left;
}

.nextprev a[rel="prev"] .info {
  bottom: 40px;
  left: 40px;
}

.nextprev a[rel="prev"] .label {
  top: 40px;
  left: 40px;
}

.nextprev a[rel="prev"] hr {
  float: left;
  margin: 0;
}

.nextprev a[rel="next"] .info {
  text-align: right;
  right: 40px;
  bottom: 40px;
}

.nextprev a[rel="next"] .label {
  top: 40px;
  right: 40px;
}

.nextprev a[rel="next"] hr {
  float: right;
  margin: 0;
}

.post-footer .profile img {
  max-width: 30px;
  max-height: 30px;
  border-radius: 100%;
  float: left;
}

.post-footer .desc {
  font-size: 13px;
  letter-spacing: 0;
  display: block;
  float: left;
  color: #7D7D7D;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  padding: 14px 18px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #FFFFFF;
}

.post-footer .desc:hover {
  box-shadow: 0 1px 20px 10px #e8e8e8;
  background: rgba(255, 255, 255, 0.8);
}

.post-footer .desc i {
  color: #7D7D7D;
  float: none;
  margin-right: 10px;
  font-size: 16px;
}

.author_info {
  min-width: 200px;
  max-width: 70%;
  width: fit-content;
  position: relative;
  height: 110px;
  left: 50%;
  transform: translateX(-50%);
  margin: 10% 0;
  float: left;
  display: flex;
  box-shadow: 0 1px 30px -4px #e8e8e8;
  background: rgba(255, 255, 255, 0.5);
  padding: 12px 12px;
  border-radius: 10px;
  border: 1.5px solid #FFFFFF;
  flex-direction: column;
  font-weight: var(--global-font-weight);
}

.author_info .avatar {
  float: left;
  height: 75px;
  width: 75px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -24%;
  display: flex;
  box-shadow: none;
}

.author_info .avatar img {
  border-radius: 100%;
  vertical-align: middle;
}

.author_info .author-center {
  position: relative;
  margin-top: 10px;
  color: #505050;
}

.author_info .author-center h3 {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  display: inline-flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  max-height: 36px;
  height: fit-content;
}

.author_info .author-center .description {
  font-size: 14px;
  font-weight: var(--global-font-weight);
  text-align: center;
  overflow: hidden;
  max-height: 20px;
  height: fit-content;
  margin: 0 10px;
}

#loading-comments {
  display: none;
  max-width: 860px;
  margin: 0 auto;
  height: 40px;
  text-align: center;
  line-height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

h3#comments-list-title {
  max-width: 860px;
  width: fit-content;
  margin: 30px auto;
  color: var(--theme-skin);
  font-weight: 600;
  font-size: 20px;
  position: relative;
  display: inline-block;
}

h3#comments-list-title::after {
	content: '';
	position: absolute;
	bottom: -2px;
  left: 15%;
	width: 70%;
	height: 0.7em;
	background-color: var(--article-theme-highlight,var(--theme-skin-matching)) !important;
	opacity: 0.4;
	z-index: 0;
	border-radius: 30px;
	transition: all 0.3s ease;
}

h3#comments-list-title:hover::after {
	width: 85%;
	opacity: 0.7;
}

.butterBar {
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.butterBar-message {
  background: var(--theme-skin, #505050);
  color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 12px 25px;
 