.page-home {
  display: block;
  background: var(--wk-base);
}

/* ===== 上下文栏 ===== */
.page-home .hm-context {
  background: var(--wk-cream);
  border-bottom: 1px solid rgba(16, 22, 31, 0.12);
}
.page-home .hm-context__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  padding: 14px 0;
  flex-wrap: wrap;
}
.page-home .hm-context__note {
  color: var(--wk-gray);
}

/* ===== 首屏框景 ===== */
.page-home .hm-hero {
  padding: 40px 0 32px;
  background: linear-gradient(180deg, var(--wk-base) 0%, var(--wk-cream) 100%);
}
.page-home .hm-hero__frame {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  padding: 32px 20px 28px;
  border: var(--wk-bw) solid var(--wk-ink);
  background: var(--wk-cream);
  box-shadow: var(--wk-shadow);
}

.page-home .hm-hero__corner {
  position: absolute;
  width: 16px;
  height: 16px;
  pointer-events: none;
  border-color: var(--wk-blue);
  border-style: solid;
  border-width: 0;
}
.page-home .hm-hero__corner--tl { top: 8px; left: 8px; border-top-width: 3px; border-left-width: 3px; }
.page-home .hm-hero__corner--tr { top: 8px; right: 8px; border-top-width: 3px; border-right-width: 3px; }
.page-home .hm-hero__corner--bl { bottom: 8px; left: 8px; border-bottom-width: 3px; border-left-width: 3px; }
.page-home .hm-hero__corner--br { bottom: 8px; right: 8px; border-bottom-width: 3px; border-right-width: 3px; }

.page-home .hm-hero__left {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}
.page-home .hm-hero__stamp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.page-home .hm-hero__title {
  margin: 0;
  color: var(--wk-ink);
  text-wrap: balance;
}
.page-home .hm-hero__lead {
  margin: 0;
  color: var(--wk-slate);
  max-width: 40ch;
}

.page-home .hm-entry {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border: var(--wk-bw) solid var(--wk-ink);
  background: var(--wk-base);
  box-shadow: 4px 4px 0 rgba(16, 22, 31, 0.14);
}
.page-home .hm-entry__label {
  color: var(--wk-slate);
  letter-spacing: 0.06em;
}
.page-home .hm-entry__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-home .hm-entry__row .wk-searchbar {
  flex: 1 1 auto;
  min-width: 0;
}
.page-home .hm-entry__scope {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--wk-font-mono);
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--wk-gray);
}
.page-home .hm-entry__scope li::before {
  content: "·";
  margin-right: 6px;
  color: var(--wk-gold);
}
.page-home .hm-entry__login {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.page-home .hm-hero__right {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.page-home .hm-orbit {
  position: relative;
  margin: 0;
  border: var(--wk-bw) solid var(--wk-ink);
  background:
    radial-gradient(120% 90% at 20% 20%, rgba(127, 178, 201, 0.28) 0%, rgba(127, 178, 201, 0) 58%),
    linear-gradient(150deg, var(--wk-slate) 0%, var(--wk-ink) 100%);
  box-shadow: 6px 6px 0 rgba(16, 22, 31, 0.22);
  overflow: hidden;
}
.page-home .hm-orbit__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  mix-blend-mode: screen;
  opacity: 0.96;
}
.page-home .hm-orbit .wk-media__caption {
  margin: 0;
  padding: 10px 14px;
  color: #C9D6E2;
  border-top: 1px dashed rgba(201, 180, 138, 0.5);
  background: rgba(16, 22, 31, 0.6);
}
.page-home .hm-orbit__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--wk-font-mono);
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--wk-gray);
}
.page-home .hm-orbit__legend li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.page-home .hm-orbit__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid var(--wk-ink);
}
.page-home .hm-orbit__dot--a { background: var(--wk-cyan); }
.page-home .hm-orbit__dot--b { background: var(--wk-blue); }
.page-home .hm-orbit__dot--c { background: var(--wk-gold); }
.page-home .hm-orbit__dot--d { background: var(--wk-coral); }

.page-home .hm-inset {
  margin: 28px 0 0;
  padding: 14px;
  border: 1px dashed rgba(107, 122, 136, 0.55);
  background: rgba(211, 222, 232, 0.4);
}
.page-home .hm-inset__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 720px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(16, 22, 31, 0.18);
  background: linear-gradient(120deg, var(--wk-base) 0%, var(--wk-mist) 100%);
}
.page-home .hm-inset .wk-media__caption {
  margin: 12px 0 0;
  text-align: center;
}

/* ===== 四条去向 ===== */
.page-home .hm-routes {
  background: var(--wk-base);
  padding-top: 56px;
  padding-bottom: 56px;
}
.page-home .hm-routes__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-home .hm-routes__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px 22px 22px;
  background: var(--wk-cream);
  border: var(--wk-bw) solid var(--wk-ink);
  box-shadow: 6px 6px 0 rgba(16, 22, 31, 0.16);
  transition: transform 220ms var(--wk-ease), box-shadow 220ms var(--wk-ease);
}
.page-home .hm-routes__card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 9px 9px 0 rgba(16, 22, 31, 0.2);
}
.page-home .hm-routes__card--a { border-top: 6px solid var(--wk-blue); }
.page-home .hm-routes__card--b { border-top: 6px solid var(--wk-cyan); }
.page-home .hm-routes__card--c { border-top: 6px solid var(--wk-gold); }
.page-home .hm-routes__card--d { border-top: 6px solid var(--wk-coral); }

.page-home .hm-routes__badge {
  position: absolute;
  top: -1px;
  right: 16px;
  transform: translateY(-50%);
  background: var(--wk-cream);
}
.page-home .hm-routes__code {
  color: var(--wk-gray);
}
.page-home .hm-routes__name {
  margin: 0;
}
.page-home .hm-routes__name a {
  color: var(--wk-ink);
  text-decoration: none;
  border-bottom: 2px solid var(--wk-blue);
  padding-bottom: 2px;
}
.page-home .hm-routes__name a:hover,
.page-home .hm-routes__name a:focus-visible {
  color: var(--wk-cyan-deep);
  border-bottom-color: var(--wk-cyan);
}
.page-home .hm-routes__desc {
  margin: 0;
  flex: 1 1 auto;
}
.page-home .hm-routes__meta {
  padding-top: 10px;
  border-top: 1px dashed rgba(107, 122, 136, 0.5);
}

/* ===== 资料版本两处 ===== */
.page-home .hm-materials {
  padding: 56px 0;
  background: var(--wk-cream);
  border-top: var(--wk-bw) solid var(--wk-ink);
  border-bottom: var(--wk-bw) solid var(--wk-ink);
}
.page-home .hm-materials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.page-home .hm-materials__aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-home .hm-materials__cta {
  align-self: flex-start;
}
.page-home .hm-materials__panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-home .hm-materials__panel-code {
  display: inline-block;
  padding: 4px 10px;
  color: var(--wk-cream);
  background: var(--wk-slate);
  letter-spacing: 0.08em;
  align-self: flex-start;
}
.page-home .hm-materials__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-home .hm-materials__card {
  padding: 16px 18px;
  background: var(--wk-cream);
  border: var(--wk-bw) solid var(--wk-ink);
  box-shadow: 4px 4px 0 rgba(16, 22, 31, 0.14);
}
.page-home .hm-materials__card p {
  margin: 10px 0 0;
}
.page-home .hm-materials__card--offset {
  border-color: var(--wk-coral);
}
.page-home .hm-materials__figure {
  margin: 0;
}

/* ===== 公告刻度 ===== */
.page-home .hm-archive {
  background:
    linear-gradient(180deg, var(--wk-base) 0%, var(--wk-mist) 100%);
  padding-top: 56px;
  padding-bottom: 56px;
}
.page-home .hm-scale {
  margin: 0 0 26px;
  padding: 22px 18px 16px;
  background: var(--wk-cream);
  border: var(--wk-bw) solid var(--wk-ink);
  box-shadow: 6px 6px 0 rgba(16, 22, 31, 0.16);
}
.page-home .hm-scale__ruler {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 14px;
  margin-bottom: 16px;
  border-bottom: 2px solid var(--wk-ink);
}
.page-home .hm-scale__ruler span {
  display: block;
  width: 2px;
  height: 8px;
  background: var(--wk-gold);
}
.page-home .hm-scale__ruler span:nth-child(odd) {
  height: 12px;
  background: var(--wk-ink);
}
.page-home .hm-scale__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.page-home .hm-scale__row {
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: center;
  gap: 8px 14px;
}
.page-home .hm-scale__name {
  color: var(--wk-slate);
}
.page-home .hm-scale__bar {
  position: relative;
  display: block;
  height: 14px;
  background: rgba(107, 122, 136, 0.16);
  border: 1px solid rgba(16, 22, 31, 0.24);
  overflow: hidden;
}
.page-home .hm-scale__fill {
  display: block;
  height: 100%;
  width: 0;
  transition: width 900ms var(--wk-ease);
}
.page-home .hm-scale.is-armed .hm-scale__fill--struct { width: 78%; background: var(--wk-blue); }
.page-home .hm-scale.is-armed .hm-scale__fill--column { width: 52%; background: var(--wk-slate); }
.page-home .hm-scale.is-armed .hm-scale__fill--file   { width: 66%; background: var(--wk-cyan); }
.page-home .hm-scale.is-armed .hm-scale__fill--time   { width: 34%; background: var(--wk-coral); }
.page-home .hm-scale__note {
  grid-column: 2;
}
.page-home .hm-archive__note {
  margin: 0;
  padding: 16px 18px;
  background: var(--wk-cream);
  border-left: 6px solid var(--wk-gold);
  box-shadow: 4px 4px 0 rgba(16, 22, 31, 0.12);
}
.page-home .hm-archive__note a {
  color: var(--wk-cyan-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-home .hm-archive__note-code {
  display: inline-block;
  margin-right: 8px;
  color: var(--wk-gray);
}

/* ===== 重登路径 ===== */
.page-home .hm-relogin {
  padding: 56px 0;
  background: var(--wk-base);
}
.page-home .hm-relogin__box {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.page-home .hm-relogin__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-home .hm-relogin__lead {
  margin: 0;
  max-width: 46ch;
}
.page-home .hm-relogin__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-home .hm-relogin__step {
  border-left: 3px solid var(--wk-blue);
  padding-left: 14px;
}
.page-home .hm-fold .wk-fold__trigger {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  text-align: left;
  background: rgba(232, 237, 242, 0.1);
  border: 1px solid rgba(232, 237, 242, 0.28);
  color: #E8EDF2;
  cursor: pointer;
}
.page-home .hm-fold .wk-fold__trigger:hover,
.page-home .hm-fold .wk-fold__trigger:focus-visible {
  background: rgba(23, 195, 178, 0.16);
  border-color: var(--wk-cyan);
  outline: 2px solid var(--wk-cyan);
  outline-offset: 2px;
}
.page-home .hm-fold .wk-fold__trigger[aria-expanded="true"] {
  border-color: var(--wk-cyan);
  background: rgba(23, 195, 178, 0.12);
}
.page-home .hm-fold .wk-fold__index {
  color: var(--wk-cyan);
}
.page-home .hm-fold .wk-fold__label {
  font-family: var(--wk-font-head);
  font-size: 17px;
  letter-spacing: -0.01em;
}
.page-home .hm-fold .wk-fold__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid var(--wk-cyan);
  color: var(--wk-cyan);
}
.page-home .hm-fold .wk-fold__inner {
  padding: 14px 4px 6px;
}
.page-home .hm-fold .wk-fold__inner .wk-text {
  color: #C9D6E2;
  margin: 0 0 12px;
}
.page-home .hm-relogin__figure {
  margin: 0;
}

/* ===== 反馈分类 ===== */
.page-home .hm-feedback {
  padding-top: 56px;
  padding-bottom: 64px;
  background: var(--wk-cream);
}
.page-home .hm-feedback__chips {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.page-home .hm-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  text-decoration: none;
  color: var(--wk-ink);
  background: var(--wk-base);
  border: var(--wk-bw) solid var(--wk-ink);
  box-shadow: 4px 4px 0 rgba(16, 22, 31, 0.14);
  transition: transform 200ms var(--wk-ease), box-shadow 200ms var(--wk-ease), border-color 200ms var(--wk-ease);
}
.page-home .hm-chip:hover,
.page-home .hm-chip:focus-visible {
  transform: translate(-2px, -2px);
  border-color: var(--wk-cyan);
  box-shadow: 6px 6px 0 rgba(23, 195, 178, 0.35);
  outline: none;
}
.page-home .hm-chip__code {
  color: var(--wk-coral);
}
.page-home .hm-chip__label {
  font-family: var(--wk-font-head);
  font-size: 16px;
  letter-spacing: -0.01em;
}
.page-home .hm-feedback__foot {
  margin: 0;
  padding: 16px 18px;
  background: var(--wk-base);
  border-left: 6px solid var(--wk-blue);
}
.page-home .hm-feedback__foot a {
  color: var(--wk-cyan-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ===== 进入视口描边生长 ===== */
.page-home [data-reveal] {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 520ms var(--wk-ease), transform 520ms var(--wk-ease);
}
.page-home [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

/* ===== 桌面端 ===== */
@media (min-width: 720px) {
  .page-home .hm-context__inner { padding: 16px 0; }
  .page-home .hm-entry__row { flex-direction: row; align-items: stretch; }
  .page-home .hm-routes__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
  }
  .page-home .hm-routes__card--b { margin-top: 24px; }
  .page-home .hm-routes__card--d { margin-top: 24px; }
  .page-home .hm-feedback__chips { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .page-home .hm-scale__row { grid-template-columns: 100px 1fr 180px; }
  .page-home .hm-scale__note { grid-column: 3; text-align: right; }
}

@media (min-width: 1024px) {
  .page-home .hm-hero { padding: 56px 0 40px; }
  .page-home .hm-hero__frame {
    grid-template-columns: 5fr 4fr;
    gap: 40px;
    padding: 40px 34px 34px;
  }
  .page-home .hm-hero__left { gap: 22px; }
  .page-home .hm-hero__right { align-self: start; }

  .page-home .hm-routes__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }
  .page-home .hm-routes__card--b,
  .page-home .hm-routes__card--d { margin-top: 32px; }
  .page-home .hm-routes__card--a,
  .page-home .hm-routes__card--c { margin-top: 0; }

  .page-home .hm-materials__grid {
    grid-template-columns: 5fr 6fr;
    gap: 48px;
    align-items: start;
  }
  .page-home .hm-materials__cards {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }
  .page-home .hm-materials__card { flex: 1 1 0; }
  .page-home .hm-materials__card--offset { margin-top: 26px; }
}

@media (min-width: 1280px) {
  .page-home .hm-hero__frame { padding: 48px 44px 40px; }
  .page-home .hm-scale { padding: 26px 26px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-home [data-reveal] { opacity: 1; transform: none; transition: none; }
  .page-home .hm-scale__fill { transition: none; }
  .page-home .hm-routes__card,
  .page-home .hm-chip { transition: none; }
}
<<<END>>>
