._page_10vvr_1 {
  min-height: 100vh;
  padding: clamp(28px, 6vh, 64px) 16px clamp(48px, 10vh, 96px);
  color: #3c4136;
  background:
    radial-gradient(90% 46% at 16% 0%, #fdfcf6 0%, rgb(253 252 246 / 0%) 62%),
    radial-gradient(70% 40% at 86% 6%, rgb(200 220 180 / 30%) 0%, rgb(200 220 180 / 0%) 64%),
    var(--color-paper);
}

._sheet_10vvr_11 {
  width: min(900px, 100%);
  margin: 0 auto;
}

._back_10vvr_16 {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 40px;
  color: #5f8250;
  font: 500 12.5px/1 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.14em;
  text-decoration: none;
}

._back_10vvr_16:hover {
  color: var(--color-clay);
}

._header_10vvr_31 {
  max-width: 62ch;
  margin-bottom: clamp(40px, 7vh, 68px);
}

._eyebrow_10vvr_36 {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0 0 20px;
  color: var(--color-green);
  font: 500 12px/1 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

._eyebrow_10vvr_36::before {
  width: 26px;
  height: 1px;
  content: "";
  background: currentcolor;
  opacity: 0.6;
}

._title_10vvr_55 {
  margin: 0 0 18px;
  font-size: clamp(30px, 5vw, 46px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0.03em;
}

._lead_10vvr_63 {
  margin: 0;
  color: #4a5043;
  font-size: 16px;
  line-height: 2.05;
  letter-spacing: 0.04em;
  text-wrap: pretty;
}

@media (max-width: 760px) {
  ._lead_10vvr_63 {
    font-size: 14.5px;
    line-height: 1.95;
  }

  ._back_10vvr_16 {
    margin-bottom: 28px;
  }
}
._grid_a6q03_1 {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  align-items: start;
}

._primary_a6q03_8,
._secondary_a6q03_9 {
  padding: 26px 28px;
  background: rgb(255 255 255 / 66%);
  border: 1px solid rgb(95 130 80 / 22%);
  border-radius: 10px;
}

._primary_a6q03_8 {
  background: rgb(95 130 80 / 9%);
  border-color: rgb(95 130 80 / 30%);
}

._blockTitle_a6q03_21 {
  margin: 0 0 18px;
  color: #4f7344;
  font: 500 12px/1 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.2em;
}

._address_a6q03_28 {
  margin: 0 0 22px;
  color: #3f4a38;
  font: 400 clamp(17px, 2.6vw, 22px)/1.5 ui-monospace, "SF Mono", Menlo, Consolas,
    monospace;
  letter-spacing: 0.03em;
  overflow-wrap: anywhere;
  user-select: all;
}

._actions_a6q03_38 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

._button_a6q03_44,
._ghost_a6q03_45 {
  padding: 12px 20px;
  font: 400 14.5px/1 inherit;
  letter-spacing: 0.07em;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
}

._button_a6q03_44 {
  color: #fbfbf6;
  background: var(--color-green);
  border: 1px solid var(--color-green);
  box-shadow: 0 2px 0 rgb(60 85 48 / 50%);
}

._button_a6q03_44:hover {
  box-shadow: 0 4px 0 rgb(60 85 48 / 40%);
}

._ghost_a6q03_45 {
  color: #4f7344;
  background: rgb(255 255 255 / 72%);
  border: 1px solid rgb(79 115 68 / 62%);
}

._ghost_a6q03_45:hover {
  background: #fff;
}

._status_a6q03_76 {
  min-height: 1.7em;
  margin: 14px 0 0;
  color: #4f7344;
  font-size: 13.5px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

._hint_a6q03_85 {
  margin: 14px 0 0;
  color: #7a7365;
  font-size: 13.5px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  text-wrap: pretty;
}

._links_a6q03_94 {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

._links_a6q03_94 a {
  display: inline-flex;
  gap: 8px;
  align-items: baseline;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-underline-offset: 4px;
}

._links_a6q03_94 a:hover {
  color: var(--color-clay);
}

._linkHint_a6q03_115 {
  color: #8b8574;
  font-size: 12px;
}

@media (max-width: 860px) {
  ._grid_a6q03_1 {
    grid-template-columns: 1fr;
  }

  ._primary_a6q03_8,
  ._secondary_a6q03_9 {
    padding: 22px 20px;
  }
}
._links_efaft_1 {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

._links_efaft_1 a {
  display: inline-block;
  padding-bottom: 2px;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 1px solid rgb(95 130 80 / 44%);
}

._links_efaft_1 a:hover {
  color: var(--color-clay);
  border-color: var(--color-clay);
}
._figure_jo3do_1 {
  margin: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
}

._canvas_jo3do_7 {
  display: block;
  width: 100%;
  height: auto;
  min-width: 330px;
  overflow: visible;
}

/* 主链路与分支：分支用陶土色虚线，表示被拦下或退回的方向。 */
._edge_jo3do_16,
._edgeBranch_jo3do_17 {
  fill: none;
  stroke-width: 1.1;
}

._edge_jo3do_16 {
  stroke: rgb(95 130 80 / 62%);
}

._edgeBranch_jo3do_17 {
  stroke: rgb(184 115 74 / 62%);
  stroke-dasharray: 4 4;
}

._arrowHead_jo3do_31 {
  fill: rgb(95 130 80 / 72%);
}

._arrowHeadBranch_jo3do_35 {
  fill: rgb(184 115 74 / 72%);
}

._edgeLabel_jo3do_39 {
  fill: #7a6d59;
  font: 400 10.5px/1 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.04em;
  /* 让描边垫在文字下面，走线穿过标签时仍读得清 */
  paint-order: stroke;
  stroke: #f8f5ed;
  stroke-width: 3.5px;
  stroke-linejoin: round;
}

._node_jo3do_50 rect {
  fill: rgb(255 255 255 / 78%);
  stroke: rgb(95 130 80 / 38%);
  stroke-width: 1;
}

._node_jo3do_50 text {
  fill: #3f5438;
  font-size: 12.5px;
  letter-spacing: 0.02em;
}

/* 入口与出口：胶囊形，浅一档，和中间的处理步骤区分开 */
._node_jo3do_50[data-kind="input"] rect,
._node_jo3do_50[data-kind="output"] rect {
  fill: rgb(95 130 80 / 10%);
  stroke: rgb(95 130 80 / 30%);
}

._node_jo3do_50[data-kind="input"] text,
._node_jo3do_50[data-kind="output"] text {
  fill: #4f7344;
}

/* 判断点：留一道门的地方 */
._node_jo3do_50[data-kind="gate"] rect {
  fill: rgb(184 115 74 / 9%);
  stroke: rgb(184 115 74 / 52%);
}

._node_jo3do_50[data-kind="gate"] text {
  fill: #6b4a2f;
}

/* 分支终点：被拦下 / 退回 / 兜底走到的地方 */
._node_jo3do_50[data-kind="reject"] rect {
  fill: rgb(184 115 74 / 7%);
  stroke: rgb(184 115 74 / 40%);
  stroke-dasharray: 5 3;
}

._node_jo3do_50[data-kind="reject"] text {
  fill: #7c5738;
}

/* 存储 / 约束来源：虚线框，不是流程本身的一步 */
._node_jo3do_50[data-kind="store"] rect {
  fill: rgb(255 255 255 / 55%);
  stroke: rgb(122 109 89 / 45%);
  stroke-dasharray: 4 3;
}

._node_jo3do_50[data-kind="store"] text {
  fill: #6d6353;
  font-size: 11.5px;
}

._stepDot_jo3do_107 {
  fill: #f8f5ed;
  stroke: rgb(95 130 80 / 50%);
  stroke-width: 1;
}

._stepNum_jo3do_113 {
  fill: #4f7344;
  font: 500 10.5px/1 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}

._caption_jo3do_118 {
  margin-top: 12px;
  color: #7a6d59;
  font-size: 12.5px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

._srOnly_jo3do_126 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
._scrim_6cxti_1 {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 5vh 16px 0;
  background: rgb(52 56 46 / 34%);
  backdrop-filter: blur(2px);
  animation: _fade_6cxti_1 0.24s ease-out;
}

._panel_6cxti_14 {
  position: relative;
  width: min(1040px, 100%);
  max-height: 95vh;
  padding: 46px clamp(22px, 4vw, 54px) 30px;
  overflow-y: auto;
  overscroll-behavior: contain;
  color: #3c4136;
  background:
    radial-gradient(120% 60% at 12% 0%, #fdfbf3 0%, rgb(253 251 243 / 0%) 60%),
    #f8f5ed;
  border: 1px solid rgb(95 130 80 / 26%);
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  animation: _rise_6cxti_1 0.34s cubic-bezier(0.16, 1, 0.3, 1);
}

._close_6cxti_31 {
  position: sticky;
  top: 0;
  z-index: 2;
  float: right;
  padding: 6px 12px;
  color: #5f6a54;
  font: 500 12.5px/1 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.12em;
  background: rgb(255 255 255 / 84%);
  border: 1px solid rgb(95 130 80 / 30%);
  border-radius: 999px;
  cursor: pointer;
}

._close_6cxti_31:hover {
  color: #3f5438;
  background: #fff;
}

._header_6cxti_51 {
  min-width: 0;
}

._intro_6cxti_55 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: 30px;
  clear: both;
  padding-top: 18px;
}

._quickLinks_6cxti_64 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

._quickLinks_6cxti_64 a {
  display: inline-block;
  padding: 10px 16px;
  color: #fff;
  background: #456238;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
}

._quickLinks_6cxti_64 a:hover {
  background: #344c2a;
}

._eyebrow_6cxti_87 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 12px;
  color: #8b725b;
  font: 500 11.5px/1.4 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.14em;
}

._statusChip_6cxti_98 {
  padding: 3px 9px;
  color: #6b4a2f;
  background: rgb(184 115 74 / 13%);
  border-radius: 999px;
  letter-spacing: 0.06em;
}

._title_6cxti_106 {
  font-family: var(--font-project);
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

._enName_6cxti_115 {
  margin: 0 0 20px;
  color: #7a6d59;
  font: 400 13.5px/1.5 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.05em;
}

._summary_6cxti_122 {
  margin: 0;
  padding: 18px 20px;
  color: #35482f;
  font-size: 17px;
  line-height: 1.85;
  letter-spacing: 0.03em;
  background: #e6eddc;
  border-radius: 8px;
  text-wrap: pretty;
}

._cover_6cxti_134 {
  display: block;
  /* 面板加宽后封面会独占一屏，限一下宽度让它回到配图的位置。 */
  width: 100%;
  max-width: 760px;
  height: auto;
  margin: 0;
  border: 1px solid rgb(95 130 80 / 20%);
  border-radius: 10px;
}

._body_6cxti_145 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  margin-top: 44px;
}

._section_6cxti_152 {
  min-width: 0;
  max-width: 68ch;
}

/* 图形化区块按面板宽度铺开，行宽限制只管连续正文。 */
._section_6cxti_152:has(> ._stack_6cxti_158),
._section_6cxti_152:has(> ._cards_6cxti_159),
._flowSection_6cxti_160 {
  max-width: none;
}

._sectionTitle_6cxti_164 {
  margin: 0 0 20px;
  color: #303c2b;
  font-size: 24px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-wrap: balance;
}


._paragraph_6cxti_175 {
  margin: 0;
  font-size: 15.5px;
  line-height: 2;
  letter-spacing: 0.03em;
  text-wrap: pretty;
}

._paragraph_6cxti_175 a {
  color: #4f7344;
  text-underline-offset: 3px;
}

._split_6cxti_188 {
  display: grid;
  gap: 30px;
}

._column_6cxti_193 {
  display: grid;
  gap: 30px;
  align-content: start;
}

/* 左栏叙事 + 流程，右栏卡片栈；两栏都从顶端起算，不拉伸。 */
@media (min-width: 900px) {
  ._split_6cxti_188 {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 38px;
    align-items: start;
  }
}

._aside_6cxti_208 {
  padding: 20px 22px;
  background: #e6eddc;
  border-radius: 8px;
}

._aside_6cxti_208 ._sectionTitle_6cxti_164 {
  font-size: 18px;
  margin-bottom: 12px;
}

._aside_6cxti_208 ._paragraph_6cxti_175 {
  font-size: 14.5px;
  line-height: 1.9;
}

/* 取舍 / 结果 / 后续：卡片网格，标题在前，原说明完整保留在后。 */
._cards_6cxti_159 {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

._card_6cxti_159 {
  display: grid;
  grid-template-columns: auto minmax(0, 0.8fr) minmax(0, 1.8fr);
  gap: 12px 18px;
  padding: 18px 0;
  border-top: 1px solid rgb(95 130 80 / 22%);
}

/* 没有小标题的条目，说明紧随标记占满剩余宽度，不留空标题列 */
._cardDescWide_6cxti_242 {
  grid-column: 2 / -1;
}

._cardMark_6cxti_246 {
  color: #8a9179;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: 0.02em;
}

._cards_6cxti_159[data-tone="outcome"] ._cardMark_6cxti_246 {
  color: #a06a3b;
}

._section_6cxti_152[data-tone="decision"] {
  padding: 26px;
  background: #e6eddc;
  border-radius: 10px;
}

._cards_6cxti_159[data-tone="outcome"] ._cardTitle_6cxti_264 {
  color: #754727;
}

._cardTitle_6cxti_264 {
  margin: 0 0 5px;
  color: #303c2b;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

._cardDesc_6cxti_242 {
  margin: 0;
  color: #5b6353;
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  text-wrap: pretty;
}

._cardDesc_6cxti_242 strong {
  color: #3f5438;
  font-weight: 600;
}

/* 技术栈：层名当行首标签，构件横向铺开。只是排版，不画流程。 */
._stack_6cxti_158 {
  display: grid;
  gap: 10px;
  margin: 0;
}

._layer_6cxti_298 {
  display: grid;
  grid-template-columns: 4.5em minmax(0, 1fr);
  gap: 6px 14px;
  align-items: baseline;
}

._layerLabel_6cxti_305 {
  color: #7a6d59;
  font-size: 13px;
  letter-spacing: 0.1em;
}

._nodes_6cxti_311 {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
}

._node_6cxti_311 {
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 4px 10px;
  color: #5c6552;
  font: 400 12.5px/1.5 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.04em;
  background: rgb(255 255 255 / 66%);
  border: 1px solid rgb(95 130 80 / 24%);
  border-radius: 3px;
}

/* 结构图给足横向空间，并按面板宽度居中 */
._flowSection_6cxti_160 {
  padding: 26px 0 4px;
  border-top: 1px solid rgb(95 130 80 / 18%);
}

._evidence_6cxti_336 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

._evidence_6cxti_336 a {
  display: inline-flex;
  gap: 8px;
  align-items: baseline;
  flex-wrap: wrap;
  overflow-wrap: anywhere;
  padding: 9px 15px;
  color: #40573a;
  font-size: 14.5px;
  text-decoration: none;
  background: rgb(255 255 255 / 78%);
  border: 1px solid rgb(95 130 80 / 44%);
  border-radius: 3px;
  transition: transform 0.18s ease, background 0.18s ease;
}

._evidence_6cxti_336 a:hover {
  background: #fff;
  transform: translateY(-2px);
}

._evidenceHint_6cxti_366 {
  color: #655e50;
  font: 400 11px/1 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.1em;
}

._pager_6cxti_372 {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 22px;
  margin-top: 38px;
  border-top: 1px solid rgb(95 130 80 / 20%);
}

._pagerLink_6cxti_381 {
  display: grid;
  gap: 4px;
  color: #4a5043;
  font-size: 15px;
  text-decoration: none;
}

._pagerNext_6cxti_389 {
  text-align: right;
}

._pagerLink_6cxti_381:hover {
  color: var(--color-clay);
}

._pagerHint_6cxti_397 {
  color: #8b8574;
  font: 400 11px/1 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.14em;
}

@keyframes _rise_6cxti_1 {
  from {
    transform: translateY(28px);
    opacity: 0;
  }
}

@keyframes _fade_6cxti_1 {
  from {
    opacity: 0;
  }
}

@media (max-width: 760px) {
  ._intro_6cxti_55 {
    grid-template-columns: minmax(0, 1fr);
  }

  ._card_6cxti_159 {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px 12px;
  }

  ._cardMark_6cxti_246 {
    grid-row: 1;
  }

  ._cardTitle_6cxti_264 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }

  ._cardDesc_6cxti_242,
  ._cardDescWide_6cxti_242 {
    grid-column: 2;
  }

  ._sectionTitle_6cxti_164 {
    font-size: 22px;
  }

  ._section_6cxti_152[data-tone="decision"] {
    padding: 20px;
  }
  ._scrim_6cxti_1 {
    padding: 3vh 0 0;
  }

  ._panel_6cxti_14 {
    max-height: 97vh;
    padding: 42px 18px 24px;
    border-radius: 14px 14px 0 0;
  }

  ._summary_6cxti_122,
  ._paragraph_6cxti_175 {
    font-size: 14.5px;
    line-height: 1.9;
  }

  ._layer_6cxti_298 {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  ._scrim_6cxti_1,
  ._panel_6cxti_14 {
    animation: none;
  }

  ._evidence_6cxti_336 a:hover {
    transform: none;
  }
}
._showcase_cgzpa_1 {
  position: relative;
  padding: clamp(56px, 9vh, 104px) clamp(20px, 6vw, 88px) clamp(48px, 8vh, 88px);
  color: #3c4136;
  background:
    radial-gradient(70% 40% at 82% 4%, rgb(200 220 180 / 26%) 0%, rgb(200 220 180 / 0%) 62%),
    linear-gradient(#f3efe4 0%, var(--color-paper) 30%);
}

._header_cgzpa_10 {
  max-width: 62ch;
  margin: 0 auto clamp(32px, 5vh, 56px);
  text-align: center;
}

._eyebrow_cgzpa_16 {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  color: var(--color-green);
  font: 500 12px/1 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

._eyebrow_cgzpa_16::before,
._eyebrow_cgzpa_16::after {
  width: 26px;
  height: 1px;
  content: "";
  background: currentcolor;
  opacity: 0.6;
}

._heading_cgzpa_37 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3.6vw, 38px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

._lead_cgzpa_45 {
  margin: 0;
  color: #6d6455;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  /* balance 而不是 pretty：这句短，pretty 会把「一个。」单独留一行 */
  text-wrap: balance;
}

/* 舞台：左视觉右文案 */
._stage_cgzpa_56 {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

._visual_cgzpa_65 {
  position: relative;
  /* 固定比例，切换时高度不跳。
     封面统一为 1600×1000（16:10），桌面与移动断点都按这个比例走，
     object-fit: cover 才不会把画面两侧的标题与标签裁掉。 */
  aspect-ratio: 16 / 10;
  border-radius: 14px;
}

._slide_cgzpa_74 {
  position: absolute;
  inset: 0;
  display: grid;
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
}

._slide_cgzpa_74[data-active] {
  opacity: 1;
}

/* 把风格各异的截图收进同一个「贴在纸上的照片」容器里，
   否则 UI 截图、电影感插画和水彩画会在同一屏里互相打架。 */
._cover_cgzpa_89,
._typographic_cgzpa_90 {
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #fbf9f2;
  border: 1px solid rgb(95 130 80 / 22%);
  border-radius: 12px;
  box-shadow: 0 14px 30px rgb(70 76 58 / 12%);
}

._cover_cgzpa_89 {
  object-fit: cover;
  /* padding 撑出纸边，靠 content-box 让图片本身留出白边 */
  box-sizing: border-box;
}

._typographic_cgzpa_90 {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 18px;
  padding: clamp(28px, 4vw, 52px);
  background:
    repeating-linear-gradient(178deg, rgb(120 100 72 / 4%) 0 1px, transparent 1px 16px),
    #fbf9f2;
}

._typographicMark_cgzpa_117 {
  color: #8b725b;
  font: 500 12px/1 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.16em;
}

._typographicQuote_cgzpa_123 {
  margin: 0;
  color: #4a4034;
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-wrap: balance;
}

._typographicStatus_cgzpa_132 {
  padding: 5px 12px;
  color: #6b4a2f;
  font: 400 12.5px/1.5 ui-monospace, "SF Mono", Menlo, monospace;
  letter-spacing: 0.05em;
  background: rgb(184 115 74 / 13%);
  border-radius: 999px;
}

._detail_cgzpa_141 {
  min-width: 0;
}

._detailMeta_cgzpa_145 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 12px;
  color: #8b725b;
  font: 500 11.5px/1.4 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.14em;
}

._statusChip_cgzpa_156 {
  padding: 3px 9px;
  color: #6b4a2f;
  background: rgb(184 115 74 / 13%);
  border-radius: 999px;
  letter-spacing: 0.06em;
}

._detailName_cgzpa_164 {
  font-family: var(--font-project);
  margin: 0 0 8px;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  overflow-wrap: anywhere;
}

._detailTagline_cgzpa_174 {
  margin: 0 0 20px;
  color: #7a6d59;
  font: 400 13.5px/1.5 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.05em;
}

._detailSummary_cgzpa_181 {
  margin: 0 0 22px;
  padding: 16px 20px;
  color: #35482f;
  font-size: 15.5px;
  line-height: 1.95;
  letter-spacing: 0.03em;
  background: #e6eddc;
  border-radius: 8px;
  text-wrap: pretty;
}

._outcomes_cgzpa_193 {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 26px;
  list-style: none;
}

._outcomes_cgzpa_193 li {
  position: relative;
  padding-left: 20px;
  font-size: 14.5px;
  line-height: 1.85;
  letter-spacing: 0.03em;
  text-wrap: pretty;
}

._outcomes_cgzpa_193 li::before {
  position: absolute;
  top: 0.78em;
  left: 3px;
  width: 5px;
  height: 5px;
  content: "";
  background: rgb(95 130 80 / 62%);
  border-radius: 50%;
}

._outcomes_cgzpa_193 strong {
  font-weight: 600;
  color: #3f5438;
}

._detailLink_cgzpa_226 {
  display: inline-block;
  padding: 12px 22px;
  /* 这颗是 <button>（详情弹层由页面本地挂），不像 <a href> 自带手型 */
  cursor: pointer;
  color: #fbfbf6;
  font-size: 15px;
  letter-spacing: 0.075em;
  text-decoration: none;
  background: var(--color-green);
  border: 1px solid var(--color-green);
  border-radius: 2px;
  box-shadow: 0 2px 0 rgb(60 85 48 / 50%);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

._detailLink_cgzpa_226:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 0 rgb(60 85 48 / 40%);
}

/* 控件与时间线 */
._controls_cgzpa_248 {
  max-width: 1180px;
  margin: clamp(34px, 5vh, 56px) auto 0;
}

._buttons_cgzpa_253 {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

._arrow_cgzpa_260,
._play_cgzpa_261 {
  padding: 8px 14px;
  color: #4f7344;
  font: 400 13px/1 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.1em;
  cursor: pointer;
  background: rgb(255 255 255 / 72%);
  border: 1px solid rgb(79 115 68 / 46%);
  border-radius: 2px;
}

._arrow_cgzpa_260 {
  min-width: 42px;
  font-size: 15px;
}

._arrow_cgzpa_260:hover,
._play_cgzpa_261:hover:not(:disabled) {
  background: #fff;
}

._play_cgzpa_261:disabled {
  color: #8b8574;
  cursor: not-allowed;
  border-color: rgb(120 115 100 / 32%);
}

._timeline_cgzpa_288 {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  padding: 18px 0 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgb(95 130 80 / 22%);
}

._timelineItem_cgzpa_298 {
  display: grid;
  gap: 3px;
  width: 100%;
  padding: 10px 8px;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  border-top: 2px solid transparent;
  border-radius: 0 0 4px 4px;
  transition: background 0.18s ease, border-color 0.18s ease;
}

._timelineItem_cgzpa_298:hover {
  background: rgb(255 255 255 / 62%);
}

._timelineItem_cgzpa_298[aria-current] {
  background: rgb(255 255 255 / 78%);
  border-top-color: var(--color-clay);
}

._timelineName_cgzpa_321 {
  font-family: var(--font-project);
  color: #6a6052;
  font-size: 14.5px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  overflow-wrap: anywhere;
}

._timelineItem_cgzpa_298[data-highlight] ._timelineName_cgzpa_321 {
  color: #463d31;
  font-size: 16.5px;
}

._timelineItem_cgzpa_298[aria-current] ._timelineName_cgzpa_321 {
  color: var(--color-clay);
}

._timelineDate_cgzpa_339 {
  color: #8b8574;
  font: 400 10.5px/1.4 ui-monospace, "SF Mono", Menlo, monospace;
  letter-spacing: 0.08em;
}

@media (max-width: 1024px) {
  ._stage_cgzpa_56 {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  ._visual_cgzpa_65 {
    aspect-ratio: 16 / 10;
  }

  ._timeline_cgzpa_288 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  ._header_cgzpa_10 {
    text-align: left;
  }

  ._eyebrow_cgzpa_16 {
    justify-content: flex-start;
  }

  ._eyebrow_cgzpa_16::after {
    display: none;
  }

  ._detailSummary_cgzpa_181,
  ._outcomes_cgzpa_193 li {
    font-size: 14.5px;
  }

  ._timeline_cgzpa_288 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  ._buttons_cgzpa_253 {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  ._slide_cgzpa_74 {
    transition: none;
  }

  ._detailLink_cgzpa_226,
  ._timelineItem_cgzpa_298 {
    transition: none;
  }

  ._detailLink_cgzpa_226:hover {
    transform: none;
  }
}
._page_otry7_1 {
  min-height: 100vh;
  background: var(--color-paper);
}

/* 返回条的底色取 .showcase 顶部渐变的起点色，两块之间不留接缝。 */
._bar_otry7_7 {
  padding: clamp(20px, 3.5vh, 40px) clamp(20px, 6vw, 88px) 0;
  background: #f3efe4;
}

._back_otry7_12 {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #5f8250;
  font: 500 12.5px/1 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.14em;
  text-decoration: none;
}

._back_otry7_12:hover {
  color: var(--color-clay);
}
._page_1ie7z_1 {
  min-height: 100vh;
  padding: clamp(20px, 4vh, 40px) clamp(16px, 3vw, 40px) clamp(40px, 8vh, 72px);
  color: #3c4136;
  background:
    radial-gradient(90% 46% at 16% 0%, #fdfcf6 0%, rgb(253 252 246 / 0%) 62%),
    radial-gradient(70% 40% at 86% 6%, rgb(200 220 180 / 30%) 0%, rgb(200 220 180 / 0%) 64%),
    var(--color-paper);
}

._toolbar_1ie7z_11 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto clamp(18px, 4vh, 36px);
}

._back_1ie7z_21,
._refold_1ie7z_22 {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font: 500 12.5px/1 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.14em;
  text-decoration: none;
}

._back_1ie7z_21 {
  color: #5f8250;
}

._back_1ie7z_21:hover {
  color: var(--color-clay);
}

._refold_1ie7z_22 {
  padding: 8px 14px;
  color: #4f7344;
  cursor: pointer;
  background: rgb(255 255 255 / 72%);
  border: 1px solid rgb(79 115 68 / 46%);
  border-radius: 2px;
}

._refold_1ie7z_22:hover {
  background: #fff;
}

/* ---- 三折纸 ---- */

._stage_1ie7z_54 {
  /* 透视放在舞台上，两翼共用同一个灭点，折页才像同一张纸 */
  perspective: 2600px;
  perspective-origin: 50% 42%;
}

._sheet_1ie7z_60 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 780px;
  width: min(1180px, 100%);
  margin: 0 auto;
  transform-style: preserve-3d;
  /* 弹出：back-out 曲线尾部有轻微过冲，纸落位时像被弹到桌面上 */
  transition: transform 0.62s cubic-bezier(0.34, 1.46, 0.64, 1),
    opacity 0.34s ease,
    filter 0.62s ease;
  transform: scale(0.86) translateY(30px);
  opacity: 0;
  filter: drop-shadow(0 6px 12px rgb(70 76 58 / 6%));
}

/* 第一段：纸弹到桌面上（此时仍是折叠的） */
._sheet_1ie7z_60[data-popped] {
  transform: scale(1) translateY(0);
  opacity: 1;
  filter: drop-shadow(0 22px 44px rgb(70 76 58 / 16%));
}

._panel_1ie7z_84 {
  position: relative;
  /* 整张纸横向切三份：background-size 300% 让图铺满整张纸的宽度，
     每个面板再用 background-position 取自己那一份。这样纸纤维是连贯的，
     不是三块各自平铺的补丁。折痕和横格纹一律不烧进图里——折痕在展开
     过程中是真实的 3D 弯折，由 CSS 受光层负责；格纹要跟正文行高对齐。 */
  background-image: url("/assets/paper-sheet.webp");
  background-size: 300% 100%;
  background-repeat: no-repeat;
  background-color: #fbf9f2;
  /* 曲线要匀一点：过于 ease-out 的话前 1/3 就转完了，看不出是在「翻折」 */
  transition: transform 1.05s cubic-bezier(0.42, 0.04, 0.24, 1);
  backface-visibility: hidden;
}

/* 封面：只盖住中缝那一栏（中间三分之一），展开时向上揭走 */
._cover_1ie7z_100 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33.3333%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 33.3333%;
  padding: clamp(18px, 2.1vw, 30px);
  background-image: url("/assets/paper-sheet.webp");
  background-position: center center;
  background-size: 300% 100%;
  background-color: #fbf9f2;
  /* preserve-3d 上下文里 z-index 不像平面布局那样可靠，靠 Z 位移拉开层次 */
  transform: translateZ(8px);
  transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

._sheet_1ie7z_60[data-opened] ._cover_1ie7z_100 {
  opacity: 0;
  transform: translateZ(8px) translateY(-14px);
  pointer-events: none;
}

/* 合拢时内页本来就不该看得见。这既是物理事实，也免得去跟 3D 层序较劲
   ——光靠 z-index 压不住，中缝的内容会从封面底下透出来。 */
._spine_1ie7z_129 ._panelInner_1ie7z_129 {
  opacity: 0;
  transition: opacity 0.45s ease;
}

._sheet_1ie7z_60[data-opened] ._spine_1ie7z_129 ._panelInner_1ie7z_129 {
  opacity: 1;
  transition-delay: 0.25s;
}

._coverEyebrow_1ie7z_139 {
  margin: 0 0 auto;
  color: #4f7344;
  font: 500 10.5px/1 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

._coverName_1ie7z_147 {
  margin: 0 0 6px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
  letter-spacing: 0.035em;
}

._coverRole_1ie7z_154 {
  margin: 0 0 16px;
  color: #6b7263;
  font: 400 11.5px/1.5 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.12em;
}

._coverRule_1ie7z_161 {
  width: 42px;
  height: 1px;
  margin-bottom: 16px;
  background: var(--color-clay);
  opacity: 0.7;
}

._coverStatus_1ie7z_169 {
  margin: 0 0 auto;
  color: #8b725b;
  font: 400 11px/1.5 ui-monospace, "SF Mono", Menlo, monospace;
  letter-spacing: 0.08em;
}

/* 折边：两翼绕各自靠中缝的一侧转开 */
._wingLeft_1ie7z_177 {
  background-position: left center;
  transform-origin: right center;
  transform: rotateY(-96deg);
  border-right: 1px solid rgb(120 100 72 / 14%);
  border-radius: 3px 0 0 3px;
  transition-delay: 0.05s;
}

._wingRight_1ie7z_186 {
  background-position: right center;
  transform-origin: left center;
  transform: rotateY(96deg);
  border-left: 1px solid rgb(120 100 72 / 14%);
  border-radius: 0 3px 3px 0;
  transition-delay: 0.18s;
}

._sheet_1ie7z_60[data-opened] ._wingLeft_1ie7z_177,
._sheet_1ie7z_60[data-opened] ._wingRight_1ie7z_186 {
  transform: rotateY(0deg);
}

._spine_1ie7z_129 {
  background-position: center center;
}

/* 折页受光：合拢时两翼压暗，展开过程中提亮，卖 3D 感 */
._wingLeft_1ie7z_177::after,
._wingRight_1ie7z_186::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 1;
  transition: opacity 1.05s ease;
  pointer-events: none;
}

._wingLeft_1ie7z_177::after {
  background: linear-gradient(90deg, rgb(74 66 48 / 42%), rgb(74 66 48 / 4%));
}

._wingRight_1ie7z_186::after {
  background: linear-gradient(270deg, rgb(74 66 48 / 42%), rgb(74 66 48 / 4%));
}

._sheet_1ie7z_60[data-opened] ._wingLeft_1ie7z_177::after,
._sheet_1ie7z_60[data-opened] ._wingRight_1ie7z_186::after {
  opacity: 0;
}

._panelInner_1ie7z_129 {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(18px, 2.1vw, 30px);
  min-width: 0;
}

/* ---- 面板内容 ---- */

._portrait_1ie7z_238 {
  align-self: center;
  /* 不设 flex-shrink:0 的话会被同栏内容挤扁，还会掩盖加载失败 */
  flex: 0 0 auto;
  width: auto;
  height: clamp(120px, 12vw, 160px);
  margin-bottom: 10px;
  object-fit: contain;
}

._name_1ie7z_248 {
  margin: 0 0 4px;
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.035em;
}

._dot_1ie7z_256 {
  color: var(--color-clay);
}

._role_1ie7z_260 {
  margin: 0 0 4px;
  color: #6b7263;
  font: 400 11.5px/1.4 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.12em;
}

._status_1ie7z_267 {
  margin: 0 0 14px;
  color: #8b725b;
  font: 400 11px/1.4 ui-monospace, "SF Mono", Menlo, monospace;
  letter-spacing: 0.08em;
}

._statement_1ie7z_274 {
  margin: 0;
  padding: 12px 14px;
  color: #4a5043;
  font-size: 12.5px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  background: #e6eddc;
  border-radius: 6px;
  text-wrap: pretty;
}

._blockTitle_1ie7z_286 {
  padding-bottom: 8px;
  margin: 22px 0 12px;
  color: #35482f;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgb(95 130 80 / 22%);
}

._blockTitle_1ie7z_286:first-child {
  margin-top: 0;
}

._entry_1ie7z_301 {
  margin-bottom: 11px;
}

._entryHead_1ie7z_305 {
  margin: 0 0 2px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

._entryMeta_1ie7z_313 {
  margin: 0 0 4px;
  color: #6c6153;
  font: 400 10.5px/1.45 ui-monospace, "SF Mono", Menlo, monospace;
  letter-spacing: 0.04em;
}

._entryFacts_1ie7z_320,
._entryBody_1ie7z_321 {
  margin: 0;
  color: #5c6552;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-wrap: pretty;
}

._entryFacts_1ie7z_320 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 7px;
  font-size: 11.5px;
  font-weight: 600;
  color: #35482f;
  font-variant-numeric: tabular-nums;
}

._contact_1ie7z_341 {
  margin: 0 0 4px;
  color: #4a5043;
  font: 400 11.5px/1.6 ui-monospace, "SF Mono", Menlo, monospace;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
}

/* 项目栏 */
._projects_1ie7z_350 {
  display: grid;
  gap: 2px;
  padding: 0;
  margin: 0;
  list-style: none;
}

._projectLink_1ie7z_358 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1px 8px;
  padding: 10px 6px;
  text-decoration: none;
  border-bottom: 1px solid rgb(95 130 80 / 14%);
  transition: background 0.18s ease;
}

._projectLink_1ie7z_358:hover {
  background: rgb(255 255 255 / 70%);
}

._projectName_1ie7z_372 {
  font-family: var(--font-project);
  font-size: 17px;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
}

._projectLink_1ie7z_358:hover ._projectName_1ie7z_372 {
  color: var(--color-clay);
}

._projectDate_1ie7z_383 {
  color: #6c6153;
  font: 400 10px/1.6 ui-monospace, "SF Mono", Menlo, monospace;
  letter-spacing: 0.06em;
  text-align: right;
  white-space: nowrap;
}

._projectTagline_1ie7z_391 {
  grid-column: 1 / -1;
  color: #645944;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

._projectStatus_1ie7z_399 {
  grid-column: 1 / -1;
  justify-self: start;
  padding: 2px 7px;
  margin-top: 3px;
  color: #6b4a2f;
  font: 400 10px/1.5 ui-monospace, "SF Mono", Menlo, monospace;
  background: rgb(184 115 74 / 13%);
  border-radius: 999px;
}

/* 能力与奖项 */
._skillGroup_1ie7z_411 {
  margin-bottom: 8px;
}

._skillDomain_1ie7z_415 {
  margin: 0 0 2px;
  color: #5c6552;
  font-size: 11.5px;
  font-weight: 650;
  letter-spacing: 0.06em;
}

._skillItems_1ie7z_423 {
  margin: 0;
  color: #635b4e;
  font: 400 10.5px/1.6 ui-monospace, "SF Mono", Menlo, monospace;
  letter-spacing: 0.01em;
}

._awards_1ie7z_430 {
  display: grid;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

._awards_1ie7z_430 li {
  position: relative;
  padding-left: 13px;
  color: #5c6552;
  font-size: 11.5px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

._awards_1ie7z_430 li::before {
  position: absolute;
  top: 0.62em;
  left: 2px;
  width: 4px;
  height: 4px;
  content: "";
  background: rgb(95 130 80 / 58%);
  border-radius: 50%;
}

/* ---- 移动端：放弃「一页」，单栏堆叠可滚动 ---- */
@media (max-width: 860px) {
  ._stage_1ie7z_54 {
    perspective: none;
  }

  ._sheet_1ie7z_60 {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    transform: none;
    transform-style: flat;
  }

  ._panel_1ie7z_84,
  ._sheet_1ie7z_60[data-opened] ._wingLeft_1ie7z_177,
  ._sheet_1ie7z_60[data-opened] ._wingRight_1ie7z_186 {
    transform: none;
  }

  /* 堆叠布局里没有「中缝」，封面无处可盖；内页必须无条件可见 */
  ._cover_1ie7z_100 {
    display: none;
  }

  ._spine_1ie7z_129 ._panelInner_1ie7z_129 {
    opacity: 1;
  }

  /* 堆叠后各面板宽度一致，横切三分之一没有意义，各自铺满即可 */
  ._panel_1ie7z_84 {
    background-size: cover;
    background-position: center center;
  }

  ._wingLeft_1ie7z_177,
  ._wingRight_1ie7z_186 {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  /* 折页受光在平铺时没有意义，会变成一块脏阴影 */
  ._wingLeft_1ie7z_177::after,
  ._wingRight_1ie7z_186::after {
    display: none;
  }

  ._panelInner_1ie7z_129 {
    height: auto;
    overflow: visible;
  }

  ._portrait_1ie7z_238 {
    height: 200px;
  }

  ._statement_1ie7z_274,
  ._entryFacts_1ie7z_320,
  ._entryBody_1ie7z_321 {
    font-size: 13.5px;
    line-height: 1.9;
  }

  ._projectName_1ie7z_372 {
    font-size: 15px;
  }

  ._projectTagline_1ie7z_391,
  ._skillItems_1ie7z_423,
  ._awards_1ie7z_430 li {
    font-size: 12.5px;
  }

  ._refold_1ie7z_22 {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  ._sheet_1ie7z_60,
  ._panel_1ie7z_84,
  ._wingLeft_1ie7z_177::after,
  ._wingRight_1ie7z_186::after,
  ._projectLink_1ie7z_358 {
    transition: none;
  }
}
._shiba_gf77v_1 {
  --dog-x: 0px;

  position: absolute;
  top: calc(var(--horizon) + 70px + var(--foreground-shift-y));
  left: calc(50% + var(--foreground-shift-x));
  z-index: 6;
  width: clamp(144px, 12.04vw, 184px);
  aspect-ratio: 1;
  transform: translate(-50%, -89%);
}

._motion_gf77v_13 {
  position: absolute;
  inset: 0;
  transform: translateX(var(--dog-x));
  will-change: transform;
}

._trigger_gf77v_20 {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
}

._trigger_gf77v_20:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 6px;
}

._trigger_gf77v_20:disabled {
  cursor: wait;
}

._placeholder_gf77v_41,
._canvas_gf77v_42 {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 8px 8px rgb(75 70 52 / 14%));
}

._placeholder_gf77v_41 {
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.12s ease-out;
}

._canvas_gf77v_42 {
  opacity: 0;
  transition: opacity 0.12s ease-out;
}

._shiba_gf77v_1[data-load-state="ready"] ._placeholder_gf77v_41 {
  opacity: 0;
}

._shiba_gf77v_1[data-load-state="ready"] ._canvas_gf77v_42 {
  opacity: 1;
}

._shadow_gf77v_70 {
  position: absolute;
  bottom: 7%;
  left: 50%;
  width: 62%;
  height: 10%;
  pointer-events: none;
  background: radial-gradient(ellipse, rgb(66 56 40 / 40%), transparent 70%);
  filter: blur(2px);
  transform: translateX(-50%);
}

._commandHalo_gf77v_82 {
  position: absolute;
  bottom: 64%;
  left: 50%;
  z-index: 2;
  width: clamp(230px, 22vw, 300px);
  height: clamp(132px, 12vw, 164px);
  pointer-events: none;
  opacity: 0;
  transform: translateX(-50%) translateY(14px) scale(0.9);
  transform-origin: 50% 100%;
  transition:
    opacity 0.24s ease-out,
    transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}

._commandHaloOpen_gf77v_98 {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}

._command_gf77v_82 {
  position: absolute;
  z-index: 1;
  display: grid;
  place-content: center;
  gap: 1px;
  width: 54px;
  height: 54px;
  padding: 4px;
  color: #65492f;
  font: 600 10px/1.05 inherit;
  text-align: center;
  background: #f4dca2;
  border: 1px solid #8a6847;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgb(91 67 43 / 16%);
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transform: translateY(12px) scale(0.84);
  transition:
    color 0.18s ease-out,
    background 0.18s ease-out,
    opacity 0.18s ease-out,
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

._commandHaloOpen_gf77v_98 ._command_gf77v_82 {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0) scale(1);
}

._command_gf77v_82:hover,
._command_gf77v_82:focus-visible,
._command_gf77v_82[aria-pressed="true"] {
  color: #fdfbf5;
  background: #6b8958;
  outline: none;
}

._command_gf77v_82:focus-visible {
  box-shadow: 0 0 0 3px rgb(247 244 236 / 88%);
}

._command_gf77v_82:disabled {
  color: #8c816e;
  cursor: not-allowed;
  background: #e8dfcc;
  border-color: #b3a58d;
  box-shadow: none;
  opacity: 0.72;
}

._commandtrack_gf77v_157 {
  bottom: 0;
  left: 0;
}

._commandpatrol_gf77v_162 {
  top: 0;
  left: 20%;
}

._commandrecall_gf77v_167 {
  top: 0;
  right: 20%;
}

._commandrest_gf77v_172 {
  right: 0;
  bottom: 0;
}

._commandGlyph_gf77v_177 {
  display: block;
  font: 700 17px/0.9 ui-monospace, "SF Mono", Menlo, monospace;
}

._gazeActive_gf77v_182 {
  cursor: none;
}

._gazeActive_gf77v_182 a,
._gazeActive_gf77v_182 button {
  cursor: pointer;
}

._gazeActive_gf77v_182 [data-shiba-trigger] {
  cursor: none;
}

._gazeCursor_gf77v_195 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: block;
  width: 30px;
  height: 30px;
  pointer-events: none;
  opacity: 0;
  filter: drop-shadow(0 2px 2px rgb(93 76 48 / 24%));
  transition: opacity 0.12s ease-out;
  will-change: transform;
}

._gazeCursor_gf77v_195[data-visible="true"] {
  opacity: 1;
}

._gazeCursorBody_gf77v_214 {
  position: absolute;
  inset: 0;
  background: var(--butterfly-cursor) center / contain no-repeat;
  transform-origin: 50% 55%;
  animation: _butterfly-flutter_gf77v_1 0.72s ease-in-out infinite alternate;
}

@keyframes _butterfly-flutter_gf77v_1 {
  from {
    transform: translateY(1px) rotate(-5deg) scale(0.94);
  }

  to {
    transform: translateY(-1px) rotate(5deg) scale(1);
  }
}

._status_gf77v_232 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

._error_gf77v_245 {
  position: absolute;
  top: 52%;
  left: 50%;
  width: max-content;
  max-width: 170px;
  padding: 6px 9px;
  color: #6e5744;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
  background: rgb(247 244 236 / 92%);
  border: 1px solid rgb(184 115 74 / 32%);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

@media (max-width: 760px) {
  ._shiba_gf77v_1 {
    top: calc(var(--horizon) + 56px);
    left: 44%;
    width: 98px;
  }

  ._commandHalo_gf77v_82 {
    bottom: 64%;
    width: 230px;
    height: 132px;
  }

  ._command_gf77v_82 {
    width: 46px;
    height: 46px;
    font-size: 9px;
  }

  ._commandGlyph_gf77v_177 {
    font-size: 15px;
  }
}

@media (min-width: 761px) and (max-width: 1024px) {
  ._shiba_gf77v_1 {
    left: 68%;
    width: 130px;
  }
}

@media (prefers-reduced-motion: reduce) {
  ._motion_gf77v_13 {
    will-change: auto;
  }

  ._placeholder_gf77v_41,
  ._canvas_gf77v_42,
  ._commandHalo_gf77v_82,
  ._command_gf77v_82,
  ._gazeCursor_gf77v_195 {
    transition: none;
  }

  ._gazeCursor_gf77v_195 {
    display: none;
  }
}
._treeStage_1g7j7_1 {
  --back-x: 0px;
  --back-y: 0px;
  --mid-x: 0px;
  --mid-y: 0px;
  --front-x: 0px;
  --front-y: 0px;

  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  height: 100%;
  aspect-ratio: 1122 / 1402;
  transform: translateX(-50%);
  filter: drop-shadow(0 12px 10px rgb(88 77 54 / 8%));
}

._treeLayer_1g7j7_19 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
}

._skeletonFrame_1g7j7_29 {
  position: absolute;
  top: 27.175%;
  left: 14.706%;
  z-index: 2;
  width: 67.647%;
  height: 67.974%;
  clip-path: inset(100% 0 0);
}

._skeletonFrame_1g7j7_29 ._treeLayer_1g7j7_19 {
  inset: 0;
}

._crown_1g7j7_43 {
  position: absolute;
  z-index: var(--z);
  opacity: 0;
  transform: scale(0.86) rotate(var(--enter-rotate));
  transform-origin: var(--origin);
  will-change: transform, opacity;
}

._crown_1g7j7_43 img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

._leftHigh_1g7j7_61 img,
._rightHigh_1g7j7_62 img {
  transform: translate3d(var(--back-x), var(--back-y), 0);
}

._center_1g7j7_66 img {
  transform: translate3d(var(--mid-x), var(--mid-y), 0);
}

._leftLow_1g7j7_70 img,
._rightLow_1g7j7_71 img {
  transform: translate3d(var(--front-x), var(--front-y), 0);
}

._leftHigh_1g7j7_61 {
  --z: 3;
  --origin: 83.23% 112.47%;
  --enter-rotate: -2.2deg;
  --wind-rotate: 0.9deg;
  --wind-x: -6px;
  --wind-y: -4px;
  --wind-time: 5.8s;
  --wind-delay: -1.7s;

  top: 4.779%;
  left: 5.882%;
  width: 45.187%;
  height: 35.449%;
}

._center_1g7j7_66 {
  --z: 4;
  --origin: 51.23% 53.93%;
  --enter-rotate: 1deg;
  --wind-rotate: -0.75deg;
  --wind-x: 4.5px;
  --wind-y: -5.5px;
  --wind-time: 6.8s;
  --wind-delay: -4.1s;

  top: 4.066%;
  left: 29.59%;
  width: 43.316%;
  height: 44.437%;
}

._rightHigh_1g7j7_62 {
  --z: 5;
  --origin: 10.02% 114.31%;
  --enter-rotate: 2.2deg;
  --wind-rotate: -1.05deg;
  --wind-x: 7px;
  --wind-y: -3px;
  --wind-time: 6.1s;
  --wind-delay: -2.8s;

  top: 6.919%;
  left: 49.911%;
  width: 45.365%;
  height: 36.377%;
}

._leftLow_1g7j7_70 {
  --z: 6;
  --origin: 99.21% 76.91%;
  --enter-rotate: -1.5deg;
  --wind-rotate: 0.8deg;
  --wind-x: -5px;
  --wind-y: 3.5px;
  --wind-time: 7.2s;
  --wind-delay: -5.3s;

  top: 26.177%;
  left: 4.724%;
  width: 45.365%;
  height: 31.812%;
}

._rightLow_1g7j7_71 {
  --z: 7;
  --origin: -3.62% 79.27%;
  --enter-rotate: 1.7deg;
  --wind-rotate: -0.9deg;
  --wind-x: 6px;
  --wind-y: 3px;
  --wind-time: 6.5s;
  --wind-delay: -3.6s;

  top: 31.526%;
  left: 55.882%;
  width: 39.394%;
  height: 27.532%;
}

._groundShadow_1g7j7_155 {
  position: absolute;
  top: 69.5%;
  left: 50%;
  z-index: 1;
  width: 34%;
  height: 3.2%;
  opacity: 0;
  background: radial-gradient(ellipse, rgb(94 78 50 / 22%), transparent 70%);
  filter: blur(2px);
  transform: translate(-50%, -50%);
}

._petals_1g7j7_168 {
  position: absolute;
  inset: 0;
  z-index: 8;
  contain: layout paint;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

._petal_1g7j7_168 {
  position: absolute;
  top: var(--top);
  left: var(--left);
  width: calc(var(--size, 7px) + 3px);
  aspect-ratio: 1.38;
  opacity: 0;
  background: linear-gradient(145deg, #ffe7ed 8%, #ee9bb2 55%, #d86f91 100%);
  border-radius: 72% 28% 66% 34%;
  box-shadow: 0 1px 2px rgb(126 61 82 / 22%);
  will-change: transform, opacity;
}

._isIdle_1g7j7_191 ._skeletonFrame_1g7j7_29 {
  clip-path: inset(0);
}

._isIdle_1g7j7_191 ._crown_1g7j7_43 {
  opacity: 1;
  transform: none;
  animation: _wind_1g7j7_1 var(--wind-time) ease-in-out var(--wind-delay) infinite alternate;
}

._isIdle_1g7j7_191 ._groundShadow_1g7j7_155,
._isIdle_1g7j7_191 ._petals_1g7j7_168 {
  opacity: 1;
}

._isIdle_1g7j7_191 ._petal_1g7j7_168 {
  animation: _petal-flight_1g7j7_1 var(--time, 7s) var(--delay, 0s) cubic-bezier(0.34, 0.01, 0.63, 1) infinite;
}

@keyframes _wind_1g7j7_1 {
  0%,
  18%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }

  44%,
  58% {
    transform: translate3d(var(--wind-x), var(--wind-y), 0) rotate(var(--wind-rotate));
  }

  78% {
    transform: translate3d(1px, 1px, 0) rotate(0.08deg);
  }
}

@keyframes _petal-flight_1g7j7_1 {
  0%,
  9% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(var(--r0, 0deg)) scale(0.75);
  }

  14% {
    opacity: 0.96;
  }

  34% {
    opacity: 0.92;
    transform: translate3d(var(--x1), var(--y1), 0) rotate(var(--r1)) scale(1);
  }

  61% {
    opacity: 0.92;
    transform: translate3d(var(--x2), var(--y2), 0) rotate(var(--r2)) scale(0.96);
  }

  82% {
    opacity: 0.85;
    transform: translate3d(var(--x3), var(--y3), 0) rotate(var(--r3)) scale(0.9);
  }

  96% {
    opacity: 0.62;
    transform: translate3d(var(--x4), var(--y4), 0) rotate(var(--r4)) scale(0.78);
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--x4), var(--y4), 0) rotate(var(--r4)) scale(0.72);
  }
}

._loader_1g7j7_264 {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #f4f2ec;
  transition: opacity 0.48s ease, visibility 0.48s ease;
}

._loaderComplete_1g7j7_275 {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

._loadCard_1g7j7_281 {
  width: min(440px, 88vw);
}

._loadTitle_1g7j7_285 {
  margin: 0 0 9px;
  font-size: clamp(28px, 5vw, 46px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

._loadStatus_1g7j7_293 {
  min-height: 1.65em;
  margin: 0 0 22px;
  color: #697164;
  font-size: 14px;
}

._progressTrack_1g7j7_300 {
  height: 3px;
  overflow: hidden;
  background: rgb(85 121 75 / 16%);
}

._progressBar_1g7j7_306 {
  width: 100%;
  height: 100%;
  background: #55794b;
  transform: scaleX(var(--progress-scale, 0));
  transform-origin: left;
  transition: transform 0.24s ease-out;
}

._loadMeta_1g7j7_315 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: #697164;
  font: 500 12px/1.4 ui-monospace, "SFMono-Regular", Consolas, monospace;
}

._retry_1g7j7_323 {
  min-height: 42px;
  margin-top: 22px;
  padding: 8px 15px;
  color: #fff;
  font: inherit;
  cursor: pointer;
  background: #55794b;
  border: 1px solid #55794b;
  border-radius: 6px;
}

._retry_1g7j7_323:focus-visible {
  outline: 2px solid #55794b;
  outline-offset: 3px;
}

._srOnly_1g7j7_340 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  ._treeStage_1g7j7_1 *,
  ._treeStage_1g7j7_1 *::before,
  ._treeStage_1g7j7_1 *::after,
  ._loader_1g7j7_264,
  ._loader_1g7j7_264 * {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  ._crown_1g7j7_43 img {
    transform: none !important;
  }

  ._skeletonFrame_1g7j7_29 {
    clip-path: inset(0) !important;
  }

  ._crown_1g7j7_43,
  ._groundShadow_1g7j7_155 {
    opacity: 1 !important;
    transform: none !important;
  }

  ._petals_1g7j7_168 {
    display: none !important;
  }
}
._hero_1kbh0_1 {
  --paper: #f7f4ec;
  --sky-color: #eef3e4;
  --soil-color: #e7decb;
  --soil-deep: #dcd0b8;
  --ink: #33372e;
  --ink-muted: #6b7263;
  --green: #5f8250;
  --green-light: #8cac69;
  --clay: #b8734a;
  --horizon: 58%;
  /* 树冠不能被视口顶边切掉。舞台还带 scale(1.02)、原点 68.93%，会再向上撑
     0.02 × 0.6893 × tree-height，所以约束是
     tree-height × 0.6893 × 1.02 + 12 ≤ 58vh，解出 tree-height ≤ 82.49vh − 17.1。
     取 82vh − 24px 留余量。视口高 ≳ 1030px 时 min() 取 820px，既有构图不变。 */
  --tree-height: min(820px, calc(82vh - 24px));
  --tree-base: 0.6893;
  --tree-aspect-ratio: 0.6088;
  --tree-scene-scale: 1.02;
  --character-scale: 0.97;
  /* 正值把人物与柴犬推离左侧文案栏（.figure / .figureShadow / .shiba 共用）。
     曾经是负值，在宽而矮的视口下会把人物拽进文案里挡住正文。 */
  --foreground-shift-x: clamp(24px, 4vw, 88px);
  --foreground-shift-y: 52px;

  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 760px;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
}

._sky_1kbh0_35 {
  position: absolute;
  inset: 0 0 calc(100% - var(--horizon));
  background:
    radial-gradient(120% 90% at 18% 0%, #fdfcf6 0%, rgb(253 252 246 / 0%) 58%),
    radial-gradient(90% 70% at 78% 8%, rgb(200 220 180 / 42%) 0%, rgb(200 220 180 / 0%) 62%),
    linear-gradient(#f3f6ea 0%, var(--sky-color) 68%, #e9efdc 100%);
}

._soil_1kbh0_44 {
  position: absolute;
  inset: var(--horizon) 0 0;
  background: linear-gradient(var(--soil-color) 0%, var(--soil-deep) 46%, #d2c4a8 100%);
}

._soil_1kbh0_44::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.5;
  background: repeating-linear-gradient(177deg, rgb(120 100 72 / 5.5%) 0 1px, transparent 1px 14px);
}

._horizonLine_1kbh0_58 {
  position: absolute;
  top: var(--horizon);
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 16px;
  transform: translateY(-8px);
}

._washClip_1kbh0_69,
._grain_1kbh0_70 {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

._washClip_1kbh0_69 {
  bottom: calc(100% - var(--horizon));
  overflow: hidden;
}

._wash_1kbh0_69 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 760px;
}

._grain_1kbh0_70 {
  opacity: 0.5;
  mix-blend-mode: multiply;
}

._treeWrap_1kbh0_95 {
  position: absolute;
  top: calc(var(--horizon) - var(--tree-height) * var(--tree-base) - 12px);
  /* 人物与柴犬右移后，树也要跟着右移，否则柴犬会挡在树干前面。 */
  left: 63%;
  z-index: 2;
  width: calc(var(--tree-height) * var(--tree-aspect-ratio));
  height: var(--tree-height);
  overflow: visible;
}

._treeWrap_1kbh0_95 [data-tree-stage] {
  transform: translateX(-50%) scale(var(--tree-scene-scale));
  transform-origin: 50% 68.93%;
}

._figure_1kbh0_21 {
  position: absolute;
  top: calc(var(--horizon) + 56px + var(--foreground-shift-y));
  left: calc(39.5% + var(--foreground-shift-x));
  z-index: 5;
  width: auto;
  height: 46vh;
  min-height: 360px;
  max-height: 500px;
  transform: translate(-50%, calc(-100% + 6px)) scale(var(--character-scale));
  transform-origin: 50% 100%;
  filter: drop-shadow(0 10px 14px rgb(90 80 55 / 16%));
}

._figureShadow_1kbh0_21 {
  position: absolute;
  top: calc(var(--horizon) + 59px + var(--foreground-shift-y));
  left: calc(39.5% + var(--foreground-shift-x));
  z-index: 4;
  width: 124px;
  height: 22px;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgb(70 60 42 / 38%), rgb(96 80 52 / 0%) 70%);
  filter: blur(2px);
}

._copy_1kbh0_137 {
  position: absolute;
  top: 14%;
  left: 6.5%;
  z-index: 4;
  width: min(40ch, 30%);
}

._eyebrow_1kbh0_145 {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 24px;
  color: var(--green);
  font: 500 12px/1 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

._eyebrow_1kbh0_145::before {
  width: 26px;
  height: 1px;
  content: "";
  background: var(--green);
  opacity: 0.6;
}

._name_1kbh0_164 {
  margin-bottom: 16px;
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.035em;
}

._dot_1kbh0_172 {
  color: var(--clay);
}

._role_1kbh0_176 {
  margin-bottom: 30px;
  color: var(--ink-muted);
  font: 400 14px/1 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.18em;
}

._intro_1kbh0_183 {
  margin-bottom: 36px;
  color: #4a5043;
  font-size: 16.5px;
  line-height: 2.1;
  letter-spacing: 0.055em;
  text-wrap: pretty;
}

._intro_1kbh0_183 em {
  padding-bottom: 1px;
  color: var(--green);
  font-style: normal;
  white-space: nowrap;
  border-bottom: 1px solid rgb(95 130 80 / 32%);
}

._actions_1kbh0_200 {
  display: flex;
  gap: 12px;
  align-items: center;
}

._button_1kbh0_206 {
  appearance: none;
  padding: 13px 22px;
  color: #fbfbf6;
  font: 400 15px/1 inherit;
  letter-spacing: 0.075em;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 2px;
  box-shadow: 0 2px 0 rgb(60 85 48 / 50%);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

._button_1kbh0_206:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 0 rgb(60 85 48 / 40%);
}

._button_1kbh0_206._ghost_1kbh0_227 {
  color: #4f7344;
  background: rgb(255 255 255 / 58%);
  border-color: rgb(79 115 68 / 66%);
  box-shadow: none;
}

._button_1kbh0_206._ghost_1kbh0_227:hover {
  background: rgb(255 255 255 / 82%);
  box-shadow: 0 3px 0 rgb(60 85 48 / 16%);
  transform: translateY(-2px);
}

._projectRoots_1kbh0_240 {
  position: absolute;
  top: 86.5%;
  left: 25%;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  width: 71%;
}

._note_1kbh0_251 {
  display: grid;
  gap: 3px;
  align-content: start;
  min-width: 0;
  padding: 2px 0;
  color: inherit;
  font: inherit;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  transition: color 0.18s ease, transform 0.18s ease;
}

._note_1kbh0_251:hover {
  transform: translateY(-2px);
}

._note_1kbh0_251:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}

._noteName_1kbh0_274 {
  font-family: var(--font-project);
  display: block;
  color: #6a6052;
  font-size: 13.5px;
  line-height: 1.35;
  letter-spacing: 0.035em;
  overflow-wrap: anywhere;
}

/* 亮点项目：名字更大、颜色更实，其余作为同一条时间线上的其他作品 */
._note_1kbh0_251[data-highlight] ._noteName_1kbh0_274 {
  color: #463d31;
  font-size: 17px;
  letter-spacing: 0.045em;
}

._note_1kbh0_251:hover ._noteName_1kbh0_274,
._note_1kbh0_251[aria-current="page"] ._noteName_1kbh0_274 {
  color: var(--clay);
}

._note_1kbh0_251[aria-current="page"] ._noteDescription_1kbh0_296 {
  color: #554939;
}

._note_1kbh0_251[aria-current="page"]::after {
  width: min(64px, 72%);
  height: 1px;
  margin-top: 4px;
  content: "";
  background: var(--clay);
}

/* 网格排布（触屏 / 窄屏）下这一层不参与布局：只留一行定位，
   英文名与状态标签收起，与改版前的观感一致。 */
._noteDetail_1kbh0_310 {
  display: contents;
}

._noteEn_1kbh0_314,
._noteStatus_1kbh0_315 {
  display: none;
}

._noteTime_1kbh0_319 {
  color: #8b725b;
  font: 500 11.5px/1.3 ui-monospace, "SF Mono", Menlo, monospace;
  letter-spacing: 0.11em;
}

._noteDescription_1kbh0_296 {
  display: block;
  color: #8a7f6c;
  font: 400 11px/1.45 ui-monospace, "SF Mono", Menlo, monospace;
  letter-spacing: 0.02em;
}

._note_1kbh0_251[data-highlight] ._noteDescription_1kbh0_296 {
  color: #796d59;
  font-size: 11.5px;
}

._mailboxEntry_1kbh0_337 {
  position: absolute;
  bottom: 3.25%;
  left: 6.5%;
  z-index: 6;
  display: grid;
  gap: 4px;
  justify-items: center;
  /* 原来 16vw 让信箱换算后高约 354px，几乎与人物（383px）齐高。 */
  width: clamp(112px, 8.5vw, 156px);
  padding: 0;
  color: #695741;
  text-decoration: none;
}

._mailboxImage_1kbh0_352 {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: 50% 100%;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

._mailboxLabel_1kbh0_360 {
  font: 500 11px/1.2 ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.14em;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition:
    opacity 0.18s ease-out,
    transform 0.24s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 0.24s;
}

._mailboxEntry_1kbh0_337:hover ._mailboxImage_1kbh0_352 {
  transform: translateY(-4px) rotate(1.5deg);
}

._mailboxEntry_1kbh0_337:hover ._mailboxLabel_1kbh0_360,
._mailboxEntry_1kbh0_337:focus-visible ._mailboxLabel_1kbh0_360 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

._mailboxEntry_1kbh0_337:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 6px;
}

._mode_1kbh0_390 {
  position: absolute;
  top: 7%;
  right: 5%;
  z-index: 6;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  appearance: none;
  color: #586151;
  font: 400 12px/1 ui-monospace, "SF Mono", Menlo, monospace;
  letter-spacing: 0.14em;
  background: rgb(255 255 255 / 58%);
  border: 1px solid rgb(95 130 80 / 24%);
  border-radius: 999px;
  box-shadow: 0 2px 7px rgb(77 92 67 / 10%);
  cursor: pointer;
  text-decoration: none;
}

._mode_1kbh0_390:hover {
  background: rgb(255 255 255 / 82%);
}

._switch_1kbh0_415 {
  position: relative;
  width: 44px;
  height: 22px;
  background: rgb(235 241 226 / 88%);
  border: 1px solid rgb(79 115 68 / 56%);
  border-radius: 11px;
}

._switch_1kbh0_415::after {
  position: absolute;
  top: 2.5px;
  left: 3px;
  width: 15px;
  height: 15px;
  content: "";
  background: #6f975b;
  box-shadow: 0 1px 3px rgb(58 80 47 / 28%);
  border-radius: 50%;
}

._inactiveMode_1kbh0_436 {
  opacity: 0.58;
}

@media (min-width: 761px) and (max-width: 1024px) {
  ._hero_1kbh0_1 {
    --tree-height: min(560px, 72vh);
    --foreground-shift-x: 0px;
    --foreground-shift-y: 0px;
  }

  ._copy_1kbh0_137 {
    top: 7%;
    left: 6.5%;
    width: min(42ch, 38%);
  }

  ._name_1kbh0_164 {
    font-size: 50px;
  }

  ._intro_1kbh0_183 {
    font-size: 15.5px;
    line-height: 1.85;
  }

  ._treeWrap_1kbh0_95 {
    left: 66%;
  }

  ._figure_1kbh0_21 {
    top: calc(var(--horizon) + 48px);
    left: 55%;
    height: 36vh;
    min-height: 320px;
    max-height: 380px;
  }

  ._figureShadow_1kbh0_21 {
    top: calc(var(--horizon) + 51px);
    left: 55%;
    width: 88px;
    height: 16px;
  }

  ._projectRoots_1kbh0_240 {
    top: 78%;
    left: 5%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 16px;
    width: 90%;
  }

  ._mailboxEntry_1kbh0_337 {
    bottom: 3%;
    left: 5%;
    width: 164px;
  }

}

@media (max-width: 760px) {
  ._hero_1kbh0_1 {
    --horizon: 64%;
    --tree-height: 320px;
    --foreground-shift-x: 0px;
    --foreground-shift-y: 0px;
  }

  ._copy_1kbh0_137 {
    top: 5%;
    left: 7%;
    width: 86%;
  }

  ._name_1kbh0_164 {
    font-size: 38px;
  }

  ._intro_1kbh0_183 {
    font-size: 14.5px;
    line-height: 1.85;
  }

  ._treeWrap_1kbh0_95 {
    top: calc(var(--horizon) - var(--tree-height) * var(--tree-base));
    left: 60%;
  }

  ._treeWrap_1kbh0_95 [data-tree-stage] {
    transform: translateX(-50%) scale(1.04);
  }

  ._figure_1kbh0_21 {
    top: calc(var(--horizon) + 48px);
    left: 31%;
    height: 20vh;
    min-height: 155px;
    max-height: 190px;
  }

  ._figureShadow_1kbh0_21 {
    top: calc(var(--horizon) + 51px);
    left: 31%;
    width: 60px;
    height: 13px;
  }

  ._projectRoots_1kbh0_240 {
    top: calc(var(--horizon) + 92px);
    left: 7%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 10px;
    width: 86%;
  }

  ._note_1kbh0_251 {
    min-width: 0;
    padding: 3px 4px;
    text-align: left;
    white-space: normal;
  }

  /* 行楷比黑体细，小字号下会糊，手机上比原来大一档 */
  ._noteName_1kbh0_274 {
    font-size: 14px;
  }

  ._note_1kbh0_251[data-highlight] ._noteName_1kbh0_274 {
    font-size: 15.5px;
  }

  ._noteTime_1kbh0_319 {
    font-size: 9.5px;
    letter-spacing: 0.08em;
  }

  /* 手机上根系只保留名字与时间，定位一行留给项目详情 */
  ._noteDescription_1kbh0_296 {
    display: none;
  }

  ._mode_1kbh0_390 {
    top: auto;
    right: 7%;
    bottom: 3.5%;
    padding: 7px 9px;
  }

  ._mailboxEntry_1kbh0_337 {
    top: calc(var(--horizon) - 78px);
    bottom: auto;
    left: 3.5%;
    width: 56px;
  }

  ._mailboxLabel_1kbh0_360 {
    font-size: 9px;
    letter-spacing: 0.08em;
  }
}


/* ──────────────────────────────────────────────────────────────────────
   宽屏 + 有鼠标：根系换成不规则散布，早的在下、新的在上（生长的方向）。
   默认六个都是实体的；只有真正悬停/聚焦到某一个，其余五个才淡出。
   触发条件写成 :has(.note:hover)，不能挂在容器的 :hover 上——容器铺满整屏，
   那样鼠标进到首屏任何位置都会把六个一起淡掉。
   1200px 以下退回上面的网格：散布位置是百分比，名字宽度不是，窄屏会挤到一起。
   ────────────────────────────────────────────────────────────────────── */
@media (min-width: 1200px) and (hover: hover) and (pointer: fine) {
  ._projectRoots_1kbh0_240 {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    /* 这一层铺满首屏，不设 none 会挡住底下的信箱与模式开关 */
    pointer-events: none;
  }

  ._note_1kbh0_251 {
    position: absolute;
    top: var(--y);
    left: var(--x);
    display: block;
    width: max-content;
    padding: 0;
    white-space: nowrap;
    pointer-events: auto;
    transform: rotate(var(--rot));
    transform-origin: 6% 60%;
    transition: opacity 0.24s ease, transform 0.24s ease;
  }

  ._noteName_1kbh0_274,
  ._note_1kbh0_251[data-highlight] ._noteName_1kbh0_274 {
    display: inline;
    color: #3b3427;
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }

  /* 日期与名字同为实体，只是小一号 */
  ._noteTime_1kbh0_319 {
    display: inline;
    margin-left: 10px;
    color: #6c604b;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }

  /* 展开层放在名字右侧，不放下方：散布之后上下只隔几十像素，
     往下会盖住相邻项目，而且绝对定位保证悬停不引起任何位移。 */
  ._noteDetail_1kbh0_310 {
    position: absolute;
    top: -3px;
    left: calc(100% + 24px);
    display: block;
    width: 286px;
    white-space: normal;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  ._note_1kbh0_251[data-flip] ._noteDetail_1kbh0_310 {
    right: calc(100% + 24px);
    left: auto;
    text-align: right;
  }

  ._noteEn_1kbh0_314 {
    display: block;
    color: #8a7f6c;
    font: 400 10.5px/1.5 ui-monospace, "SF Mono", Menlo, monospace;
    letter-spacing: 0.08em;
  }

  ._noteDescription_1kbh0_296,
  ._note_1kbh0_251[data-highlight] ._noteDescription_1kbh0_296 {
    display: block;
    margin-top: 3px;
    color: #6f6350;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }

  ._noteStatus_1kbh0_315 {
    display: inline-block;
    margin-top: 6px;
    padding: 1px 8px;
    color: #54703c;
    font: 500 10px/1.8 ui-monospace, "SF Mono", Menlo, monospace;
    letter-spacing: 0.06em;
    background: rgb(95 130 80 / 13%);
    border-radius: 99px;
  }

  ._projectRoots_1kbh0_240:has(._note_1kbh0_251:hover) ._note_1kbh0_251,
  ._projectRoots_1kbh0_240:has(._note_1kbh0_251:focus-visible) ._note_1kbh0_251 {
    opacity: 0.12;
  }

  ._projectRoots_1kbh0_240:has(._note_1kbh0_251:hover) ._note_1kbh0_251:hover,
  ._projectRoots_1kbh0_240:has(._note_1kbh0_251:focus-visible) ._note_1kbh0_251:focus-visible {
    z-index: 3;
    opacity: 1;
    transform: rotate(calc(var(--rot) * 0.3)) translateY(-2px);
  }

  ._note_1kbh0_251:hover ._noteName_1kbh0_274,
  ._note_1kbh0_251:focus-visible ._noteName_1kbh0_274,
  ._note_1kbh0_251[aria-current="page"] ._noteName_1kbh0_274 {
    color: var(--clay);
  }

  ._note_1kbh0_251:hover ._noteDetail_1kbh0_310,
  ._note_1kbh0_251:focus-visible ._noteDetail_1kbh0_310 {
    visibility: visible;
    opacity: 1;
  }

  /* 网格排布下的当前页下划线在散布里会挤开行，改成只靠颜色标记 */
  ._note_1kbh0_251[aria-current="page"]::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  ._mailboxImage_1kbh0_352,
  ._mailboxLabel_1kbh0_360,
  ._note_1kbh0_251,
  ._noteDetail_1kbh0_310 {
    transition: none;
  }

  ._mailboxEntry_1kbh0_337:hover ._mailboxImage_1kbh0_352 {
    transform: none;
  }
}
._scene_j2j9j_1 {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  height: 100svh;
  overflow: hidden;
  color: #f0ede4;
  background: #0b2035;
  --color-green: #f4d9a2;
}
._landscape_j2j9j_11, ._shade_j2j9j_11 { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; }
._landscape_j2j9j_11 { object-fit: cover; object-position: center; }
._shade_j2j9j_11 { z-index: -1; background: linear-gradient(180deg, rgb(5 16 29 / 28%), transparent 45%, transparent 74%, rgb(4 13 22 / 85%)); }
._header_j2j9j_14 { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; padding: 27px 4%; }
._brand_j2j9j_15 { display: flex; gap: 17px; align-items: baseline; font-size: 24px; text-decoration: none; }
._brand_j2j9j_15 span { font-size: 12px; letter-spacing: .16em; color: #d2deea; }
._daylight_j2j9j_17 { display: inline-flex; gap: 10px; align-items: center; min-height: 44px; font-size: 13px; text-decoration: none; }
._daylight_j2j9j_17 span { font-size: 22px; color: #f4d9a2; }
._intro_j2j9j_19 { position: absolute; left: 5%; top: 20%; text-shadow: 0 2px 8px #081a2d; pointer-events: none; }
._chapter_j2j9j_20 { margin-bottom: 17px; font-size: 13px; color: #e7d5b2; letter-spacing: .12em; }
._intro_j2j9j_19 h1 { font-size: clamp(25px, 2.8vw, 43px); font-weight: 400; line-height: 1.6; letter-spacing: .07em; text-wrap: balance; }
._invitation_j2j9j_22 { margin-top: 20px; font-size: 13px; color: #dce4ed; }
._sky_j2j9j_23 { position: absolute; left: 28%; right: 4%; top: 13%; height: 36%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2%; }
._galaxy_j2j9j_24 { position: relative; color: var(--galaxy-color); align-self: start; min-width: 0; }
._galaxy_j2j9j_24:nth-child(2) { margin-top: 70px; }
._galaxy_j2j9j_24:nth-child(3) { margin-top: 6px; }
._galaxyName_j2j9j_27 { margin: 0; text-align: center; font-weight: 400; font-size: 15px; letter-spacing: .2em; text-shadow: 0 2px 8px #071c32; }
._galaxyName_j2j9j_27 span { display: block; max-width: 21ch; margin: 4px auto 0; font-size: 11px; line-height: 1.6; letter-spacing: .06em; color: #d7e0ea; text-wrap: pretty; }
._orbit_j2j9j_29 { position: relative; width: 100%; aspect-ratio: 320 / 220; }
._dust_j2j9j_30 { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
._connection_j2j9j_31 { fill: none; stroke: currentColor; stroke-width: .65; stroke-dasharray: 3 6; opacity: .38; transition: opacity .3s; }
._galaxy_j2j9j_24:hover ._connection_j2j9j_31, ._galaxy_j2j9j_24:focus-within ._connection_j2j9j_31 { opacity: .85; }
._star_j2j9j_33 { position: absolute; display: grid; place-items: center; transform: translate(-50%, -50%); width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #fdf2d9; cursor: pointer; }
._starLight_j2j9j_34 { position: relative; width: 7px; height: 7px; background: #fff7df; border-radius: 50%; box-shadow: 0 0 7px 2px #f9dfb5, 0 0 22px 4px rgb(202 223 255 / 50%); animation: _breathe_j2j9j_1 3.7s ease-in-out var(--delay) infinite alternate; transition: transform .2s; }
._starLight_j2j9j_34::before, ._starLight_j2j9j_34::after { content: ""; position: absolute; left: 50%; top: 50%; width: 20px; height: 1px; transform: translate(-50%, -50%); background: linear-gradient(90deg, transparent, #fff6df, transparent); }
._starLight_j2j9j_34::after { transform: translate(-50%, -50%) rotate(90deg); }
._star_j2j9j_33:hover ._starLight_j2j9j_34, ._star_j2j9j_33:focus-visible ._starLight_j2j9j_34 { transform: scale(1.4); animation: none; }
._star_j2j9j_33[data-visited="true"] { background: rgb(242 213 157 / 9%); }
._star_j2j9j_33[data-visited="true"]::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgb(255 233 185 / 45%); border-radius: 50%; }
._starLabel_j2j9j_40 { position: absolute; top: 43px; left: 50%; transform: translateX(-50%); width: max-content; padding: 3px 8px; border-radius: 4px; background: rgb(8 25 43 / 90%); color: #f5eedf; font-size: 12px; opacity: 0; transition: opacity .2s; pointer-events: none; }
._star_j2j9j_33:hover ._starLabel_j2j9j_40, ._star_j2j9j_33:focus-visible ._starLabel_j2j9j_40, ._scene_j2j9j_1[data-names="true"] ._starLabel_j2j9j_40 { opacity: 1; }
._footer_j2j9j_42 { position: absolute; bottom: 25px; left: 4%; right: 4%; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
._footnote_j2j9j_43 { display: grid; gap: 5px; color: #cbd7e1; font-size: 11px; }
._location_j2j9j_44 { color: #f2e4ca; font-size: 14px; letter-spacing: .1em; }
._controls_j2j9j_45 { display: flex; gap: 12px; }
._controls_j2j9j_45 button { min-height: 44px; padding: 7px 15px; border: 1px solid rgb(219 227 237 / 35%); border-radius: 6px; background: rgb(8 24 38 / 88%); color: #eee9df; font-size: 12px; cursor: pointer; }
._controls_j2j9j_45 button:hover, ._controls_j2j9j_45 button[aria-pressed="true"] { border-color: #eed5a6; color: #ffe4ae; }
._meteor_j2j9j_48 { position: fixed; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 3; }
._shower_j2j9j_49 { position: absolute; inset: 0 0 auto; height: 62%; overflow: hidden; pointer-events: none; z-index: -1; mask-image: linear-gradient(#000 70%, transparent); }
._shootingStar_j2j9j_50 { position: absolute; height: 2px; opacity: 0; border-radius: 50%; background: linear-gradient(90deg, #ffefd0, rgb(220 237 255 / 75%) 12%, rgb(191 216 243 / 25%) 48%, transparent); transform: rotate(-32deg); transform-origin: left center; animation: _showerPass_j2j9j_1 11s linear var(--meteor-delay) infinite; }
._shootingStar_j2j9j_50::before { content: ""; position: absolute; left: -2px; top: -1px; width: 4px; height: 4px; border-radius: 50%; background: #fff4dc; box-shadow: 0 0 8px 2px rgb(221 236 255 / 65%); }
._shower_j2j9j_49[data-paused="true"] ._shootingStar_j2j9j_50 { animation: none; opacity: 0; }
@keyframes _showerPass_j2j9j_1 {
  0% { opacity: 0; transform: translate(0, 0) rotate(-32deg); }
  2% { opacity: .85; }
  10% { opacity: .7; }
  15%, 100% { opacity: 0; transform: translate(-260px, 163px) rotate(-32deg); }
}
._note_j2j9j_59 { position: fixed; width: min(480px, calc(100% - 32px)); max-height: calc(100svh - 40px); overflow-y: auto; margin: auto; padding: 35px 38px; border: 1px solid rgb(234 245 255 / 38%); border-radius: 16px; color: #fffdf7; background: #122b40; color-scheme: dark; box-shadow: inset 0 1px 0 rgb(255 255 255 / 28%); text-shadow: 0 1px 3px rgb(4 17 30 / 65%); }
@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  ._note_j2j9j_59 {
    background: linear-gradient(135deg, rgb(233 245 255 / 14%), rgb(222 239 255 / 3%) 42%, rgb(248 225 192 / 6%)), rgb(16 38 57 / 18%);
    -webkit-backdrop-filter: blur(10px) saturate(115%);
    backdrop-filter: blur(10px) saturate(115%);
  }
}
._note_j2j9j_59::backdrop { background: rgb(3 10 18 / 10%); }
._close_j2j9j_68 { position: absolute; right: 10px; top: 8px; width: 44px; height: 44px; border: 0; background: none; color: #eee6d9; font-size: 28px; cursor: pointer; }
._noteStar_j2j9j_69 { display: block; color: #f1d095; font-size: 30px; margin-bottom: 14px; }
._noteCategory_j2j9j_70 { color: #edf3f8; font-size: 12px; letter-spacing: .06em; }
._note_j2j9j_59 h2 { margin: 13px 0 9px; font-size: 28px; font-weight: 400; }
._noteVenue_j2j9j_72 { margin-bottom: 21px; color: #e6cfa6; font-size: 12.5px; letter-spacing: .04em; }
._noteBody_j2j9j_73 { line-height: 1.95; font-size: 16px; }
._return_j2j9j_74 { display: block; margin-top: 28px; padding: 10px 0; min-height: 44px; border: 0; background: none; color: #f0d4a0; font-size: 13px; cursor: pointer; text-align: left; }
._return_j2j9j_74 span { margin-left: 6px; }
._scene_j2j9j_1[data-still="true"] ._starLight_j2j9j_34 { animation: none; }
@keyframes _breathe_j2j9j_1 { from { opacity: .72; } to { opacity: 1; } }
@media (min-aspect-ratio: 2/1) {
  ._scene_j2j9j_1 { min-height: 680px; }
  ._landscape_j2j9j_11 { object-position: center 65%; }
}
@media (max-width: 1000px) {
  ._sky_j2j9j_23 { left: 25%; right: 3%; top: 21%; gap: 0; }
  ._intro_j2j9j_19 { top: 12%; }
  ._intro_j2j9j_19 h1 { font-size: 25px; }
  ._galaxyName_j2j9j_27 { font-size: 13px; }
  ._galaxy_j2j9j_24:nth-child(2) { margin-top: 115px; }
  ._starLabel_j2j9j_40 { font-size: 11px; }
}
@media (max-width: 600px) {
  ._scene_j2j9j_1 { height: auto; min-height: max(1080px, 100svh); }
  ._header_j2j9j_14 { padding: 20px; }
  ._brand_j2j9j_15 { font-size: 22px; gap: 10px; }
  ._brand_j2j9j_15 span { font-size: 10px; }
  ._daylight_j2j9j_17 { font-size: 12px; }
  ._landscape_j2j9j_11 { height: 560px; top: auto; bottom: 0; object-position: 75% bottom; mask-image: linear-gradient(180deg, transparent, #000 22%); }
  ._shade_j2j9j_11 { background: linear-gradient(180deg, #0b2035 0%, #0d2946 38%, transparent 65%, transparent 83%, #081a2c 100%); }
  ._intro_j2j9j_19 { top: 98px; left: 25px; }
  ._chapter_j2j9j_20 { margin-bottom: 8px; font-size: 11px; }
  ._intro_j2j9j_19 h1 { font-size: 25px; line-height: 1.45; }
  ._invitation_j2j9j_22 { margin-top: 10px; font-size: 12px; }
  ._sky_j2j9j_23 { top: 272px; left: 20px; right: 20px; height: auto; display: flex; flex-direction: column; gap: 0; }
  ._galaxy_j2j9j_24 { width: 245px; max-width: 100%; }
  ._galaxy_j2j9j_24:nth-child(2) { margin-top: -25px; align-self: flex-end; }
  ._galaxy_j2j9j_24:nth-child(3) { margin-top: -25px; }
  ._galaxyName_j2j9j_27 { text-align: left; margin-left: 25px; font-size: 13px; }
  ._galaxyName_j2j9j_27 span { display: inline; margin-left: 10px; font-size: 10px; }
  ._orbit_j2j9j_29 { aspect-ratio: 320 / 220; }
  ._starLabel_j2j9j_40 { opacity: 1; top: 38px; font-size: 10px; padding: 1px 5px; }
  ._footer_j2j9j_42 { left: 20px; right: 20px; bottom: 20px; flex-direction: column; align-items: flex-start; gap: 14px; }
  ._controls_j2j9j_45 { width: 100%; }
  ._controls_j2j9j_45 button { flex: 1; }
  ._note_j2j9j_59 { padding: 30px 26px; }
  ._shower_j2j9j_49 { height: 68%; }
  ._shootingStar_j2j9j_50:nth-child(n + 4) { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  ._starLight_j2j9j_34 { animation: none; }
  ._starLight_j2j9j_34, ._starLabel_j2j9j_40, ._connection_j2j9j_31 { transition: none; }
  ._meteor_j2j9j_48, ._shower_j2j9j_49 { display: none; }
  ._shootingStar_j2j9j_50 { animation: none; }
}

/* 夜空的指针换成细光环。尺寸贴着流星尾迹的头部（约 6px）走，
   环太大会把尾迹衬得很小；粗指针（触屏）保持系统默认。 */
@media (pointer: fine) {
  ._scene_j2j9j_1,
  ._note_j2j9j_59 {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ccircle cx='10' cy='10' r='5.6' fill='none' stroke='rgba(9,24,40,.5)' stroke-width='2.4'/%3E%3Ccircle cx='10' cy='10' r='5.6' fill='none' stroke='%23f4e6c8' stroke-width='1.1'/%3E%3Ccircle cx='10' cy='10' r='1' fill='%23fff6e2'/%3E%3C/svg%3E") 10 10, auto;
  }
  ._scene_j2j9j_1 a,
  ._scene_j2j9j_1 button,
  ._note_j2j9j_59 a,
  ._note_j2j9j_59 button {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26'%3E%3Ccircle cx='13' cy='13' r='7.6' fill='rgba(244,230,200,.14)' stroke='rgba(9,24,40,.45)' stroke-width='2.4'/%3E%3Ccircle cx='13' cy='13' r='7.6' fill='none' stroke='%23ffe9bd' stroke-width='1.4'/%3E%3Ccircle cx='13' cy='13' r='1.6' fill='%23fff6e2'/%3E%3C/svg%3E") 13 13, pointer;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
#root {
  min-height: 100%;
}

html {
  color-scheme: light;
}

body,
h1,
p {
  margin: 0;
}

img,
svg,
canvas {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}
:root {
  --color-paper: #f7f4ec;
  --color-sky: #eef3e4;
  --color-soil: #e7decb;
  --color-soil-deep: #dcd0b8;
  --color-ink: #33372e;
  --color-ink-muted: #6b7263;
  --color-green: #5f8250;
  --color-green-light: #8cac69;
  --color-clay: #b8734a;
  --z-scene: 0;
  --z-content: 10;
  --z-navigation: 20;
  --z-overlay: 40;
}
:root[data-season="spring"] {
  --season-background: var(--color-sky);
  --season-foreground: var(--color-ink);
  --season-accent: var(--color-green);
  --season-atmosphere: #d9e7c4;
}

:root[data-season="summer"] {
  --season-background: #e8efe0;
  --season-foreground: #2f392b;
  --season-accent: #496d43;
  --season-atmosphere: #bfd2ae;
}

:root[data-season="autumn"] {
  --season-background: #f1eadc;
  --season-foreground: #46392d;
  --season-accent: #a45f39;
  --season-atmosphere: #dfb47f;
}

:root[data-season="winter"] {
  --season-background: #edf0ed;
  --season-foreground: #343a36;
  --season-accent: #687b75;
  --season-atmosphere: #d6dedc;
}
/**
 * 项目名专用字体：行楷（Ma Shan Zheng，马善政毛笔楷书，OFL 可商用）。
 *
 * 为什么要打包：行楷不是任何系统的自带字体——Windows 只有楷体（KaiTi），
 * macOS 也没有，不打包就会静默回退成默认字体，等于没换。打包之后，
 * 手机、平板、电脑看到的是同一套字。
 *
 * 字库只裁了六个项目名用到的 24 个字，11.6 KB。完整 CJK 字库十几 MB，
 * 不可能随站发出去。
 *
 * ⚠️ 改项目名 = 必须重裁字库，否则新字会静默掉回默认字体。重裁方式：
 *   1. 把六个项目名的全部字符去重排序，得到 <TEXT>
 *   2. curl -A "<桌面浏览器 UA>" \
 *        "https://fonts.googleapis.com/css2?family=Ma+Shan+Zheng&text=<urlencode(TEXT)>"
 *      取出返回 CSS 里的 woff2 地址
 *   3. 下载覆盖 src/assets/fonts/ma-shan-zheng-subset.woff2
 * 当前字库覆盖：一人作写出台品囊她妹姊实得愈投柴海牌的节证过部锦
 *
 * 只用于项目「名字」。一句话、日期、正文都仍走站点主字体——
 * 行楷做长句和数字会明显掉可读性。
 */
@font-face {
  font-family: "Xingkai Subset";
  font-style: normal;
  font-weight: 400;
  /* 字库只有名字要用的那几个字，回退期间闪烁很显眼，所以用 block 等它 */
  font-display: block;
  src: url("/assets/ma-shan-zheng-subset-C-93AY9M.woff2") format("woff2");
}

:root {
  /* 项目名统一走这个 token，不要在组件里各写各的字体栈 */
  --font-project: "Xingkai Subset", "STXingkai", "华文行楷", "Songti SC", "Noto Serif CJK SC",
    "Source Han Serif SC", "Microsoft YaHei", serif;
}
body {
  min-width: 320px;
  color: var(--color-ink);
  background: var(--color-paper);
  font: 400 16px/1.7 "Songti SC", "Noto Serif CJK SC",
    "Source Han Serif SC", "Microsoft YaHei", serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--color-green);
  outline-offset: 3px;
}
