/* 五站留存层 · family-retain.css */
.jyb-retain {
  position: relative;
  z-index: 50;
  font-family: var(--sans, "Noto Sans SC", "PingFang SC", sans-serif);
}
.jyb-retain__bar {
  background: linear-gradient(90deg, rgba(139, 26, 26, 0.08), rgba(184, 148, 76, 0.12));
  border-bottom: 1px solid rgba(184, 148, 76, 0.35);
  padding: 0.55rem 1rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--ink, #1a1410);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1rem;
  text-align: center;
}
.jyb-retain__bar strong { color: var(--red, #8b1a1a); font-weight: 600; }
.jyb-retain__bar a {
  color: var(--goldDim, #8b6f3a);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.jyb-retain__bar a:hover { color: var(--red, #8b1a1a); text-decoration: underline; }
.jyb-retain__bar button {
  appearance: none;
  border: 1px solid var(--line, #d9d0c0);
  background: #fff;
  color: var(--muted, #7a7268);
  border-radius: 2px;
  padding: 0.15rem 0.5rem;
  font-size: 0.78rem;
  cursor: pointer;
}
.jyb-retain__week {
  background: var(--paperWarm, #f0ebe0);
  border: 1px solid var(--line, #d9d0c0);
  border-radius: 2px;
  margin: 0 auto 1rem;
  max-width: 42rem;
  padding: 0.85rem 1rem;
}
.jyb-retain__week h3 {
  font-family: var(--serif, "Noto Serif SC", serif);
  font-size: 1rem;
  margin: 0 0 0.5rem;
  color: var(--ink, #1a1410);
}
.jyb-retain__week ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem;
}
.jyb-retain__week li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.35rem 0;
  font-size: 0.92rem;
  border-bottom: 1px solid var(--lineSoft, #e8e0cd);
}
.jyb-retain__week li:last-child { border-bottom: 0; }
.jyb-retain__week input[type="checkbox"] {
  margin-top: 0.2rem;
  accent-color: var(--red, #8b1a1a);
}
.jyb-retain__week .done { opacity: 0.55; text-decoration: line-through; }
.jyb-retain__week-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.jyb-retain__week-actions .btn-sm {
  font-size: 0.82rem;
  padding: 0.35rem 0.75rem;
  border-radius: 2px;
  border: 1px solid var(--line, #d9d0c0);
  background: #fff;
  color: var(--ink, #1a1410);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.jyb-retain__week-actions .btn-sm--gold {
  background: var(--goldDim, #8b6f3a);
  border-color: var(--goldDim, #8b6f3a);
  color: #fff;
}
.seat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.65rem;
  margin-top: 1rem;
}
.seat-chip {
  display: block;
  padding: 0.85rem 0.75rem;
  background: #fff;
  border: 1px solid var(--line, #d9d0c0);
  border-radius: 2px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.seat-chip:hover {
  border-color: var(--gold, #b8944c);
  box-shadow: 0 4px 12px rgba(13, 10, 7, 0.06);
}
.seat-chip strong {
  display: block;
  font-family: var(--serif, "Noto Serif SC", serif);
  font-size: 0.98rem;
  margin-bottom: 0.2rem;
  color: var(--ink, #1a1410);
}
.seat-chip span {
  font-size: 0.78rem;
  color: var(--muted, #7a7268);
  line-height: 1.4;
}
.seat-chip--hot { border-top: 2px solid var(--red, #8b1a1a); }
.hero-split-line {
  font-size: 0.92rem;
  color: rgba(245, 239, 224, 0.75);
  margin: 0.5rem 0 0;
  line-height: 1.6;
}
.hero-split-line a { color: var(--goldLight, #d4b87a); text-decoration: underline; text-underline-offset: 2px; }
.site-fork-hint {
  font-size: 0.85rem;
  color: var(--muted, #7a7268);
  text-align: center;
  margin: 0.75rem auto 0;
  max-width: 36rem;
  line-height: 1.55;
}
.site-fork-hint a { color: var(--goldDim, #8b6f3a); font-weight: 600; }

/* 90天现金路径条（五站顶栏下） */
.jyb-cashpath {
  position: relative;
  z-index: 49;
  background: var(--inkDeep, #0d0a07);
  color: var(--paper, #f9f6f0);
  border-bottom: 1px solid rgba(184, 148, 76, 0.35);
  font-size: 0.82rem;
}
.jyb-cashpath__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.75rem;
  padding: 0.5rem 2.5rem 0.5rem 0.75rem;
  max-width: 1180px;
  margin: 0 auto;
}
.jyb-cashpath__title {
  font-family: var(--serif, "Noto Serif SC", serif);
  color: var(--goldLight, #d4b87a);
  font-weight: 600;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.jyb-cashpath__steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.35rem;
}
.jyb-cashpath__step {
  padding: 0.15rem 0.45rem;
  background: rgba(184, 148, 76, 0.12);
  border: 1px solid rgba(184, 148, 76, 0.25);
  border-radius: 2px;
  white-space: nowrap;
}
.jyb-cashpath__arr { opacity: 0.45; font-size: 0.75rem; }
.jyb-cashpath__cta {
  padding: 0.25rem 0.65rem;
  background: var(--goldDim, #8b6f3a);
  color: #fff !important;
  border-radius: 2px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.jyb-cashpath__cta:hover { background: var(--gold, #b8944c); }
.jyb-cashpath__close {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(249, 246, 240, 0.55);
  font-size: 1.1rem;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
}
@media (max-width: 640px) {
  .jyb-cashpath__inner { padding-right: 2rem; justify-content: flex-start; }
  .jyb-cashpath__title { width: 100%; }
}

/* 首页现金路径详解 */
.cashpath-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}
.cashpath-card {
  background: #fff;
  border: 1px solid var(--line, #d9d0c0);
  border-radius: 2px;
  padding: 1.1rem;
  border-top: 3px solid var(--gold, #b8944c);
}
.cashpath-card--now { border-top-color: var(--red, #8b1a1a); box-shadow: 0 8px 24px rgba(13, 10, 7, 0.08); }
.cashpath-card h3 { font-family: var(--serif, "Noto Serif SC", serif); font-size: 1rem; margin: 0 0 0.35rem; }
.cashpath-card p { font-size: 0.88rem; color: var(--muted, #7a7268); margin: 0; line-height: 1.55; }
.cashpath-card .tag {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--goldDim, #8b6f3a);
  margin-bottom: 0.4rem;
}
