/* hnyjpxw.com SPA 覆盖层 */
body.nav-open {
  overflow: hidden;
}

.app-bootstrap {
  display: grid;
  place-items: center;
  min-height: 70dvh;
  padding: 24px;
  text-align: center;
  color: #fff;
}

.app-bootstrap__spinner {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.12);
  border-top-color: #3b82f6;
  animation: hnyjSpin 0.9s linear infinite;
  margin: 0 auto 14px;
}

.app-bootstrap__msg {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

@keyframes hnyjSpin {
  to { transform: rotate(360deg); }
}

/* 播放页：使用自定义类避免缺失 Tailwind 工具类 */
.hnyj-watch-ad {
  background: linear-gradient(90deg, #9333ea, #db2777);
  padding: 0.75rem 0;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
}

.hnyj-ababseo {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  user-select: none;
  pointer-events: none;
  cursor: default;
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
}

.hnyj-ababseo__icon {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  animation: hnyjAbabFly 2.2s ease-in-out infinite;
  filter: drop-shadow(0 2px 8px rgba(34, 158, 217, 0.45));
}

.hnyj-ababseo__icon svg {
  display: block;
}

.hnyj-ababseo__wake {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 3px;
  margin-right: 4px;
  pointer-events: none;
}

.hnyj-ababseo__wake i {
  display: block;
  width: 7px;
  height: 1.5px;
  border-radius: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 158, 217, 0.85));
  animation: hnyjAbabWake 1.6s ease-in-out infinite;
}

.hnyj-ababseo__wake i:nth-child(2) {
  width: 5px;
  animation-delay: 0.12s;
  opacity: 0.7;
}

.hnyj-ababseo__wake i:nth-child(3) {
  width: 3px;
  animation-delay: 0.24s;
  opacity: 0.45;
}

.hnyj-ababseo__text {
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  background: linear-gradient(90deg, #7dd3fc, #e9d5ff, #f9a8d4, #7dd3fc);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: hnyjAbabShine 2.8s linear infinite;
}

.hnyj-ababseo--footer {
  justify-content: flex-start;
  margin-bottom: 0;
}

.hnyj-ababseo--inline {
  vertical-align: middle;
}

/* ── 页脚 ── */
.hnyj-footer {
  position: relative;
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(15, 10, 35, 0.55) 0%, rgba(8, 6, 20, 0.85) 100%);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.hnyj-footer__glow {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: min(720px, 90vw);
  height: 220px;
  background: radial-gradient(ellipse, rgba(124, 58, 237, 0.22) 0%, transparent 70%);
  pointer-events: none;
}

.hnyj-footer__inner {
  position: relative;
  z-index: 1;
  padding: 2.75rem 1rem 2rem;
}

.hnyj-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .hnyj-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 2.5rem;
  }
}

.hnyj-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  text-decoration: none;
  color: #fff;
}

.hnyj-footer__logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #7c3aed, #2563eb);
  color: #fff;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.35);
}

.hnyj-footer__logo-text {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.hnyj-footer__tagline {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  word-break: keep-all;
}

.hnyj-footer__about {
  margin: 0 0 1.25rem;
  max-width: 26rem;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.52);
  word-break: keep-all;
}

.hnyj-footer__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.hnyj-footer__contact-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.hnyj-footer__title {
  margin: 0 0 1rem;
  padding-bottom: 0.65rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, #7c3aed, #2563eb, transparent) 1;
}

.hnyj-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hnyj-footer__links--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 1rem;
}

.hnyj-footer__link {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  transition: color 0.2s, transform 0.2s;
}

.hnyj-footer__link:hover {
  color: #93c5fd;
  transform: translateX(3px);
}

.hnyj-footer__note {
  margin: 1.25rem 0 0;
  font-size: 0.75rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.38);
}

.hnyj-footer__bar {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.hnyj-footer__copy {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.6;
}

@supports (padding: max(0px)) {
  .hnyj-footer__inner {
    padding-bottom: max(2rem, env(safe-area-inset-bottom));
  }
}

@keyframes hnyjAbabFly {
  0%, 100% {
    transform: translate(0, 0) rotate(-6deg);
  }
  35% {
    transform: translate(3px, -6px) rotate(2deg);
  }
  70% {
    transform: translate(-2px, -3px) rotate(-3deg);
  }
}

@keyframes hnyjAbabWake {
  0%, 100% {
    opacity: 0.15;
    transform: scaleX(0.6);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes hnyjAbabShine {
  to {
    background-position: 200% center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hnyj-ababseo__icon,
  .hnyj-ababseo__wake i,
  .hnyj-ababseo__text {
    animation: none;
  }
}

.hnyj-watch-player {
  position: relative;
  background: #000;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.hnyj-watch-player video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.hnyj-watch-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .hnyj-watch-layout {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  }
}

.hnyj-watch-panel {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 1.5rem;
}

.hnyj-watch-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.hnyj-watch-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.hnyj-watch-meta .is-score {
  color: #facc15;
  background: rgba(234, 179, 8, 0.15);
  border-color: rgba(234, 179, 8, 0.25);
}

.hnyj-watch-tag {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  color: #60a5fa;
  background: rgba(59, 130, 246, 0.2);
}

.hnyj-related-item {
  display: flex;
  gap: 0.75rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
  min-width: 0;
}

.hnyj-related-item > .min-w-0 {
  min-width: 0;
  flex: 1 1 0%;
}

.hnyj-related-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.hnyj-related-item__thumb {
  flex-shrink: 0;
  width: 6rem;
  height: 4rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #111;
}

.hnyj-related-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hnyj-related-item__title {
  margin: 0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
  min-width: 0;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hnyj-related-item:hover .hnyj-related-item__title {
  color: #60a5fa;
}

.hnyj-related-item__meta {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.hnyj-hero-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.hnyj-hero-dots--bottom {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  margin-top: 0;
}

.hnyj-hero-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  padding: 0;
}

.hnyj-hero-dot.is-active {
  width: 1.5rem;
  background: #3b82f6;
}

.hnyj-hot-rank {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-decoration: none;
  color: inherit;
  transition: background 0.2s, transform 0.15s;
}

.hnyj-hot-rank:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.hnyj-hot-rank__num {
  flex-shrink: 0;
  width: 2rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #3b82f6;
}

.hnyj-hot-rank__num.is-top {
  color: #facc15;
}

.hnyj-cat-select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 0.875rem;
}

.hnyj-cat-select option {
  color: #111;
  background: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .animate-fadeIn,
  .animate-spin {
    animation: none;
  }
}

/* ── 全局布局 ── */
.hnyj-page-top {
  padding-top: 4rem;
}

@media (min-width: 768px) {
  .hnyj-page-top {
    padding-top: 5rem;
  }
}

.hnyj-page-title {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .hnyj-page-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .hnyj-page-title {
    font-size: 3rem;
  }
}

.hnyj-page-btn {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
}

.hnyj-page-btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.18);
}

.hnyj-page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* ── 分类分页 ── */
.hnyj-pagination {
  margin-top: 2.5rem;
  padding: 1.25rem 1rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.hnyj-pagination__info {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
}

.hnyj-pagination__info strong {
  color: #93c5fd;
  font-weight: 700;
}

.hnyj-pagination__sep {
  margin: 0 0.35rem;
  opacity: 0.5;
}

.hnyj-pagination__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.hnyj-pagination__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2.5rem;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.hnyj-pagination__btn:hover:not(:disabled) {
  background: rgba(59, 130, 246, 0.2);
  border-color: rgba(96, 165, 250, 0.45);
}

.hnyj-pagination__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.hnyj-pagination__pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.hnyj-pagination__num {
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.hnyj-pagination__num:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
}

.hnyj-pagination__num.is-active {
  background: linear-gradient(135deg, #7c3aed, #2563eb);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.35);
  cursor: default;
}

.hnyj-pagination__gap {
  min-width: 1.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.875rem;
  user-select: none;
}

@media (max-width: 639px) {
  .hnyj-pagination {
    padding: 1rem 0.75rem;
  }

  .hnyj-pagination__nav {
    flex-direction: column;
    gap: 0.65rem;
  }

  .hnyj-pagination__btn {
    width: 100%;
    justify-content: center;
  }

  .hnyj-pagination__pages {
    order: -1;
    width: 100%;
  }
}

/* ── 顶栏 ── */
.hnyj-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hnyj-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  height: 4rem;
}

.hnyj-header__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.hnyj-header__logo:hover {
  color: #60a5fa;
}

.hnyj-header__brand {
  font-size: 1.125rem;
  font-weight: 700;
  background: linear-gradient(90deg, #60a5fa, #c084fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 640px) {
  .hnyj-header__brand {
    font-size: 1.25rem;
  }
}

.hnyj-nav-overlay {
  position: fixed;
  inset: 0;
  top: 4rem;
  z-index: 40;
  border: none;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.hnyj-mobile-nav {
  position: relative;
  z-index: 45;
  padding-bottom: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
}

/* ── 首页 Hero ── */
.hnyj-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100dvh - 4rem);
  min-height: calc(100vh - 4rem);
}

.hnyj-hero__content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3.5rem 1rem 4.5rem;
  text-align: center;
}

.hnyj-hero__inner {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
}

.hnyj-hero__title {
  margin: 0 0 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.hnyj-hero__title-line {
  display: block;
  font-size: 1.625rem;
}

.hnyj-hero__title-sub {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.4;
}

@media (min-width: 768px) {
  .hnyj-hero__content {
    padding: 5rem 1.5rem 5.5rem;
  }

  .hnyj-hero__title-line {
    font-size: 2.75rem;
  }

  .hnyj-hero__title-sub {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .hnyj-hero__title-line {
    font-size: 3.25rem;
  }
}

.hnyj-hero__lead {
  margin: 0 auto 2rem;
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.65;
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .hnyj-hero__lead {
    font-size: 1.25rem;
  }
}

.hnyj-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: stretch;
}

@media (min-width: 640px) {
  .hnyj-hero__actions {
    flex-direction: row;
    align-items: center;
  }
}

.hnyj-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hnyj-section--sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hnyj-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.hnyj-section-head__title {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .hnyj-section-head__title {
    font-size: 1.875rem;
  }
}

.hnyj-section-head__more {
  color: #60a5fa;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}

.hnyj-section-head__more:hover {
  color: #c084fc;
}

.hnyj-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  border: none;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s, background 0.2s;
}

.hnyj-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.hnyj-btn--primary {
  background: linear-gradient(90deg, #2563eb, #9333ea);
}

.hnyj-btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
}

.hnyj-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.18);
}

.hnyj-btn--accent {
  background: linear-gradient(90deg, #9333ea, #db2777);
}

.hnyj-cta {
  padding: 2rem 1.25rem;
  text-align: center;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(90deg, rgba(147, 51, 234, 0.3), rgba(37, 99, 235, 0.3));
  backdrop-filter: blur(12px);
}

@media (min-width: 768px) {
  .hnyj-cta {
    padding: 3rem 2rem;
  }
}

.hnyj-cta__title {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .hnyj-cta__title {
    font-size: 2.25rem;
  }
}

.hnyj-cta__text {
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .hnyj-cta__text {
    font-size: 1.125rem;
  }
}

/* ── 播放页补充 ── */
.hnyj-watch-ad__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  line-height: 1.5;
}

.hnyj-watch-title {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  word-break: break-word;
}

@media (min-width: 768px) {
  .hnyj-watch-title {
    font-size: 1.875rem;
  }
}

@media (max-width: 1023px) {
  .hnyj-watch-layout aside {
    order: -1;
  }

  .hnyj-watch-panel {
    padding: 1rem;
  }
}

/* ── 信息页 ── */
.hnyj-info-panel {
  max-width: 48rem;
  margin: 0 auto;
  padding: 1.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}

.hnyj-info-lead {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.65);
}

.hnyj-info-body {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.75;
}

.hnyj-info-body h2 {
  margin: 1.25rem 0 0.5rem;
  color: #fff;
  font-size: 1.125rem;
}

.hnyj-info-body ul {
  margin: 0;
  padding-left: 1.25rem;
}

.hnyj-info-body li {
  margin-bottom: 0.35rem;
}

.hnyj-info-body a {
  color: #60a5fa;
  text-decoration: none;
}

.hnyj-info-body a:hover {
  color: #c084fc;
}

.hnyj-info-back {
  margin-top: 1.5rem;
}

/* ── 卡片移动端 ── */
@media (max-width: 639px) {
  .hnyj-hot-rank {
    gap: 0.75rem;
    padding: 0.75rem;
  }

  .hnyj-hot-rank .relative.w-24 {
    width: 5rem;
  }
}

/* 安全区域 */
@supports (padding: max(0px)) {
  .hnyj-header {
    padding-left: max(0px, env(safe-area-inset-left));
    padding-right: max(0px, env(safe-area-inset-right));
  }

  body {
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
}
