/* bjyztjkj 补丁：按钮筛选、分页、静态页、移动端自适应 */
body.rjv-body {
  background: #0f0a1e;
  color: #e5e7eb;
  -webkit-text-size-adjust: 100%;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

button.rjv-flt__item {
  font: inherit;
  cursor: pointer;
  border: none;
  background: transparent;
}

.rjv-pager button,
.rjv-pager__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: #c4b5fd;
  background: rgba(168, 85, 247, 0.1);
  border: 1px solid rgba(168, 85, 247, 0.35);
  cursor: pointer;
  transition: color 0.15s, background 0.15s, border-color 0.15s;
}

.rjv-pager button:hover,
.rjv-pager__btn:hover {
  color: #fff;
  background: rgba(168, 85, 247, 0.18);
  border-color: rgba(168, 85, 247, 0.4);
}

@media (max-width: 640px) {
  .rjv-flt__body {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2px;
  }

  .rjv-flt__body::-webkit-scrollbar {
    display: none;
  }

  .rjv-flt__item {
    flex-shrink: 0;
  }

  .rjv-hero__search input {
    font-size: 16px;
  }

  .rjv-play-tools {
    gap: 6px;
  }
}

.rjv-static {
  padding: 28px 0 48px;
}

.rjv-static__panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(168, 85, 247, 0.14);
  border-radius: 16px;
  padding: 20px 22px;
  margin-top: 16px;
}

.rjv-static__panel h2 {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
}

.rjv-static__panel h3 {
  font-size: 14px;
  font-weight: 700;
  color: #e9d5ff;
  margin: 1.25rem 0 0.5rem;
}

.rjv-static__panel p,
.rjv-static__panel li {
  font-size: 14px;
  line-height: 1.75;
  color: #b8afc8;
}

.rjv-static__panel ul {
  padding-left: 1.2rem;
  margin: 0;
}

.rjv-auth {
  min-height: calc(100vh - 160px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 16px 48px;
}

.rjv-auth__card {
  width: 100%;
  max-width: 420px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(168, 85, 247, 0.2);
  border-radius: 18px;
  padding: 28px 24px;
}

.rjv-auth__card h1 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 20px;
  text-align: center;
}

.rjv-auth__field {
  margin-bottom: 14px;
}

.rjv-auth__field label {
  display: block;
  font-size: 13px;
  color: #a78bfa;
  margin-bottom: 6px;
}

.rjv-auth__field input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(168, 85, 247, 0.25);
  background: rgba(15, 10, 30, 0.6);
  color: #fff;
  font-size: 16px;
}

.rjv-auth__field input:focus {
  outline: none;
  border-color: rgba(168, 85, 247, 0.55);
}

.rjv-auth__err {
  color: #f472b6;
  font-size: 13px;
  margin: 0 0 12px;
}

.rjv-auth__submit {
  width: 100%;
  margin-top: 6px;
}

.rjv-auth__switch {
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
  color: #9082b0;
}

.rjv-auth__switch a {
  color: #c4b5fd;
  margin-left: 4px;
}

.rjv-empty {
  text-align: center;
  padding: 56px 16px 72px;
}

.rjv-empty h1 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px;
}

.rjv-empty p {
  color: #9082b0;
  margin: 0 0 24px;
}

/* ABABSEO 飞行小飞机 — 无链接、非胶囊 */
.ababseo-fly {
  position: fixed;
  left: max(14px, env(safe-area-inset-left, 0px));
  bottom: calc(22px + env(safe-area-inset-bottom, 0px));
  z-index: 54;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  pointer-events: none;
  user-select: none;
}

.ababseo-fly__plane {
  width: 34px;
  height: 34px;
  transform-origin: 55% 45%;
  filter: drop-shadow(0 6px 14px rgba(168, 85, 247, 0.42));
  animation: ababseo-plane-fly 4.8s ease-in-out infinite;
}

.ababseo-fly__trail {
  position: absolute;
  left: 50%;
  top: 2px;
  width: 52px;
  height: 52px;
  transform: translateX(-28%);
  pointer-events: none;
}

.ababseo-fly__trail i {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c4b5fd, #f472b6);
  opacity: 0;
  animation: ababseo-trail-dot 4.8s ease-in-out infinite;
}

.ababseo-fly__trail i:nth-child(1) {
  left: 8px;
  top: 28px;
  animation-delay: 0.6s;
}

.ababseo-fly__trail i:nth-child(2) {
  left: 2px;
  top: 20px;
  width: 3px;
  height: 3px;
  animation-delay: 1.2s;
}

.ababseo-fly__trail i:nth-child(3) {
  left: 14px;
  top: 34px;
  width: 2px;
  height: 2px;
  animation-delay: 1.8s;
}

.ababseo-fly__text {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.34em;
  text-indent: 0.34em;
  line-height: 1;
  background: linear-gradient(92deg, #ddd6fe 0%, #c084fc 42%, #f472b6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.9;
  text-shadow: 0 0 18px rgba(168, 85, 247, 0.25);
  animation: ababseo-text-shimmer 4.8s ease-in-out infinite;
}

@keyframes ababseo-plane-fly {
  0%,
  100% {
    transform: translate(0, 0) rotate(-18deg) scale(1);
  }
  20% {
    transform: translate(10px, -14px) rotate(-10deg) scale(1.04);
  }
  45% {
    transform: translate(18px, -6px) rotate(-22deg) scale(0.98);
  }
  70% {
    transform: translate(8px, -18px) rotate(-8deg) scale(1.06);
  }
}

@keyframes ababseo-trail-dot {
  0%,
  100% {
    opacity: 0;
    transform: translate(0, 0) scale(0.6);
  }
  35% {
    opacity: 0.75;
    transform: translate(-6px, 4px) scale(1);
  }
  65% {
    opacity: 0;
    transform: translate(-14px, 10px) scale(0.4);
  }
}

@keyframes ababseo-text-shimmer {
  0%,
  100% {
    opacity: 0.72;
    filter: brightness(1);
  }
  50% {
    opacity: 1;
    filter: brightness(1.15);
  }
}

@media (max-width: 640px) {
  .ababseo-fly {
    left: max(10px, env(safe-area-inset-left, 0px));
    bottom: calc(18px + env(safe-area-inset-bottom, 0px));
    transform: scale(0.92);
    transform-origin: left bottom;
  }

  .ababseo-fly__plane {
    width: 30px;
    height: 30px;
  }
}

@media print {
  .ababseo-fly {
    display: none !important;
  }
}
