/* ============================================================
   forest-pages.css — 非首页营销页 · 森林系覆写（需 body.home-forest + index.css）
   ============================================================ */

/* ── 全站文案色（common 的 section-*） ── */
body.home-forest .section-title {
  color: var(--fr-mist);
}
body.home-forest .section-sub {
  color: rgba(236, 253, 245, 0.72);
}
body.home-forest .section-eyebrow {
  color: var(--fr-moss-dim);
}

/* ── 全站主按钮 / 弹窗 / 移动菜单（common，森林化） ── */
body.home-forest .btn-primary {
  background: linear-gradient(135deg, #15803d 0%, #22c55e 55%, #4ade80 100%);
  color: #fff;
  box-shadow: 0 12px 32px -6px rgba(34, 197, 94, 0.45);
}
body.home-forest .btn-primary:hover {
  box-shadow: 0 16px 40px -6px rgba(74, 222, 128, 0.5);
}

body.home-forest .modal-overlay {
  background: rgba(6, 20, 14, 0.72);
}

body.home-forest .modal-close {
  background: rgba(15, 31, 24, 0.65);
  color: var(--fr-mist);
}
body.home-forest .modal-close:hover {
  background: rgba(74, 222, 128, 0.15);
}

body.home-forest .auth-modal {
  background: linear-gradient(168deg, rgba(18, 40, 32, 0.98) 0%, rgba(12, 28, 22, 0.97) 55%, rgba(10, 24, 19, 0.98) 100%);
  border-color: rgba(167, 243, 208, 0.2);
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.45);
}

body.home-forest .auth-logo,
body.home-forest .auth-logo--brand .auth-logo-text {
  background: linear-gradient(135deg, #bbf7d0, #4ade80);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.home-forest .auth-tab {
  color: rgba(236, 253, 245, 0.55);
}
body.home-forest .auth-tab:hover,
body.home-forest .auth-tab.active {
  color: var(--fr-mist);
}
body.home-forest .auth-tab.active::after {
  background: linear-gradient(90deg, #22c55e, #86efac);
}

body.home-forest .form-label {
  color: rgba(236, 253, 245, 0.7);
}

body.home-forest .form-input {
  background: rgba(10, 22, 18, 0.85);
  border-color: rgba(167, 243, 208, 0.2);
  color: var(--fr-mist);
}
body.home-forest .form-input:focus {
  border-color: var(--fr-moss);
  background: rgba(12, 28, 22, 0.95);
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.2);
}

body.home-forest .btn-send-code {
  background: rgba(74, 222, 128, 0.12);
  border-color: rgba(167, 243, 208, 0.25);
  color: var(--fr-moss);
}
body.home-forest .btn-send-code:hover {
  background: rgba(74, 222, 128, 0.2);
  border-color: var(--fr-moss);
}

body.home-forest .btn-submit {
  background: linear-gradient(135deg, #15803d, #22c55e);
  box-shadow: 0 14px 36px -8px rgba(34, 197, 94, 0.45);
}
body.home-forest .btn-submit:hover {
  box-shadow: 0 18px 44px -8px rgba(74, 222, 128, 0.5);
}

body.home-forest .mode-toggle,
body.home-forest .auth-footer-link a {
  color: var(--fr-fern);
}

body.home-forest .auth-footer-link {
  color: rgba(236, 253, 245, 0.55);
}

body.home-forest .mobile-nav-panel a {
  color: var(--fr-mist);
}
body.home-forest .mobile-nav-panel a:hover {
  background: rgba(74, 222, 128, 0.12);
  color: var(--fr-moss);
}

body.home-forest .mobile-nav-actions {
  border-top-color: rgba(167, 243, 208, 0.12);
}

/* ── 关于我们 ── */
/* 切勿给 body 设 background:transparent：会盖住 index.css 里 body.home-forest 的深色渐变，
   导致浅色字落在白底上、对比度崩溃。 */
body.home-forest.page-about {
  color: var(--fr-mist);
}

body.home-forest.page-about .about-page {
  color: var(--fr-mist);
}

/* 顶栏叙事区（与帮助中心 help-forest-hero 同系） */
body.home-forest.page-about .about-forest-hero {
  position: relative;
  padding: calc(var(--nav-height) + 22px) 0 32px;
  overflow: hidden;
  border-bottom: 1px solid rgba(134, 239, 172, 0.12);
  background: linear-gradient(180deg, rgba(6, 22, 14, 0.55) 0%, rgba(15, 31, 24, 0.25) 65%, transparent 100%);
}

body.home-forest.page-about .about-forest-hero .ab-intro-deco {
  opacity: 1;
}

body.home-forest.page-about .about-forest-hero .ab-blob--a {
  background: rgba(74, 222, 128, 0.32);
}
body.home-forest.page-about .about-forest-hero .ab-blob--b {
  background: rgba(16, 185, 129, 0.26);
}

body.home-forest.page-about .about-forest-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 40rem;
}

body.home-forest.page-about .about-forest-hero-inner.about-forest-hero-grid {
  max-width: 1160px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 36%);
  gap: clamp(20px, 4vw, 40px);
  align-items: end;
}

@media (max-width: 820px) {
  body.home-forest.page-about .about-forest-hero-inner.about-forest-hero-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

body.home-forest.page-about .about-forest-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 38rem;
}

/* ── 关于页 · 森林舞台（分层氛围 + 克制动效，与深色英雄区统一） ── */
body.home-forest.page-about .ab-forest-stage {
  position: relative;
  min-height: min(240px, 38vw);
  margin-top: 4px;
  pointer-events: none;
  isolation: isolate;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(4, 18, 12, 0.35);
}

@media (max-width: 820px) {
  body.home-forest.page-about .ab-forest-stage {
    min-height: 200px;
    order: -1;
    margin-top: 0;
    margin-bottom: 8px;
  }
}

body.home-forest.page-about .ab-forest-ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(ellipse 95% 75% at 28% 18%, rgba(74, 222, 128, 0.09) 0%, transparent 52%),
    radial-gradient(ellipse 70% 55% at 82% 22%, rgba(16, 185, 129, 0.07) 0%, transparent 48%),
    radial-gradient(ellipse 88% 72% at 68% 88%, rgba(22, 101, 52, 0.28) 0%, transparent 58%);
  animation: ab-ambient-shift 16s ease-in-out infinite alternate;
}

body.home-forest.page-about .ab-forest-rays {
  position: absolute;
  inset: -40% -20% 0;
  z-index: 1;
  border-radius: inherit;
  opacity: 0.55;
  background: repeating-linear-gradient(
    105deg,
    transparent 0,
    transparent 36px,
    rgba(167, 243, 208, 0.045) 36px,
    rgba(167, 243, 208, 0.045) 38px
  );
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 42%, transparent 72%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 42%, transparent 72%);
  animation: ab-rays-drift 48s linear infinite;
}

body.home-forest.page-about .ab-forest-ground {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 26%;
  z-index: 1;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: linear-gradient(180deg, rgba(34, 197, 94, 0.11), rgba(15, 31, 24, 0.42));
  box-shadow: inset 0 1px 0 rgba(167, 243, 208, 0.12);
  animation: ab-ground-glow 9s ease-in-out infinite;
}

body.home-forest.page-about .ab-forest-mist {
  position: absolute;
  left: -15%;
  right: -15%;
  bottom: -8%;
  height: 42%;
  z-index: 5;
  border-radius: 50% 50% 0 0 / 60% 25% 0 0;
  background: radial-gradient(ellipse 70% 55% at 50% 100%, rgba(167, 243, 208, 0.14), transparent 70%);
  filter: blur(14px);
  opacity: 0.75;
  animation: ab-mist-roll 22s ease-in-out infinite;
}

body.home-forest.page-about .ab-forest-stage-vignette {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(ellipse 88% 78% at 52% 48%, transparent 42%, rgba(6, 20, 14, 0.38) 100%);
  z-index: 6;
  animation: ab-vignette-soft 14s ease-in-out infinite alternate;
}

body.home-forest.page-about .ab-fg {
  position: absolute;
  pointer-events: none;
}

body.home-forest.page-about .ab-fg-tree {
  bottom: 12%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent rgba(22, 101, 52, 0.55) transparent;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
  transform-origin: 50% 100%;
  z-index: 2;
  will-change: transform;
}

body.home-forest.page-about .ab-fg-tree--far {
  left: 8%;
  bottom: 11%;
  border-width: 0 20px 64px 20px;
  opacity: 0.55;
  animation: ab-tree-sway-far 9s ease-in-out infinite;
}

body.home-forest.page-about .ab-fg-tree--mid {
  left: 24%;
  bottom: 9%;
  border-width: 0 26px 80px 26px;
  border-bottom-color: rgba(21, 128, 61, 0.48);
  opacity: 0.72;
  animation: ab-tree-sway-mid 11s ease-in-out infinite;
  animation-delay: -2.5s;
}

/* 月夜焦点：柔光 + 细环 + 月盘（替代动物剪影，更克制、偏 UI 气质） */
body.home-forest.page-about .ab-fg-moon-stack {
  right: 7%;
  bottom: 18%;
  width: min(108px, 30vw);
  height: min(108px, 30vw);
  display: grid;
  place-items: center;
  z-index: 3;
  animation: ab-moon-float 9s ease-in-out infinite;
  will-change: transform;
}

body.home-forest.page-about .ab-fg-moon-glow {
  position: absolute;
  inset: -58%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(167, 243, 208, 0.2) 0%, rgba(74, 222, 128, 0.06) 42%, transparent 68%);
  animation: ab-moon-glow-pulse 7s ease-in-out infinite alternate;
  pointer-events: none;
}

body.home-forest.page-about .ab-fg-moon-ring {
  position: absolute;
  inset: -8%;
  border-radius: 50%;
  border: 1px solid rgba(167, 243, 208, 0.22);
  box-shadow: 0 0 20px rgba(167, 243, 208, 0.12);
  animation: ab-moon-ring-breathe 5.5s ease-in-out infinite;
  pointer-events: none;
}

body.home-forest.page-about .ab-fg-moon-disc {
  position: relative;
  z-index: 1;
  width: 52%;
  height: 52%;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, rgba(248, 250, 252, 0.5), rgba(167, 243, 208, 0.22) 48%, rgba(34, 197, 94, 0.1) 100%);
  box-shadow:
    0 0 24px rgba(167, 243, 208, 0.38),
    inset -5px -8px 14px rgba(15, 31, 24, 0.42),
    inset 2px 3px 10px rgba(255, 255, 255, 0.12);
}

body.home-forest.page-about .ab-fg-mushroom {
  bottom: 11%;
  width: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  transform-origin: 50% 100%;
  animation: ab-mushroom-idle 6s ease-in-out infinite;
}

body.home-forest.page-about .ab-fg-mushroom::before {
  content: "";
  width: 30px;
  height: 18px;
  border-radius: 50% 50% 45% 45%;
  background: radial-gradient(ellipse at 30% 30%, rgba(252, 231, 243, 0.42), rgba(157, 23, 77, 0.28));
  box-shadow: inset -2px -2px 0 rgba(0, 0, 0, 0.1);
}

body.home-forest.page-about .ab-fg-mushroom::after {
  content: "";
  width: 9px;
  height: 14px;
  margin-top: -2px;
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(254, 243, 199, 0.38), rgba(120, 113, 108, 0.3));
}

body.home-forest.page-about .ab-fg-mushroom--solo {
  left: 14%;
  bottom: 10%;
  opacity: 0.88;
}

body.home-forest.page-about .ab-fg-butterfly {
  position: absolute;
  width: 28px;
  height: 18px;
}

body.home-forest.page-about .ab-fg-butterfly::before,
body.home-forest.page-about .ab-fg-butterfly::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 14px;
  height: 16px;
  border-radius: 50% 60% 40% 50%;
  background: linear-gradient(135deg, rgba(253, 224, 71, 0.5), rgba(234, 179, 8, 0.22));
  opacity: 0.88;
}

body.home-forest.page-about .ab-fg-butterfly::before {
  left: 0;
  transform-origin: 100% 50%;
  animation: ab-butterfly-wing-l 0.42s ease-in-out infinite alternate;
}

body.home-forest.page-about .ab-fg-butterfly::after {
  right: 0;
  transform-origin: 0 50%;
  animation: ab-butterfly-wing-r 0.42s ease-in-out infinite alternate;
}

body.home-forest.page-about .ab-fg-butterfly--solo {
  top: 16%;
  right: 14%;
  z-index: 4;
  opacity: 0.78;
  animation: ab-butterfly-drift 10s ease-in-out infinite;
  will-change: transform;
}

body.home-forest.page-about .ab-fg-bird {
  width: 22px;
  height: 9px;
  min-height: 9px;
  border-radius: 50%;
  box-shadow: 8px -2px 0 -1px rgba(167, 243, 208, 0.32), -8px -2px 0 -2px rgba(167, 243, 208, 0.18);
  background: transparent;
  animation: ab-bird-glide 20s linear infinite;
  z-index: 4;
  will-change: transform, opacity;
}

body.home-forest.page-about .ab-fg-bird--solo {
  top: 10%;
  right: 0;
  opacity: 0.5;
  animation-duration: 22s;
  animation-delay: -5s;
}

body.home-forest.page-about .ab-fg-spark {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(253, 230, 138, 0.9);
  box-shadow: 0 0 10px rgba(253, 230, 138, 0.5), 0 0 18px rgba(253, 230, 138, 0.2);
  animation: ab-firefly 5.5s ease-in-out infinite;
  z-index: 4;
  will-change: transform, opacity;
}

body.home-forest.page-about .ab-forest-stage > span.ab-fg-spark:nth-of-type(1) {
  top: 20%;
  left: 18%;
  animation-delay: 0s;
}

body.home-forest.page-about .ab-forest-stage > span.ab-fg-spark:nth-of-type(2) {
  top: 38%;
  right: 20%;
  animation-delay: 1.4s;
}

body.home-forest.page-about .ab-forest-stage > span.ab-fg-spark:nth-of-type(3) {
  top: 14%;
  right: 36%;
  animation-delay: 2.7s;
}

@keyframes ab-ambient-shift {
  0% {
    opacity: 0.92;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes ab-rays-drift {
  0% {
    transform: translateX(0) skewX(0deg);
  }
  100% {
    transform: translateX(-6%) skewX(-2deg);
  }
}

@keyframes ab-ground-glow {
  0%,
  100% {
    box-shadow: inset 0 1px 0 rgba(167, 243, 208, 0.1);
  }
  50% {
    box-shadow: inset 0 1px 0 rgba(167, 243, 208, 0.22);
  }
}

@keyframes ab-mist-roll {
  0%,
  100% {
    transform: translateX(0) translateY(0);
    opacity: 0.65;
  }
  50% {
    transform: translateX(4%) translateY(-3px);
    opacity: 0.85;
  }
}

@keyframes ab-vignette-soft {
  0% {
    opacity: 0.92;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ab-tree-sway-far {
  0%,
  100% {
    transform: scale(0.88) rotate(-1deg);
  }
  50% {
    transform: scale(0.88) rotate(1.1deg);
  }
}

@keyframes ab-tree-sway-mid {
  0%,
  100% {
    transform: rotate(0.9deg);
  }
  50% {
    transform: rotate(-1.1deg);
  }
}

@keyframes ab-moon-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes ab-moon-glow-pulse {
  0% {
    opacity: 0.65;
    transform: scale(0.94);
  }
  100% {
    opacity: 1;
    transform: scale(1.06);
  }
}

@keyframes ab-moon-ring-breathe {
  0%,
  100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.75;
    transform: scale(1.05);
  }
}

@keyframes ab-mushroom-idle {
  0%,
  100% {
    transform: scale(0.95) translateY(0);
  }
  50% {
    transform: scale(0.95) translateY(-2px);
  }
}

@keyframes ab-butterfly-wing-l {
  from {
    transform: rotate(-18deg) scaleY(1);
  }
  to {
    transform: rotate(-32deg) scaleY(0.78);
  }
}

@keyframes ab-butterfly-wing-r {
  from {
    transform: rotate(18deg) scaleX(-1) scaleY(1);
  }
  to {
    transform: rotate(32deg) scaleX(-1) scaleY(0.78);
  }
}

@keyframes ab-butterfly-drift {
  0%,
  100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-5px, 7px);
  }
  66% {
    transform: translate(6px, -3px);
  }
}

@keyframes ab-bird-glide {
  0% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0;
  }
  6% {
    opacity: 0.75;
  }
  50% {
    transform: translate(-65%, -4px) rotate(-2deg);
  }
  88% {
    opacity: 0.7;
  }
  100% {
    transform: translate(-135%, -10px) rotate(0deg);
    opacity: 0;
  }
}

@keyframes ab-firefly {
  0%,
  100% {
    opacity: 0.25;
    transform: translate(0, 0) scale(0.65);
  }
  20% {
    opacity: 1;
    transform: translate(5px, -7px) scale(1);
  }
  45% {
    opacity: 0.45;
    transform: translate(-4px, 3px) scale(0.85);
  }
  70% {
    opacity: 0.9;
    transform: translate(3px, 5px) scale(1);
  }
}

body.home-forest.page-about .about-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(167, 243, 208, 0.52);
}

body.home-forest.page-about .about-crumb a {
  color: rgba(167, 243, 208, 0.88);
  text-decoration: none;
  transition: color 0.2s ease;
}

body.home-forest.page-about .about-crumb a:hover {
  color: var(--fr-mist);
}

body.home-forest.page-about .about-crumb-sep {
  opacity: 0.4;
  user-select: none;
}

body.home-forest.page-about .about-crumb-here {
  color: rgba(236, 253, 245, 0.72);
}

body.home-forest.page-about .about-forest-eyebrow-tight {
  margin-bottom: 14px;
}

body.home-forest.page-about .about-forest-title {
  font-size: clamp(28px, 4.2vw, 40px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
  color: var(--fr-mist);
}

body.home-forest.page-about .about-forest-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin-top: 18px;
  background: linear-gradient(90deg, #22c55e, #86efac);
  border-radius: 2px;
  transform-origin: left center;
  animation: ab-linegrow 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.42s both;
}

body.home-forest.page-about .about-forest-lead {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(236, 253, 245, 0.76);
  max-width: 38rem;
}

body.home-forest.page-about .about-forest-lead strong {
  color: var(--fr-mist);
  font-weight: 800;
}

/* 摘要条 */
body.home-forest.page-about .about-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  justify-content: center;
  align-items: center;
  padding: 18px 20px;
  margin: 0 0 28px;
  border-radius: 18px;
  border: 1px solid rgba(110, 190, 140, 0.22);
  background: rgba(4, 18, 12, 0.42);
  box-shadow: 0 16px 40px -24px rgba(0, 0, 0, 0.45);
}

body.home-forest.page-about .about-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(236, 253, 245, 0.84);
  padding: 8px 14px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(167, 243, 208, 0.14);
}

body.home-forest.page-about .about-strip-item span:first-child {
  font-size: 15px;
  line-height: 1;
}

body.home-forest.page-about .ab-main {
  padding-top: 8px;
  padding-bottom: 12px;
}

/* 正文区块节奏 */
body.home-forest.page-about .ab-timeline-wrap,
body.home-forest.page-about .ab-chapters,
body.home-forest.page-about .ab-columns,
body.home-forest.page-about .ab-locations,
body.home-forest.page-about .ab-usecases,
body.home-forest.page-about .ab-principles {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid rgba(167, 243, 208, 0.08);
}

body.home-forest.page-about .ab-stat-strip {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

body.home-forest.page-about .ab-use-ico,
body.home-forest.page-about .ab-pr-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(74, 222, 128, 0.1);
  border: 1px solid rgba(167, 243, 208, 0.18);
  box-sizing: border-box;
}

body.home-forest.page-about .ab-use-row {
  grid-template-columns: 48px 1fr;
  align-items: center;
}

body.home-forest.page-about .ab-block-title {
  color: var(--fr-mist);
}

body.home-forest.page-about .ab-stat-strip {
  background: rgba(15, 31, 24, 0.55);
  border-color: rgba(167, 243, 208, 0.14);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

body.home-forest.page-about .ab-stat-strip .ab-stat-div {
  background: rgba(167, 243, 208, 0.2);
}

body.home-forest.page-about .ab-stat-item strong {
  background: linear-gradient(135deg, #4ade80, #86efac);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.home-forest.page-about .ab-stat-item span {
  color: rgba(236, 253, 245, 0.65);
}

body.home-forest.page-about .ab-timeline {
  border-left-color: rgba(74, 222, 128, 0.35);
}

body.home-forest.page-about .ab-tl-marker {
  background: var(--fr-bg-deep);
  border-color: #4ade80;
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.2);
}

body.home-forest.page-about .ab-tl-body h3 {
  color: var(--fr-mist);
}

body.home-forest.page-about .ab-tl-body p {
  color: rgba(236, 253, 245, 0.72);
}

body.home-forest.page-about .ab-chapters-heading {
  color: var(--fr-mist);
  border-bottom-color: rgba(74, 222, 128, 0.4);
}

body.home-forest.page-about .ab-chapter-num {
  background: linear-gradient(135deg, #22c55e, #86efac);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.home-forest.page-about .ab-chapter-copy h3 {
  color: var(--fr-mist);
}

body.home-forest.page-about .ab-chapter-copy p {
  color: rgba(236, 253, 245, 0.72);
}

body.home-forest.page-about .ab-chapter-copy strong {
  color: var(--fr-mist);
}

body.home-forest.page-about .ab-columns {
  background: rgba(15, 31, 24, 0.5);
  border-color: rgba(167, 243, 208, 0.14);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

body.home-forest.page-about .ab-column--rule {
  border-left-color: rgba(167, 243, 208, 0.12);
  background: linear-gradient(165deg, rgba(26, 46, 38, 0.5) 0%, rgba(15, 31, 24, 0.35) 45%);
}

body.home-forest.page-about .ab-column-title {
  color: var(--fr-mist);
  background: linear-gradient(135deg, #4ade80, #86efac) 0 0 / 100% 3px no-repeat;
}

body.home-forest.page-about .ab-column-lead,
body.home-forest.page-about .ab-list li {
  color: rgba(236, 253, 245, 0.7);
}

body.home-forest.page-about .ab-list li::before {
  background: linear-gradient(135deg, #22c55e, #4ade80);
}

body.home-forest.page-about .ab-list li strong {
  color: var(--fr-mist);
}

body.home-forest.page-about .ab-locations-desc,
body.home-forest.page-about .ab-locations-foot {
  color: rgba(236, 253, 245, 0.7);
}

body.home-forest.page-about .ab-loc-tags li {
  background: rgba(15, 31, 24, 0.55);
  border-color: rgba(167, 243, 208, 0.16);
  color: var(--fr-mist);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

body.home-forest.page-about .ab-loc-hint {
  color: rgba(236, 253, 245, 0.55);
}

body.home-forest.page-about .ab-usecases-lead {
  color: rgba(236, 253, 245, 0.7);
}

body.home-forest.page-about .ab-use-list {
  border-top-color: rgba(74, 222, 128, 0.35);
}

body.home-forest.page-about .ab-use-row {
  border-bottom-color: rgba(167, 243, 208, 0.12);
}

body.home-forest.page-about .ab-use-row h3 {
  color: var(--fr-mist);
}

body.home-forest.page-about .ab-use-row p {
  color: rgba(236, 253, 245, 0.7);
}

body.home-forest.page-about .ab-pr-grid {
  background: rgba(167, 243, 208, 0.12);
  border-color: rgba(167, 243, 208, 0.18);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

body.home-forest.page-about .ab-pr-cell {
  background: rgba(15, 31, 24, 0.65);
}

body.home-forest.page-about .ab-pr-cell h3 {
  color: var(--fr-mist);
}

body.home-forest.page-about .ab-pr-cell p {
  color: rgba(236, 253, 245, 0.68);
}

body.home-forest.page-about .ab-notes {
  border-top-color: rgba(74, 222, 128, 0.35);
  background: linear-gradient(180deg, rgba(74, 222, 128, 0.08) 0%, transparent 48%);
}

body.home-forest.page-about .ab-notes-title {
  color: var(--fr-moss);
}

body.home-forest.page-about .ab-notes-p {
  color: rgba(236, 253, 245, 0.72);
}

body.home-forest.page-about .ab-notes-p strong {
  color: var(--fr-mist);
}

body.home-forest.page-about .ab-link {
  color: var(--fr-fern);
}

body.home-forest.page-about .ab-link:hover {
  color: var(--fr-moss);
}

body.home-forest.page-about .ab-link:focus-visible {
  box-shadow: 0 0 0 2px rgba(74, 222, 128, 0.5);
}

body.home-forest.page-about .ab-outro {
  background: linear-gradient(165deg, rgba(26, 46, 38, 0.75) 0%, rgba(15, 31, 24, 0.6) 55%, rgba(20, 40, 32, 0.7) 100%);
  border-color: rgba(74, 222, 128, 0.22);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
}

body.home-forest.page-about .ab-outro-title {
  color: var(--fr-mist);
}

body.home-forest.page-about .ab-outro-lead {
  color: rgba(236, 253, 245, 0.72);
}

body.home-forest.page-about .ab-outro-secondary {
  color: var(--fr-moss);
  border-color: rgba(74, 222, 128, 0.45);
  background: rgba(15, 31, 24, 0.5);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

body.home-forest.page-about .ab-outro-secondary:hover {
  border-color: var(--fr-moss);
  background: rgba(74, 222, 128, 0.12);
  color: var(--fr-fern);
}

/* 摘要条 · 森林小图标（CSS 形状） */
body.home-forest.page-about .ab-strip-glyph {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
}

body.home-forest.page-about .ab-strip-glyph--mushroom::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 16px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(251, 207, 232, 0.9), rgba(190, 24, 93, 0.65));
}

body.home-forest.page-about .ab-strip-glyph--mushroom::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 5px;
  height: 9px;
  border-radius: 2px;
  background: rgba(254, 243, 199, 0.75);
}

body.home-forest.page-about .ab-strip-glyph--leaf {
  background: linear-gradient(135deg, transparent 45%, rgba(74, 222, 128, 0.85) 45%);
  border-radius: 0 80% 0 80%;
  transform: rotate(-35deg);
  opacity: 0.9;
}

body.home-forest.page-about .ab-strip-glyph--spark {
  border-radius: 50%;
  background: rgba(253, 230, 138, 0.95);
  box-shadow: 0 0 8px rgba(253, 230, 138, 0.55);
}

body.home-forest.page-about .ab-strip-glyph--cone {
  border-radius: 40% 40% 45% 45%;
  background: repeating-linear-gradient(
    -15deg,
    rgba(120, 83, 53, 0.9) 0 2px,
    rgba(87, 65, 47, 0.75) 2px 4px
  );
  transform: rotate(-6deg) scale(0.85);
}

body.home-forest.page-about .ab-strip-glyph--dot {
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(134, 239, 172, 0.95), rgba(22, 101, 52, 0.5));
  box-shadow: 0 0 0 1px rgba(167, 243, 208, 0.2);
}

body.home-forest.page-about .about-strip-item {
  gap: 10px;
}

/* 林间分隔装饰 */
body.home-forest.page-about .ab-forest-divider {
  height: 32px;
  margin: 8px 0 20px;
  opacity: 0.55;
  background: repeating-linear-gradient(
    90deg,
    rgba(74, 222, 128, 0.35) 0 2px,
    transparent 2px 10px
  );
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

/* 双大卡叙事 */
body.home-forest.page-about .ab-forest-cards {
  margin-bottom: 40px;
}

body.home-forest.page-about .ab-forest-cards-lead {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(236, 253, 245, 0.72);
  max-width: 46rem;
  margin: -6px 0 22px;
}

body.home-forest.page-about .ab-forest-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

@media (max-width: 768px) {
  body.home-forest.page-about .ab-forest-cards-grid {
    grid-template-columns: 1fr;
  }
}

body.home-forest.page-about .ab-forest-card {
  position: relative;
  padding: 22px 22px 24px;
  border-radius: 20px;
  border: 1px solid rgba(167, 243, 208, 0.16);
  background: linear-gradient(165deg, rgba(26, 46, 38, 0.55) 0%, rgba(15, 31, 24, 0.72) 100%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

body.home-forest.page-about .ab-forest-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 100% 0%, rgba(74, 222, 128, 0.08), transparent 55%);
  pointer-events: none;
}

body.home-forest.page-about .ab-forest-card h3 {
  font-size: 17px;
  font-weight: 900;
  margin: 0 0 10px;
  color: var(--fr-mist);
}

body.home-forest.page-about .ab-forest-card p {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(236, 253, 245, 0.72);
  margin: 0;
}

body.home-forest.page-about .ab-forest-card-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  margin-bottom: 12px;
}

body.home-forest.page-about .ab-fg-mini {
  display: block;
  opacity: 0.85;
}

body.home-forest.page-about .ab-fg-mini--moon {
  position: relative;
  width: 48px;
  height: 48px;
  background: radial-gradient(circle, rgba(167, 243, 208, 0.14) 0%, transparent 65%);
  border-radius: 50%;
}

body.home-forest.page-about .ab-fg-mini--moon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, rgba(248, 250, 252, 0.55), rgba(167, 243, 208, 0.28) 55%, rgba(34, 197, 94, 0.12));
  box-shadow: 0 0 14px rgba(167, 243, 208, 0.35), inset -2px -3px 6px rgba(15, 31, 24, 0.35);
}

body.home-forest.page-about .ab-fg-mini--acorn {
  width: 32px;
  height: 40px;
  border-radius: 50% 50% 40% 40%;
  background: linear-gradient(180deg, rgba(180, 83, 9, 0.65) 0 55%, rgba(87, 65, 47, 0.8) 55%);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
}

body.home-forest.page-about .ab-use-visual {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(74, 222, 128, 0.1);
  border: 1px solid rgba(167, 243, 208, 0.18);
  box-sizing: border-box;
  position: relative;
}

body.home-forest.page-about .ab-use-visual--gear::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 3px dashed rgba(167, 243, 208, 0.45);
  animation: ab-gear-spin 14s linear infinite;
}

body.home-forest.page-about .ab-use-visual--bird::before,
body.home-forest.page-about .ab-use-visual--bird::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 5px;
  border-radius: 50%;
  border-top: 2px solid rgba(167, 243, 208, 0.55);
  top: 18px;
}

body.home-forest.page-about .ab-use-visual--bird::before {
  left: 8px;
  transform: rotate(-18deg);
}

body.home-forest.page-about .ab-use-visual--bird::after {
  right: 8px;
  transform: rotate(18deg);
}

body.home-forest.page-about .ab-use-visual--squirrel {
  background: radial-gradient(circle at 70% 30%, rgba(253, 230, 138, 0.25), rgba(74, 222, 128, 0.08));
}

body.home-forest.page-about .ab-use-visual--squirrel::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 18px;
  left: 11px;
  top: 14px;
  border-radius: 45%;
  background: rgba(167, 243, 208, 0.35);
  transform: rotate(-12deg);
}

body.home-forest.page-about .ab-use-visual--squirrel::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 18px;
  right: 6px;
  top: 10px;
  border-radius: 0 80% 60% 0;
  background: rgba(253, 230, 138, 0.3);
  transform: rotate(25deg);
}

body.home-forest.page-about .ab-use-visual--butterfly::before,
body.home-forest.page-about .ab-use-visual--butterfly::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 14px;
  height: 16px;
  border-radius: 50% 60% 40% 50%;
  background: linear-gradient(135deg, rgba(253, 224, 71, 0.45), rgba(234, 179, 8, 0.15));
}

body.home-forest.page-about .ab-use-visual--butterfly::before {
  left: 6px;
  transform: rotate(-28deg);
}

body.home-forest.page-about .ab-use-visual--butterfly::after {
  right: 6px;
  transform: rotate(28deg) scaleX(-1);
}

@keyframes ab-gear-spin {
  to {
    transform: rotate(360deg);
  }
}

body.home-forest.page-about .ab-use-row {
  grid-template-columns: 48px 1fr;
}

body.home-forest.page-about .ab-pr-grid--forest .ab-pr-cell {
  position: relative;
}

body.home-forest.page-about .ab-pr-forest-ico {
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: rgba(74, 222, 128, 0.12);
  border: 1px solid rgba(167, 243, 208, 0.15);
  position: relative;
}

body.home-forest.page-about .ab-pr-forest-ico--moss::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50% 50% 40% 40%;
  background: radial-gradient(circle at 40% 30%, rgba(134, 239, 172, 0.7), rgba(22, 101, 52, 0.35));
}

body.home-forest.page-about .ab-pr-forest-ico--stream::before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 50%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.55), transparent);
  box-shadow: 0 6px 0 rgba(125, 211, 252, 0.25);
}

body.home-forest.page-about .ab-pr-forest-ico--sun::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(253, 224, 71, 0.85), rgba(234, 179, 8, 0.35));
  box-shadow: 0 0 0 3px rgba(253, 224, 71, 0.15);
}

body.home-forest.page-about .ab-pr-forest-ico--seed::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 50% 50% 2px 2px;
  background: linear-gradient(135deg, rgba(180, 83, 9, 0.7), rgba(87, 65, 47, 0.6));
}

body.home-forest.page-about .ab-pr-forest-ico--root::before {
  content: "";
  position: absolute;
  inset: 8px 6px;
  border-left: 2px solid rgba(167, 243, 208, 0.4);
  border-bottom: 2px solid rgba(167, 243, 208, 0.25);
  border-radius: 0 0 0 8px;
}

body.home-forest.page-about .ab-pr-forest-ico--loop::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 2px solid rgba(74, 222, 128, 0.45);
  border-top-color: transparent;
  animation: ab-gear-spin 8s linear infinite;
}

body.home-forest.page-about .ab-outro {
  position: relative;
  overflow: hidden;
}

body.home-forest.page-about .ab-outro-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body.home-forest.page-about .ab-outro-title,
body.home-forest.page-about .ab-outro-lead,
body.home-forest.page-about .ab-outro-actions {
  position: relative;
  z-index: 1;
}

body.home-forest.page-about .ab-outro-mist {
  position: absolute;
  border-radius: 50%;
  width: 120%;
  height: 70%;
  left: -10%;
  bottom: -20%;
  background: radial-gradient(ellipse at center, rgba(74, 222, 128, 0.12), transparent 65%);
  animation: ab-mist-drift 14s ease-in-out infinite;
}

body.home-forest.page-about .ab-outro-mist--2 {
  width: 90%;
  left: 0;
  bottom: -35%;
  opacity: 0.7;
  animation-duration: 18s;
  animation-delay: -4s;
}

body.home-forest.page-about .ab-outro-firefly {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(253, 230, 138, 0.9);
  box-shadow: 0 0 12px rgba(253, 230, 138, 0.55);
  animation: ab-firefly 5s ease-in-out infinite;
}

body.home-forest.page-about .ab-outro-firefly:nth-child(3) {
  top: 22%;
  left: 12%;
  animation-delay: 0s;
}

body.home-forest.page-about .ab-outro-firefly:nth-child(4) {
  top: 38%;
  right: 18%;
  animation-delay: 1.2s;
}

body.home-forest.page-about .ab-outro-firefly:nth-child(5) {
  bottom: 28%;
  left: 42%;
  animation-delay: 2.4s;
}

@keyframes ab-mist-drift {
  0%,
  100% {
    transform: translateX(0) scale(1);
    opacity: 0.85;
  }
  50% {
    transform: translateX(4%) scale(1.03);
    opacity: 1;
  }
}

@keyframes ab-firefly {
  0%,
  100% {
    opacity: 0.25;
    transform: translate(0, 0);
  }
  40% {
    opacity: 1;
    transform: translate(6px, -8px);
  }
  70% {
    opacity: 0.5;
    transform: translate(-4px, 4px);
  }
}

@media (max-width: 768px) {
  body.home-forest.page-about .ab-column--rule {
    border-top-color: rgba(167, 243, 208, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-forest.page-about .ab-forest-ambient,
  body.home-forest.page-about .ab-forest-rays,
  body.home-forest.page-about .ab-forest-ground,
  body.home-forest.page-about .ab-forest-mist,
  body.home-forest.page-about .ab-forest-stage-vignette,
  body.home-forest.page-about .ab-fg-tree--far,
  body.home-forest.page-about .ab-fg-tree--mid,
  body.home-forest.page-about .ab-fg-mushroom,
  body.home-forest.page-about .ab-fg-moon-stack,
  body.home-forest.page-about .ab-fg-moon-glow,
  body.home-forest.page-about .ab-fg-moon-ring,
  body.home-forest.page-about .ab-fg-butterfly--solo,
  body.home-forest.page-about .ab-fg-butterfly--solo::before,
  body.home-forest.page-about .ab-fg-butterfly--solo::after,
  body.home-forest.page-about .ab-fg-bird--solo,
  body.home-forest.page-about .ab-fg-spark {
    animation: none !important;
  }

  body.home-forest.page-about .ab-fg-tree--far {
    transform: scale(0.88) rotate(0);
  }

  body.home-forest.page-about .ab-fg-butterfly--solo::before {
    transform: rotate(-25deg);
  }

  body.home-forest.page-about .ab-fg-butterfly--solo::after {
    transform: rotate(25deg) scaleX(-1);
  }

  body.home-forest.page-about .ab-fg-moon-stack,
  body.home-forest.page-about .ab-fg-moon-glow,
  body.home-forest.page-about .ab-fg-moon-ring,
  body.home-forest.page-about .ab-fg-spark {
    opacity: 1;
    transform: none;
  }

  body.home-forest.page-about .ab-fg-mushroom {
    transform: scale(0.95);
  }

  body.home-forest.page-about .ab-outro-mist,
  body.home-forest.page-about .ab-outro-mist--2,
  body.home-forest.page-about .ab-outro-firefly {
    animation: none !important;
  }

  body.home-forest.page-about .ab-use-visual--gear::before,
  body.home-forest.page-about .ab-pr-forest-ico--loop::before {
    animation: none !important;
  }
}

/* 联系页森林样式见 lianxi-women.css（与顶栏/工单版式一并维护） */

/* ── 我的账号（限定在 .account-layout 内，避免与其它页表格类名冲突） ── */
body.home-forest .account-layout .account-sidebar {
  background: rgba(15, 31, 24, 0.65);
  border-color: rgba(167, 243, 208, 0.14);
}

body.home-forest .account-layout .acc-nav-item {
  color: rgba(236, 253, 245, 0.65);
}

body.home-forest .account-layout .acc-nav-item:hover {
  background: rgba(74, 222, 128, 0.12);
  color: var(--fr-moss);
}

body.home-forest .account-layout .acc-nav-item.active {
  background: rgba(74, 222, 128, 0.18);
  color: var(--fr-moss);
}

body.home-forest .account-layout .account-sidebar > div[style*="border-top"] {
  border-top-color: rgba(167, 243, 208, 0.12) !important;
}

body.home-forest .account-layout .acc-section {
  background: rgba(15, 31, 24, 0.55);
  border-color: rgba(167, 243, 208, 0.14);
}

body.home-forest .account-layout .acc-section-title {
  color: var(--fr-mist);
  border-bottom-color: rgba(167, 243, 208, 0.12);
}

body.home-forest .account-layout .acc-avatar-large {
  background: linear-gradient(135deg, #166534, #22c55e);
}

body.home-forest .account-layout .acc-section [style*="color:var(--muted)"],
body.home-forest #acc-display-email {
  color: rgba(236, 253, 245, 0.6) !important;
}

body.home-forest #acc-display-name {
  color: var(--fr-mist) !important;
}

body.home-forest .account-layout .order-table th {
  color: rgba(236, 253, 245, 0.55);
  border-bottom-color: rgba(167, 243, 208, 0.12);
}

body.home-forest .account-layout .order-table td {
  color: rgba(236, 253, 245, 0.88);
  border-bottom-color: rgba(167, 243, 208, 0.08);
}

/* ── 博客列表 ── */
body.home-forest .blog-cat-btn {
  background: rgba(15, 31, 24, 0.5);
  border-color: rgba(167, 243, 208, 0.2);
  color: rgba(236, 253, 245, 0.75);
}

body.home-forest .blog-cat-btn:hover,
body.home-forest .blog-cat-btn.active {
  border-color: var(--fr-moss);
  color: var(--fr-moss);
  background: rgba(74, 222, 128, 0.12);
}

body.home-forest .blog-strip {
  background: linear-gradient(135deg, rgba(74, 222, 128, 0.1), rgba(16, 185, 129, 0.06));
  border-color: rgba(167, 243, 208, 0.16);
}

body.home-forest .blog-strip-item {
  color: rgba(236, 253, 245, 0.85);
  background: rgba(15, 31, 24, 0.45);
  border-color: rgba(167, 243, 208, 0.12);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

body.home-forest .blog-card {
  background: rgba(15, 31, 24, 0.55);
  border-color: rgba(167, 243, 208, 0.14);
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.3);
}

body.home-forest .blog-card:hover {
  border-color: rgba(74, 222, 128, 0.3);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.4);
}

body.home-forest .blog-card-tag {
  color: var(--fr-moss);
  background: rgba(74, 222, 128, 0.15);
}

body.home-forest .blog-card-title {
  color: var(--fr-mist);
}

body.home-forest .blog-card-summary {
  color: rgba(236, 253, 245, 0.72);
}

body.home-forest .blog-card-meta {
  color: rgba(236, 253, 245, 0.45);
}

body.home-forest .blog-card-more {
  color: var(--fr-fern);
}

body.home-forest a.blog-card-link:hover .blog-card-more {
  color: var(--fr-moss);
}

body.home-forest .blog-pag-btn {
  background: rgba(15, 31, 24, 0.55);
  border-color: rgba(167, 243, 208, 0.18);
  color: var(--fr-mist);
}

body.home-forest .blog-pag-btn:hover:not(:disabled) {
  border-color: var(--fr-moss);
  color: var(--fr-moss);
  background: rgba(74, 222, 128, 0.1);
}

body.home-forest .blog-pag-btn.active {
  border-color: var(--fr-moss);
  color: var(--fr-moss);
  background: rgba(74, 222, 128, 0.15);
}

body.home-forest .blog-pag-info {
  color: rgba(236, 253, 245, 0.55);
}

/* ── 博客文章（read-*，见 blog/articles/resources/css/article.css） ── */
body.home-forest .read-bar {
  background: linear-gradient(90deg, #166534, #22c55e, #86efac);
  box-shadow: 0 0 16px rgba(74, 222, 128, 0.3);
}

body.home-forest .read-outro__card {
  border-color: rgba(167, 243, 208, 0.22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 12px 40px rgba(0, 0, 0, 0.35);
}

body.home-forest .read-outro__eyebrow {
  color: var(--fr-moss);
}

body.home-forest .read-outro__card h2 {
  color: var(--fr-mist);
}

body.home-forest .read-outro__card p {
  color: rgba(236, 253, 245, 0.65);
}

body.home-forest .read-outro__actions .btn-primary {
  background: linear-gradient(135deg, #15803d, #22c55e);
  color: #fff;
  box-shadow: 0 12px 28px rgba(34, 197, 94, 0.35);
}

body.home-forest .read-outro__actions .btn-primary:hover {
  box-shadow: 0 16px 36px rgba(74, 222, 128, 0.4);
}

/* ── 法律中心 ── */
body.home-forest .legal-page {
  background: transparent;
  color: var(--fr-mist);
}

body.home-forest .legal-hero {
  background: linear-gradient(180deg, rgba(26, 46, 38, 0.4) 0%, transparent 100%);
  border-bottom-color: rgba(167, 243, 208, 0.1);
}

body.home-forest .legal-hero-bg {
  opacity: 0.35;
  filter: hue-rotate(-30deg) saturate(0.8);
}

body.home-forest .legal-hero-copy .legal-hero-eyebrow {
  color: var(--fr-moss);
}

body.home-forest .legal-hero-copy h1 {
  color: var(--fr-mist);
}

body.home-forest .legal-hero-copy .legal-hero-lead {
  color: rgba(236, 253, 245, 0.72);
}

body.home-forest .legal-layout {
  background: transparent;
}

body.home-forest .legal-toc {
  background: rgba(15, 31, 24, 0.55);
  border-color: rgba(167, 243, 208, 0.14);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

body.home-forest .legal-toc h4 {
  color: var(--fr-mist);
}

body.home-forest .legal-toc a {
  color: rgba(236, 253, 245, 0.7);
}

body.home-forest .legal-toc a:hover,
body.home-forest .legal-toc a.is-active {
  color: var(--fr-moss);
}

body.home-forest .legal-body {
  background: rgba(15, 31, 24, 0.45);
  border-color: rgba(167, 243, 208, 0.12);
  color: rgba(236, 253, 245, 0.88);
}

body.home-forest .legal-body .legal-date {
  color: rgba(236, 253, 245, 0.55);
}

body.home-forest .legal-body h2 {
  color: var(--fr-mist);
}

body.home-forest .legal-body h2::after {
  background: linear-gradient(90deg, #22c55e, #86efac);
}

body.home-forest .legal-body p,
body.home-forest .legal-body ul li {
  color: rgba(236, 253, 245, 0.78);
}

body.home-forest .legal-callout {
  background: rgba(74, 222, 128, 0.08);
  border-color: rgba(74, 222, 128, 0.25);
  color: rgba(236, 253, 245, 0.88);
}

body.home-forest .legal-block {
  border-color: rgba(167, 243, 208, 0.08);
}

/* 控制台森林主题：已并入 zh/resources/css/kongzhi-tai.css 末尾 */

/* ── VNC 顶栏（仅此页使用裸 header） ── */
body.home-forest header:not(#main-nav) {
  background: linear-gradient(180deg, rgba(15, 31, 24, 0.95) 0%, rgba(12, 28, 22, 0.98) 100%);
  border-bottom-color: rgba(167, 243, 208, 0.14);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

body.home-forest .logo {
  color: var(--fr-mist);
}

body.home-forest .logo-mark {
  background: linear-gradient(135deg, #166534, #22c55e);
  box-shadow: 0 4px 14px rgba(34, 197, 94, 0.35);
}

body.home-forest .divider {
  background: rgba(167, 243, 208, 0.2);
}

body.home-forest #instance-title {
  color: rgba(236, 253, 245, 0.75);
  background: rgba(15, 31, 24, 0.6);
  border-color: rgba(167, 243, 208, 0.18);
}

body.home-forest #status {
  color: rgba(236, 253, 245, 0.65);
  border-right-color: rgba(167, 243, 208, 0.2);
}

body.home-forest .btn-reconnect {
  background: linear-gradient(135deg, #15803d, #22c55e) !important;
  color: #fff !important;
  border-color: rgba(74, 222, 128, 0.45) !important;
}

body.home-forest .btn-reconnect:hover {
  background: linear-gradient(135deg, #166534, #16a34a) !important;
  box-shadow: 0 4px 16px rgba(34, 197, 94, 0.35);
}

body.home-forest .btn-disconnect {
  background: rgba(30, 41, 35, 0.95) !important;
  color: #fecaca !important;
  border-color: rgba(248, 113, 113, 0.4) !important;
}

body.home-forest .btn-disconnect:hover {
  background: rgba(50, 20, 20, 0.95) !important;
}

body.home-forest #screen-container {
  border-top-color: rgba(167, 243, 208, 0.12);
}

body.home-forest #loading-box div:last-child {
  color: rgba(236, 253, 245, 0.88);
}

body.home-forest #loading-box .spinner {
  border-color: rgba(167, 243, 208, 0.15);
  border-top-color: #22c55e;
  border-right-color: #4ade80;
}

body.home-forest #log-container {
  border-top-color: rgba(167, 243, 208, 0.12);
}

body.home-forest #log {
  background: rgba(10, 22, 18, 0.95);
  color: rgba(236, 253, 245, 0.8);
  border-color: rgba(167, 243, 208, 0.1);
}

body.home-forest #loading-box {
  background: rgba(15, 31, 24, 0.92);
  border-color: rgba(167, 243, 208, 0.22);
  color: var(--fr-mist);
}

body.home-forest #error-box {
  background: rgba(40, 15, 15, 0.95);
  border-color: rgba(248, 113, 113, 0.45);
  color: #fecaca;
}
