.page-home {
  --home-panel: rgba(43, 15, 69, .5);
  --home-panel-deep: rgba(14, 5, 24, .78);
  --home-hair: rgba(191, 175, 208, .2);
  display: block;
  background:
    radial-gradient(115% 60% at 84% 0%, rgba(59, 23, 96, .9), transparent 62%),
    linear-gradient(180deg, var(--c-ink-deep), var(--c-ink) 42%, var(--c-ink-deep));
  color: var(--c-ivory);
}

.page-home .muted { color: var(--c-mauve); }

.page-home .visually-simple {
  margin: 0 0 1.5rem;
  font-size: var(--fs-h2);
}

/* ---------- 首屏框景 ---------- */
.page-home .hero {
  position: relative;
  padding-top: clamp(1rem, 3vw, 2rem);
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.page-home .hero__crumb { margin-bottom: clamp(.75rem, 2vw, 1.25rem); }

.page-home .hero__frame {
  position: relative;
  overflow: hidden;
  padding: clamp(1.25rem, 4.5vw, 3.25rem);
  border: 1px solid var(--line-gold);
  border-radius: var(--radius-lg);
  background: linear-gradient(155deg, rgba(59, 23, 96, .92), rgba(14, 5, 24, .96) 72%);
  box-shadow: var(--shadow-2);
}

.page-home .hero__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201, 162, 39, .075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 162, 39, .075) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.page-home .hero__frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--c-gold), transparent);
  opacity: .7;
  pointer-events: none;
}

.page-home .hero__wheel {
  position: absolute;
  top: -24%;
  right: -20%;
  width: clamp(240px, 46vw, 560px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: repeating-conic-gradient(from 0deg, rgba(242, 208, 107, .55) 0deg .7deg, transparent .7deg 6deg);
  -webkit-mask: radial-gradient(circle at 50% 50%, transparent 56%, #000 57%, #000 70%, transparent 71%);
  mask: radial-gradient(circle at 50% 50%, transparent 56%, #000 57%, #000 70%, transparent 71%);
  opacity: .7;
  pointer-events: none;
}

.page-home .hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}

.page-home .hero__copy h1 {
  margin: .5rem 0 0;
  font-family: var(--font-display);
  font-size: var(--fs-h1);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: .01em;
}

.page-home .hero__lede {
  margin: 1.1rem 0 0;
  max-width: 46ch;
  font-size: 1.02rem;
  line-height: 1.85;
  color: rgba(246, 240, 227, .86);
}

.page-home .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.75rem;
}

.page-home .hero__stats {
  list-style: none;
  margin: clamp(1.75rem, 4vw, 2.5rem) 0 0;
  padding: clamp(1rem, 2.5vw, 1.5rem) 0 0;
  border-top: 1px solid var(--line-gold-soft);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}

.page-home .stat__value {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  line-height: 1.1;
  color: var(--c-gold-bright);
}

.page-home .stat__label {
  display: block;
  margin-top: .35rem;
  font-size: .82rem;
  letter-spacing: .02em;
  color: var(--c-mauve);
}

.page-home .hero__media .img-frame { border-radius: var(--radius-md); }

/* ---------- 玩法分类 ---------- */
.page-home .playtypes {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
}

.page-home .playtypes__aside {
  display: grid;
  gap: 1.25rem;
  align-content: start;
}

.page-home .playtypes__note {
  margin: 0;
  padding-left: .85rem;
  border-left: 2px solid var(--line-gold);
  font-size: .9rem;
  line-height: 1.75;
  color: var(--c-mauve);
}

.page-home .play-grid {
  display: grid;
  gap: 1rem;
}

.page-home .play-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .6rem;
  padding: 1.6rem 1.25rem 1.25rem;
  border: 1px solid var(--line-gold-soft);
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, rgba(20, 58, 50, .5), rgba(43, 15, 69, .6));
  transition: transform .18s var(--ease), border-color .18s var(--ease), box-shadow .18s var(--ease);
}

.page-home .play-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-gold);
  box-shadow: var(--shadow-1);
}

.page-home .play-card__idx {
  position: absolute;
  top: .95rem;
  right: 1.1rem;
  font-size: .78rem;
  letter-spacing: .08em;
  color: var(--c-slate);
}

.page-home .play-card .card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 600;
}

.page-home .play-card .card__text {
  margin: 0;
  font-size: .92rem;
  line-height: 1.75;
  color: var(--c-mauve);
}

.page-home .play-card__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin: .15rem 0 0;
  padding: 0;
}

.page-home .play-card__link {
  margin-top: auto;
  padding-top: .5rem;
  font-size: .88rem;
  letter-spacing: .02em;
  color: var(--c-gold-bright);
  text-decoration: none;
}

.page-home .play-card__link::after {
  content: " →";
}

.page-home .play-card__link:hover { text-decoration: underline; }

/* ---------- 桌台场景与周期 ---------- */
.page-home .scenes {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
}

.page-home .scene-list {
  display: grid;
  gap: 1rem;
}

.page-home .scene-card {
  padding: 1.25rem;
  border: 1px solid var(--home-hair);
  border-radius: var(--radius-md);
  background: rgba(20, 58, 50, .32);
}

.page-home .scene-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .75rem;
}

.page-home .scene-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 600;
}

.page-home .scene-card p {
  margin: .7rem 0 0;
  font-size: .92rem;
  line-height: 1.75;
  color: var(--c-mauve);
}

.page-home .limit-bar {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-top: 1rem;
  font-family: var(--font-mono);
  font-size: .7rem;
  letter-spacing: .06em;
  color: var(--c-slate);
}

.page-home .limit-bar__track {
  position: relative;
  flex: 1 1 auto;
  height: 4px;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, var(--c-teal), var(--c-gold));
  opacity: .8;
}

.page-home .limit-bar__track::before,
.page-home .limit-bar__track::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-gold-bright);
  transform: translateY(-50%);
}

.page-home .limit-bar__track::before { left: -1px; }
.page-home .limit-bar__track::after { right: -1px; }

.page-home .cycle-panel {
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border: 1px solid var(--line-gold);
  border-radius: var(--radius-md);
  background: linear-gradient(150deg, rgba(106, 22, 48, .5), rgba(20, 8, 32, .72));
}

.page-home .cycle-panel h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 600;
}

.page-home .cycle-list {
  list-style: none;
  margin: 1.25rem 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.page-home .cycle-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .9rem;
  align-items: start;
  padding-bottom: 1rem;
  border-bottom: 1px dashed rgba(246, 240, 227, .16);
}

.page-home .cycle-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-home .cycle-item__key {
  font-family: var(--font-mono);
  font-size: .82rem;
  color: var(--c-gold-bright);
  padding-top: .15rem;
}

.page-home .cycle-item strong {
  display: block;
  font-size: .95rem;
}

.page-home .cycle-item p {
  margin: .35rem 0 0;
  font-size: .88rem;
  line-height: 1.7;
  color: var(--c-mauve);
}

/* ---------- 统计与记录 ---------- */
.page-home .board {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
}

.page-home .board__media .img-frame { border-radius: var(--radius-md); }

.page-home .board-card {
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border: 1px solid var(--line-gold-soft);
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, var(--home-panel), var(--home-panel-deep));
}

.page-home .board-card + .board-card { margin-top: 1rem; }

.page-home .board-card .card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 600;
}

.page-home .board-card .card__text {
  margin: .7rem 0 0;
  font-size: .93rem;
  line-height: 1.8;
  color: var(--c-mauve);
}

.page-home .board-card__kpis {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem 1rem;
  margin: 1.15rem 0;
  padding: 1rem 0;
  border-top: 1px solid var(--line-gold-soft);
  border-bottom: 1px solid var(--line-gold-soft);
}

.page-home .board-card__kpis .kpi__value {
  display: block;
  font-family: var(--font-mono);
  font-size: 1.1rem;
  color: var(--c-teal);
}

.page-home .board-card__kpis .kpi__label {
  display: block;
  margin-top: .25rem;
  font-size: .78rem;
  color: var(--c-mauve);
}

/* ---------- 班次 ---------- */
.page-home .shifts {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
}

.page-home .shifts__media .img-frame { border-radius: var(--radius-md); }

.page-home .shift-axis {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .shift-row {
  position: relative;
  display: grid;
  grid-template-columns: 5.6rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.1rem 0 1.1rem 1.25rem;
  border-left: 1px solid var(--line-gold-soft);
}

.page-home .shift-row::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 1.45rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--c-gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, .18);
}

.page-home .shift-row__time {
  font-family: var(--font-mono);
  font-size: .86rem;
  color: var(--c-gold-bright);
}

.page-home .shift-row strong {
  display: block;
  font-size: .98rem;
}

.page-home .shift-row p {
  margin: .35rem 0 0;
  font-size: .9rem;
  line-height: 1.72;
  color: var(--c-mauve);
}

.page-home .cadence {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.5rem;
}

/* ---------- 积分兑换 ---------- */
.page-home .exchange {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
}

.page-home .steps {
  display: grid;
  gap: .75rem;
}

.page-home .step {
  border: 1px solid var(--line-gold-soft);
  border-radius: var(--radius-sm);
  background: rgba(43, 15, 69, .45);
  overflow: hidden;
  transition: border-color .18s var(--ease), background .18s var(--ease);
}

.page-home .step[open] {
  border-color: var(--line-gold);
  background: rgba(43, 15, 69, .68);
}

.page-home .step summary {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: 1rem 1.15rem;
  cursor: pointer;
  list-style: none;
}

.page-home .step summary::-webkit-details-marker { display: none; }

.page-home .step__num {
  font-family: var(--font-mono);
  font-size: .8rem;
  color: var(--c-gold);
}

.page-home .step__title {
  font-weight: 600;
  font-size: .98rem;
}

.page-home .step__mark {
  margin-left: auto;
  font-family: var(--font-mono);
  color: var(--c-gold-bright);
}

.page-home .step__mark::before { content: "+"; }
.page-home .step[open] .step__mark::before { content: "–"; }

.page-home .step__body {
  padding: 0 1.15rem 1.15rem;
  font-size: .93rem;
  line-height: 1.8;
  color: var(--c-mauve);
}

.page-home .rewards {
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border: 1px solid var(--line-gold);
  border-radius: var(--radius-md);
  background: linear-gradient(150deg, rgba(20, 58, 50, .5), rgba(43, 15, 69, .62));
}

.page-home .rewards .card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 600;
}

.page-home .rewards__list {
  list-style: none;
  margin: 1.1rem 0 1.5rem;
  padding: 0;
  display: grid;
  gap: .9rem;
}

.page-home .rewards__item {
  position: relative;
  padding-left: 1.1rem;
  font-size: .92rem;
  line-height: 1.75;
  color: var(--c-mauve);
}

.page-home .rewards__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-teal);
}

.page-home .rewards__item strong { color: var(--c-ivory); }

/* ---------- 动态与问答 ---------- */
.page-home .feed {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
}

.page-home .feed__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .85rem;
  border-bottom: 1px solid var(--line-gold-soft);
}

.page-home .feed__head h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 600;
}

.page-home .feed__more {
  font-size: .84rem;
  color: var(--c-gold-bright);
  text-decoration: none;
  white-space: nowrap;
}

.page-home .feed__more:hover { text-decoration: underline; }

.page-home .feed-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .feed-item {
  padding: 1rem 0;
  border-bottom: 1px dashed var(--home-hair);
}

.page-home .feed-item:last-child { border-bottom: 0; }

.page-home .feed-item__meta {
  display: block;
  margin-bottom: .35rem;
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .06em;
  color: var(--c-slate);
}

.page-home .feed-item__title {
  margin: 0 0 .3rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--c-ivory);
}

.page-home .feed-item__text {
  margin: 0;
  font-size: .9rem;
  line-height: 1.72;
  color: var(--c-mauve);
}

/* ---------- 收尾入口 ---------- */
.page-home .start-bar {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--line-gold);
  border-radius: var(--radius-lg);
  background: linear-gradient(120deg, rgba(106, 22, 48, .55), rgba(20, 58, 50, .46));
}

.page-home .start-bar h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: 600;
}

.page-home .start-bar p {
  margin: .7rem 0 0;
  font-size: .95rem;
  line-height: 1.8;
  color: rgba(246, 240, 227, .86);
}

.page-home .start-links {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

/* ---------- 响应式 ---------- */
@media (min-width: 560px) {
  .page-home .hero__stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 640px) {
  .page-home .play-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-home .scene-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 860px) {
  .page-home .start-bar { grid-template-columns: 7fr 5fr; align-items: center; }
}

@media (min-width: 900px) {
  .page-home .hero__grid { grid-template-columns: 5fr 7fr; }
  .page-home .shifts { grid-template-columns: 5fr 7fr; align-items: center; }
  .page-home .feed { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-home .board-card__kpis { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 980px) {
  .page-home .playtypes { grid-template-columns: 4fr 8fr; }
  .page-home .scenes { grid-template-columns: 7fr 5fr; align-items: start; }
  .page-home .board { grid-template-columns: 7fr 5fr; align-items: start; }
  .page-home .exchange { grid-template-columns: 7fr 5fr; align-items: start; }
}

@media (max-width: 480px) {
  .page-home .shift-row { grid-template-columns: minmax(0, 1fr); gap: .35rem; }
  .page-home .hero__wheel { opacity: .45; }
}
<<<END>>>
