/* 参考 anzhiyu hexo-theme-anzhiyu 的 about.styl 完整复刻 */
body[data-type='about'] #page,
body:has(#about-page) #page {
  border: 0;
  box-shadow: none !important;
  padding: 0 !important;
  background: transparent !important;
}
body[data-type='about'] #page .page-title,
body:has(#about-page) #page .page-title {
  display: none;
}
body[data-type='about'] .page #footer-wrap,
body:has(#about-page) .page #footer-wrap {
  opacity: 1;
  overflow: visible;
  height: auto !important;
  min-height: 16px;
  color: #666;
}
body[data-type='about'] #web_bg {
  background: var(--anzhiyu-background, #f7f9fe);
}
body:has(#about-page) {
  background: var(--anzhiyu-background, #f7f9fe) !important;
}
body:has(#about-page) #web_bg {
  display: none !important;
}
body:has(#about-page) canvas[style*="z-index: -1"] {
  display: none !important;
}
body:has(#about-page) #page {
  padding-top: 1rem !important;
}
/* 隐藏侧边栏后让内容区居中铺满 */
body:has(#about-page) #content-inner.layout {
  display: block !important;
}
body:has(#about-page) #content-inner.layout #container {
  width: 100% !important;
  max-width: 1400px;
  margin: 0 auto;
  float: none !important;
}
body:has(#about-page) #aside-content {
  display: none !important;
}
body:has(#about-page) #post,
body:has(#about-page) #page,
body:has(#about-page) .recent-post-post {
  width: 100% !important;
  max-width: 1400px;
  margin: 0 auto;
  float: none !important;
}

/* ---------- author-box 头部 ---------- */
#about-page {
  padding-top: 1rem;
  /* 与参考站一致：强制无衬线中文字体，防止 Windows 回退到楷体 */
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Lato, Roboto, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}
#about-page .author-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 0;
}
#about-page .author-box .author-tag-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#about-page .author-box .author-tag-left .author-tag:first-child,
#about-page .author-box .author-tag-left .author-tag:last-child {
  margin-right: -16px;
}
#about-page .author-box .author-tag-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#about-page .author-box .author-tag-right .author-tag:first-child,
#about-page .author-box .author-tag-right .author-tag:last-child {
  margin-left: -16px;
}
#about-page .author-box .author-tag {
  transform: translate(0, -4px);
  padding: 1px 8px;
  background: var(--anzhiyu-card-bg, #fff);
  border: var(--style-border-always, 1px solid #e3e8f7);
  border-radius: 40px;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: var(--anzhiyu-shadow-lightblack, 0 5px 12px -5px rgba(102, 68, 68, 0));
  animation: floating 6s ease-in-out 0s infinite normal none running;
}
#about-page .author-box .author-tag:nth-child(1) { animation-delay: 0s; }
#about-page .author-box .author-tag:nth-child(2) { animation-delay: .6s; }
#about-page .author-box .author-tag:nth-child(3) { animation-delay: 1.2s; }
#about-page .author-box .author-tag:nth-child(4) { animation-delay: 1.8s; }

#about-page .author-box .author-img {
  margin: 0 30px;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  position: relative;
  background: var(--anzhiyu-secondbg, #f1f3f8);
  user-select: none;
  transition: .3s;
}
#about-page .author-box .author-img img {
  border-radius: 50%;
  overflow: hidden;
  width: 180px;
  height: 180px;
  object-fit: cover;
}
#about-page .author-box .author-img:hover {
  transform: scale(1.1);
}
#about-page .author-box .author-img:before {
  content: '';
  transition: 1s;
  width: 30px;
  height: 30px;
  background: var(--anzhiyu-green, #57bd6a);
  position: absolute;
  border-radius: 50%;
  border: 5px solid var(--anzhiyu-background, #f7f9fe);
  bottom: 5px;
  right: 10px;
  z-index: 2;
}

#about-page p.p.center.logo.large {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin: 10px 0 6px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Lato, Roboto, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}
#about-page p.p.center.small {
  text-align: center;
  font-size: 15px;
  opacity: 0.7;
  margin: 0 0 16px;
}

/* ---------- author-content grid 基础（12列栅格化，完全对齐 anzhiyu） ---------- */
.author-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  width: 100%;
  margin-top: 1rem;
}
.author-content-item {
  grid-column: span 6;
  border-radius: 24px;
  background: var(--anzhiyu-card-bg, #fff);
  border: var(--style-border-always, 1px solid #e3e8f7);
  box-shadow: var(--anzhiyu-shadow-border, 0 8px 16px -4px #2c2d300c);
  position: relative;
  padding: 1rem 2rem;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 200px;
}
#about-page .myInfoAndSayHello { grid-column: span 7; width: 100%; }
.author-content-item.aboutsiteTips { grid-column: span 5; width: 100%; }
.skills { grid-column: span 6; width: 100%; }
.author-content-item.careers { grid-column: span 6; width: 100%; }
.author-content-item.personalities { grid-column: span 7; width: 100%; }
.author-content-item.myphoto { grid-column: span 5; width: 100%; }
.author-content-item.maxim { grid-column: span 5; width: 100%; }
.author-content-item.buff { grid-column: span 7; width: 100%; }
.author-content-item.game-yuanshen { grid-column: span 7; width: 100%; }
.author-content-item.comic-content { grid-column: span 5; width: 100%; }
.author-content-item.like-technology { grid-column: span 5; width: 100%; }
.author-content-item.like-music { grid-column: span 7; width: 100%; }
.author-content-item.single { grid-column: span 12; width: 100%; }
.author-content-item-group.column.mapAndInfo {
  grid-column: span 12;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.author-content-item-group.column.mapAndInfo .author-content-item.map {
  grid-column: span 7;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0;
}
.author-content-item-group.column.mapAndInfo .author-content-item.selfInfo {
  grid-column: span 5;
  width: 100%;
  height: 100%;
  min-height: 220px;
}

/* ---------- myInfoAndSayHello + aboutsiteTips ---------- */
#about-page .myInfoAndSayHello {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--anzhiyu-white, #fff);
  background: linear-gradient(120deg, #5b27ff 0, #00d4ff 100%);
  background-size: 200%;
  animation: gradient 15s ease infinite;
  min-height: 220px;
}
#about-page .myInfoAndSayHello .title1 {
  opacity: 0.8;
  line-height: 1.3;
}
#about-page .myInfoAndSayHello .title2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0.5rem 0;
}
.inline-word {
  word-break: keep-all;
  white-space: nowrap;
}
.author-content-item.aboutsiteTips {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.aboutsiteTips h2 {
  margin-right: auto;
  font-size: 36px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Lato, Roboto, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--anzhiyu-fontcolor, #363636);
  margin-top: 0;
  margin-bottom: 4px;
}
.aboutsiteTips .mask {
  height: 36px;
  position: relative;
  overflow: hidden;
  margin-top: 4px;
  width: 100%;
}
.aboutsiteTips .mask span {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 36px;
  padding-bottom: var(--offset, 0px);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  font-size: 28px;
  font-weight: 700;
}
.aboutsiteTips .mask span[data-show] {
  transform: translateY(-100%);
  transition: 0.5s transform ease-in-out;
}
.aboutsiteTips .mask span[data-up] {
  transform: translateY(-200%);
  transition: 0.5s transform ease-in-out;
}
.aboutsiteTips .mask span:nth-child(1) { background-image: linear-gradient(45deg, #0ecffe 50%, #07a6f1); }
.aboutsiteTips .mask span:nth-child(2) { background-image: linear-gradient(45deg, #18e198 50%, #0ec15d); }
.aboutsiteTips .mask span:nth-child(3) { background-image: linear-gradient(45deg, #8a7cfb 50%, #633e9c); }
.aboutsiteTips .mask span:nth-child(4) { background-image: linear-gradient(45deg, #fa7671 50%, #f45f7f); }

/* ---------- hello-about ---------- */
.hello-about {
  margin: 20px auto;
  border-radius: 24px;
  background: var(--anzhiyu-card-bg, #fff);
  border: var(--style-border-always, 1px solid #e3e8f7);
  box-shadow: var(--anzhiyu-shadow-border, 0 8px 16px -4px #2c2d300c);
  position: relative;
  overflow: hidden;
  user-select: none;
  max-width: 1400px;
}
.hello-about .shapes {
  position: relative;
  height: 315px;
  width: 100%;
  background: #2128bd;
  overflow: hidden;
}
.hello-about .shape {
  will-change: transform;
  position: absolute;
  border-radius: 50%;
}
.hello-about .shape.shape-1 {
  background: #005ffe;
  width: 650px;
  height: 650px;
  margin: -325px 0 0 -325px;
}
.hello-about .shape.shape-2 {
  background: #ffe5e3;
  width: 440px;
  height: 440px;
  margin: -220px 0 0 -220px;
}
.hello-about .shape.shape-3 {
  background: #ffcc57;
  width: 270px;
  height: 270px;
  margin: -135px 0 0 -135px;
}
.hello-about .content {
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 315px;
  width: 100%;
  background: #fff;
  mix-blend-mode: screen;
}
[data-theme='dark'] .hello-about .content { background: transparent; }
[data-theme='dark'] .hello-about h1 { color: var(--anzhiyu-white, #fff); }
.hello-about h1 {
  color: #000;
  margin: 0;
  text-align: center;
  line-height: 1;
  font-size: calc(0.0989119683 * 100vw + 58.5558852621px);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.hello-about .cursor {
  position: absolute;
  background: #2128bd;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border-radius: 50%;
  will-change: transform;
  user-select: none;
  pointer-events: none;
  z-index: 3;
}

/* ---------- skills + careers 双栏 ---------- */
.skills {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 450px;
}
.skills .skill-icon {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.skills .skills-list {
  display: flex;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 10px;
  z-index: 3;
}
.skills .skill-info {
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-top: 10px;
  background: var(--anzhiyu-background, #f7f9fe);
  border-radius: 40px;
  padding: 4px 12px 4px 8px;
  border: var(--style-border, 1px solid #e3e8f7);
  box-shadow: var(--anzhiyu-shadow-border, 0 8px 16px -4px #2c2d300c);
}
.skills .skill-icon img {
  width: 18px;
  height: 18px;
  margin: 0 auto !important;
}
.skills .skills-style-group {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.skills:hover .skills-style-group #skills-tags-group-all {
  opacity: 0;
}
.skills:hover .skills-style-group .skills-list {
  opacity: 1;
}
.skills .skills-list .etc {
  margin-top: 10px;
  margin-left: 10px;
  opacity: .6;
}

/* ---------- skills-tags-group-all 技能图标组（水平横向滚动 + 锯齿交错） ---------- */
#skills-tags-group-all {
  display: flex;
  transform: rotate(0);
  transition: 0.3s;
  opacity: 1;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#skills-tags-group-all .tags-group-wrapper {
  margin-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  animation: rowup 60s linear infinite;
  gap: 1rem;
}
#skills-tags-group-all .tags-group-icon-pair {
  display: flex;
  flex-shrink: 0;
  gap: 1rem;
}
#skills-tags-group-all .tags-group-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 66px;
  font-weight: 700;
  box-shadow: var(--anzhiyu-shadow-blackdeep, 0 8px 16px -4px #0000001a);
  width: 120px;
  height: 120px;
  border-radius: 30px;
  flex-shrink: 0;
  transition: 0.3s;
}
#skills-tags-group-all .tags-group-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 0 auto !important;
}
#skills-tags-group-all .tags-group-icon-pair .tags-group-icon:nth-child(even) {
  margin-top: 1rem;
}
#skills-tags-group-all .etc {
  margin-right: 10px;
  margin-top: 10px;
}

.author-content-item.careers {
  min-height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
}
.author-content-item.careers .careers-group {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
}
.author-content-item.careers .career-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
}
.author-content-item.careers .career-item .circle {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.author-content-item.careers .career-item .name {
  color: var(--anzhiyu-secondtext, rgba(60, 60, 67, 0.6));
}
.author-content-item.careers img.author-content-img {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 60%;
  transition: 0.6s;
  z-index: 0;
  opacity: 0.9;
}

/* ---------- 通用 card-content / tips / title ---------- */
.author-content-item .card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem;
  box-sizing: border-box;
}
.author-content-item .author-content-item-tips {
  opacity: 0.8;
  font-size: 12px;
  margin-bottom: 0.5rem;
}
.author-content-item .author-content-item-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.author-content-item .card-content .author-content-item-title {
  margin-bottom: 0.5rem;
}

/* ---------- map + selfInfo 组 ---------- */
.author-content-item-group.column.mapAndInfo {
  width: 100%;
}
.author-content-item-group.column {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1%;
  flex-wrap: wrap;
}
.author-content-item.map {
  min-height: 160px;
  max-height: 400px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem;
  height: 60%;
  transition: 1s ease-in-out;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}
.author-content-item.single {
  width: 100%;
}
.author-content-item.map .map-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--anzhiyu-fontcolor, #363636);
  background: var(--anzhiyu-maskbg, rgba(255, 255, 255, 0.6));
  padding: 0.5rem 2rem;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transform: translateZ(0);
  transition: all 1s, color 0s ease-in-out;
  font-size: 20px;
  box-sizing: border-box;
}
.author-content-item.map .map-title b { color: inherit; font-weight: 700; }
.author-content-item.map:hover {
  background-size: 120%;
  transition: 4s ease-in-out;
}
.author-content-item.map:hover .map-title {
  bottom: -100%;
}

.author-content-item.selfInfo {
  display: flex;
  min-height: 100px;
  max-height: 400px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.author-content-item.selfInfo div {
  display: flex;
  flex-direction: column;
  margin: 0.5rem 2rem 0.5rem 0;
  min-width: 120px;
}
.author-content-item.selfInfo .selfInfo-title {
  opacity: 0.8;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 8px;
}
.author-content-item.selfInfo .selfInfo-content {
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
}

/* ---------- personalities + myphoto ---------- */
.author-content-item.personalities {
  min-height: 260px;
}
.author-content-item.personalities .title2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0.25rem;
}
.author-content-item.personalities .image {
  position: absolute;
  right: 30px;
  top: 10px;
  width: 260px;
  transition: transform 2s cubic-bezier(0.13, 0.45, 0.21, 1.02);
}
.author-content-item.personalities .image img {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  max-width: none;
  transition: filter 375ms ease-in 0.2s;
}
.author-content-item.personalities:hover .image {
  transform: rotate(-10deg);
}

.author-content-item.myphoto {
  min-height: 260px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.author-content-item.myphoto img.author-content-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
  animation: coverIn 2s ease-out forwards;
}
.author-content-item.myphoto:hover img.author-content-img {
  transform: scale(1.06);
}

.post-tips {
  color: var(--anzhiyu-gray, #999);
  font-size: 14px;
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  line-height: 1.5;
}
.post-tips a {
  color: var(--anzhiyu-gray, #999) !important;
  border-bottom: none !important;
}
.post-tips a:hover {
  color: var(--anzhiyu-main, #3b70fc) !important;
}

/* ---------- maxim + buff ---------- */
.author-content-item.maxim {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
}
.author-content-item.maxim .maxim-title {
  display: flex;
  flex-direction: column;
}

.author-content-item.buff {
  height: 200px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(120deg, #ff27e8 0, #ff8000 100%);
  color: var(--anzhiyu-white, #fff);
  background-size: 200%;
  animation: gradient 15s ease infinite;
  min-height: 200px;
  padding: 1rem 2rem;
  box-sizing: border-box;
}
.author-content-item.buff .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
}
.author-content-item.buff .buff-title {
  display: flex;
  flex-direction: column;
}
.card-background-icon {
  font-size: 12rem;
  opacity: 0.2;
  position: absolute;
  right: 0;
  bottom: -40%;
  transform: rotate(30deg);
  transition: 2s ease-in-out;
}
.card-background-icon i {
  font-size: 12rem;
}
.author-content-item:hover .card-background-icon {
  transform: rotate(20deg);
}

/* ---------- game + comic ---------- */
.author-content-item.game-yuanshen {
  background-size: cover;
  min-height: 300px;
  overflow: hidden;
  color: var(--anzhiyu-white, #fff);
  padding: 0;
}
.author-content-item.game-yuanshen::after {
  box-shadow: 0 -69px 203px 11px #575d8b inset;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.author-content-item .content-bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.author-content-item .content-bottom .icon-group {
  display: flex;
  position: relative;
}
.author-content-item .content-bottom .icon-group i {
  display: inline-block;
  width: 143px;
  height: 18px;
  margin-right: 0.5rem;
}

.author-content-item.comic-content {
  min-height: 300px;
  overflow: hidden;
  padding: 0;
}
.author-content-item.comic-content .comic-box {
  display: flex;
  width: 120%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.author-content-item.comic-content .author-content-item-tips,
.author-content-item.comic-content .author-content-item-title {
  z-index: 2;
  color: var(--anzhiyu-white, #fff);
  pointer-events: none;
  position: relative;
}
.author-content-item.comic-content .comic-item {
  height: 100%;
  color: white;
  width: 20%;
  transform: skew(-10deg, 0deg);
  transition: 0.8s;
  position: relative;
  overflow: hidden;
}
.author-content-item.comic-content .comic-item:hover {
  width: 46%;
}
.author-content-item.comic-content .comic-item:hover .comic-item-cover {
  left: 16%;
  transform: skew(10deg, 0deg) scale(1.6);
}
.author-content-item.comic-content .comic-item .comic-item-cover {
  position: absolute;
  top: 0;
  left: -50%;
  height: 100%;
  transform: skew(10deg, 0deg);
  object-fit: cover;
  transition: scale 0.2s, all 0.8s;
}
.author-content-item.comic-content .comic-item .comic-item-cover img {
  height: 100%;
  transition: 0.8s;
  max-width: none;
  border-radius: 0px;
  object-fit: cover;
}
.author-content-item.comic-content::after {
  box-shadow: 0 -48px 203px 11px #fbe9b8 inset;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* ---------- like + music ---------- */
.author-content-item.like-technology,
.author-content-item.like-music {
  padding: 0;
}
.author-content-item.like-technology {
  min-height: 230px;
  color: var(--anzhiyu-white, #fff);
}
.author-content-item.like-music {
  min-height: 400px;
  color: var(--anzhiyu-white, #fff);
  overflow: hidden;
}
.author-content-item.like-music::after {
  box-shadow: 0 -69px 203px 11px #453e38 inset;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.author-content-item .card-content .banner-button-group {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  z-index: 3;
}
.author-content-item .card-content .banner-button-group .banner-button {
  height: 40px;
  border-radius: 20px;
  justify-content: center;
  background: var(--anzhiyu-white-op, rgba(255, 255, 255, 0.2));
  color: var(--anzhiyu-white, #fff);
  display: inline-flex;
  align-items: center;
  z-index: 1;
  transition: 0.3s;
  cursor: pointer;
  border-bottom: 0 !important;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transform: translateZ(0);
  padding: 0 16px;
  text-decoration: none !important;
}
.author-content-item .card-content .banner-button-group .banner-button i {
  margin-right: 0.25rem;
  font-size: 22px;
}
.author-content-item .card-content .banner-button-group .banner-button .banner-button-text {
  margin-left: 4px;
}
.author-content-item .card-content .banner-button-group .banner-button:hover {
  background: var(--anzhiyu-main, #3b70fc);
  color: var(--anzhiyu-white, #fff);
  border-radius: 20px !important;
}

/* ---------- create-site-post ---------- */
.create-site-post.author-content-item.single {
  line-height: 1.8;
}

/* ---------- 原神 loading bar ---------- */
:root {
  --loadingbar-background-color: #2c2b30;
  --loadingbar-prospect-color: #ece5d8;
}
.loading-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 62.5px;
  transform: translate(-25%, -50%) scale(0.5);
  transition: all 0.5s;
  user-select: none;
  overflow: hidden;
}
.loading-bar::after {
  content: '';
  position: absolute;
  top: 500px;
  left: 0;
  filter: drop-shadow(0 -500px 0 var(--loadingbar-prospect-color));
  width: 500px;
  height: 62.5px;
  background: url('https://yuanshen.site/imgs/loading-bar.png') no-repeat left 100%;
  background-size: 500px 62.5px;
  background-position-x: 0;
}
.author-content-item.game-yuanshen:hover .loading-bar::after {
  animation: loading-bar 3.5s cubic-bezier(0.28, 0.11, 0.32, 1) infinite forwards;
}
@keyframes loading-bar {
  0%   { width: 0; background-size: 500px 62.5px; }
  83%  { width: 475px; }
  100% { width: 500px; }
}

/* ---------- animations ---------- */
@keyframes floating {
  0%   { transform: translate(0, -4px); }
  50%  { transform: translate(0, 4px); }
  100% { transform: translate(0, -4px); }
}
@keyframes gradient {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes coverIn {
  0%   { transform: scale(1.2); opacity: 0; }
  100% { transform: scale(1);   opacity: 1; }
}
@keyframes rowup {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---------- responsive ---------- */
@media screen and (max-width: 1200px) {
  .author-content-item.personalities .image { width: 200px; }
  .author-content-item.personalities { grid-column: span 7; }
  .author-content-item.myphoto { grid-column: span 5; }
}

@media screen and (max-width: 900px) {
  .author-content {
    grid-template-columns: 1fr;
  }
  .author-content-item,
  #about-page .myInfoAndSayHello,
  .author-content-item.aboutsiteTips,
  .skills,
  .author-content-item.careers,
  .author-content-item.personalities,
  .author-content-item.myphoto,
  .author-content-item.maxim,
  .author-content-item.buff,
  .author-content-item.game-yuanshen,
  .author-content-item.comic-content,
  .author-content-item.like-technology,
  .author-content-item.like-music,
  .author-content-item.single,
  .author-content-item-group.column.mapAndInfo {
    grid-column: span 1 !important;
    width: 100% !important;
  }
  .author-content-item-group.column.mapAndInfo {
    grid-template-columns: 1fr;
  }
  .author-content-item-group.column.mapAndInfo .author-content-item.map,
  .author-content-item-group.column.mapAndInfo .author-content-item.selfInfo {
    grid-column: span 1 !important;
  }
}

@media screen and (max-width: 768px) {
  #about-page .author-box .author-tag-left,
  #about-page .author-box .author-tag-right { display: none; }
  #about-page .author-box .author-img,
  #about-page .author-box .author-img img { width: 120px; height: 120px; }
  #about-page .author-box .author-img:before { bottom: -5px; right: -5px; }

  .author-content { margin-top: 0; }
  .author-content-item {
    width: 100% !important;
    margin-top: 1rem;
    padding: 1rem;
  }
  .author-content-item-group.column { width: 100% !important; }
  .author-content-item.selfInfo { width: 100%; height: 95%; }
  .author-content-item.map { margin-bottom: 0; width: 100% !important; }
  .author-content-item.personalities { min-height: 200px; }
  .author-content-item.personalities .image { width: 140px; }
  .post-tips { left: auto; }
  .author-content-item.game-yuanshen .content-bottom { padding-bottom: 10px; }
  .author-content-item.game-yuanshen .game-yuanshen-uid { display: none; }
  .author-content-item .card-content .banner-button-group .banner-button-text { display: none; }
  .author-content-item .card-content .banner-button-group { right: 1rem; bottom: 1rem; }
  .author-content-item .card-content .banner-button-group .banner-button {
    background: none; padding: 0; width: auto; backdrop-filter: unset;
  }
  .author-content-item .card-content .banner-button-group .banner-button i {
    margin-right: 0.25rem; font-size: 1.5rem; background: white; border-radius: 50%;
    padding: 6px; height: 40px; width: 40px;
    display: flex; align-items: center; justify-content: center;
    color: var(--anzhiyu-fontcolor, #363636);
  }
  #selfInfo-content-year { width: 90px; }
}

@media screen and (min-width: 768px) and (max-width: 896px) {
  .author-content-item.like-music .content-bottom .tips { display: none; }
}
