h1#site-title {
  font-size: 3em !important;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 3em;
  /* 可以定义图标大小 */
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 时间轴生肖icon */
svg.icon {
  width: 1em;
  height: 1em;
  /* width和height定义图标的默认宽度和高度*/
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.icon-zhongbiao::before {
  color: #f7c768;
}

/* 解决artitalk的图标问题 */
#uploadSource > svg {
  width: 1.19em;
  height: 1.5em;
}

/*top-img黑色透明玻璃效果移除，不建议加，除非你执着于完全一图流或者背景图对比色明显 */
/* #page-header:not(.not-top-img):before {
  background-color: transparent !important;
} */

/* 文章页面正文背景 */
div#post {
  background: rgba(255, 255, 255, 0.97);
}
#recent-posts > .recent-post-item:not(:first-child):active {
  transform: scale(0.97);
}
/* 分页页面 */
div#page {
  background: rgba(255, 255, 255, 0.97);
}

/* 归档页面 */
div#archive {
  background: rgba(255, 255, 255, 0.97);
}

/* 标签页面 */
div#tag {
  background: rgba(255, 255, 255, 0.97);
}

/* 分类页面 */
div#category {
  background: rgba(255, 255, 255, 0.97);
}

/*夜间模式伪类遮罩层透明*/
[data-theme="dark"] #recent-posts > .recent-post-item {
  background: #121212;
}

[data-theme="dark"] .card-widget {
  background: var(--anzhiyu-card-bg);
}

[data-theme="dark"] div#post {
  background: var(--anzhiyu-card-bg);
}

[data-theme="dark"] div#tag {
  background: var(--anzhiyu-card-bg);
}

[data-theme="dark"] div#archive {
  background: var(--anzhiyu-card-bg);
}

[data-theme="dark"] div#page {
  background: var(--anzhiyu-card-bg);
}

[data-theme="dark"] div#category {
  background: var(--anzhiyu-card-bg);
}

[data-theme="dark"] div#category {
  background: transparent !important;
}

/* md网站下划线 */
#article-container a:hover {
  text-decoration: none !important;
}

#article-container #hpp_talk p img {
  display: inline;
}

/* 宽屏适配 */
.page .layout,
.post .layout {
  max-width: 1400px;
}

.card-widget.card-clock {
  font-size: 14px;
}

#article-container
  a:not([data-fancybox="gallery"]):not(.headerlink):not(.cf-friends-link):not(.tag-Link):not(.btn-anzhiyu):not(
    .no-text-decoration
  ) {
  font-weight: 500;
  border-bottom: solid 2px var(--anzhiyu-lighttext);
  color: var(--anzhiyu-fontcolor);
  padding: 0 0.2em;
  text-decoration: none;
  font-family: inherit;
}
#article-container
  a:not([data-fancybox="gallery"]):not(.headerlink):not(.cf-friends-link):not(.btn-anzhiyu):not(
    .no-text-decoration
  ):hover {
  color: var(--anzhiyu-white);
  background: var(--anzhiyu-main);
  box-shadow: var(--anzhiyu-shadow-lightblack);
  border-radius: 0.25em;
  text-decoration: none;
}

html.hide-aside .layout > div:first-child {
  width: 100%;
}

/* 动画wowjs兼容调整 */
.animate__animated {
  -webkit-animation-fill-mode: backwards !important;
  animation-fill-mode: backwards !important;
}

/* 文章hover边框 */
#recent-posts .recent-post-item:hover {
  border: var(--style-border-hover);
}
#recent-posts .recent-post-item:hover .recent-post-info .article-title {
  color: var(--anzhiyu-theme);
}
#recent-posts .recent-post-item {
  height: fit-content;
  background: var(--anzhiyu-card-bg);
  border-radius: 14px;
  cursor: pointer;
  border: var(--style-border);
  box-shadow: var(--anzhiyu-shadow-border);
  user-select: none;
}

/* 技术博客阅读与视觉层级优化 */
:root {
  --blog-accent-soft: rgba(37, 99, 235, 0.1);
  --blog-accent-border: rgba(37, 99, 235, 0.18);
  --blog-text-muted: rgba(76, 73, 72, 0.72);
}

[data-theme="dark"] {
  --blog-accent-soft: rgba(20, 184, 166, 0.14);
  --blog-accent-border: rgba(20, 184, 166, 0.24);
  --blog-text-muted: rgba(255, 255, 255, 0.68);
}

#recent-posts > .recent-post-item {
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

#recent-posts > .recent-post-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
}

#recent-posts .recent-post-info {
  padding: 1.35rem 1.45rem;
}

#recent-posts .recent-post-info .article-title {
  line-height: 1.38;
  letter-spacing: 0;
}

#recent-posts .recent-post-info .content {
  color: var(--blog-text-muted);
  line-height: 1.85;
  margin-top: 0.55rem;
}

#recent-posts .article-meta-wrap {
  color: var(--blog-text-muted);
  gap: 0.35rem;
}

.article-categories-original,
#article-container a.post-meta-categories,
#article-container .article-meta__tags {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--blog-accent-border);
  border-radius: 999px;
  background: var(--blog-accent-soft);
  color: var(--anzhiyu-main) !important;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.35rem 0.62rem;
}

#recent-posts .recent-post-info-top-tips {
  gap: 0.35rem;
  flex-wrap: wrap;
}

#article-container {
  font-size: 1rem;
  line-height: 2;
}

#article-container h1,
#article-container h2,
#article-container h3,
#article-container h4 {
  letter-spacing: 0;
}

#article-container h2 {
  margin-top: 2.4rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--blog-accent-border);
}

#article-container h3 {
  margin-top: 1.9rem;
}

#article-container p {
  margin: 0.85rem 0;
}

#article-container img:not(.inline-img):not(.avatar-img) {
  display: block;
  max-width: 100%;
  margin: 1rem auto;
  border: 1px solid var(--style-border);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

#article-container figure.highlight,
#article-container pre {
  border-radius: 10px;
}

#article-container table {
  font-size: 0.95rem;
}

.card-widget.card-info .author-info__description,
.card-widget.card-info .author-info-description {
  color: var(--blog-text-muted);
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
}

.card-widget {
  border: var(--style-border);
}

@media screen and (max-width: 768px) {
  #page-header.full_page {
    height: 420px !important;
  }

  #recent-posts .recent-post-info {
    padding: 1rem 1.05rem;
  }

  #recent-posts .recent-post-info .content {
    line-height: 1.75;
  }

  #article-container {
    font-size: 0.96rem;
    line-height: 1.9;
  }

  #article-container h2 {
    margin-top: 2rem;
  }
}
/* 移动端容器padding */
@media screen and (max-width: 768px) {
  #body-wrap .layout #page {
    padding: 20px 15px !important;
  }
}
/* 首页文章宽度 */
@media screen and (max-width: 1200px) {
  .layout > div:first-child {
    width: 100% !important;
  }
}

[data-theme="dark"] #footer:before {
  content: none;
}

@media screen and (max-width: 768px) {
  .layout > div:first-child:not(.recent-posts) {
    border-radius: 12px 12px 0 0;
  }
}

.banners-title {
  animation: slide-in 0.6s 0.3s backwards;
}
#algolia-search .search-dialog {
  animation: slide-in 0.6s ease 0s 1 normal none running;
}

@media screen and (min-width: 1200px) {
  #page > div:not(.author-content-item) {
    animation: slide-in 0.6s 0.2s backwards;
  }
}

@media screen and (min-width: 1200px) {
  .author-content-item {
    animation: slide-in 0.6s 0s backwards;
  }
}

/* 元素透明度改变 */
@keyframes slide-in-op {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Pixel Motion Blog skin for a readable Hexo blog. */
:root {
  color-scheme: dark;
  --pixel-bg: #07090d;
  --pixel-bg-soft: #0b1017;
  --pixel-ink: #f6f8fb;
  --pixel-muted: rgba(230, 236, 246, 0.72);
  --pixel-dim: rgba(230, 236, 246, 0.48);
  --pixel-blue: #7dd3fc;
  --pixel-blue-soft: rgba(125, 211, 252, 0.14);
  --pixel-green: #5eead4;
  --pixel-amber: #f8d56b;
  --pixel-rose: #f0a4ff;
  --pixel-line: rgba(180, 205, 230, 0.18);
  --pixel-line-strong: rgba(125, 211, 252, 0.42);
  --pixel-card: rgba(11, 16, 23, 0.78);
  --pixel-card-strong: rgba(12, 18, 28, 0.92);
  --pixel-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --pixel-font: "Inter", "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --pixel-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --anzhiyu-theme: var(--pixel-blue) !important;
  --anzhiyu-main: var(--pixel-blue) !important;
  --anzhiyu-card-bg: var(--pixel-card) !important;
  --anzhiyu-card-bg-op: rgba(12, 15, 24, 0.72) !important;
  --anzhiyu-fontcolor: var(--pixel-ink) !important;
  --anzhiyu-secondtext: var(--pixel-muted) !important;
  --anzhiyu-lighttext: var(--pixel-blue) !important;
  --anzhiyu-border: var(--pixel-line) !important;
  --style-border: 1px solid var(--pixel-line) !important;
  --style-border-hover: 1px solid var(--pixel-line-strong) !important;
  --anzhiyu-shadow-border: var(--pixel-shadow) !important;
}

html,
body {
  background: var(--pixel-bg) !important;
  color: var(--pixel-ink);
  letter-spacing: 0;
  touch-action: auto;
}

html.pixel-native-scroll,
html.pixel-native-scroll body,
body.pixel-native-scroll {
  overflow: visible !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior-y: auto !important;
  touch-action: pan-y !important;
}

html.pixel-native-scroll {
  height: auto !important;
  min-height: 100%;
}

html.pixel-native-scroll body {
  position: static !important;
  height: auto !important;
  min-height: 100vh;
}

html.pixel-native-scroll body:not(.pixel-stage-exiting):not(.pixel-stage-entering) .pixel-stage-overlay {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.pixel-native-scroll #page-header.pixel-stage-home,
body.pixel-native-scroll #page-header.pixel-stage-home {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  contain: none !important;
  overscroll-behavior: auto !important;
}

html.pixel-native-scroll #page-header.pixel-stage-home::before,
body.pixel-native-scroll #page-header.pixel-stage-home::before {
  position: absolute !important;
  height: 100% !important;
}

html.pixel-native-scroll body:not(.pixel-stage-exiting):not(.pixel-stage-entering) .pixel-hero-title-wrap,
html.pixel-native-scroll body:not(.pixel-stage-exiting):not(.pixel-stage-entering) .pixel-hero-subtitle,
html.pixel-native-scroll body:not(.pixel-stage-exiting):not(.pixel-stage-entering) .pixel-hero-note,
html.pixel-native-scroll body:not(.pixel-stage-exiting):not(.pixel-stage-entering) .pixel-hero-actions,
html.pixel-native-scroll body:not(.pixel-stage-exiting):not(.pixel-stage-entering) .pixel-stage-shell,
html.pixel-native-scroll body:not(.pixel-stage-exiting):not(.pixel-stage-entering) .pixel-hero-index,
html.pixel-native-scroll body:not(.pixel-stage-exiting):not(.pixel-stage-entering) .pixel-stage-cue {
  display: none !important;
  pointer-events: none !important;
}

html.pixel-native-scroll body:not(.pixel-stage-exiting):not(.pixel-stage-entering)::before,
html.pixel-native-scroll body:not(.pixel-stage-exiting):not(.pixel-stage-entering)::after {
  display: none !important;
  animation: none !important;
}

html.pixel-native-scroll #page-header:not(.pixel-stage-home) {
  overscroll-behavior: auto !important;
}

html.pixel-native-scroll #page-header.post-bg:not(.pixel-stage-home) {
  height: clamp(280px, 42svh, 380px) !important;
  min-height: 280px !important;
  overflow: visible !important;
  touch-action: pan-y !important;
}

html.pixel-native-scroll #page-header.post-bg:not(.pixel-stage-home) #post-info {
  bottom: clamp(1.4rem, 5vh, 3rem) !important;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 72% 12%, rgba(125, 211, 252, 0.14), transparent 30rem),
    radial-gradient(circle at 12% 78%, rgba(94, 234, 212, 0.08), transparent 28rem),
    linear-gradient(180deg, var(--pixel-bg) 0%, var(--pixel-bg-soft) 48%, #05070b 100%) !important;
}

#web_bg,
#an_music_bg {
  background: transparent !important;
}

#body-wrap,
#blog-container,
#content-inner,
#footer,
#page-header,
#recent-posts,
.layout {
  position: relative;
}

#body-wrap,
#blog-container,
#content-inner,
#footer,
#page-header {
  z-index: 5;
}

#content-inner,
#body-wrap.post #content-inner,
#body-wrap.page #content-inner,
#body-wrap.post .layout,
#body-wrap.page .layout {
  background: transparent !important;
}

.pixel-blog-field,
.pixel-blog-vignette,
.pixel-home-nav-shield,
.pixel-blog-cursor {
  pointer-events: none;
}

.pixel-blog-field {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  transition: filter 520ms steps(7, end), opacity 520ms steps(7, end);
  background:
    radial-gradient(circle at 68% 42%, rgba(125, 211, 252, 0.105), transparent 24%),
    radial-gradient(circle at 22% 78%, rgba(94, 234, 212, 0.07), transparent 28%),
    radial-gradient(circle at 76% 18%, rgba(240, 164, 255, 0.045), transparent 22%),
    linear-gradient(112deg, transparent 0 40%, rgba(191, 215, 255, 0.052) 45%, transparent 53%),
    linear-gradient(172deg, transparent 0 56%, rgba(94, 234, 212, 0.034) 61%, transparent 69%),
    linear-gradient(180deg, rgba(5, 6, 8, 0.22), rgba(5, 6, 8, 0.92));
}

.pixel-blog-field::before,
.pixel-blog-field::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pixel-blog-field::before {
  opacity: 0.58;
  background-image:
    linear-gradient(90deg, rgba(125, 211, 252, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(232, 240, 255, 0.028) 1px, transparent 1px);
  background-size: 96px 96px, 96px 96px;
  mask-image: radial-gradient(circle at 64% 42%, #000 0 38%, transparent 74%);
}

.pixel-blog-field::after {
  opacity: 0.42;
  background:
    repeating-linear-gradient(0deg, rgba(232, 240, 255, 0.025) 0 1px, transparent 1px 5px),
    linear-gradient(120deg, transparent 0 34%, rgba(248, 213, 107, 0.035) 40%, transparent 48%);
  mix-blend-mode: screen;
}

#pixel-blog-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.94;
  image-rendering: pixelated;
  mix-blend-mode: screen;
  transition: opacity 520ms steps(7, end), filter 520ms steps(7, end);
}

.pixel-blog-vignette {
  position: fixed;
  inset: 0;
  z-index: 1;
  opacity: 0.82;
  background-image:
    radial-gradient(circle at 60% 46%, transparent 0 24%, rgba(0, 0, 0, 0.28) 68%, rgba(0, 0, 0, 0.62) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.66), transparent 20%, transparent 74%, rgba(0, 0, 0, 0.68)),
    linear-gradient(180deg, transparent 0 48%, rgba(0, 0, 0, 0.22) 75%, rgba(0, 0, 0, 0.76) 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 9px);
  mix-blend-mode: screen;
  transition: opacity 520ms steps(7, end), filter 520ms steps(7, end);
}

body[data-pixel-stage="1"] .pixel-blog-field {
  filter: saturate(1.18) contrast(1.04);
}

body[data-pixel-stage="2"] .pixel-blog-field {
  filter: hue-rotate(-8deg) saturate(1.08) contrast(1.08);
}

body[data-pixel-stage="3"] .pixel-blog-field {
  filter: saturate(0.84) brightness(0.88);
}

body[data-pixel-stage="4"] .pixel-blog-field {
  filter: hue-rotate(6deg) saturate(1.12) contrast(1.06);
}

body.pixel-stage-transition #pixel-blog-canvas {
  opacity: 1;
  filter: contrast(1.18) brightness(1.12);
}

body.pixel-stage-transition .pixel-blog-vignette {
  opacity: 0.92;
}

body.pixel-stage-exiting #pixel-blog-canvas,
body.pixel-stage-entering #pixel-blog-canvas {
  opacity: 0.82;
  filter: saturate(0.95) brightness(0.9);
}

body.pixel-stage-exiting .pixel-blog-vignette,
body.pixel-stage-entering .pixel-blog-vignette {
  opacity: 0.68;
}

#body-wrap {
  isolation: isolate;
}

#bbTimeList {
  display: none !important;
}

#aside-content .card-info .card-bg-blur {
  opacity: 0.12 !important;
  filter: grayscale(1) contrast(1.35) brightness(0.45) !important;
}

#aside-content .card-info .author-info__description,
#aside-content .card-info .author-info__description * {
  color: rgba(245, 247, 250, 0.74) !important;
}

#page-header.pixel-stage-home {
  min-height: 100svh !important;
  height: 100svh !important;
  overflow: hidden;
  contain: layout style;
  overscroll-behavior: contain;
}

#page-header.pixel-stage-home::before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100svh;
}

#page-header.pixel-stage-home #site-info {
  z-index: 12;
  transition: opacity 520ms steps(7, end), transform 680ms var(--pixel-ease), filter 680ms var(--pixel-ease);
}

#page-header.pixel-stage-home #site-info.pixel-hero-base {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

.pixel-stage-overlay {
  position: fixed;
  inset: 0;
  z-index: 12;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 420ms steps(7, end), visibility 0ms linear 420ms;
}

.pixel-stage-overlay:not(.is-active),
.pixel-hero-scrolled:not(.pixel-stage-exiting):not(.pixel-stage-entering) .pixel-stage-overlay {
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
}

body.pixel-stage-armed {
  background: var(--pixel-bg);
}

body.pixel-stage-armed::before,
body.pixel-stage-armed::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 14;
  pointer-events: none;
  opacity: 0;
}

body.pixel-stage-transition::before {
  background:
    linear-gradient(90deg, transparent 0 38%, rgba(245, 247, 250, 0.24) 42%, transparent 48%),
    repeating-linear-gradient(90deg, rgba(245, 247, 250, 0.12) 0 2px, transparent 2px 12px);
  mix-blend-mode: screen;
  animation: pixelSweep 760ms steps(12, end) both;
}

body.pixel-stage-transition::after {
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 5px),
    linear-gradient(112deg, transparent 0 44%, rgba(245, 247, 250, 0.16) 48%, transparent 55%);
  mix-blend-mode: screen;
  animation: pixelStaticBurst 760ms steps(9, end) both;
}

.pixel-stage-overlay .pixel-hero-primary,
.pixel-stage-overlay .pixel-stage-cue {
  pointer-events: auto;
}

.pixel-hero-title-wrap {
  position: fixed;
  left: clamp(3.5rem, 6vw, 5.4rem);
  top: clamp(8.8rem, 18.8vh, 11.5rem);
  z-index: 13;
  max-width: min(54rem, 58vw);
  font-family: var(--pixel-font);
  color: var(--pixel-ink);
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  transition: opacity 520ms steps(7, end), transform 680ms var(--pixel-ease), filter 680ms var(--pixel-ease);
}

.pixel-hero-eyebrow {
  margin: 0 0 1.2rem;
  color: var(--pixel-green);
  font-family: var(--pixel-font);
  font-size: clamp(0.78rem, 1.15vw, 1rem);
  font-weight: 800;
  line-height: 1.2;
  text-shadow: none;
}

.pixel-hero-title {
  display: grid;
  gap: 0.06em;
  margin: 0;
  font-family: var(--pixel-font);
  font-size: clamp(3.2rem, 6.05vw, 5.7rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: none;
}

.pixel-hero-title .cn {
  font-size: clamp(2.05rem, 3.85vw, 3.65rem);
  line-height: 1.22;
  color: var(--pixel-blue);
  text-shadow: none;
}

#page-header.pixel-stage-home .pixel-hero-base {
  transition: opacity 520ms steps(7, end), transform 680ms var(--pixel-ease), filter 680ms var(--pixel-ease);
}

body[data-pixel-stage="1"] #page-header.pixel-stage-home .pixel-hero-base,
body[data-pixel-stage="2"] #page-header.pixel-stage-home .pixel-hero-base,
body[data-pixel-stage="3"] #page-header.pixel-stage-home .pixel-hero-base,
body[data-pixel-stage="4"] #page-header.pixel-stage-home .pixel-hero-base {
  opacity: 0;
  transform: translate3d(-1.6rem, -0.6rem, 0);
  filter: blur(10px);
}

body[data-pixel-stage="1"] .pixel-hero-title-wrap,
body[data-pixel-stage="2"] .pixel-hero-title-wrap,
body[data-pixel-stage="3"] .pixel-hero-title-wrap,
body[data-pixel-stage="4"] .pixel-hero-title-wrap {
  opacity: 0;
  transform: translate3d(-1.6rem, -0.6rem, 0);
  filter: blur(10px);
}

.pixel-stage-shell {
  position: fixed;
  inset: 0;
  top: 0;
  height: 100svh;
  margin-top: 0;
  z-index: 11;
  pointer-events: none;
  overflow: hidden;
}

.pixel-stage-panel {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 7rem clamp(1.25rem, 6vw, 6rem) 5.8rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(1.4rem);
  filter: blur(10px);
  transition:
    opacity 520ms steps(7, end),
    visibility 0ms linear 620ms,
    transform 720ms var(--pixel-ease),
    filter 720ms var(--pixel-ease);
}

.pixel-stage-panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  filter: blur(0);
  transition-delay: 0ms;
}

body.pixel-stage-exiting .pixel-stage-panel.is-active {
  opacity: 0;
  transform: translate3d(0, 2.2rem, 0);
  filter: blur(12px);
  transition:
    opacity 560ms steps(8, end),
    transform 680ms var(--pixel-ease),
    filter 680ms var(--pixel-ease);
}

body.pixel-stage-entering .pixel-stage-overlay {
  opacity: 1 !important;
  visibility: visible !important;
}

body.pixel-stage-entering .pixel-hero-title-wrap,
body.pixel-stage-entering .pixel-hero-subtitle,
body.pixel-stage-entering .pixel-hero-note,
body.pixel-stage-entering .pixel-hero-actions,
body.pixel-stage-entering .pixel-hero-index,
body.pixel-stage-entering .pixel-stage-cue {
  animation: pixelHeroReturn 680ms var(--pixel-ease) both;
}

body.pixel-stage-entering .pixel-stage-shell {
  opacity: 0;
  filter: blur(12px);
}

body[data-pixel-stage="1"] .pixel-stage-energy h2 {
  animation: verticalGlyphReveal 820ms steps(14, end) 180ms both;
}

body[data-pixel-stage="1"] .pixel-stage-energy p,
body[data-pixel-stage="2"] .pixel-stage-menu,
body[data-pixel-stage="3"] .pixel-readflow,
body[data-pixel-stage="4"] .pixel-stats-grid article {
  animation: stageFooterReveal 680ms steps(7, end) 260ms both;
}

body[data-pixel-stage="2"] .pixel-stage-menu a::before {
  animation: menuCellGlint 900ms steps(9, end) both;
}

body[data-pixel-stage="3"] .pixel-readflow-steps a {
  animation: compareLineReveal 500ms steps(6, end) both;
}

body[data-pixel-stage="3"] .pixel-readflow-steps a:nth-child(1) { animation-delay: 420ms; }
body[data-pixel-stage="3"] .pixel-readflow-steps a:nth-child(2) { animation-delay: 500ms; }
body[data-pixel-stage="3"] .pixel-readflow-steps a:nth-child(3) { animation-delay: 580ms; }

body[data-pixel-stage="4"] .pixel-stats-grid article:nth-child(1) { animation-delay: 220ms; }
body[data-pixel-stage="4"] .pixel-stats-grid article:nth-child(2) { animation-delay: 300ms; }
body[data-pixel-stage="4"] .pixel-stats-grid article:nth-child(3) { animation-delay: 380ms; }
body[data-pixel-stage="4"] .pixel-stats-grid article:nth-child(4) { animation-delay: 460ms; }

.pixel-stage-panel h2,
.pixel-stage-panel h3,
.pixel-stage-panel p,
.pixel-stage-panel a,
.pixel-stage-panel li,
.pixel-hero-index,
.pixel-stage-cue {
  font-family: var(--pixel-font);
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.pixel-stage-panel h2 {
  max-width: min(62rem, 92vw);
  margin: 0;
  color: var(--pixel-ink);
  font-size: clamp(2rem, 5.2vw, 5.2rem);
  line-height: 1.12;
  text-shadow: none;
}

.pixel-stage-panel p {
  max-width: 34rem;
  margin: 1.3rem 0 0;
  color: rgba(245, 247, 250, 0.58);
  font-size: clamp(0.95rem, 1.4vw, 1.16rem);
  line-height: 1.68;
}

.pixel-stage-energy {
  justify-items: start;
  align-items: center;
}

.pixel-stage-energy h2 {
  max-width: 23rem;
}

.pixel-stage-land {
  align-content: center;
  justify-items: center;
}

.pixel-stage-menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(62rem, 92vw);
  pointer-events: auto;
}

.pixel-stage-menu a {
  position: relative;
  display: grid;
  gap: 0.55rem;
  overflow: hidden;
  min-height: 9.5rem;
  padding: 1.15rem;
  border: 1px solid rgba(125, 211, 252, 0.2);
  background:
    linear-gradient(135deg, rgba(125, 211, 252, 0.105), transparent 42%),
    rgba(5, 8, 12, 0.64);
  color: rgba(245, 247, 250, 0.84);
  font-size: 0.9rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 18px 44px rgba(0, 0, 0, 0.22);
  transition: transform 220ms var(--pixel-ease), border-color 220ms ease, background-color 220ms ease;
}

.pixel-stage-menu a:hover {
  border-color: rgba(94, 234, 212, 0.58);
  background-color: rgba(94, 234, 212, 0.075);
  transform: translateY(-3px);
}

.pixel-stage-menu a strong {
  color: var(--pixel-green);
  font-size: 0.72rem;
  line-height: 1;
}

.pixel-stage-menu a span {
  color: #ffffff;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 800;
  line-height: 1.15;
}

.pixel-stage-menu a em {
  margin-top: auto;
  color: rgba(226, 236, 247, 0.58);
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.55;
}

.pixel-stage-menu a::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -36%;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-18deg);
  animation: pixelMenuScan 2.4s var(--pixel-ease) infinite;
}

.pixel-stage-notes {
  place-items: center;
}

.pixel-readflow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
  width: min(72rem, 92vw);
  padding: clamp(1.25rem, 3vw, 2.4rem);
  border: 1px solid rgba(125, 211, 252, 0.2);
  background:
    radial-gradient(circle at 16% 12%, rgba(94, 234, 212, 0.12), transparent 18rem),
    linear-gradient(135deg, rgba(5, 8, 12, 0.82), rgba(10, 15, 23, 0.58));
  box-shadow: var(--pixel-shadow);
  pointer-events: auto;
}

.pixel-readflow::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(125, 211, 252, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, 0.055) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.pixel-readflow-head,
.pixel-readflow-steps,
.pixel-readflow-cta {
  position: relative;
  z-index: 1;
}

.pixel-readflow-head > span {
  display: inline-flex;
  width: max-content;
  margin-bottom: 0.8rem;
  color: var(--pixel-green);
  font-family: var(--pixel-font);
  font-size: 0.74rem;
  font-weight: 800;
}

.pixel-readflow h2 {
  font-size: clamp(1.8rem, 4vw, 4rem);
}

.pixel-readflow p {
  max-width: 29rem;
}

.pixel-readflow-steps {
  display: grid;
  gap: 0.8rem;
}

.pixel-readflow-steps a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.35rem 0.85rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(232, 240, 255, 0.13);
  background: rgba(232, 240, 255, 0.035);
  color: rgba(245, 247, 250, 0.72);
  transition: transform 220ms var(--pixel-ease), border-color 220ms ease, background-color 220ms ease;
}

.pixel-readflow-steps a:hover {
  border-color: rgba(125, 211, 252, 0.48);
  background: rgba(125, 211, 252, 0.075);
  transform: translateX(5px);
}

.pixel-readflow-steps strong {
  color: var(--pixel-blue);
  font-size: 0.88rem;
}

.pixel-readflow-steps span {
  color: #ffffff;
  font-weight: 800;
}

.pixel-readflow-steps em {
  grid-column: 2;
  color: rgba(226, 236, 247, 0.55);
  font-size: 0.78rem;
  font-style: normal;
}

.pixel-readflow-cta {
  justify-self: start;
  width: max-content;
  margin-top: 1rem;
  padding: 0.78rem 1rem;
  border: 1px solid rgba(94, 234, 212, 0.34);
  background: rgba(94, 234, 212, 0.08);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
}

.pixel-stage-stats {
  align-content: center;
}

.pixel-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  width: min(72rem, 94vw);
}

.pixel-stats-grid article {
  min-height: 13rem;
  padding: 1.1rem;
  border: 1px solid rgba(232, 240, 255, 0.14);
  background: rgba(232, 240, 255, 0.035);
}

.pixel-stats-grid strong {
  display: block;
  color: var(--pixel-ink);
  font-family: var(--pixel-font);
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 1;
  text-shadow: 4px 0 currentColor;
}

.pixel-stats-grid span {
  display: block;
  margin-top: 0.8rem;
  color: var(--pixel-blue);
  font-family: var(--pixel-font);
  font-size: 0.82rem;
}

.pixel-stats-grid p {
  margin-top: 1rem;
  font-size: 0.86rem;
}

.pixel-hero-index {
  position: fixed;
  left: clamp(1.25rem, 5vw, 5.8rem);
  top: auto;
  bottom: 2rem;
  z-index: 13;
  display: flex;
  width: max-content;
  gap: 0.8rem;
  align-items: center;
  color: rgba(245, 247, 250, 0.4);
  font-size: 0.76rem;
}

.pixel-hero-index span:first-child {
  color: rgba(232, 240, 255, 0.86);
}

.pixel-stage-cue {
  position: fixed;
  right: clamp(1.25rem, 5vw, 5.8rem);
  top: auto;
  bottom: 1.7rem;
  left: auto;
  z-index: 13;
  display: block;
  width: max-content;
  border: 0;
  background: transparent;
  color: rgba(245, 247, 250, 0.62);
  cursor: pointer;
  font-size: 0.82rem;
}

.pixel-stage-cue::after {
  content: "";
  display: block;
  width: 1px;
  height: 2.4rem;
  margin: 0.5rem auto 0;
  background: rgba(232, 240, 255, 0.44);
  animation: scrollPulse 1.6s ease-in-out infinite;
}

.pixel-hero-subtitle,
.pixel-hero-note,
.pixel-hero-actions {
  position: fixed;
  z-index: 13;
  font-family: var(--pixel-font);
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  transition: opacity 520ms steps(7, end), transform 680ms var(--pixel-ease), filter 680ms var(--pixel-ease);
}

.pixel-hero-subtitle {
  left: clamp(3.5rem, 6vw, 5.4rem);
  top: auto;
  bottom: 8.1rem;
  max-width: 34rem;
  color: rgba(245, 247, 250, 0.96);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.38;
}

.pixel-hero-note {
  left: clamp(3.5rem, 6vw, 5.4rem);
  top: auto;
  bottom: 5.35rem;
  max-width: 26rem;
  color: rgba(245, 247, 250, 0.48);
  font-size: 1rem;
  line-height: 1.62;
}

.pixel-hero-actions {
  right: clamp(1.25rem, 5vw, 5.8rem);
  top: auto;
  bottom: 6.4rem;
  left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  max-width: 15rem;
}

.pixel-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  min-height: 2.9rem;
  padding: 0 1.2rem;
  border: 1px solid rgba(232, 240, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(245, 247, 250, 0.9);
  font-family: var(--pixel-font);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  text-shadow: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: background 260ms var(--pixel-ease), border-color 260ms var(--pixel-ease), transform 260ms var(--pixel-ease);
}

.pixel-hero-primary:hover {
  border-color: rgba(232, 240, 255, 0.58);
  background: rgba(232, 240, 255, 0.08);
  transform: translateY(-1px);
}

body[data-pixel-stage="1"] .pixel-hero-subtitle,
body[data-pixel-stage="2"] .pixel-hero-subtitle,
body[data-pixel-stage="3"] .pixel-hero-subtitle,
body[data-pixel-stage="4"] .pixel-hero-subtitle,
body[data-pixel-stage="1"] .pixel-hero-note,
body[data-pixel-stage="2"] .pixel-hero-note,
body[data-pixel-stage="3"] .pixel-hero-note,
body[data-pixel-stage="4"] .pixel-hero-note,
body[data-pixel-stage="1"] .pixel-hero-actions,
body[data-pixel-stage="2"] .pixel-hero-actions,
body[data-pixel-stage="3"] .pixel-hero-actions,
body[data-pixel-stage="4"] .pixel-hero-actions {
  opacity: 0;
  transform: translate3d(1.4rem, 0, 0);
  filter: blur(10px);
}

.pixel-hero-scrolled:not(.pixel-stage-exiting):not(.pixel-stage-entering) .pixel-hero-title-wrap,
.pixel-hero-scrolled:not(.pixel-stage-exiting):not(.pixel-stage-entering) .pixel-hero-subtitle,
.pixel-hero-scrolled:not(.pixel-stage-exiting):not(.pixel-stage-entering) .pixel-hero-note,
.pixel-hero-scrolled:not(.pixel-stage-exiting):not(.pixel-stage-entering) .pixel-hero-actions,
.pixel-hero-scrolled:not(.pixel-stage-exiting):not(.pixel-stage-entering) .pixel-stage-shell,
.pixel-hero-scrolled:not(.pixel-stage-exiting):not(.pixel-stage-entering) .pixel-hero-index,
.pixel-hero-scrolled:not(.pixel-stage-exiting):not(.pixel-stage-entering) .pixel-stage-cue {
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
}

.pixel-hero-scrolled #pixel-blog-canvas {
  opacity: 0.3;
  filter: saturate(0.78) brightness(0.78);
}

.pixel-hero-scrolled .pixel-blog-vignette {
  opacity: 0.42;
}

#page-header.pixel-stage-home #site-info:not(.pixel-hero-base) {
  opacity: 1;
}

@keyframes pixelMenuScan {
  0% {
    transform: translateX(0) skewX(-18deg);
  }
  100% {
    transform: translateX(560%) skewX(-18deg);
  }
}

@keyframes scrollPulse {
  0%,
  100% {
    opacity: 0.34;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(0.55rem);
  }
}

@keyframes pixelHeroReturn {
  0% {
    opacity: 0;
    transform: translate3d(-1.2rem, -0.45rem, 0);
    filter: blur(10px);
  }
  64% {
    opacity: 1;
    transform: translate3d(0.08rem, 0.02rem, 0);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes pixelSweep {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translateX(-10%);
  }
  18% {
    opacity: 0.88;
  }
  100% {
    opacity: 0;
    clip-path: inset(0 0 0 100%);
    transform: translateX(10%);
  }
}

@keyframes pixelStaticBurst {
  0%,
  100% {
    opacity: 0;
    filter: contrast(1);
  }
  35% {
    opacity: 0.34;
    filter: contrast(1.4);
  }
  62% {
    opacity: 0.16;
  }
}

@keyframes verticalGlyphReveal {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transform: translateY(1.1rem);
    text-shadow: none;
  }
  70% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(-0.12rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes stageFooterReveal {
  0% {
    opacity: 0;
    transform: translateY(1rem);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes menuCellGlint {
  0% {
    transform: translateX(0) skewX(-18deg);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    transform: translateX(560%) skewX(-18deg);
    opacity: 0;
  }
}

@keyframes compareLineReveal {
  0% {
    opacity: 0;
    transform: translateX(-0.75rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.pixel-blog-cursor {
  position: fixed;
  z-index: 30;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(191, 215, 255, 0.13), transparent 64%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 320ms ease;
}

body.pixel-pointer-active .pixel-blog-cursor {
  opacity: 1;
}

#page-header {
  overflow: hidden;
  background: transparent !important;
}

#page-header::before {
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.24), rgba(5, 6, 8, 0.82)),
    linear-gradient(118deg, transparent 0 47%, rgba(191, 215, 255, 0.12) 50%, transparent 58%),
    repeating-linear-gradient(90deg, transparent 0 6.5rem, rgba(191, 215, 255, 0.028) 6.5rem 6.62rem, transparent 6.62rem 11rem) !important;
  opacity: 1 !important;
}

#page-header.full_page {
  height: min(92svh, 720px) !important;
  min-height: 520px;
}

#site-info {
  text-align: left !important;
  inset: clamp(8.8rem, 18.8vh, 11.5rem) auto auto clamp(3.5rem, 6vw, 5.4rem) !important;
  transform: none !important;
  max-width: min(40rem, 46vw);
}

#site-title,
h1#site-title,
#site-subtitle {
  font-family: var(--pixel-font);
  text-shadow: none !important;
}

#site-title,
h1#site-title {
  max-width: min(40rem, 48vw);
  color: var(--pixel-ink) !important;
  font-size: clamp(2.75rem, 5.2vw, 5rem) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  padding: 0.12em 0.18em 0.18em 0 !important;
}

#site-subtitle {
  max-width: 42rem;
  margin-top: 1.2rem;
  color: rgba(245, 247, 250, 0.72) !important;
  font-size: clamp(1rem, 1.8vw, 1.38rem) !important;
  line-height: 1.55;
}

#nav {
  height: 5rem;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  backdrop-filter: none;
  box-shadow: none !important;
}

#nav.show,
#nav.hide-menu {
  background: transparent !important;
}

#nav.nav-fixed,
#nav.show.nav-fixed,
#page-header.nav-fixed #nav {
  border-bottom-color: rgba(232, 240, 255, 0.08);
  background: rgba(5, 6, 8, 0.58) !important;
  backdrop-filter: blur(18px);
}

#nav a,
#nav .site-page,
#nav #site-name,
#nav #menus {
  color: rgba(245, 247, 250, 0.86) !important;
  text-shadow: none !important;
}

#nav #site-name,
#nav .menus_item_child li a,
#nav .site-page {
  font-family: var(--pixel-font);
  letter-spacing: 0;
}

#nav .menus_item_child {
  border: 1px solid var(--pixel-line);
  background: rgba(9, 11, 18, 0.9) !important;
  box-shadow: var(--pixel-shadow);
  backdrop-filter: blur(18px);
}

#nav .menus_item_child li:hover {
  background: rgba(232, 240, 255, 0.08) !important;
}

#page-header.pixel-stage-home #nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(18rem, 1fr) minmax(8rem, 0.45fr);
  column-gap: clamp(1rem, 2.4vw, 2.4rem);
  align-items: center;
  height: 5.35rem;
  padding: 0 clamp(1.35rem, 3.8vw, 4.5rem);
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.54), transparent) !important;
}

#page-header.pixel-stage-home #nav-group {
  display: contents;
}

#page-header.pixel-stage-home #blog_name {
  justify-self: start;
  min-width: 0;
  max-width: 100%;
}

#page-header.pixel-stage-home .back-home-button {
  display: none !important;
}

#page-header.pixel-stage-home #site-name {
  display: inline-flex !important;
  gap: 0.8rem;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  height: auto;
  padding: 0;
  color: rgba(245, 247, 250, 0.92) !important;
  font-size: 0.96rem;
  font-weight: 800;
}

#page-header.pixel-stage-home #site-name::before {
  content: "";
  flex: 0 0 auto;
  width: 1.34rem;
  height: 1.34rem;
  border-radius: 999px;
  background: #f5f7fa;
  box-shadow:
    0 0 0 1px rgba(245, 247, 250, 0.22),
    0 0 1.7rem rgba(191, 215, 255, 0.24);
}

#page-header.pixel-stage-home #site-name .title {
  display: block !important;
  min-width: 0;
  max-width: min(18rem, 28vw);
  overflow: hidden;
  color: rgba(245, 247, 250, 0.88);
  font-family: var(--pixel-font);
  font-size: clamp(0.8rem, 1.3vw, 0.96rem);
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#page-header.pixel-stage-home #site-name > i {
  display: none !important;
}

#page-header.pixel-stage-home .mask-name-container {
  display: none !important;
}

#page-header.pixel-stage-home #menus {
  justify-self: center;
}

#page-header.pixel-stage-home #menus .menus_items {
  display: flex;
  gap: clamp(0.95rem, 2.8vw, 2.8rem);
  align-items: center;
  justify-content: center;
  min-width: 0;
}

#page-header.pixel-stage-home #menus .menus_item > .site-page {
  height: auto;
  padding: 0;
  color: rgba(245, 247, 250, 0.58) !important;
  font-family: var(--pixel-font);
  font-size: clamp(0.78rem, 1.2vw, 0.88rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

#page-header.pixel-stage-home #menus .menus_item > .site-page span {
  display: block;
  max-width: 5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#page-header.pixel-stage-home #menus .menus_item > .site-page:hover {
  color: rgba(245, 247, 250, 0.96) !important;
}

#page-header.pixel-stage-home #menus .menus_item > .site-page span {
  padding: 0;
}

#page-header.pixel-stage-home #nav-right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

#page-header.pixel-stage-home #randomPost_button,
#page-header.pixel-stage-home #nav-totop,
#page-header.pixel-stage-home #center-console,
#page-header.pixel-stage-home label.widget {
  display: none !important;
}

#page-header.pixel-stage-home #toggle-menu {
  display: block !important;
}

#page-header.pixel-stage-home #toggle-menu .site-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.4rem;
  height: 2.75rem;
  padding: 0 1.1rem;
  border: 1px solid rgba(245, 247, 250, 0.24);
  border-radius: 999px;
  background: rgba(245, 247, 250, 0.025);
  color: rgba(245, 247, 250, 0.92) !important;
  font-family: var(--pixel-font);
  font-size: 0.86rem;
  font-weight: 800;
}

#page-header.pixel-stage-home #toggle-menu .site-page::before {
  content: "阅读";
}

#page-header.pixel-stage-home #toggle-menu .site-page i {
  display: none !important;
}

#page-header.pixel-stage-home #toggle-menu .site-page:hover {
  border-color: rgba(245, 247, 250, 0.52);
  background: rgba(245, 247, 250, 0.08);
}

#sidebar,
#rightside,
#local-search,
#algolia-search {
  z-index: 20;
}

#sidebar #sidebar-menus {
  background: rgba(8, 10, 15, 0.92) !important;
  border: 1px solid var(--pixel-line);
  box-shadow: var(--pixel-shadow);
  backdrop-filter: blur(18px);
}

#recent-posts > .recent-post-item,
.card-widget,
div#post,
div#page,
div#archive,
div#tag,
div#category,
#category-bar,
#pagination .page-number,
#pagination .extend,
.relatedPosts > .relatedPosts-list > div,
#post-comment,
.search-dialog,
#sidebar-menus,
.aplayer {
  color: var(--pixel-ink) !important;
  border: 1px solid var(--pixel-line) !important;
  background:
    radial-gradient(circle at 24% 12%, rgba(191, 215, 255, 0.09), transparent 14rem),
    rgba(12, 15, 24, 0.72) !important;
  box-shadow: var(--pixel-shadow) !important;
  backdrop-filter: blur(18px);
}

#recent-posts > .recent-post-item,
.card-widget,
div#post,
div#page,
div#archive,
div#tag,
div#category {
  position: relative;
  overflow: hidden;
}

#recent-posts > .recent-post-item::before,
.card-widget::before,
div#post::before,
div#page::before,
div#archive::before,
div#tag::before,
div#category::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 48% 28%, black, transparent 78%);
}

#recent-posts > .recent-post-item > *,
.card-widget > *,
div#post > *,
div#page > *,
div#archive > *,
div#tag > *,
div#category > * {
  position: relative;
  z-index: 1;
}

#recent-posts > .recent-post-item {
  border-radius: 16px !important;
  transform: translateY(0);
  transition:
    transform 360ms var(--pixel-ease),
    border-color 280ms ease,
    box-shadow 280ms ease,
    background 280ms ease,
    filter 360ms var(--pixel-ease);
}

#recent-posts > .recent-post-item:hover,
.card-widget:hover {
  border-color: var(--pixel-line-strong) !important;
  box-shadow: 0 0 0 1px rgba(232, 240, 255, 0.12), 0 24px 80px rgba(0, 0, 0, 0.5), 0 0 3rem rgba(191, 215, 255, 0.12) !important;
}

#recent-posts > .recent-post-item:hover {
  transform: translateY(-5px);
}

#recent-posts .recent-post-info {
  padding: clamp(1.1rem, 2.5vw, 1.7rem) !important;
}

#recent-posts .recent-post-info .article-title {
  color: var(--pixel-ink) !important;
  font-family: var(--pixel-font);
  font-size: clamp(1.18rem, 2vw, 1.58rem);
  font-weight: 700;
  line-height: 1.32;
  text-shadow: none;
}

#recent-posts .recent-post-info .article-title:hover {
  color: var(--pixel-blue) !important;
}

#recent-posts .recent-post-info .content,
#recent-posts .article-meta-wrap,
.card-widget,
.card-widget a,
.card-widget span,
.card-widget .item-headline,
.article-sort-item-info,
.article-sort-item-info a,
.article-sort-item-time,
#archive,
#tag,
#category {
  color: var(--pixel-muted) !important;
}

#recent-posts .article-meta-wrap,
.article-sort-item-time,
#post-info .post-meta {
  font-family: var(--pixel-font);
}

#category-bar,
#category-bar .category-bar-item,
.article-categories-original,
#article-container a.post-meta-categories,
#article-container .article-meta__tags,
#recent-posts .recent-post-info-top-tips a,
.tag-cloud-list a,
.category-lists .category-list a {
  border: 1px solid rgba(191, 215, 255, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(191, 215, 255, 0.1) !important;
  color: var(--pixel-blue) !important;
  font-family: var(--pixel-font);
}

#category-bar .category-bar-item.select a,
#category-bar .category-bar-item:hover a,
.tag-cloud-list a:hover,
.category-lists .category-list a:hover {
  background: rgba(232, 240, 255, 0.9) !important;
  color: #050608 !important;
}

#post,
#page,
#archive,
#tag,
#category {
  border-radius: 18px !important;
}

div#post {
  max-width: 920px;
  margin-inline: auto;
  background:
    linear-gradient(180deg, rgba(12, 15, 24, 0.92), rgba(8, 10, 15, 0.88)),
    rgba(12, 15, 24, 0.9) !important;
}

#post-info .post-title,
#article-container h1,
#article-container h2,
#article-container h3,
#article-container h4,
#page h1,
#page h2,
#archive h1,
#tag h1,
#category h1 {
  color: var(--pixel-ink) !important;
  letter-spacing: 0;
}

#article-container {
  color: rgba(245, 247, 250, 0.82) !important;
  font-size: 1rem;
  line-height: 2;
}

#article-container p,
#article-container li,
#article-container td,
#article-container th {
  color: rgba(245, 247, 250, 0.78);
}

#article-container h1,
#CrawlerTitle {
  font-family: var(--pixel-font);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.2;
  text-shadow: none;
}

#article-container h2 {
  border-bottom: 1px solid rgba(191, 215, 255, 0.2);
  font-family: var(--pixel-font);
}

#article-container h2::before,
#article-container h3::before {
  color: var(--pixel-blue) !important;
}

#article-container blockquote {
  border-color: rgba(191, 215, 255, 0.42) !important;
  background: rgba(191, 215, 255, 0.08) !important;
  color: rgba(245, 247, 250, 0.78) !important;
}

#article-container code:not([class]) {
  border: 1px solid rgba(191, 215, 255, 0.18);
  background: rgba(191, 215, 255, 0.12);
  color: var(--pixel-blue);
}

#article-container figure.highlight,
#article-container pre,
#article-container .highlight {
  border: 1px solid rgba(191, 215, 255, 0.16) !important;
  background: rgba(3, 4, 6, 0.78) !important;
  box-shadow: inset 0 1px 0 rgba(232, 240, 255, 0.08);
}

#article-container table {
  color: rgba(245, 247, 250, 0.78);
}

#article-container table th {
  background: rgba(191, 215, 255, 0.12) !important;
  color: var(--pixel-ink);
}

#article-container img:not(.inline-img):not(.avatar-img) {
  border: 1px solid rgba(232, 240, 255, 0.16);
  border-radius: 14px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.36);
}

#article-container a:not([data-fancybox="gallery"]):not(.headerlink):not(.cf-friends-link):not(.tag-Link):not(.btn-anzhiyu):not(.no-text-decoration) {
  border-bottom-color: rgba(191, 215, 255, 0.48) !important;
  color: var(--pixel-ink) !important;
}

#article-container a:not([data-fancybox="gallery"]):not(.headerlink):not(.cf-friends-link):not(.tag-Link):not(.btn-anzhiyu):not(.no-text-decoration):hover {
  background: rgba(232, 240, 255, 0.9) !important;
  color: #050608 !important;
}

.toc-content,
.toc-link,
#aside-content .card-widget,
#aside-content .item-headline,
#aside-content .aside-list > .aside-list-item .content > .title,
#aside-content .aside-list > .aside-list-item .content > .comment {
  color: rgba(245, 247, 250, 0.72) !important;
}

.toc-link.active,
.toc-link:hover,
#aside-content .item-headline,
#aside-content .card-widget:hover .item-headline {
  color: var(--pixel-blue) !important;
}

#footer {
  color: rgba(245, 247, 250, 0.56) !important;
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0), rgba(5, 6, 8, 0.86)),
    transparent !important;
}

#footer::before {
  background: transparent !important;
}

#footer-wrap,
#footer-wrap a {
  color: rgba(245, 247, 250, 0.56) !important;
}

#pagination .page-number,
#pagination .extend {
  min-width: 2.6rem;
  height: 2.6rem;
  color: rgba(245, 247, 250, 0.72) !important;
  font-family: var(--pixel-font);
  line-height: 2.6rem;
}

#pagination .page-number.current,
#pagination .page-number:hover,
#pagination .extend:hover {
  background: rgba(232, 240, 255, 0.9) !important;
  color: #050608 !important;
}

.pixel-reveal {
  opacity: 0;
  transform: translateY(1.4rem);
  filter: blur(8px);
  transition: opacity 680ms var(--pixel-ease), transform 760ms var(--pixel-ease), filter 760ms var(--pixel-ease);
}

.pixel-reveal.pixel-in-view {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

#body-wrap.post div#post,
#body-wrap.post #article-container,
html.pixel-native-scroll div#post,
html.pixel-native-scroll #article-container {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
}

.pixel-magnetic {
  transition: transform 180ms ease, box-shadow 280ms ease, border-color 280ms ease;
  will-change: transform;
}

.pixel-decode {
  animation: pixelTextReveal 860ms steps(9, end) both;
}

@keyframes pixelTextReveal {
  0% {
    opacity: 0.28;
    transform: translateX(-1.4rem);
    clip-path: inset(-10% 100% -12% 0);
    text-shadow: none;
  }
  68% {
    opacity: 1;
    transform: translateX(0.12rem);
    clip-path: inset(-10% 0 -12% 0);
    text-shadow: none;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    clip-path: inset(-10% 0 -12% 0);
  }
}

@media screen and (max-width: 768px) {
  #page-header.pixel-stage-home #nav {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 0.85rem;
    height: 5.1rem;
    padding: 0 1.15rem;
  }

  #page-header.pixel-stage-home #menus {
    display: none !important;
  }

  #page-header.pixel-stage-home #nav-right {
    justify-self: end;
  }

  #page-header.pixel-stage-home #site-name .title {
    max-width: calc(100vw - 12rem);
    font-size: 0.86rem;
  }

  #page-header.pixel-stage-home #site-name::before {
    width: 1.05rem;
    height: 1.05rem;
  }

  #page-header.pixel-stage-home #toggle-menu .site-page {
    min-width: 4.9rem;
    height: 2.55rem;
    padding: 0 0.95rem;
    font-size: 0.82rem;
  }

  #page-header.full_page:not(.pixel-stage-home) {
    min-height: 480px;
    height: 84svh !important;
  }

  #page-header.pixel-stage-home {
    min-height: 100svh !important;
    height: 100svh !important;
  }

  #site-info {
    inset: 6.6rem auto auto 1.3rem !important;
    max-width: calc(100vw - 2.6rem);
  }

  .pixel-hero-title-wrap {
    left: 1.3rem;
    top: 6.6rem;
    max-width: calc(100vw - 2.6rem);
  }

  .pixel-hero-title {
    max-width: 84vw;
    font-size: clamp(1.85rem, 8.8vw, 3.25rem);
    line-height: 1.22;
  }

  .pixel-hero-title .cn {
    font-size: clamp(1.28rem, 5.6vw, 2rem);
  }

  #site-title,
  h1#site-title {
    max-width: 84vw;
    font-size: clamp(1.8rem, 8vw, 3rem) !important;
    line-height: 1.22 !important;
  }

  .pixel-hero-subtitle {
    left: 1.3rem;
    top: auto;
    bottom: 13.05rem;
  }

  .pixel-hero-note {
    left: 1.3rem;
    top: auto;
    bottom: 9.25rem;
    line-height: 1.48;
  }

  .pixel-hero-actions {
    right: 1.25rem;
    top: auto;
    bottom: 6.65rem;
    max-width: calc(100vw - 2.5rem);
  }

  .pixel-hero-primary {
    font-size: clamp(1.85rem, 8.8vw, 2.85rem);
  }

  #recent-posts > .recent-post-item,
  .card-widget,
  div#post,
  div#page,
  div#archive,
  div#tag,
  div#category {
    border-radius: 14px !important;
    backdrop-filter: blur(12px);
  }

  #article-container {
    font-size: 0.96rem;
    line-height: 1.92;
  }

  .pixel-blog-vignette {
    opacity: 0.68;
  }

  .pixel-stage-panel {
    padding: 6rem 1.25rem 5.8rem;
  }

  .pixel-stage-panel h2 {
    font-size: clamp(1.6rem, 8vw, 3rem);
  }

  .pixel-note-columns,
  .pixel-stage-menu,
  .pixel-readflow,
  .pixel-stats-grid {
    grid-template-columns: 1fr;
  }

  .pixel-stage-menu {
    width: min(28rem, 92vw);
    gap: 0.72rem;
  }

  .pixel-stage-menu a {
    min-height: 6.2rem;
    padding: 0.9rem;
  }

  .pixel-readflow {
    width: min(32rem, 92vw);
    gap: 1rem;
    padding: 1rem;
  }

  .pixel-readflow h2 {
    font-size: clamp(1.45rem, 7vw, 2.4rem);
  }

  .pixel-readflow p {
    margin-top: 0.8rem;
    font-size: 0.88rem;
    line-height: 1.58;
  }

  .pixel-readflow-steps {
    gap: 0.58rem;
  }

  .pixel-readflow-steps a {
    padding: 0.72rem 0.82rem;
  }

  .pixel-note-columns b {
    transform: rotate(90deg);
    justify-self: center;
  }

  .pixel-stats-grid {
    gap: 0.72rem;
  }

  .pixel-stats-grid article {
    min-height: auto;
  }

  .pixel-hero-index span:nth-child(2) {
    display: none;
  }

  .pixel-stage-cue {
    right: 1.25rem;
    left: auto;
    top: auto;
    bottom: 1.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pixel-reveal,
  .pixel-decode,
  #recent-posts > .recent-post-item,
  .card-widget {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
    transition-duration: 1ms !important;
  }

  #pixel-blog-canvas,
  .pixel-blog-cursor {
    display: none !important;
  }
}

/* Article readability guard: keep post pages atmospheric, but never hide the writing. */
#body-wrap.post #blog-container {
  position: relative !important;
  z-index: 6 !important;
  overflow: visible !important;
}

#body-wrap.post #content-inner.layout {
  display: grid !important;
  grid-template-columns: minmax(0, 920px) minmax(260px, 320px) !important;
  align-items: start !important;
  gap: clamp(1rem, 2.4vw, 1.8rem) !important;
  width: min(1280px, calc(100vw - 2rem)) !important;
  max-width: min(1280px, calc(100vw - 2rem)) !important;
  margin: 0 auto !important;
  padding: clamp(1.1rem, 2.6vw, 2rem) 0 clamp(4rem, 8vw, 6rem) !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
}

#body-wrap.post div#post {
  display: block !important;
  position: relative !important;
  z-index: 8 !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 45vh !important;
  margin: 0 !important;
  padding: clamp(1.5rem, 3vw, 2.7rem) !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
  color: rgba(245, 247, 250, 0.86) !important;
  background:
    linear-gradient(180deg, rgba(18, 25, 35, 0.93), rgba(7, 9, 14, 0.9)),
    rgba(8, 10, 15, 0.92) !important;
  border: 1px solid rgba(232, 240, 255, 0.2) !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(18px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(130%) !important;
}

#body-wrap.post div#post::before {
  pointer-events: none !important;
  opacity: 0.42 !important;
}

#body-wrap.post #article-container,
#body-wrap.post #article-container > * {
  max-height: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
}

#body-wrap.post #article-container {
  display: block !important;
  position: relative !important;
  z-index: 2 !important;
  min-height: 32vh !important;
  overflow: visible !important;
  color: rgba(245, 247, 250, 0.84) !important;
}

#body-wrap.post #article-container header {
  display: none !important;
}

#body-wrap.post #article-container h2:first-of-type {
  margin-top: 0 !important;
}

#body-wrap.post #aside-content {
  position: relative !important;
  z-index: 7 !important;
  width: 100% !important;
  max-width: 320px !important;
  overflow: visible !important;
  transform: none !important;
}

#body-wrap.post .pixel-blog-field {
  z-index: 0 !important;
}

#body-wrap.post .pixel-blog-vignette {
  z-index: 1 !important;
  opacity: 0.42 !important;
}

html.pixel-native-scroll #body-wrap.post #page-header.post-bg:not(.pixel-stage-home),
#body-wrap.post #page-header.post-bg:not(.pixel-stage-home) {
  height: clamp(230px, 34svh, 320px) !important;
  min-height: 230px !important;
  margin-bottom: 0 !important;
  overflow: visible !important;
}

html.pixel-native-scroll #body-wrap.post #page-header.post-bg:not(.pixel-stage-home) #post-info,
#body-wrap.post #page-header.post-bg:not(.pixel-stage-home) #post-info {
  bottom: clamp(1rem, 3.5vh, 2rem) !important;
}

@media screen and (max-width: 1080px) {
  #body-wrap.post #content-inner.layout {
    display: block !important;
    width: min(100% - 1.4rem, 920px) !important;
    max-width: min(100% - 1.4rem, 920px) !important;
    padding-top: 1rem !important;
  }

  #body-wrap.post div#post {
    padding: clamp(1.1rem, 4.2vw, 1.6rem) !important;
  }

  #body-wrap.post #aside-content {
    max-width: none !important;
    margin-top: 1rem !important;
  }
}

@media screen and (max-width: 768px) {
  html.pixel-native-scroll #body-wrap.post #page-header.post-bg:not(.pixel-stage-home),
  #body-wrap.post #page-header.post-bg:not(.pixel-stage-home) {
    height: clamp(210px, 30svh, 260px) !important;
    min-height: 210px !important;
  }

  #body-wrap.post #content-inner.layout {
    width: calc(100% - 1rem) !important;
    padding-top: 0.75rem !important;
  }
}

/* Mobile QA guards for the demo-style home stage and category rail. */
@media screen and (max-width: 768px) {
  .pixel-hero-actions {
    right: 1.25rem !important;
    left: 1.25rem !important;
    bottom: 6.25rem !important;
    max-width: calc(100vw - 2.5rem) !important;
    align-items: flex-end !important;
  }

  .pixel-hero-primary {
    width: auto !important;
    min-width: 0 !important;
    min-height: 2.7rem !important;
    padding: 0 1.05rem !important;
    border: 1px solid rgba(232, 240, 255, 0.26) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.035) !important;
    color: rgba(245, 247, 250, 0.92) !important;
    font-size: 0.84rem !important;
    line-height: 1 !important;
    text-shadow: none !important;
    white-space: nowrap !important;
  }

  .pixel-stage-cue {
    right: 1.25rem !important;
    bottom: 1.45rem !important;
    max-width: calc(100vw - 2.5rem) !important;
    font-size: 0.78rem !important;
  }

  #categoryBar,
  #category-bar,
  #catalog-bar,
  #catalog-list {
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: hidden !important;
  }

  #categoryBar {
    box-sizing: border-box !important;
    padding-inline: 0.65rem !important;
  }

  #catalog-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.45rem !important;
    transform: none !important;
  }

  #catalog-list .catalog-list-item,
  #catalog-list .catalog-list-item a {
    max-width: 100% !important;
    white-space: normal !important;
  }

  .category-bar-next {
    display: none !important;
  }
}

/* Navigation + palette redesign: clear text, calm hover states, stronger contrast. */
#nav,
#nav.show,
#nav.hide-menu,
#nav.nav-fixed,
#nav.show.nav-fixed,
#page-header.nav-fixed #nav,
#page-header.pixel-stage-home #nav {
  height: clamp(4.35rem, 5vw, 5rem) !important;
  padding: 0 clamp(1.25rem, 3.8vw, 4.6rem) !important;
  border-bottom: 1px solid rgba(125, 211, 252, 0.16) !important;
  background:
    linear-gradient(180deg, rgba(9, 14, 22, 0.96), rgba(9, 14, 22, 0.82) 64%, rgba(9, 14, 22, 0.56)),
    rgba(7, 10, 16, 0.88) !important;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.32), inset 0 -1px 0 rgba(255, 255, 255, 0.03) !important;
  backdrop-filter: blur(18px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
}

#page-header.pixel-stage-home #nav {
  display: grid !important;
  grid-template-columns: minmax(15rem, 0.9fr) minmax(18rem, 1fr) minmax(6rem, 0.36fr) !important;
  column-gap: clamp(1rem, 2.4vw, 2.25rem) !important;
}

#nav::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 3vw, 3rem);
  bottom: -1px;
  left: clamp(1rem, 3vw, 3rem);
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.42), transparent);
  opacity: 0.7;
}

#nav a,
#nav .site-page,
#nav #site-name,
#nav #menus {
  color: rgba(246, 248, 251, 0.9) !important;
  font-family: var(--pixel-font) !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#nav #site-name {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.78rem !important;
  min-height: 2.75rem !important;
  color: #ffffff !important;
  font-size: clamp(0.96rem, 1.35vw, 1.08rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

#nav #site-name::before {
  content: "";
  flex: 0 0 auto;
  width: 1.36rem;
  height: 1.36rem;
  border: 1px solid rgba(246, 248, 251, 0.86);
  border-radius: 999px;
  background: radial-gradient(circle at 34% 30%, #ffffff 0 28%, #dcefff 29% 58%, rgba(125, 211, 252, 0.38) 59% 100%);
  box-shadow: 0 0 0 5px rgba(125, 211, 252, 0.08), 0 0 22px rgba(94, 234, 212, 0.22);
}

#nav #site-name .title {
  display: block !important;
  max-width: min(21rem, 30vw) !important;
  overflow: hidden !important;
  color: #f9fbff !important;
  font-family: var(--pixel-font) !important;
  font-size: inherit !important;
  font-weight: 800 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

#nav #site-name > i,
#page-header.pixel-stage-home #site-name > i {
  display: none !important;
}

#nav #menus {
  justify-self: center !important;
}

#nav #menus .menus_items,
#page-header.pixel-stage-home #menus .menus_items {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(0.55rem, 1.8vw, 1.35rem) !important;
}

#nav #menus .menus_item > .site-page,
#page-header.pixel-stage-home #menus .menus_item > .site-page {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 4.4rem !important;
  min-height: 2.55rem !important;
  padding: 0.68rem 0.96rem !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  background: transparent !important;
  color: rgba(224, 233, 244, 0.78) !important;
  font-size: clamp(0.94rem, 1.15vw, 1.02rem) !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

#nav #menus .menus_item > .site-page span,
#page-header.pixel-stage-home #menus .menus_item > .site-page span {
  display: block !important;
  max-width: 5.5em !important;
  overflow: hidden !important;
  color: inherit !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

#nav #menus .menus_item > .site-page::before {
  content: "";
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.48rem;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.38;
  transform: scale(0.72);
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

#nav #menus .menus_item > .site-page:hover,
#nav #menus .menus_item:hover > .site-page,
#page-header.pixel-stage-home #menus .menus_item > .site-page:hover,
#page-header.pixel-stage-home #menus .menus_item:hover > .site-page {
  border-color: rgba(125, 211, 252, 0.26) !important;
  background: rgba(125, 211, 252, 0.095) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.035) !important;
  transform: translateY(-1px) !important;
}

#nav #menus .menus_item > .site-page:hover::before,
#nav #menus .menus_item:hover > .site-page::before,
#page-header.pixel-stage-home #menus .menus_item:first-child > .site-page::before {
  background: var(--pixel-amber);
  opacity: 1;
  transform: scale(1);
}

#page-header.pixel-stage-home #menus .menus_item:first-child > .site-page {
  border-color: rgba(248, 213, 107, 0.32) !important;
  background: rgba(248, 213, 107, 0.11) !important;
  color: #ffffff !important;
}

#nav .menus_item_child {
  min-width: 9rem !important;
  padding: 0.42rem !important;
  border: 1px solid rgba(125, 211, 252, 0.22) !important;
  border-radius: 14px !important;
  background: rgba(9, 14, 22, 0.96) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42) !important;
  backdrop-filter: blur(18px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(140%) !important;
}

#nav .menus_item_child li {
  border-radius: 10px !important;
}

#nav .menus_item_child li:hover {
  background: rgba(94, 234, 212, 0.1) !important;
}

#nav .menus_item_child li a {
  color: rgba(235, 242, 250, 0.9) !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
}

#nav .menus_item_child li:hover a,
#nav .menus_item_child li:hover span {
  color: #ffffff !important;
}

#nav #nav-right {
  justify-self: end !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.62rem !important;
}

#nav .nav-button a,
#nav #toggle-menu .site-page,
#page-header.pixel-stage-home #toggle-menu .site-page {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 3rem !important;
  height: 2.75rem !important;
  padding: 0 1.1rem !important;
  border: 1px solid rgba(230, 236, 246, 0.28) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: #f9fbff !important;
  font-family: var(--pixel-font) !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

#nav .nav-button a:hover,
#nav #toggle-menu .site-page:hover,
#page-header.pixel-stage-home #toggle-menu .site-page:hover {
  border-color: rgba(94, 234, 212, 0.46) !important;
  background: rgba(94, 234, 212, 0.12) !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(94, 234, 212, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  transform: translateY(-1px) !important;
}

.pixel-hero-eyebrow,
.pixel-hero-title,
.pixel-stage-panel h2 {
  text-shadow: none !important;
}

.pixel-hero-eyebrow {
  color: var(--pixel-green) !important;
}

.pixel-hero-title span:first-child {
  color: #ffffff !important;
}

.pixel-hero-title .cn {
  color: var(--pixel-blue) !important;
}

.pixel-hero-note,
.pixel-stage-panel p {
  color: rgba(226, 236, 247, 0.78) !important;
}

@media screen and (max-width: 900px) {
  #page-header.pixel-stage-home #nav,
  #nav {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 0.8rem !important;
    height: 4.6rem !important;
    padding: 0 1rem !important;
  }

  #nav #menus {
    display: none !important;
  }

  #nav #site-name .title {
    max-width: calc(100vw - 11.5rem) !important;
    font-size: 0.94rem !important;
  }

  #nav #site-name::before {
    width: 1.08rem !important;
    height: 1.08rem !important;
  }

  #nav #toggle-menu .site-page,
  #page-header.pixel-stage-home #toggle-menu .site-page {
    min-width: 4.65rem !important;
    height: 2.5rem !important;
    padding: 0 0.9rem !important;
    font-size: 0.84rem !important;
  }
}

/* Editorial post cards: richer hierarchy for technical blog entries. */
#recent-posts {
  display: grid !important;
  gap: clamp(1.05rem, 2.2vw, 1.55rem) !important;
}

#recent-posts > .recent-post-item,
[data-theme="dark"] #recent-posts > .recent-post-item {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  min-height: 15.5rem !important;
  border: 1px solid rgba(125, 211, 252, 0.18) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 12% 16%, rgba(125, 211, 252, 0.16), transparent 15rem),
    radial-gradient(circle at 92% 8%, rgba(248, 213, 107, 0.095), transparent 12rem),
    linear-gradient(135deg, rgba(16, 23, 34, 0.96), rgba(9, 13, 20, 0.94) 58%, rgba(12, 18, 28, 0.9)) !important;
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
  cursor: pointer !important;
  transform: translateZ(0) !important;
  transition:
    transform 240ms var(--pixel-ease),
    border-color 220ms ease,
    box-shadow 240ms ease,
    background-color 220ms ease !important;
}

#recent-posts > .recent-post-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(125, 211, 252, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(120deg, rgba(0, 0, 0, 0.5), transparent 76%);
  opacity: 0.72;
}

#recent-posts > .recent-post-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.055) 42%, transparent 43%),
    radial-gradient(circle at 80% 22%, rgba(94, 234, 212, 0.12), transparent 12rem);
  opacity: 0;
  transform: translateX(18%);
  transition: opacity 260ms ease, transform 360ms var(--pixel-ease);
}

#recent-posts > .recent-post-item:hover {
  border-color: rgba(94, 234, 212, 0.48) !important;
  box-shadow:
    0 28px 74px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(94, 234, 212, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.075) !important;
  transform: translateY(-5px) !important;
}

#recent-posts > .recent-post-item:hover::after {
  opacity: 1;
  transform: translateX(0);
}

#recent-posts .recent-post-info,
#recent-posts .recent-post-info.no-cover {
  display: grid !important;
  grid-template-rows: auto auto 1fr !important;
  gap: 1.2rem !important;
  min-height: inherit !important;
  padding: clamp(1.35rem, 3vw, 2rem) clamp(1.35rem, 3.4vw, 2.35rem) !important;
}

#recent-posts .recent-post-info-top {
  display: grid !important;
  gap: 0.72rem !important;
  min-width: 0 !important;
}

#recent-posts .recent-post-info-top-tips {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.48rem !important;
  min-height: 2.05rem !important;
}

#recent-posts .article-categories-original,
#recent-posts .newPost,
#recent-posts .unvisited-post,
#recent-posts a.unvisited-post,
#article-container a.post-meta-categories,
#article-container .article-meta__tags,
#recent-posts .article-meta__tags {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 1.9rem !important;
  padding: 0.38rem 0.74rem !important;
  border: 1px solid rgba(125, 211, 252, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(125, 211, 252, 0.095) !important;
  color: #b9ecff !important;
  font-family: var(--pixel-font) !important;
  font-size: 0.82rem !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
}

#recent-posts .article-categories-original::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.45rem;
  border-radius: 999px;
  background: var(--pixel-green);
  box-shadow: 0 0 10px rgba(94, 234, 212, 0.42);
}

#recent-posts .newPost {
  border-color: rgba(248, 213, 107, 0.34) !important;
  background: rgba(248, 213, 107, 0.12) !important;
  color: #ffeaa6 !important;
}

#recent-posts .unvisited-post,
#recent-posts a.unvisited-post {
  border-color: rgba(240, 164, 255, 0.28) !important;
  background: rgba(240, 164, 255, 0.1) !important;
  color: #f5d2ff !important;
}

#recent-posts .recent-post-info .article-title {
  position: relative !important;
  display: inline-block !important;
  width: fit-content !important;
  max-width: 100% !important;
  color: #f8fbff !important;
  font-family: var(--pixel-font) !important;
  font-size: clamp(1.6rem, 3.25vw, 2.55rem) !important;
  font-weight: 860 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  text-wrap: balance;
  transition: color 220ms ease, transform 240ms var(--pixel-ease) !important;
}

#recent-posts .recent-post-info .article-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.34rem;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pixel-green), var(--pixel-blue), transparent);
  opacity: 0.62;
  transform: scaleX(0.32);
  transform-origin: left;
  transition: transform 260ms var(--pixel-ease), opacity 220ms ease;
}

#recent-posts > .recent-post-item:hover .recent-post-info .article-title {
  color: #ffffff !important;
  transform: translateX(0.18rem) !important;
}

#recent-posts > .recent-post-item:hover .recent-post-info .article-title::after {
  opacity: 1;
  transform: scaleX(1);
}

#recent-posts .article-meta-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.75rem 1rem !important;
  margin: 0 !important;
  color: rgba(226, 236, 247, 0.72) !important;
}

#recent-posts .post-meta-date {
  order: 2;
  margin-left: auto !important;
  color: rgba(246, 248, 251, 0.88) !important;
  font-family: var(--pixel-font) !important;
  font-size: clamp(0.9rem, 1.6vw, 1.05rem) !important;
  font-weight: 720 !important;
  line-height: 1 !important;
}

#recent-posts .article-meta-label,
#recent-posts .time_hidden {
  display: none !important;
}

#recent-posts .article-meta.tags {
  order: 1;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.5rem !important;
  min-width: 0 !important;
}

#recent-posts .article-meta__tags {
  min-height: 1.72rem !important;
  padding: 0.3rem 0.62rem !important;
  border-color: rgba(226, 236, 247, 0.16) !important;
  background: rgba(226, 236, 247, 0.055) !important;
  color: rgba(235, 242, 250, 0.82) !important;
  font-size: 0.78rem !important;
}

#recent-posts .article-meta__tags span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.18rem !important;
  color: inherit !important;
  white-space: nowrap !important;
}

#recent-posts .content {
  position: relative !important;
  max-width: 68ch !important;
  margin: 0 !important;
  padding-top: 0.1rem !important;
  color: rgba(226, 236, 247, 0.72) !important;
  font-size: clamp(0.92rem, 1.2vw, 1rem) !important;
  line-height: 1.82 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

#recent-posts .content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2.4rem;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(11, 16, 23, 0.96));
}

@media screen and (max-width: 768px) {
  #recent-posts {
    gap: 0.95rem !important;
  }

  #recent-posts > .recent-post-item {
    min-height: 13.5rem !important;
    border-radius: 18px !important;
  }

  #recent-posts .recent-post-info,
  #recent-posts .recent-post-info.no-cover {
    gap: 0.95rem !important;
    padding: 1.15rem !important;
  }

  #recent-posts .recent-post-info .article-title {
    font-size: clamp(1.35rem, 7vw, 1.9rem) !important;
  }

  #recent-posts .article-meta-wrap {
    justify-content: flex-start !important;
  }

  #recent-posts .post-meta-date {
    width: 100% !important;
    margin-left: 0 !important;
    font-size: 0.88rem !important;
  }

  #recent-posts .content {
    -webkit-line-clamp: 2 !important;
  }
}

/* Card correction: compact premium blog list, not poster-sized blocks. */
#recent-posts {
  gap: 1rem !important;
}

#recent-posts > .recent-post-item,
[data-theme="dark"] #recent-posts > .recent-post-item {
  min-height: 0 !important;
  border-radius: 18px !important;
  border-color: rgba(125, 211, 252, 0.2) !important;
  background:
    linear-gradient(135deg, rgba(18, 26, 38, 0.92), rgba(10, 15, 23, 0.94) 62%, rgba(8, 12, 18, 0.96)),
    rgba(10, 15, 23, 0.92) !important;
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

#recent-posts > .recent-post-item::before {
  background-size: 22px 22px !important;
  opacity: 0.34 !important;
  mask-image: linear-gradient(105deg, rgba(0, 0, 0, 0.45), transparent 58%) !important;
}

#recent-posts > .recent-post-item::after {
  width: 28% !important;
  opacity: 0.28 !important;
  transform: none !important;
  background:
    linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.045)),
    radial-gradient(circle at 90% 18%, rgba(94, 234, 212, 0.09), transparent 8rem) !important;
}

#recent-posts > .recent-post-item:hover {
  border-color: rgba(125, 211, 252, 0.36) !important;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(125, 211, 252, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.065) !important;
  transform: translateY(-3px) !important;
}

#recent-posts .recent-post-info,
#recent-posts .recent-post-info.no-cover {
  display: grid !important;
  grid-template-rows: auto auto !important;
  gap: 0.7rem !important;
  min-height: 0 !important;
  padding: 1.12rem 1.22rem !important;
}

#recent-posts .recent-post-info-top {
  gap: 0.55rem !important;
}

#recent-posts .recent-post-info-top-tips {
  gap: 0.38rem !important;
  min-height: 0 !important;
}

#recent-posts .article-categories-original,
#recent-posts .newPost,
#recent-posts .unvisited-post,
#recent-posts a.unvisited-post,
#recent-posts .article-meta__tags {
  min-height: 1.48rem !important;
  padding: 0.24rem 0.54rem !important;
  border-color: rgba(125, 211, 252, 0.22) !important;
  background: rgba(125, 211, 252, 0.085) !important;
  color: rgba(220, 244, 255, 0.92) !important;
  font-size: 0.72rem !important;
  font-weight: 750 !important;
  box-shadow: none !important;
}

#recent-posts .article-categories-original::before {
  width: 0.34rem !important;
  height: 0.34rem !important;
  margin-right: 0.36rem !important;
}

#recent-posts .newPost {
  border-color: rgba(248, 213, 107, 0.3) !important;
  background: rgba(248, 213, 107, 0.1) !important;
  color: rgba(255, 235, 166, 0.92) !important;
}

#recent-posts .unvisited-post,
#recent-posts a.unvisited-post {
  border-color: rgba(240, 164, 255, 0.24) !important;
  background: rgba(240, 164, 255, 0.08) !important;
  color: rgba(250, 220, 255, 0.9) !important;
}

#recent-posts .recent-post-info .article-title {
  width: auto !important;
  max-width: 100% !important;
  color: rgba(248, 251, 255, 0.96) !important;
  font-size: clamp(1.28rem, 1.9vw, 1.58rem) !important;
  font-weight: 820 !important;
  line-height: 1.2 !important;
  text-wrap: auto !important;
}

#recent-posts .recent-post-info .article-title::after {
  bottom: -0.22rem !important;
  height: 1px !important;
  opacity: 0.44 !important;
  transform: scaleX(0.24) !important;
}

#recent-posts > .recent-post-item:hover .recent-post-info .article-title {
  color: #ffffff !important;
  transform: translateX(0.08rem) !important;
}

#recent-posts .article-meta-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.5rem 0.85rem !important;
  margin-top: 0.08rem !important;
}

#recent-posts .post-meta-date {
  color: rgba(235, 242, 250, 0.82) !important;
  font-size: 0.84rem !important;
  font-weight: 720 !important;
}

#recent-posts .article-meta.tags {
  gap: 0.38rem !important;
}

#recent-posts .article-meta__tags {
  min-height: 1.42rem !important;
  padding: 0.22rem 0.5rem !important;
  color: rgba(226, 236, 247, 0.76) !important;
  font-size: 0.72rem !important;
}

#recent-posts .content {
  display: none !important;
}

@media screen and (min-width: 1180px) {
  #recent-posts > .recent-post-item {
    max-width: 680px !important;
  }
}

@media screen and (max-width: 768px) {
  #recent-posts > .recent-post-item {
    border-radius: 16px !important;
  }

  #recent-posts .recent-post-info,
  #recent-posts .recent-post-info.no-cover {
    gap: 0.62rem !important;
    padding: 1rem !important;
  }

  #recent-posts .recent-post-info .article-title {
    font-size: clamp(1.15rem, 5.7vw, 1.42rem) !important;
  }

  #recent-posts .article-meta-wrap {
    align-items: flex-start !important;
  }

  #recent-posts .post-meta-date {
    width: auto !important;
    margin-left: auto !important;
    font-size: 0.78rem !important;
  }
}

/* Card correction v2: full-width readable article rows. */
#recent-posts {
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-items: stretch !important;
  gap: 0.92rem !important;
  width: 100% !important;
}

#recent-posts > .recent-post-item,
#recent-posts > .recent-post-item.lastestpost-item,
[data-theme="dark"] #recent-posts > .recent-post-item {
  width: 100% !important;
  max-width: none !important;
  min-height: 148px !important;
  height: auto !important;
  margin: 0 !important;
  border-radius: 18px !important;
  background:
    linear-gradient(90deg, rgba(20, 32, 45, 0.92), rgba(9, 14, 22, 0.96) 46%, rgba(10, 15, 23, 0.92)),
    rgba(10, 15, 23, 0.94) !important;
}

#recent-posts > .recent-post-item::before {
  opacity: 0.24 !important;
  background-size: 18px 18px !important;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 72%) !important;
}

#recent-posts > .recent-post-item::after {
  width: 18% !important;
  opacity: 0.22 !important;
}

#recent-posts .recent-post-info,
#recent-posts .recent-post-info.no-cover {
  display: grid !important;
  grid-template-rows: auto 1fr auto !important;
  gap: 0.62rem !important;
  min-height: 146px !important;
  padding: 1.05rem 1.18rem !important;
}

#recent-posts .recent-post-info-top {
  display: contents !important;
}

#recent-posts .recent-post-info-top-tips {
  display: flex !important;
  align-items: center !important;
  gap: 0.4rem !important;
  min-height: 1.5rem !important;
}

#recent-posts .recent-post-info .article-title {
  align-self: center !important;
  width: min(100%, 34rem) !important;
  max-width: 100% !important;
  margin: 0 !important;
  color: #f8fbff !important;
  font-size: clamp(1.28rem, 2vw, 1.74rem) !important;
  font-weight: 850 !important;
  line-height: 1.16 !important;
}

#recent-posts .recent-post-info .article-title::after {
  bottom: -0.28rem !important;
  width: min(100%, 18rem) !important;
}

#recent-posts .article-meta-wrap {
  align-self: end !important;
  min-height: 1.55rem !important;
  margin: 0 !important;
}

#recent-posts .article-categories-original,
#recent-posts .newPost,
#recent-posts .unvisited-post,
#recent-posts a.unvisited-post,
#recent-posts .article-meta__tags {
  min-height: 1.44rem !important;
  padding: 0.22rem 0.52rem !important;
}

#recent-posts .content,
#recent-posts .content::after {
  display: none !important;
}

@media screen and (min-width: 1180px) {
  #recent-posts > .recent-post-item {
    max-width: none !important;
  }
}

@media screen and (max-width: 768px) {
  #recent-posts > .recent-post-item,
  #recent-posts > .recent-post-item.lastestpost-item {
    min-height: 138px !important;
    border-radius: 16px !important;
  }

  #recent-posts .recent-post-info,
  #recent-posts .recent-post-info.no-cover {
    min-height: 136px !important;
    padding: 0.95rem !important;
  }

  #recent-posts .recent-post-info .article-title {
    width: 100% !important;
    font-size: clamp(1.14rem, 5.2vw, 1.42rem) !important;
  }
}

/* Card correction v3: balanced list card with anchored metadata. */
#recent-posts > .recent-post-item,
#recent-posts > .recent-post-item.lastestpost-item,
[data-theme="dark"] #recent-posts > .recent-post-item {
  min-height: 136px !important;
  border-radius: 16px !important;
  background:
    linear-gradient(90deg, rgba(18, 31, 44, 0.94), rgba(9, 14, 22, 0.96) 44%, rgba(8, 12, 18, 0.98)),
    rgba(10, 15, 23, 0.94) !important;
}

#recent-posts > .recent-post-item::before {
  opacity: 0.18 !important;
}

#recent-posts > .recent-post-item::after {
  width: 15rem !important;
  opacity: 0.2 !important;
}

#recent-posts .recent-post-info,
#recent-posts .recent-post-info.no-cover {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(13rem, 18rem) !important;
  grid-template-rows: auto 1fr !important;
  column-gap: clamp(1.1rem, 2.6vw, 2rem) !important;
  row-gap: 0.55rem !important;
  min-height: 134px !important;
  padding: 0.98rem 1.1rem !important;
}

#recent-posts .recent-post-info-top {
  display: contents !important;
}

#recent-posts .recent-post-info-top-tips {
  grid-column: 1;
  grid-row: 1;
  align-self: start !important;
  min-height: 1.42rem !important;
}

#recent-posts .recent-post-info .article-title {
  grid-column: 1;
  grid-row: 2;
  align-self: center !important;
  width: auto !important;
  font-size: clamp(1.22rem, 1.75vw, 1.58rem) !important;
  line-height: 1.18 !important;
}

#recent-posts .article-meta-wrap {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: stretch !important;
  justify-self: stretch !important;
  display: grid !important;
  grid-template-rows: 1fr auto !important;
  align-items: end !important;
  justify-content: stretch !important;
  gap: 0.65rem !important;
  min-height: 0 !important;
  padding-left: 1rem !important;
  border-left: 1px solid rgba(125, 211, 252, 0.12) !important;
}

#recent-posts .post-meta-date {
  order: 0 !important;
  justify-self: end !important;
  align-self: end !important;
  margin: 0 !important;
  padding: 0.36rem 0.58rem !important;
  border: 1px solid rgba(226, 236, 247, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(226, 236, 247, 0.045) !important;
  color: rgba(246, 248, 251, 0.9) !important;
  font-size: 0.78rem !important;
}

#recent-posts .article-meta.tags {
  order: 1 !important;
  justify-content: flex-end !important;
  align-self: end !important;
}

#recent-posts .article-categories-original,
#recent-posts .newPost,
#recent-posts .unvisited-post,
#recent-posts a.unvisited-post,
#recent-posts .article-meta__tags {
  min-height: 1.36rem !important;
  padding: 0.18rem 0.46rem !important;
  font-size: 0.68rem !important;
}

#recent-posts .article-meta__tags i {
  opacity: 0.62 !important;
}

@media screen and (max-width: 900px) {
  #recent-posts .recent-post-info,
  #recent-posts .recent-post-info.no-cover {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
    min-height: 132px !important;
  }

  #recent-posts .recent-post-info-top-tips,
  #recent-posts .recent-post-info .article-title,
  #recent-posts .article-meta-wrap {
    grid-column: 1 !important;
  }

  #recent-posts .recent-post-info-top-tips {
    grid-row: 1 !important;
  }

  #recent-posts .recent-post-info .article-title {
    grid-row: 2 !important;
  }

  #recent-posts .article-meta-wrap {
    grid-row: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 0 !important;
    border-left: 0 !important;
  }
}

/* Card correction v4: readable editorial cards with summary, no split-panel emptiness. */
#recent-posts {
  gap: 0.9rem !important;
}

#recent-posts > .recent-post-item,
#recent-posts > .recent-post-item.lastestpost-item,
[data-theme="dark"] #recent-posts > .recent-post-item {
  min-height: 152px !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(125, 211, 252, 0.13), transparent 16rem),
    linear-gradient(135deg, rgba(15, 27, 39, 0.96), rgba(8, 13, 21, 0.97) 62%, rgba(7, 10, 16, 0.98)),
    rgba(9, 14, 22, 0.96) !important;
}

#recent-posts > .recent-post-item::after {
  width: 100% !important;
  opacity: 0.32 !important;
  background:
    linear-gradient(90deg, rgba(94, 234, 212, 0.16), transparent 10rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 36%) !important;
}

#recent-posts .recent-post-info,
#recent-posts .recent-post-info.no-cover {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  grid-template-rows: auto auto auto !important;
  column-gap: 1rem !important;
  row-gap: 0.6rem !important;
  min-height: 150px !important;
  padding: 1rem 1.12rem !important;
}

#recent-posts .recent-post-info-top,
#recent-posts .recent-post-info-top-tips {
  display: flex !important;
}

#recent-posts .recent-post-info-top {
  grid-column: 1;
  grid-row: 1;
  min-width: 0 !important;
}

#recent-posts .recent-post-info-top-tips {
  align-items: center !important;
  gap: 0.4rem !important;
  min-height: 1.4rem !important;
}

#recent-posts .recent-post-info .article-title {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  align-self: start !important;
  width: min(100%, 44rem) !important;
  margin: 0 !important;
  font-size: clamp(1.26rem, 1.78vw, 1.66rem) !important;
  line-height: 1.18 !important;
}

#recent-posts .recent-post-info .article-title::after {
  width: min(100%, 14rem) !important;
  bottom: -0.25rem !important;
}

#recent-posts .article-meta-wrap {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  align-self: start !important;
  min-height: 1.4rem !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  gap: 0.42rem !important;
}

#recent-posts .post-meta-date {
  margin: 0 !important;
  padding: 0.22rem 0.52rem !important;
  font-size: 0.75rem !important;
}

#recent-posts .article-meta.tags {
  grid-column: 1 / -1 !important;
  grid-row: 3 !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 0.36rem !important;
}

#recent-posts .article-meta__tags {
  min-height: 1.34rem !important;
  padding: 0.18rem 0.46rem !important;
  background: rgba(226, 236, 247, 0.052) !important;
  font-size: 0.68rem !important;
}

#recent-posts .content {
  grid-column: 1 / -1 !important;
  grid-row: 3 !important;
  display: -webkit-box !important;
  max-width: 66ch !important;
  margin-top: 0.08rem !important;
  color: rgba(226, 236, 247, 0.58) !important;
  font-size: 0.84rem !important;
  line-height: 1.62 !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

#recent-posts .content::after {
  display: none !important;
}

#recent-posts .article-meta.tags + .content,
#recent-posts .content + .article-meta.tags {
  margin-top: 0 !important;
}

#recent-posts .recent-post-info:has(.content) .article-meta.tags {
  justify-self: end !important;
}

/* Card correction v5: dense editorial blog rows with visible summary. */
#recent-posts {
  gap: 0.82rem !important;
}

#recent-posts > .recent-post-item,
#recent-posts > .recent-post-item.lastestpost-item,
[data-theme="dark"] #recent-posts > .recent-post-item {
  min-height: 132px !important;
  height: auto !important;
  border-radius: 16px !important;
  border: 1px solid rgba(125, 211, 252, 0.18) !important;
  background:
    linear-gradient(90deg, rgba(21, 38, 52, 0.88), rgba(9, 14, 22, 0.96) 34%, rgba(8, 12, 18, 0.98)),
    rgba(9, 14, 22, 0.96) !important;
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

#recent-posts > .recent-post-item::before {
  opacity: 0.16 !important;
  background-size: 18px 18px !important;
}

#recent-posts > .recent-post-item::after {
  width: 42% !important;
  opacity: 0.18 !important;
  background:
    linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.06)),
    radial-gradient(circle at 92% 30%, rgba(94, 234, 212, 0.12), transparent 8rem) !important;
}

#recent-posts > .recent-post-item:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(94, 234, 212, 0.38) !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(94, 234, 212, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

#recent-posts .recent-post-info,
#recent-posts .recent-post-info.no-cover {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-rows: auto auto auto !important;
  align-content: center !important;
  column-gap: 1rem !important;
  row-gap: 0.54rem !important;
  width: 100% !important;
  min-height: 130px !important;
  height: auto !important;
  padding: 1rem 1.22rem !important;
  overflow: hidden !important;
}

#recent-posts .recent-post-info-top {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.52rem !important;
  min-width: 0 !important;
}

#recent-posts .recent-post-info-top-tips {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0.38rem !important;
  min-height: 1.45rem !important;
  max-width: 100% !important;
}

#recent-posts .recent-post-info .article-title {
  display: block !important;
  width: 100% !important;
  max-width: min(100%, 42rem) !important;
  margin: 0 !important;
  color: rgba(248, 251, 255, 0.96) !important;
  font-size: clamp(1.22rem, 1.58vw, 1.54rem) !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  transform: none !important;
}

#recent-posts .recent-post-info .article-title::after {
  display: none !important;
}

#recent-posts .article-meta-wrap {
  grid-column: 2 !important;
  grid-row: 1 !important;
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: auto !important;
  height: auto !important;
  min-width: 7.2rem !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: visible !important;
  justify-self: end !important;
  align-self: start !important;
}

#recent-posts .post-meta-date {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0.2rem 0.5rem !important;
  border-radius: 999px !important;
  color: rgba(226, 236, 247, 0.76) !important;
  background: rgba(226, 236, 247, 0.055) !important;
  border: 1px solid rgba(226, 236, 247, 0.08) !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

#recent-posts .post-meta-date .article-meta-label,
#recent-posts .post-meta-date .time_hidden {
  display: none !important;
}

#recent-posts .article-meta-wrap .article-meta.tags {
  display: none !important;
}

#recent-posts .recent-post-info > .article-meta.tags {
  grid-column: 1 / -1 !important;
  grid-row: 3 !important;
  position: static !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  gap: 0.36rem !important;
  overflow: visible !important;
}

#recent-posts .article-meta__tags,
#recent-posts .article-categories-original,
#recent-posts .unvisited-post,
#recent-posts .newPost {
  min-height: 1.38rem !important;
  padding: 0.2rem 0.52rem !important;
  border-radius: 999px !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

#recent-posts .content {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  display: -webkit-box !important;
  width: min(100%, 72ch) !important;
  max-width: 72ch !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(226, 236, 247, 0.68) !important;
  font-size: 0.9rem !important;
  line-height: 1.55 !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

#recent-posts .content::after {
  display: none !important;
}

@media screen and (max-width: 900px) {
  #recent-posts .recent-post-info,
  #recent-posts .recent-post-info.no-cover {
    grid-template-columns: 1fr !important;
    row-gap: 0.62rem !important;
    padding: 0.95rem !important;
  }

  #recent-posts .article-meta-wrap {
    grid-column: 1 !important;
    grid-row: 3 !important;
    justify-self: start !important;
  }

  #recent-posts .recent-post-info > .article-meta.tags {
    grid-row: 4 !important;
  }

  #recent-posts .recent-post-info .article-title {
    white-space: normal !important;
  }
}

@media screen and (max-width: 900px) {
  #recent-posts .recent-post-info,
  #recent-posts .recent-post-info.no-cover {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto auto !important;
    min-height: 148px !important;
  }

  #recent-posts .article-meta-wrap {
    grid-column: 1 !important;
    grid-row: 4 !important;
    justify-content: space-between !important;
  }

  #recent-posts .content {
    grid-row: 3 !important;
  }
}
/* Card correction v6: real DOM layout, compact readable blog cards. */
#recent-posts {
  gap: 0.72rem !important;
}

#recent-posts > .recent-post-item,
#recent-posts > .recent-post-item.lastestpost-item,
[data-theme="dark"] #recent-posts > .recent-post-item {
  min-height: 128px !important;
  border-radius: 16px !important;
  background:
    linear-gradient(90deg, rgba(18, 37, 50, 0.9), rgba(8, 13, 21, 0.97) 31%, rgba(7, 10, 16, 0.98)),
    rgba(8, 13, 21, 0.96) !important;
}

#recent-posts .recent-post-info,
#recent-posts .recent-post-info.no-cover {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-rows: auto auto auto !important;
  align-content: start !important;
  gap: 0.48rem 1.1rem !important;
  width: 100% !important;
  min-height: 126px !important;
  height: auto !important;
  padding: 1rem 1.25rem !important;
  overflow: hidden !important;
}

#recent-posts .recent-post-info-top {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.52rem !important;
  min-width: 0 !important;
}

#recent-posts .recent-post-info-top-tips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.36rem !important;
  max-width: 100% !important;
}

#recent-posts .recent-post-info .article-title {
  display: block !important;
  width: 100% !important;
  max-width: min(100%, 42rem) !important;
  margin: 0 !important;
  color: #f8fbff !important;
  font-size: clamp(1.24rem, 1.5vw, 1.48rem) !important;
  line-height: 1.18 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#recent-posts .article-meta-wrap {
  grid-column: 2 !important;
  grid-row: 1 !important;
  position: static !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  gap: 0.48rem !important;
  width: auto !important;
  min-width: 11rem !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: visible !important;
}

#recent-posts .article-meta-wrap .post-meta-date {
  order: 1 !important;
  display: inline-flex !important;
  width: auto !important;
  max-width: 100% !important;
}

#recent-posts .article-meta-wrap .article-meta.tags {
  order: 2 !important;
  position: static !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 0.34rem !important;
  width: min(24rem, 36vw) !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

#recent-posts .post-meta-date .article-meta-label,
#recent-posts .post-meta-date .time_hidden,
#recent-posts .article-meta-wrap .article-meta.tags i {
  display: none !important;
}

#recent-posts .article-meta__tags,
#recent-posts .article-categories-original,
#recent-posts .unvisited-post,
#recent-posts .newPost {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 1.35rem !important;
  padding: 0.2rem 0.52rem !important;
  border-radius: 999px !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

#recent-posts .content {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  display: block !important;
  width: min(100%, 78ch) !important;
  max-width: 78ch !important;
  height: auto !important;
  max-height: 2.9rem !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(226, 236, 247, 0.74) !important;
  font-size: 0.9rem !important;
  line-height: 1.45 !important;
  overflow: hidden !important;
}

#recent-posts .content br,
#recent-posts .content figure,
#recent-posts .content table,
#recent-posts .content pre,
#recent-posts .content .highlight {
  display: none !important;
}

#recent-posts .content::after {
  display: none !important;
}

@media screen and (max-width: 900px) {
  #recent-posts .recent-post-info,
  #recent-posts .recent-post-info.no-cover {
    grid-template-columns: 1fr !important;
    min-height: 148px !important;
  }

  #recent-posts .article-meta-wrap {
    grid-column: 1 !important;
    grid-row: 3 !important;
    align-items: flex-start !important;
    min-width: 0 !important;
  }

  #recent-posts .article-meta-wrap .article-meta.tags {
    justify-content: flex-start !important;
    width: 100% !important;
  }

  #recent-posts .recent-post-info .article-title {
    white-space: normal !important;
  }
}

/* Card correction v7: override Anzhiyu's hidden-summary rule. */
#content-inner #recent-posts > .recent-post-item > .recent-post-info > .content,
#recent-posts > .recent-post-item > .recent-post-info > .content,
#recent-posts .recent-post-info > .content {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: min(100%, 78ch) !important;
  max-width: 78ch !important;
  height: auto !important;
  min-height: 2.35rem !important;
  max-height: 2.9rem !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(226, 236, 247, 0.74) !important;
  font-size: 0.9rem !important;
  line-height: 1.45 !important;
  overflow: hidden !important;
  transform: none !important;
  filter: none !important;
  clip-path: none !important;
}

#content-inner #recent-posts > .recent-post-item > .recent-post-info > .content::after,
#recent-posts > .recent-post-item > .recent-post-info > .content::after,
#recent-posts .recent-post-info > .content::after {
  display: none !important;
}

/* Article card redesign v8: aligned security-notes feed. */
#content-inner #recent-posts,
#recent-posts {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(1rem, 1.8vw, 1.35rem) !important;
  width: 100% !important;
}

#content-inner #recent-posts > .recent-post-item,
#recent-posts > .recent-post-item,
#recent-posts > .recent-post-item.lastestpost-item,
[data-theme="dark"] #recent-posts > .recent-post-item {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  display: block !important;
  width: 100% !important;
  min-height: 212px !important;
  margin: 0 !important;
  border: 1px solid rgba(125, 211, 252, 0.2) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(94, 234, 212, 0.14), transparent 18rem),
    linear-gradient(135deg, rgba(15, 30, 43, 0.96), rgba(7, 11, 18, 0.98) 48%, rgba(5, 8, 13, 0.98)),
    rgba(7, 11, 18, 0.98) !important;
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  transform: translateZ(0) !important;
}

#content-inner #recent-posts > .recent-post-item::before,
#recent-posts > .recent-post-item::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  pointer-events: none !important;
  opacity: 0.5 !important;
  background-image:
    linear-gradient(rgba(125, 211, 252, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, 0.045) 1px, transparent 1px) !important;
  background-size: 24px 24px !important;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 46%, transparent 88%) !important;
}

#content-inner #recent-posts > .recent-post-item::after,
#recent-posts > .recent-post-item::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  pointer-events: none !important;
  opacity: 1 !important;
  width: auto !important;
  background:
    linear-gradient(90deg, rgba(94, 234, 212, 0.18), transparent 12rem),
    radial-gradient(circle at 92% 22%, rgba(125, 211, 252, 0.13), transparent 13rem) !important;
}

#content-inner #recent-posts > .recent-post-item:hover,
#recent-posts > .recent-post-item:hover {
  border-color: rgba(94, 234, 212, 0.48) !important;
  box-shadow:
    0 26px 58px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(94, 234, 212, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  transform: translateY(-3px) !important;
}

#content-inner #recent-posts .recent-post-info,
#recent-posts .recent-post-info,
#recent-posts .recent-post-info.no-cover {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(13.5rem, 18rem) !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  column-gap: clamp(1.2rem, 3vw, 2.4rem) !important;
  row-gap: 1rem !important;
  align-items: start !important;
  width: 100% !important;
  min-height: 210px !important;
  height: auto !important;
  padding: clamp(1.25rem, 2.4vw, 1.8rem) clamp(1.25rem, 2.8vw, 2.1rem) !important;
  overflow: hidden !important;
}

#content-inner #recent-posts .recent-post-info-top,
#recent-posts .recent-post-info-top {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: grid !important;
  gap: 0.95rem !important;
  align-content: start !important;
  min-width: 0 !important;
}

#content-inner #recent-posts .recent-post-info-top-tips,
#recent-posts .recent-post-info-top-tips {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.52rem !important;
  min-height: 1.6rem !important;
  max-width: 100% !important;
}

#content-inner #recent-posts .recent-post-info .article-title,
#recent-posts .recent-post-info .article-title {
  display: block !important;
  width: 100% !important;
  max-width: 46rem !important;
  margin: 0 !important;
  color: #f8fbff !important;
  font-size: clamp(1.45rem, 2vw, 2rem) !important;
  font-weight: 850 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  transform: none !important;
}

#content-inner #recent-posts .recent-post-info .article-title::after,
#recent-posts .recent-post-info .article-title::after {
  display: none !important;
}

#content-inner #recent-posts .recent-post-info > .content,
#recent-posts .recent-post-info > .content {
  grid-column: 1 !important;
  grid-row: 2 !important;
  display: -webkit-box !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: min(100%, 76ch) !important;
  max-width: 76ch !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(226, 236, 247, 0.72) !important;
  font-size: clamp(0.9rem, 1.05vw, 1rem) !important;
  line-height: 1.72 !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  transform: none !important;
  filter: none !important;
  clip-path: none !important;
}

#content-inner #recent-posts .content br,
#recent-posts .content br,
#content-inner #recent-posts .content figure,
#recent-posts .content figure,
#content-inner #recent-posts .content table,
#recent-posts .content table,
#content-inner #recent-posts .content pre,
#recent-posts .content pre,
#content-inner #recent-posts .content .highlight,
#recent-posts .content .highlight {
  display: none !important;
}

#content-inner #recent-posts .article-meta-wrap,
#recent-posts .article-meta-wrap {
  grid-column: 2 !important;
  grid-row: 1 / span 3 !important;
  position: relative !important;
  display: grid !important;
  grid-template-rows: auto 1fr auto !important;
  align-items: start !important;
  justify-items: end !important;
  gap: 0.9rem !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 0 0 clamp(1rem, 2vw, 1.6rem) !important;
  border-left: 1px solid rgba(125, 211, 252, 0.14) !important;
  overflow: visible !important;
}

#content-inner #recent-posts .post-meta-date,
#recent-posts .post-meta-date {
  grid-row: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0.42rem 0.7rem !important;
  border: 1px solid rgba(226, 236, 247, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(226, 236, 247, 0.06) !important;
  color: rgba(246, 248, 251, 0.82) !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

#content-inner #recent-posts .post-meta-date .article-meta-label,
#recent-posts .post-meta-date .article-meta-label,
#content-inner #recent-posts .post-meta-date .time_hidden,
#recent-posts .post-meta-date .time_hidden,
#content-inner #recent-posts .article-meta-wrap .article-meta.tags i,
#recent-posts .article-meta-wrap .article-meta.tags i {
  display: none !important;
}

#content-inner #recent-posts .article-meta-wrap .article-meta.tags,
#recent-posts .article-meta-wrap .article-meta.tags {
  grid-row: 3 !important;
  position: static !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 0.45rem !important;
  width: min(100%, 17rem) !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

#content-inner #recent-posts .recent-post-info > .article-meta.tags,
#recent-posts .recent-post-info > .article-meta.tags {
  grid-column: 1 !important;
  grid-row: 3 !important;
  display: none !important;
}

#content-inner #recent-posts .article-categories-original,
#recent-posts .article-categories-original,
#content-inner #recent-posts .newPost,
#recent-posts .newPost,
#content-inner #recent-posts .unvisited-post,
#recent-posts .unvisited-post,
#content-inner #recent-posts a.unvisited-post,
#recent-posts a.unvisited-post,
#content-inner #recent-posts .article-meta__tags,
#recent-posts .article-meta__tags {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 1.62rem !important;
  padding: 0.28rem 0.62rem !important;
  border-radius: 999px !important;
  border: 1px solid rgba(125, 211, 252, 0.2) !important;
  background: rgba(125, 211, 252, 0.08) !important;
  color: rgba(226, 236, 247, 0.86) !important;
  font-size: 0.78rem !important;
  font-weight: 850 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

#content-inner #recent-posts .article-categories-original::before,
#recent-posts .article-categories-original::before {
  content: "" !important;
  width: 0.34rem !important;
  height: 0.34rem !important;
  margin-right: 0.38rem !important;
  border-radius: 999px !important;
  background: var(--pixel-green) !important;
  box-shadow: 0 0 10px rgba(94, 234, 212, 0.8) !important;
}

#content-inner #recent-posts .newPost,
#recent-posts .newPost {
  border-color: rgba(248, 213, 107, 0.32) !important;
  background: rgba(248, 213, 107, 0.11) !important;
  color: rgba(255, 236, 168, 0.92) !important;
}

#content-inner #recent-posts .unvisited-post,
#recent-posts .unvisited-post,
#content-inner #recent-posts a.unvisited-post,
#recent-posts a.unvisited-post {
  border-color: rgba(216, 180, 254, 0.28) !important;
  background: rgba(216, 180, 254, 0.1) !important;
  color: rgba(244, 214, 255, 0.9) !important;
}

@media screen and (max-width: 900px) {
  #content-inner #recent-posts > .recent-post-item,
  #recent-posts > .recent-post-item {
    min-height: auto !important;
    border-radius: 18px !important;
  }

  #content-inner #recent-posts .recent-post-info,
  #recent-posts .recent-post-info,
  #recent-posts .recent-post-info.no-cover {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
    row-gap: 0.85rem !important;
    min-height: 0 !important;
    padding: 1rem !important;
  }

  #content-inner #recent-posts .article-meta-wrap,
  #recent-posts .article-meta-wrap {
    grid-column: 1 !important;
    grid-row: 3 !important;
    grid-template-rows: auto auto !important;
    justify-items: start !important;
    gap: 0.6rem !important;
    padding-left: 0 !important;
    border-left: 0 !important;
  }

  #content-inner #recent-posts .article-meta-wrap .article-meta.tags,
  #recent-posts .article-meta-wrap .article-meta.tags {
    justify-content: flex-start !important;
    width: 100% !important;
  }

  #content-inner #recent-posts .recent-post-info .article-title,
  #recent-posts .recent-post-info .article-title {
    font-size: clamp(1.22rem, 5.4vw, 1.55rem) !important;
  }

  #content-inner #recent-posts .recent-post-info > .content,
  #recent-posts .recent-post-info > .content {
    -webkit-line-clamp: 2 !important;
  }
}

/* Post navbar stacking fix: keep article content below an opaque fixed navigation. */
#body-wrap.post {
  --pixel-post-nav-offset: clamp(4.45rem, 5vw, 4.85rem);
}

#body-wrap.post #page-header,
#body-wrap.post #page-header.nav-fixed,
#body-wrap.post #page-header.nav-visible {
  position: relative !important;
  z-index: 10000 !important;
  overflow: visible !important;
  pointer-events: none;
}

#body-wrap.post #page-header #nav,
#body-wrap.post #page-header.nav-fixed #nav,
#body-wrap.post #page-header.nav-visible #nav {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 10001 !important;
  isolation: isolate;
  pointer-events: auto;
  background:
    linear-gradient(180deg, rgba(9, 14, 22, 1), rgba(9, 14, 22, 0.98) 72%, rgba(9, 14, 22, 0.94)),
    #090e16 !important;
  backdrop-filter: blur(18px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.56), inset 0 -1px 0 rgba(125, 211, 252, 0.18) !important;
}

#body-wrap.post #blog-container,
#body-wrap.post #content-inner.layout,
#body-wrap.post #post,
#body-wrap.post #article-container {
  z-index: 1 !important;
}

#body-wrap.post #blog-container {
  padding-top: var(--pixel-post-nav-offset) !important;
}

#body-wrap.post #content-inner.layout {
  padding-top: max(clamp(1.1rem, 2.6vw, 2rem), var(--pixel-post-nav-offset)) !important;
}

/* Final post-page nav override: no transparent nav on article pages. */
html body #body-wrap.post header#page-header #nav {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 10060 !important;
  background: #090e16 !important;
  background-image: none !important;
  opacity: 1 !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.62), inset 0 -1px 0 rgba(125, 211, 252, 0.2) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html body #body-wrap.post::before {
  content: "" !important;
  display: none !important;
}

html.pixel-native-scroll #body-wrap.post #page-header.post-bg:not(.pixel-stage-home),
body.pixel-native-scroll #body-wrap.post #page-header.post-bg:not(.pixel-stage-home),
html body #body-wrap.post #page-header.post-bg:not(.pixel-stage-home) {
  height: clamp(330px, 36svh, 430px) !important;
  min-height: 330px !important;
  overflow: visible !important;
}

html body #body-wrap.post #page-header.post-bg:not(.pixel-stage-home)::before {
  background: transparent !important;
  background-image: none !important;
}

html body #body-wrap.post #post-top-cover,
html body #body-wrap.post .post-top-bg-color {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  background: transparent !important;
  background-image: none !important;
}

html:has(#body-wrap.post) body,
body:has(#body-wrap.post) {
  background: #05070b !important;
  background-image: none !important;
}

html:has(#body-wrap.post) #web_bg::before,
body:has(#body-wrap.post) #web_bg::before {
  display: none !important;
  background: transparent !important;
  background-image: none !important;
}

html.pixel-native-scroll #body-wrap.post #page-header.post-bg:not(.pixel-stage-home) #post-info,
body.pixel-native-scroll #body-wrap.post #page-header.post-bg:not(.pixel-stage-home) #post-info,
html body #body-wrap.post #page-header.post-bg:not(.pixel-stage-home) #post-info {
  top: var(--pixel-post-nav-offset) !important;
  bottom: auto !important;
  height: calc(100% - var(--pixel-post-nav-offset) - clamp(2.2rem, 5svh, 3.2rem)) !important;
  min-height: 0 !important;
  justify-content: flex-start !important;
  padding-top: clamp(1rem, 2svh, 1.35rem) !important;
  padding-bottom: 0 !important;
}

html body #body-wrap.post #page-header.post-bg:not(.pixel-stage-home) #post-info .meta-secondline {
  margin-top: 0.18rem !important;
}

html body #body-wrap.post main#blog-container {
  margin-top: clamp(0.35rem, 1vw, 0.8rem) !important;
  padding-top: 0 !important;
}

html body #body-wrap.post #content-inner.layout {
  padding-top: 0 !important;
}

html body #body-wrap.post #post {
  margin-top: 0 !important;
}

/* Home list guard: keep the category rail below the fixed nav. */
html body #body-wrap.page header#page-header.nav-fixed,
html body #body-wrap.page header#page-header.nav-visible {
  z-index: 60 !important;
  overflow: visible !important;
  pointer-events: none;
}

html body #body-wrap.page header#page-header #nav,
html body #body-wrap.page header#page-header.nav-fixed #nav,
html body #body-wrap.page header#page-header.nav-visible #nav {
  z-index: 90 !important;
  pointer-events: auto;
  background:
    linear-gradient(180deg, rgba(7, 10, 16, 1), rgba(7, 10, 16, 0.98) 72%, rgba(7, 10, 16, 0.96)),
    #070a10 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.58), inset 0 -1px 0 rgba(125, 211, 252, 0.2) !important;
}

html body #body-wrap.page main#blog-container {
  scroll-padding-top: calc(var(--pixel-home-nav-offset, 5.75rem) + 1rem);
}

html body #body-wrap.page #content-inner.layout {
  padding-top: var(--pixel-home-nav-offset, 5.75rem) !important;
}

html body #body-wrap.page #category-bar {
  position: relative !important;
  z-index: 2 !important;
  margin-top: 0 !important;
}

html body #body-wrap.page::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: var(--pixel-home-nav-offset, 5.75rem);
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 10, 16, 1), rgba(7, 10, 16, 1));
}

#page-header .pixel-home-nav-shield {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 80;
  display: none;
  height: var(--pixel-home-nav-offset, 5.75rem);
  background:
    linear-gradient(180deg, #070a10 0%, #070a10 78%, rgba(7, 10, 16, 0.94) 100%);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.52);
}

body.pixel-native-scroll #body-wrap.page #page-header .pixel-home-nav-shield,
body.pixel-hero-scrolled #body-wrap.page #page-header .pixel-home-nav-shield {
  display: block;
}

/* Article card redesign v9: compact aligned security feed. */
html body #content-inner #recent-posts,
html body #recent-posts {
  gap: clamp(1rem, 2vw, 1.35rem) !important;
}

html body #content-inner #recent-posts > .recent-post-item,
html body #recent-posts > .recent-post-item,
html body #recent-posts > .recent-post-item.lastestpost-item,
html body[data-theme="dark"] #recent-posts > .recent-post-item {
  min-height: 0 !important;
  border: 1px solid rgba(110, 231, 222, 0.2) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(16, 30, 37, 0.86), rgba(7, 12, 19, 0.94) 52%, rgba(6, 10, 16, 0.98)),
    #071018 !important;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
}

html body #content-inner #recent-posts > .recent-post-item::before,
html body #recent-posts > .recent-post-item::before {
  background:
    linear-gradient(90deg, rgba(94, 234, 212, 0.2), transparent 18%),
    linear-gradient(rgba(125, 211, 252, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, 0.045) 1px, transparent 1px) !important;
  background-size: 100% 100%, 38px 38px, 38px 38px !important;
  opacity: 0.5 !important;
}

html body #content-inner #recent-posts > .recent-post-item::after,
html body #recent-posts > .recent-post-item::after {
  top: 0.95rem !important;
  right: 1rem !important;
  bottom: 0.95rem !important;
  left: auto !important;
  width: 2px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(94, 234, 212, 0.58), rgba(125, 211, 252, 0.06)) !important;
  opacity: 0.42 !important;
  transform: none !important;
}

html body #content-inner #recent-posts > .recent-post-item:hover,
html body #recent-posts > .recent-post-item:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(94, 234, 212, 0.42) !important;
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(94, 234, 212, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

html body #content-inner #recent-posts .recent-post-info,
html body #recent-posts .recent-post-info,
html body #recent-posts .recent-post-info.no-cover {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-rows: auto auto auto !important;
  grid-template-areas:
    "chips date"
    "title tags"
    "summary tags" !important;
  align-items: start !important;
  column-gap: clamp(1rem, 2.6vw, 1.8rem) !important;
  row-gap: 0.72rem !important;
  min-height: 154px !important;
  padding: clamp(1.05rem, 2vw, 1.25rem) clamp(1.1rem, 2.4vw, 1.45rem) !important;
}

html body #content-inner #recent-posts .recent-post-info-top,
html body #recent-posts .recent-post-info-top {
  display: contents !important;
}

html body #content-inner #recent-posts .recent-post-info-top-tips,
html body #recent-posts .recent-post-info-top-tips {
  grid-area: chips !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0.48rem !important;
  min-width: 0 !important;
  margin: 0 !important;
}

html body #content-inner #recent-posts .recent-post-info .article-title,
html body #recent-posts .recent-post-info .article-title {
  grid-area: title !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: rgba(246, 250, 255, 0.98) !important;
  font-size: clamp(1.36rem, 2.35vw, 1.78rem) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  text-shadow: 0 0 20px rgba(94, 234, 212, 0.08) !important;
  transform: none !important;
}

html body #content-inner #recent-posts .recent-post-info .article-title::after,
html body #recent-posts .recent-post-info .article-title::after {
  display: none !important;
}

html body #content-inner #recent-posts > .recent-post-item:hover .recent-post-info .article-title,
html body #recent-posts > .recent-post-item:hover .recent-post-info .article-title {
  color: #ffffff !important;
  transform: none !important;
}

html body #content-inner #recent-posts .recent-post-info > .content,
html body #recent-posts .recent-post-info > .content {
  grid-area: summary !important;
  display: -webkit-box !important;
  width: 100% !important;
  max-width: 68rem !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: rgba(189, 203, 217, 0.82) !important;
  font-size: clamp(0.94rem, 1.35vw, 1.04rem) !important;
  font-weight: 500 !important;
  line-height: 1.72 !important;
  text-align: left !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

html body #content-inner #recent-posts .recent-post-info > .content pre,
html body #recent-posts .recent-post-info > .content pre,
html body #content-inner #recent-posts .recent-post-info > .content code,
html body #recent-posts .recent-post-info > .content code,
html body #content-inner #recent-posts .recent-post-info > .content table,
html body #recent-posts .recent-post-info > .content table {
  display: none !important;
}

html body #content-inner #recent-posts .article-meta-wrap,
html body #recent-posts .article-meta-wrap {
  grid-area: date / date / tags / tags !important;
  position: static !important;
  display: grid !important;
  grid-template-columns: auto !important;
  grid-template-rows: auto auto !important;
  align-content: start !important;
  justify-items: end !important;
  gap: 0.72rem !important;
  min-width: min(15rem, 28vw) !important;
  max-width: 18rem !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body #content-inner #recent-posts .article-meta-wrap::before,
html body #recent-posts .article-meta-wrap::before {
  display: none !important;
}

html body #content-inner #recent-posts .article-meta-wrap .post-meta-date,
html body #recent-posts .article-meta-wrap .post-meta-date {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: 100% !important;
  min-height: 2.1rem !important;
  padding: 0.34rem 0.72rem !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: rgba(231, 236, 243, 0.78) !important;
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

html body #content-inner #recent-posts .post-meta-date time,
html body #recent-posts .post-meta-date time {
  font-size: inherit !important;
  line-height: inherit !important;
}

html body #content-inner #recent-posts .post-meta-date .article-meta-label,
html body #recent-posts .post-meta-date .article-meta-label,
html body #content-inner #recent-posts .post-meta-date .time_hidden,
html body #recent-posts .post-meta-date .time_hidden,
html body #content-inner #recent-posts .article-meta-wrap .article-meta.tags i,
html body #recent-posts .article-meta-wrap .article-meta.tags i {
  display: none !important;
}

html body #content-inner #recent-posts .article-meta-wrap .article-meta.tags,
html body #recent-posts .article-meta-wrap .article-meta.tags {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 0.5rem !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

html body #content-inner #recent-posts .article-meta__tags,
html body #recent-posts .article-meta__tags {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 2rem !important;
  padding: 0.34rem 0.68rem !important;
  border: 1px solid rgba(125, 211, 252, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(14, 31, 43, 0.76) !important;
  color: rgba(221, 237, 248, 0.88) !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

html body #content-inner #recent-posts .article-meta__tags span,
html body #recent-posts .article-meta__tags span {
  line-height: 1 !important;
}

html body #content-inner #recent-posts .article-categories-original,
html body #recent-posts .article-categories-original,
html body #content-inner #recent-posts .newPost,
html body #recent-posts .newPost,
html body #content-inner #recent-posts .unvisited-post,
html body #recent-posts .unvisited-post,
html body #content-inner #recent-posts a.unvisited-post,
html body #recent-posts a.unvisited-post {
  min-height: 2rem !important;
  padding: 0.34rem 0.74rem !important;
  font-size: 0.84rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

@media screen and (max-width: 900px) {
  html body #content-inner #recent-posts .recent-post-info,
  html body #recent-posts .recent-post-info,
  html body #recent-posts .recent-post-info.no-cover {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "chips"
      "date"
      "title"
      "summary"
      "tags" !important;
    min-height: 0 !important;
    row-gap: 0.68rem !important;
    padding: 1rem !important;
  }

  html body #content-inner #recent-posts .article-meta-wrap,
  html body #recent-posts .article-meta-wrap {
    display: contents !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html body #content-inner #recent-posts .article-meta-wrap .post-meta-date,
  html body #recent-posts .article-meta-wrap .post-meta-date {
    grid-area: date !important;
    justify-self: start !important;
  }

  html body #content-inner #recent-posts .article-meta-wrap .article-meta.tags,
  html body #recent-posts .article-meta-wrap .article-meta.tags {
    grid-area: tags !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }

  html body #content-inner #recent-posts .recent-post-info .article-title,
  html body #recent-posts .recent-post-info .article-title {
    white-space: normal !important;
    font-size: clamp(1.18rem, 5.2vw, 1.46rem) !important;
    line-height: 1.28 !important;
  }
}

/* Article card redesign v10: pin title, summary, and meta to clean rows. */
html body #content-inner #recent-posts .recent-post-info,
html body #recent-posts .recent-post-info,
html body #recent-posts .recent-post-info.no-cover {
  grid-template-rows: auto auto minmax(2.85rem, auto) !important;
  align-content: start !important;
}

html body #content-inner #recent-posts .recent-post-info-top-tips,
html body #recent-posts .recent-post-info-top-tips {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

html body #content-inner #recent-posts .recent-post-info .article-title,
html body #recent-posts .recent-post-info .article-title {
  grid-column: 1 !important;
  grid-row: 2 !important;
  grid-area: title !important;
  position: relative !important;
  z-index: 2 !important;
}

html body #content-inner #recent-posts .recent-post-info > .content,
html body #recent-posts .recent-post-info > .content,
html body #content-inner #recent-posts > .recent-post-item > .recent-post-info > .content,
html body #recent-posts > .recent-post-item > .recent-post-info > .content {
  grid-column: 1 !important;
  grid-row: 3 !important;
  grid-area: summary !important;
  position: relative !important;
  z-index: 1 !important;
  display: -webkit-box !important;
  max-width: none !important;
  height: auto !important;
  min-height: 2.85rem !important;
  margin-top: 0 !important;
}

html body #content-inner #recent-posts .article-meta-wrap,
html body #recent-posts .article-meta-wrap {
  grid-column: 2 !important;
  grid-row: 1 / span 3 !important;
  grid-area: date / date / summary / tags !important;
}

@media screen and (max-width: 900px) {
  html body #content-inner #recent-posts .recent-post-info,
  html body #recent-posts .recent-post-info,
  html body #recent-posts .recent-post-info.no-cover {
    grid-template-rows: auto auto auto minmax(2.85rem, auto) auto !important;
  }

  html body #content-inner #recent-posts .recent-post-info .article-title,
  html body #recent-posts .recent-post-info .article-title {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }

  html body #content-inner #recent-posts .recent-post-info > .content,
  html body #recent-posts .recent-post-info > .content,
  html body #content-inner #recent-posts > .recent-post-item > .recent-post-info > .content,
  html body #recent-posts > .recent-post-item > .recent-post-info > .content {
    grid-column: 1 !important;
    grid-row: 4 !important;
  }
}

/* Article card redesign v11: single-column editorial security feed. */
html body #content-inner #recent-posts,
html body #recent-posts {
  gap: clamp(0.9rem, 1.6vw, 1.15rem) !important;
}

html body #content-inner #recent-posts > .recent-post-item,
html body #recent-posts > .recent-post-item,
html body #recent-posts > .recent-post-item.lastestpost-item,
html body[data-theme="dark"] #recent-posts > .recent-post-item {
  border-radius: 16px !important;
  border-color: rgba(115, 223, 213, 0.18) !important;
  background:
    linear-gradient(135deg, rgba(15, 36, 43, 0.82), rgba(7, 11, 18, 0.96) 46%, rgba(5, 8, 14, 0.98)),
    #070d14 !important;
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

html body #content-inner #recent-posts > .recent-post-item::after,
html body #recent-posts > .recent-post-item::after {
  top: auto !important;
  right: 1.15rem !important;
  bottom: 1rem !important;
  left: 1.15rem !important;
  width: auto !important;
  height: 1px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(94, 234, 212, 0.38), rgba(125, 211, 252, 0.04) 58%, transparent) !important;
  opacity: 0.5 !important;
}

html body #content-inner #recent-posts .recent-post-info,
html body #recent-posts .recent-post-info,
html body #recent-posts .recent-post-info.no-cover {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto minmax(2.7rem, auto) auto !important;
  grid-template-areas:
    "chips"
    "title"
    "summary"
    "meta" !important;
  row-gap: 0.66rem !important;
  min-height: 0 !important;
  padding: clamp(1rem, 1.7vw, 1.18rem) clamp(1.05rem, 2vw, 1.32rem) clamp(1.05rem, 1.8vw, 1.22rem) !important;
}

html body #content-inner #recent-posts .recent-post-info-top,
html body #recent-posts .recent-post-info-top {
  display: contents !important;
}

html body #content-inner #recent-posts .recent-post-info-top-tips,
html body #recent-posts .recent-post-info-top-tips {
  grid-area: chips !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.46rem !important;
}

html body #content-inner #recent-posts .recent-post-info .article-title,
html body #recent-posts .recent-post-info .article-title {
  grid-area: title !important;
  grid-column: 1 !important;
  grid-row: 2 !important;
  width: min(100%, 48rem) !important;
  max-width: 100% !important;
  color: rgba(248, 251, 255, 0.98) !important;
  font-size: clamp(1.32rem, 2vw, 1.66rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  white-space: normal !important;
}

html body #content-inner #recent-posts .recent-post-info > .content,
html body #recent-posts .recent-post-info > .content,
html body #content-inner #recent-posts > .recent-post-item > .recent-post-info > .content,
html body #recent-posts > .recent-post-item > .recent-post-info > .content {
  grid-area: summary !important;
  grid-column: 1 !important;
  grid-row: 3 !important;
  width: min(100%, 62rem) !important;
  max-width: 62rem !important;
  min-height: 2.65rem !important;
  color: rgba(193, 205, 219, 0.84) !important;
  font-size: clamp(0.92rem, 1.16vw, 1rem) !important;
  line-height: 1.66 !important;
  -webkit-line-clamp: 2 !important;
}

html body #content-inner #recent-posts .article-meta-wrap,
html body #recent-posts .article-meta-wrap {
  grid-area: meta !important;
  grid-column: 1 !important;
  grid-row: 4 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 0.58rem 0.85rem !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin-top: 0.1rem !important;
  padding-top: 0.68rem !important;
  border-top: 1px solid rgba(125, 211, 252, 0.075) !important;
  background: transparent !important;
}

html body #content-inner #recent-posts .article-meta-wrap .post-meta-date,
html body #recent-posts .article-meta-wrap .post-meta-date {
  order: 1 !important;
  min-height: 1.86rem !important;
  padding: 0.28rem 0.6rem !important;
  border-color: rgba(255, 255, 255, 0.075) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: rgba(217, 226, 236, 0.72) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
}

html body #content-inner #recent-posts .article-meta-wrap .article-meta.tags,
html body #recent-posts .article-meta-wrap .article-meta.tags {
  order: 2 !important;
  display: flex !important;
  flex: 1 1 auto !important;
  justify-content: flex-end !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0.42rem !important;
  width: auto !important;
  max-width: none !important;
}

html body #content-inner #recent-posts .article-meta__tags,
html body #recent-posts .article-meta__tags {
  min-height: 1.86rem !important;
  padding: 0.28rem 0.58rem !important;
  border-color: rgba(125, 211, 252, 0.18) !important;
  background: rgba(9, 26, 37, 0.66) !important;
  color: rgba(212, 229, 241, 0.84) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
}

html body #content-inner #recent-posts .article-categories-original,
html body #recent-posts .article-categories-original,
html body #content-inner #recent-posts .newPost,
html body #recent-posts .newPost,
html body #content-inner #recent-posts .unvisited-post,
html body #recent-posts .unvisited-post,
html body #content-inner #recent-posts a.unvisited-post,
html body #recent-posts a.unvisited-post {
  min-height: 1.9rem !important;
  padding: 0.3rem 0.66rem !important;
  font-size: 0.8rem !important;
}

@media screen and (max-width: 900px) {
  html body #content-inner #recent-posts .recent-post-info,
  html body #recent-posts .recent-post-info,
  html body #recent-posts .recent-post-info.no-cover {
    grid-template-rows: auto auto minmax(2.65rem, auto) auto !important;
    grid-template-areas:
      "chips"
      "title"
      "summary"
      "meta" !important;
    padding: 0.98rem !important;
  }

  html body #content-inner #recent-posts .article-meta-wrap,
  html body #recent-posts .article-meta-wrap {
    display: flex !important;
    justify-content: flex-start !important;
  }

  html body #content-inner #recent-posts .article-meta-wrap .article-meta.tags,
  html body #recent-posts .article-meta-wrap .article-meta.tags {
    justify-content: flex-start !important;
    flex-basis: 100% !important;
  }
}

/* Article card redesign v12: compact readable note cards. */
html body #content-inner #recent-posts > .recent-post-item,
html body #recent-posts > .recent-post-item,
html body #recent-posts > .recent-post-item.lastestpost-item,
html body[data-theme="dark"] #recent-posts > .recent-post-item {
  border-radius: 15px !important;
  background:
    linear-gradient(135deg, rgba(13, 34, 40, 0.78), rgba(7, 11, 17, 0.96) 48%, rgba(5, 8, 13, 0.99)),
    #070c12 !important;
}

html body #content-inner #recent-posts .recent-post-info,
html body #recent-posts .recent-post-info,
html body #recent-posts .recent-post-info.no-cover {
  grid-template-rows: 1.9rem auto minmax(2.55rem, auto) 2.15rem !important;
  row-gap: 0.54rem !important;
  min-height: 174px !important;
  padding: 1.02rem 1.18rem !important;
}

html body #content-inner #recent-posts .recent-post-info-top-tips,
html body #recent-posts .recent-post-info-top-tips {
  height: 1.9rem !important;
  overflow: hidden !important;
}

html body #content-inner #recent-posts .recent-post-info .article-title,
html body #recent-posts .recent-post-info .article-title {
  width: min(100%, 44rem) !important;
  font-size: clamp(1.26rem, 1.75vw, 1.54rem) !important;
  line-height: 1.18 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body #content-inner #recent-posts .recent-post-info > .content,
html body #recent-posts .recent-post-info > .content,
html body #content-inner #recent-posts > .recent-post-item > .recent-post-info > .content,
html body #recent-posts > .recent-post-item > .recent-post-info > .content {
  width: min(100%, 58rem) !important;
  max-width: 58rem !important;
  min-height: 2.55rem !important;
  font-size: 0.93rem !important;
  line-height: 1.58 !important;
}

html body #content-inner #recent-posts .article-meta-wrap,
html body #recent-posts .article-meta-wrap {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: stretch !important;
  flex-wrap: nowrap !important;
  gap: 0.66rem !important;
  height: 2.15rem !important;
  min-height: 0 !important;
  padding-top: 0.38rem !important;
  overflow: hidden !important;
}

html body #content-inner #recent-posts .article-meta-wrap .post-meta-date,
html body #recent-posts .article-meta-wrap .post-meta-date {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: start !important;
  min-height: 1.65rem !important;
  padding: 0.22rem 0.54rem !important;
  font-size: 0.74rem !important;
}

html body #content-inner #recent-posts .article-meta-wrap .article-meta.tags,
html body #recent-posts .article-meta-wrap .article-meta.tags {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 0.38rem !important;
  min-width: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
}

html body #content-inner #recent-posts .article-meta__tags,
html body #recent-posts .article-meta__tags {
  flex: 0 0 auto !important;
  min-height: 1.65rem !important;
  padding: 0.22rem 0.52rem !important;
  font-size: 0.74rem !important;
}

html body #content-inner #recent-posts .article-categories-original,
html body #recent-posts .article-categories-original,
html body #content-inner #recent-posts .newPost,
html body #recent-posts .newPost,
html body #content-inner #recent-posts .unvisited-post,
html body #recent-posts .unvisited-post,
html body #content-inner #recent-posts a.unvisited-post,
html body #recent-posts a.unvisited-post {
  min-height: 1.72rem !important;
  padding: 0.24rem 0.58rem !important;
  font-size: 0.76rem !important;
}

@media screen and (max-width: 900px) {
  html body #content-inner #recent-posts .recent-post-info,
  html body #recent-posts .recent-post-info,
  html body #recent-posts .recent-post-info.no-cover {
    grid-template-rows: auto auto minmax(2.55rem, auto) auto !important;
    min-height: 0 !important;
    padding: 0.94rem !important;
  }

  html body #content-inner #recent-posts .recent-post-info .article-title,
  html body #recent-posts .recent-post-info .article-title {
    white-space: normal !important;
  }

  html body #content-inner #recent-posts .article-meta-wrap,
  html body #recent-posts .article-meta-wrap {
    height: auto !important;
    grid-template-columns: 1fr !important;
    overflow: visible !important;
  }

  html body #content-inner #recent-posts .article-meta-wrap .article-meta.tags,
  html body #recent-posts .article-meta-wrap .article-meta.tags {
    grid-column: 1 !important;
    grid-row: 2 !important;
    flex-wrap: wrap !important;
  }
}
