@font-face {
  font-family: "Source Han Sans SC";
  src: url("/SourceHanSansSC-Light.otf?v=2.005") format("opentype");
  font-style: normal;
  font-weight: 100 300;
  font-display: swap;
}

@font-face {
  font-family: "Source Han Sans SC";
  src: url("/SourceHanSansSC-Regular.otf?v=2.005") format("opentype");
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
}

@font-face {
  font-family: "Source Han Sans SC";
  src: url("/SourceHanSansSC-Bold.otf?v=2.005") format("opentype");
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
}

@font-face {
  font-family: "Source Han Serif SC";
  src: url("/SourceHanSerifSC-Light.otf?v=2.003") format("opentype");
  font-style: normal;
  font-weight: 100 300;
  font-display: swap;
}

@font-face {
  font-family: "Source Han Serif SC";
  src: url("/SourceHanSerifSC-Regular.otf?v=2.003") format("opentype");
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
}

@font-face {
  font-family: "Source Han Serif SC";
  src: url("/SourceHanSerifSC-Bold.otf?v=2.003") format("opentype");
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
}

@font-face {
  font-family: "LXGW WenKai Lite Preview";
  src: url("/LXGWWenKaiLite-Regular.ttf?v=1.522") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Smiley Sans Preview";
  src: url("/SmileySans-Oblique.ttf.woff2?v=2.0.1") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "DaBao TaoTao";
  src: url("/DaBaoTaoTao.ttf?v=20260914") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

/* ===== 主题变量（后台可实时调整，前端注入覆盖） ===== */
:root {
  --jm-brand-50: 238 242 255;
  --jm-brand-100: 224 231 255;
  --jm-brand-200: 199 210 254;
  --jm-brand-300: 165 180 252;
  --jm-brand-400: 129 140 248;
  --jm-brand-500: 79 70 229;
  --jm-brand-600: 67 56 202;
  --jm-brand-700: 67 56 202;
  --jm-accent-300: 103 232 249;
  --jm-accent-400: 34 211 238;
  --jm-accent-500: 6 182 212;
  --jm-accent-600: 8 145 178;
  --jm-ink: 7 11 22;
  --jm-font-sans: "Source Han Sans SC", "Microsoft YaHei", sans-serif;
  --jm-font-display: "Source Han Sans SC", "Microsoft YaHei", sans-serif;
  --jm-radius: 16px;
  --jm-text: 241 245 249;
  --jm-muted: 148 163 184;
  --jm-surface: 11 15 28;
  --jm-border: 148 163 184;
}

html,
body,
button,
input,
select,
textarea,
code,
kbd,
pre,
samp,
.font-cute,
.font-cute2,
.font-mono {
  font-family: var(--jm-font-sans) !important;
}

body {
  font-weight: 300;
}

h1,
h2 {
  font-weight: 700;
}

h3,
h4,
h5,
h6 {
  font-weight: 400;
}

/* 全站正文、按钮、导航及标题统一使用思源黑体。 */
:where(
  h1, h2, h3, h4, h5, h6,
  .font-semibold, .font-bold, .font-extrabold, .font-black,
  .font-cute, .font-cute2,
  .jm-cute-title,
  .membership-tier-card__title,
  .membership-tier-card__price strong,
  .admin-upload-title-line,
  .admin-review-track-title
):not(button):not(a):not(:is(button *, a *)),
:where(
  .text-xl, .text-2xl, .text-3xl, .text-4xl, .text-5xl,
  .text-6xl, .text-7xl, .text-8xl, .text-9xl
):not(button):not(a):not(:is(button *)) {
  font-family: var(--jm-font-display) !important;
}

/* 入口卡标题位于链接内部，仍属于标题类。 */
.jm-home-entry-title,
.jm-home-service-title {
  font-family: var(--jm-font-display) !important;
}

/* 圆角随主题变量（后台可调）。--jm-radius 本身已带 px，不能再次乘以 px。 */
.rounded-xl { border-radius: var(--jm-radius, 16px); }
.rounded-2xl { border-radius: calc(var(--jm-radius, 16px) * 1.25); }
.rounded-3xl { border-radius: calc(var(--jm-radius, 16px) * 1.5); }
/* 主题化表面 / 边框 / 文字（随背景明暗自动反色） */
.jm-surface { background-color: rgb(var(--jm-surface) / 0.65); }
.jm-surface-2 { background-color: rgb(var(--jm-surface) / 0.92); }
.jm-border { border-color: rgb(var(--jm-border) / 0.12); }
.jm-text { color: rgb(var(--jm-text)); }
.jm-muted { color: rgb(var(--jm-muted)); }

/* ===== 自定义样式：滚动条、滑块、动画 ===== */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(67, 56, 202, 0.42) transparent;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background-image: radial-gradient(130% 130% at 50% 50%, rgba(124, 58, 237, 0.18) 0%, rgba(67, 56, 202, 0.42) 100%);
  border: 1.5px solid rgba(34, 211, 238, 0.45);
  background-clip: padding-box;
}
*::-webkit-scrollbar-thumb:hover {
  background-image: radial-gradient(130% 130% at 50% 50%, rgba(139, 92, 246, 0.25) 0%, rgba(79, 70, 229, 0.48) 100%);
  border-color: rgba(34, 211, 238, 0.5);
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* 音频进度/音量滑块使用原生 range 的 accent 颜色 */
input[type='range'].mm-range {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 999px;
  background: #334155;
  cursor: pointer;
}
input[type='range'].mm-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #6366f1;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.3);
}

/* 渐变封面微光 */
.cover-glow {
  position: relative;
  overflow: hidden;
}
.cover-glow::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.25), transparent 60%);
}

/* 会员横卡与竖卡：保留下投影，但不让阴影向上扩散成黑色描边。 */
.membership-card-shadow {
  filter: drop-shadow(0 16px 9px rgba(0, 0, 0, 0.38));
}

/* 会员竖卡：背景图与实时会员信息分层绘制。 */
.membership-tier-card {
  --member-accent: #d8b4fe;
  --member-glow: rgba(168, 85, 247, 0.4);
  position: relative;
  isolation: isolate;
  overflow: visible;
  border-radius: 28px;
  cursor: pointer;
}

.membership-tier-card__surface {
  position: relative;
  border-radius: inherit;
  transition: box-shadow 180ms ease;
}

.membership-tier-card:hover .membership-tier-card__surface {
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.3), 0 0 18px var(--member-glow);
}

.membership-tier-card:active .membership-tier-card__surface {
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.26), 0 0 10px var(--member-glow);
}

.membership-tier-card__bg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  user-select: none;
}

.membership-tier-card__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: #fff;
  pointer-events: none;
}

.membership-tier-card__header {
  position: absolute;
  top: 4.2%;
  left: 7%;
  right: 7%;
  text-align: center;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.72);
}

.membership-tier-card__header h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.membership-tier-card--enterprise .membership-tier-card__header h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.32em;
}

.membership-tier-card__title-icon {
  font-size: calc(1em - 2px);
  line-height: 1;
  text-shadow: none;
}

.membership-tier-card__header p {
  display: inline-block;
  margin: 11px 0 0;
  padding: 4px 10px;
  border: 1px solid color-mix(in srgb, var(--member-accent) 78%, white 22%);
  border-radius: 999px;
  background: rgba(7, 12, 30, 0.68);
  color: var(--member-accent);
  box-shadow: 0 0 12px var(--member-glow), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  white-space: nowrap;
}

.membership-tier-card__subtitle-text {
  display: inline-block;
  transform: translateY(0);
}

.membership-tier-card__price {
  position: absolute;
  top: 21%;
  left: 7%;
  right: 7%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  color: var(--member-accent);
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.85), 0 0 16px var(--member-glow);
}

.membership-tier-card__price strong {
  font-size: clamp(27px, 2.3vw, 34px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.03em;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.96), 0 2px 9px rgba(0, 0, 0, 0.85), 0 0 16px var(--member-glow);
}

.membership-tier-card__price span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 700;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.96), -1px 1px 0 rgba(0, 0, 0, 0.9);
}

.membership-tier-card__price del {
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.96), 0 2px 9px rgba(0, 0, 0, 0.85), 0 0 16px var(--member-glow);
}

.membership-tier-card__price--discount strong {
  font-size: clamp(23px, 1.8vw, 28px);
}

.membership-tier-card__features {
  position: absolute;
  top: calc(30% + 5px);
  left: 6%;
  right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  max-width: 88%;
}

.membership-tier-card__features > span {
  display: flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border: 1px solid color-mix(in srgb, var(--member-accent) 42%, transparent);
  border-radius: 12px;
  background: rgba(5, 10, 28, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(5px);
  color: rgba(255, 255, 255, 0.94);
  font-size: 16px;
  line-height: 1.18;
  font-weight: 300;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}

.membership-tier-card__features b {
  margin-right: 5px;
  color: var(--member-accent);
  font-size: 16px;
}

.membership-tier-card__action {
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 4.2%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.42), 0 9px 20px var(--member-glow);
  font-size: 16px;
  line-height: 1;
  pointer-events: auto;
  transition: transform 160ms ease, filter 160ms ease;
}

.membership-tier-card__action strong {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  transform: translateX(-3px);
}

.membership-tier-card__action:hover { filter: brightness(1.08); transform: translateY(-1px); }
.membership-tier-card__action:disabled { cursor: wait; opacity: 0.72; }
.membership-tier-card--enterprise .membership-tier-card__features { top: calc(56% + 34px); }
.membership-tier-card--enterprise .membership-tier-card__price { top: 20.5%; }
.membership-tier-card--ent_std .membership-tier-card__price {
  left: calc(7% + 40px);
  right: calc(7% - 40px);
}
.membership-tier-card--ent_pro .membership-tier-card__price {
  top: calc(20.5% - 2px);
  left: calc(7% - 40px);
  right: calc(7% + 40px);
}
.membership-tier-card--ent_flagship .membership-tier-card__price {
  left: calc(7% - 44px);
  right: calc(7% + 44px);
}
.membership-tier-card--ent_std .membership-tier-card__features {
  top: calc(56% + 43px);
}
.membership-tier-card--ent_pro .membership-tier-card__features {
  top: calc(56% + 43px);
  display: grid;
  grid-template-columns: max-content max-content;
  grid-template-rows: repeat(4, minmax(24px, auto));
  gap: 4px 10px;
  align-items: center;
  justify-items: start;
  max-width: 92%;
}
.membership-tier-card--ent_pro .membership-tier-card__features > span:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
.membership-tier-card--ent_pro .membership-tier-card__features > span:nth-child(2) { grid-area: 2 / 1 / 3 / 3; }
.membership-tier-card--ent_pro .membership-tier-card__features > span:nth-child(3) { grid-area: 3 / 1 / 4 / 3; }
.membership-tier-card--ent_pro .membership-tier-card__features > span:nth-child(4) { grid-area: 4 / 1; }
.membership-tier-card--ent_pro .membership-tier-card__features > span:nth-child(5) { grid-area: 4 / 2; }
.membership-tier-card--ent_flagship .membership-tier-card__features {
  top: calc(56% + 14px);
  display: grid;
  grid-template-columns: max-content max-content;
  grid-template-rows: repeat(5, minmax(24px, auto));
  gap: 4px 10px;
  align-items: center;
  justify-items: start;
  max-width: 92%;
}
.membership-tier-card--ent_flagship .membership-tier-card__features > span:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
.membership-tier-card--ent_flagship .membership-tier-card__features > span:nth-child(2) { grid-area: 2 / 1 / 3 / 3; }
.membership-tier-card--ent_flagship .membership-tier-card__features > span:nth-child(3) { grid-area: 3 / 1 / 4 / 3; }
.membership-tier-card--ent_flagship .membership-tier-card__features > span:nth-child(4) { grid-area: 4 / 1; }
.membership-tier-card--ent_flagship .membership-tier-card__features > span:nth-child(5) { grid-area: 5 / 1; }
.membership-tier-card--ent_flagship .membership-tier-card__features > span:nth-child(6) { grid-area: 4 / 2; }
.membership-tier-card--ent_flagship .membership-tier-card__features > span:nth-child(7) { grid-area: 5 / 2; }

@media (max-width: 639px) {
  .membership-tier-card__header h3 { font-size: clamp(24px, 7vw, 31px); }
  .membership-tier-card__price strong { font-size: clamp(30px, 8vw, 38px); }
  .membership-tier-card__features > span,
  .membership-tier-card__header p,
  .membership-tier-card__price span,
  .membership-tier-card__price del,
  .membership-tier-card__action { font-size: 16px; }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-up {
  animation: fadeUp 0.35s ease both;
}

/* 播放按钮悬浮放大 */
.play-hover {
  transition: transform 0.15s ease, background 0.15s ease;
}
.group:hover .play-hover {
  transform: scale(1.08);
}

/* 当前试听曲目的均衡器动画（仅正在播放的卡片显示） */
.eq {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  height: 18px;
}
.eq i {
  width: 3px;
  background: #fff;
  border-radius: 2px;
  animation: eqBounce 0.9s ease-in-out infinite;
}
.eq i:nth-child(1) { height: 40%; animation-delay: 0s; }
.eq i:nth-child(2) { height: 90%; animation-delay: 0.18s; }
.eq i:nth-child(3) { height: 60%; animation-delay: 0.36s; }
.eq i:nth-child(4) { height: 100%; animation-delay: 0.54s; }
@keyframes eqBounce {
  0%, 100% { transform: scaleY(0.4); }
  50% { transform: scaleY(1); }
}

/* 悬吊铃铛：从顶部轻微摇摆 */
.bell-swing {
  animation: bellSwing 3s ease-in-out infinite;
  transform-origin: top center;
}
@keyframes bellSwing {
  0%, 100% { transform: rotate(0deg); }
  15% { transform: rotate(8deg); }
  30% { transform: rotate(-6deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-3deg); }
  75% { transform: rotate(1.5deg); }
  85% { transform: rotate(-0.5deg); }
}
/* 点击时的「用力摇一下」反馈（以绳顶点为轴心） */
.bell-kick {
  animation: bellKick 0.65s ease;
  transform-origin: top center;
}
@keyframes bellKick {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(22deg); }
  40% { transform: rotate(-18deg); }
  60% { transform: rotate(12deg); }
  80% { transform: rotate(-6deg); }
  100% { transform: rotate(0deg); }
}
/* 返回顶部小火箭：轻轻上下浮动 */
.back-float {
  animation: backFloat 2.4s ease-in-out infinite;
  transform-origin: center;
}
@keyframes backFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
/* 小火箭图片：鼠标悬停时微微放大 */
.rocket-img { transition: transform 0.2s ease; }
.back-float:hover .rocket-img { transform: scale(1.12); }

/* ===== 全局下拉框修复：深色背景 + 浅色文字，确保选项可见 ===== */
select {
  background-color: rgba(15, 23, 42, 0.8) !important;
  color: #e2e8f0 !important;
}
select option {
  background-color: #1e293b !important;
  color: #f1f5f9 !important;
}

/* =========================================================
 * 许愿池 · Q萌可爱皮肤（边框闪闪发光）
 * ======================================================= */
/* 呼吸式彩色光晕：粉 / 紫 / 青 交替亮起 */
@keyframes cuteGlow {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(255, 183, 197, 0.20),
      0 10px 28px -12px rgba(255, 140, 180, 0.35),
      0 0 16px rgba(186, 160, 255, 0.18);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 214, 160, 0.34),
      0 14px 34px -12px rgba(255, 160, 200, 0.52),
      0 0 28px rgba(150, 205, 255, 0.34);
  }
}
/* 斜向高光扫过，营造“闪闪发光”的流光感 */
@keyframes cuteShine {
  0%   { opacity: 0; transform: translateX(-80%) skewX(-14deg); }
  35%  { opacity: 0.55; }
  70%, 100% { opacity: 0; transform: translateX(120%) skewX(-14deg); }
}
.cute-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(34, 26, 70, 0.38);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 8px 32px rgba(12, 8, 36, 0.40),
    inset 0 1px 0 rgba(255, 255, 255, 0.20);
  animation: cuteGlow 3.6s ease-in-out infinite;
}
/* 仅“愿望单”容器保留流光扫光；其余卡片去掉扫光避免杂乱 */
.cute-shine::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: translateX(-80%) skewX(-14deg);
  animation: cuteShine 4.8s ease-in-out infinite;
  pointer-events: none;
}
.cute-card-sm {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(32, 24, 66, 0.38);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.20);
  box-shadow:
    0 6px 22px rgba(12, 8, 36, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  animation: cuteGlow 3.6s ease-in-out infinite;
}
/* 许愿池标题图：彩色发光 drop-shadow */
.cute-title {
  filter:
    drop-shadow(0 6px 18px rgba(255, 150, 190, 0.45))
    drop-shadow(0 0 16px rgba(150, 180, 255, 0.35));
}
/* 风格胶囊按钮：选中态 Q萌粉紫渐变 */
.cute-pill-on {
  background-image: linear-gradient(135deg, #ec4899, #8b5cf6);
  color: #fff;
  border: none !important;
  box-shadow: 0 6px 16px -6px rgba(236, 72, 153, 0.55);
}
/* 主操作按钮：Q萌粉紫渐变（全站通用） */
.cute-btn-primary {
  background-image: linear-gradient(135deg, #ec4899, #8b5cf6) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 14px -4px rgba(139, 92, 246, 0.5);
  transition: all 0.25s ease;
}
.cute-btn-primary:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px -4px rgba(139, 92, 246, 0.6);
}
.cute-btn-primary:active {
  transform: translateY(0);
  filter: brightness(0.96);
}
/* 按钮 UI 可配置：自定义圆角（仅当后台设为非默认药丸形时生效，避免覆盖既有 rounded 工具类） */
body.jm-btn-custom .cute-btn-primary,
body.jm-btn-custom .cute-pill-on { border-radius: var(--jm-btn-radius, 9999px) !important; }
/* 按钮 UI 可配置：纯色填充风格（用主题主色替代 Q萌渐变） */
body.jm-btn-solid .cute-btn-primary,
body.jm-btn-solid .cute-pill-on {
  background-image: none !important;
  background-color: rgb(var(--jm-brand-500)) !important;
}
/* LOGO 顶部轻浮动 + 呼吸光晕 */
.cute-float {
  animation: cuteFloat 2.6s ease-in-out infinite;
}
@keyframes cuteFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
/* Q 萌渐变文字 */
.cute-text-gradient {
  background-image: linear-gradient(135deg, #ffb6c1, #c7a3ff 60%, #ffd1a3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* 带猫耳的 Q 萌按钮 */
.cute-wish-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  color: #5b3a00;
  background-image: linear-gradient(180deg, #fde68a 0%, #fbbf24 48%, #f59e0b 100%);
  box-shadow:
    inset 0 2px 1px rgba(255, 255, 255, 0.75),
    inset 0 -4px 6px rgba(180, 110, 0, 0.40),
    0 6px 0 #c2780a,
    0 10px 16px -4px rgba(245, 158, 11, 0.55);
  transition: transform .16s ease, box-shadow .16s ease;
}
.cute-wish-btn::before,
.cute-wish-btn::after {
  content: '';
  position: absolute;
  top: -9px;
  width: 15px;
  height: 17px;
  background-image: linear-gradient(180deg, #fde68a 0%, #f59e0b 100%);
  border-radius: 50% 50% 0 0;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), 0 2px 3px -1px rgba(180, 110, 0, 0.5);
  z-index: 1;
}
.cute-wish-btn::before { left: 22px; transform: rotate(-18deg); }
.cute-wish-btn::after  { right: 22px; transform: rotate(18deg); }
.cute-wish-btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    inset 0 2px 1px rgba(255, 255, 255, 0.80),
    inset 0 -4px 6px rgba(180, 110, 0, 0.40),
    0 8px 0 #c2780a,
    0 14px 22px -4px rgba(245, 158, 11, 0.60);
}
.cute-wish-btn:active {
  transform: translateY(2px) scale(0.97);
  box-shadow:
    inset 0 2px 1px rgba(255, 255, 255, 0.70),
    inset 0 -3px 5px rgba(180, 110, 0, 0.45),
    0 3px 0 #c2780a,
    0 6px 10px -3px rgba(245, 158, 11, 0.50);
}
/* 当日已许愿：实心灰、猫耳同步变灰、保留立体阴影（不透明、不可点） */
.cute-wish-btn.done {
  color: #f1f5f9;
  background-image: linear-gradient(180deg, #cbd5e1 0%, #94a3b8 48%, #64748b 100%);
  box-shadow:
    inset 0 2px 1px rgba(255, 255, 255, 0.55),
    inset 0 -4px 6px rgba(51, 65, 85, 0.45),
    0 6px 0 #475569,
    0 10px 16px -4px rgba(71, 85, 105, 0.55);
  cursor: not-allowed;
}
.cute-wish-btn.done::before,
.cute-wish-btn.done::after {
  background-image: linear-gradient(180deg, #cbd5e1 0%, #64748b 100%);
  background-color: transparent;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.45), 0 2px 3px -1px rgba(51, 65, 85, 0.5);
}
.cute-wish-btn.done:hover { transform: none; }

/* =========================================================
 * 积分中心页面样式（2026-07-31 美术卡片版：PNG 背景图 + 数据叠加）
 * ======================================================= */
/* 积分卡通用：美术 PNG 作背景，HTML 数据叠在上面 */
.pt-card,
.pt-stat-card,
.pt-sign-card,
.pt-redeem-card {
  position: relative;
  color: #1e293b;
  border-radius: 20px;
  border: none;
  overflow: hidden;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* 提升为独立GPU合成层：悬停缩放/滚动时不再重绘大位图 */
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  /* 轻微发光：用各卡 --pt-glow 主题色 */
  box-shadow:
    0 6px 24px -4px rgba(0, 0, 0, 0.18),
    0 0 18px -3px rgba(var(--pt-glow), 0.35);
}
.pt-card > *,
.pt-stat-card > *,
.pt-sign-card > *,
.pt-redeem-card > * {
  position: relative;
  z-index: 2;
}
/* 顶部网格：按各卡原图比例分配列宽，使签到卡(1388x1516)与三张数据卡(1256x1516)
   在保持各自原始比例(不拉伸)的前提下高度完全一致；align-items:start 防止被等高拉伸 */
.pt-top-grid {
  display: grid;
  grid-template-columns: 1388fr 1256fr;
  gap: 16px;
  align-items: start;
}
@media (min-width: 640px) {
  .pt-top-grid { grid-template-columns: 1388fr 1256fr 1256fr 1256fr; }
}
/* ── 每张卡的美术背景图 ── */
.pt-c-gold   { --pt-glow: 251, 191, 36;  }  /* 积分·金 */
.pt-c-cyan   { --pt-glow: 56, 210, 230;  }  /* 下载券·青 */
.pt-c-pink   { --pt-glow: 244, 114, 182; }  /* 额度·粉 */
.pt-c-green  { --pt-glow: 74, 222, 128;  }  /* 签到·绿 */
.pt-c-violet { --pt-glow: 167, 139, 250; }  /* 兑换会员·紫 */
.pt-c-orange { --pt-glow: 251, 146, 60;  }  /* 兑换下载券·橙 */
.pt-c-blue   { --pt-glow: 96, 165, 250;  }  /* 明细·蓝 */
/* ── 每张卡的美术背景图 ── */
/* 当前积分 · 绿色金币卡 */
.pt-c-gold   { background-image: url('/img/points/art-points.webp'); }
/* 今日会员额度 · 蓝色皇冠卡 */
.pt-c-cyan   { background-image: url('/img/points/art-quota.webp'); }
/* 下载券 · 橙色券卡 */
.pt-c-pink   { background-image: url('/img/points/art-coupon.webp'); }
/* 签到 · 紫色日历卡（最大） */
.pt-c-green  { background-image: url('/img/points/art-sign.webp'); }
/* 兑换会员体验卡 · 粉红耳机熊 */
.pt-c-violet { background-image: url('/img/points/art-redeem-member.webp'); }
/* 兑换下载券 · 黄橙小鸡 */
.pt-c-orange { background-image: url('/img/points/art-redeem-coupon.webp'); }
/* 积分明细 · 靛蓝渐变（无独立美术图，用 CSS 渐变） */
.pt-c-blue   {
  background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 30%, #818cf8 70%, #6366f1 100%);
}

/* ── 各卡尺寸与布局 ── */

/* 数据竖卡 — 文字填入美术图底部白框区域 */
.pt-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 0 10px 14px;   /* 底部收窄，让数字贴紧白框 */
  aspect-ratio: 1256 / 1516;
}
.pt-stat-card .pt-num {
  font-size: 22px;
  font-weight: 900;
  color: #334155;
  line-height: 1.2;
  transform: translate(-8px, -20px);   /* 当前积分/会员额度/下载券：上20 左微调，基准仍居中 */
}
.pt-stat-card .pt-label {
  font-size: 16px;
  color: #64748b;
  margin-top: 2px;
  transform: translate(-8px, -20px);
}
/* 按卡差异化偏移（基准 -8px 左微调后，再各自加量） */
.pt-stat-card.pt-c-gold .pt-num,
.pt-stat-card.pt-c-gold .pt-label { transform: translate(-28px, -20px); }  /* 积分：左移20 */
.pt-stat-card.pt-c-cyan .pt-num,
.pt-stat-card.pt-c-cyan .pt-label { transform: translate(-28px, -20px); }  /* 额度：左移20 */
.pt-stat-card.pt-c-pink .pt-num,
.pt-stat-card.pt-c-pink .pt-label { transform: translate(-28px, -20px); }  /* 下载券：右移10（原-38回调） */

/* 签到卡（日历本）— 文字填入底部白框 */
.pt-sign-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 0 12px 16px;   /* 收紧底部，对齐白框 */
  aspect-ratio: 1388 / 1516;  /* 对齐签到卡原图比例，避免拉伸 */
  cursor: pointer;
  transition: transform .15s ease;
}
.pt-sign-card:hover { transform: scale(1.02); }
.pt-sign-card .pt-sign-status {
  font-size: 20px;
  font-weight: 800;
  color: #4c1d95;
  transform: translate(-8px, -71px);   /* 签到卡：左移10（基础左5+已签到额外左5），基准仍居中 */
}
.pt-sign-card .pt-sign-detail {
  font-size: 16px;
  color: #6b21a8;
  margin-top: 3px;
  line-height: 1.4;
  transform: translate(-3px, -71px);   /* 签到卡：左移5（仅基础偏移），基准仍居中 */
}

/* 兑换大卡（横向宽卡） */
.pt-redeem-card {
  padding: 0;
  border-radius: 22px;
  aspect-ratio: 2640 / 1374;  /* 对齐兑换卡原图比例（2640×1374），避免拉伸发虚 */
  cursor: pointer;
  transition: transform .15s ease;
}
.pt-redeem-card:hover { transform: scale(1.01); }
/* 兑换卡按钮覆盖层 — 透明按钮叠在美术图按钮位置 */
.pt-redeem-btn-overlay {
  position: absolute;
  bottom: 18%;
  left: 5%;
  width: 45%;
  height: 14%;
  z-index: 10;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 9999px;
}
/* Tab 按钮（适配明亮背景） */
.pt-tab-btn {
  padding: 8px 22px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s ease;
  cursor: pointer;
  border: 2px solid transparent;
}
.pt-tab-btn-active {
  background: linear-gradient(135deg, #A855F7, #7C3AED);
  color: white;
  box-shadow: 0 4px 14px rgba(124,58,237,0.4), inset 0 0 0 1px rgba(255,255,255,0.28);
}
.pt-tab-btn-idle {
  background: linear-gradient(135deg, rgba(237,233,254,0.92), rgba(233,213,255,0.72));
  color: #7c3aed;
  border-color: rgba(167,139,250,0.45);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 1px 3px rgba(124,58,237,0.10);
}
.pt-tab-btn-idle:hover {
  background: linear-gradient(135deg, rgba(245,240,255,0.96), rgba(240,225,255,0.85));
  border-color: rgba(168,85,247,0.6);
  color: #6d28d9;
  box-shadow: 0 3px 10px rgba(124,58,237,0.18);
}
/* 积分明细表格 */
.pt-log-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-size: 16px;
}
.pt-log-row:last-child { border-bottom: none; }

/* Q萌滚动条（许愿池各可滚动卡片通用） */
.cute-card {
  scrollbar-width: thin;
  scrollbar-color: rgba(192, 132, 252, 0.5) transparent;
}
.cute-card::-webkit-scrollbar { width: 8px; }
.cute-card::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 9999px;
}
.cute-card::-webkit-scrollbar-thumb {
  background-image: linear-gradient(180deg, #f9a8d4 0%, #c084fc 100%);
  border-radius: 9999px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  background-clip: padding-box;
}
.cute-card::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(180deg, #f9b8e0 0%, #d8b4fe 100%);
  border-color: rgba(255, 255, 255, 0.6);
}

/* Q萌滚动条：许愿池输入框（textarea 自带滚动条，独立于卡片） */
body.wishes-page textarea {
  scrollbar-width: thin;
  scrollbar-color: rgba(192, 132, 252, 0.5) transparent;
}
body.wishes-page textarea::-webkit-scrollbar { width: 8px; }
body.wishes-page textarea::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 9999px;
}
body.wishes-page textarea::-webkit-scrollbar-thumb {
  background-image: linear-gradient(180deg, #f9a8d4 0%, #c084fc 100%);
  border-radius: 9999px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  background-clip: padding-box;
}
body.wishes-page textarea::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(180deg, #f9b8e0 0%, #d8b4fe 100%);
  border-color: rgba(255, 255, 255, 0.6);
}
/* ===== 许愿池页：body 纯色兜底（真实背景由 WishesBackdrop 渲染，见 app.js）===== */
body.wishes-page {
  background-color: #0b1230;
}
/* 许愿池页：隐藏全站共用背景层（防御性，防止透出） */
body.wishes-page #jm-global-bg,
body.wishes-page #jm-global-mask,
body.wishes-page #jm-global-deco {
  display: none !important;
}
/* 导航栏实色 */
body.wishes-page #jm-topnav {
  background-color: rgb(var(--jm-ink));
}
/* Footer 使用统一的底部美术背景；仅保留许愿池页面的边框调整 */
body.wishes-page footer {
  border-color: rgba(255,255,255,0.08) !important;
}

/* ============================================================
 * 积分明细面板（WebP 美术背景版：art-detail.webp 2048x1152）
 * 标题栏/角色/气泡/底部提示 全在PNG里，HTML只叠表格数据
 * ============================================================ */
.pt-detail-panel {
  position: relative;
  background-image: url(/img/points/art-detail.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  /* 按16:9比例，桌面端约576px高（1024px宽时） */
  aspect-ratio: 3840 / 2160;
  /* 无额外阴影：PNG自带发光边缘，CSS不再叠加 */
  /* 整块（卡片+文字）上移20px + 提升为独立GPU合成层避免重绘 */
  transform: translateY(-20px) translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}

/* ---- 表格区：叠在PNG白区（约占y=26%~88%）---- */
.pt-detail-body {
  position: absolute;
  top: 32%;        /* 下移5px */
  left: 11%;       /* 左加宽10px */
  right: 10%;      /* 右加宽15px */
  bottom: 8%;      /* 留出底部提示区 */
  display: flex;
  flex-direction: column;
}

/* 表头行 */
.pt-detail-thead {
  display: grid;
  grid-template-columns: 155px 1fr 115px 115px 145px;
  gap: 0;
  padding: 8px 14px 6px;
}
.pt-th {
  font-size: 16px;
  font-weight: 700;
  color: #7c3aed;
  display: flex;
  align-items: center;
  gap: 4px;
}
.pt-th-time  { padding-left: 4px; transform: translateX(10px); }
.pt-th-delta  { justify-content: center; transform: translateX(-35px); }
.pt-th-source { transform: translateX(25px); }
.pt-th-balance{ justify-content: center; }
.pt-th-note   { justify-content: center; }

/* 数据行滚动容器 */
.pt-detail-rows {
  flex: 1;
  overflow-y: auto;
  /* 隐藏滚动条或美化 */
  scrollbar-width: thin;
  scrollbar-color: rgba(196, 181, 253, 0.5) transparent;
  /* 滚动条整体右移22px */
  margin-right: -22px;
  /* 标题行不动：仅下方数据区上下内收（上6px / 下15px） */
  margin-top: 6px;
  margin-bottom: 15px;
}
.pt-detail-rows::-webkit-scrollbar { width: 5px; }
.pt-detail-rows::-webkit-scrollbar-track { background: transparent; }
.pt-detail-rows::-webkit-scrollbar-thumb { background: rgba(196, 181, 253, 0.55); border-radius: 3px; border: 1px solid rgba(255, 255, 255, 0.4); background-clip: padding-box; }

/* 数据行 */
.pt-detail-row {
  position: relative;
  z-index: 0;          /* 建立独立层叠上下文，便于悬浮高亮框定位 */
  display: grid;
  grid-template-columns: 155px 1fr 115px 115px 145px;
  gap: 0;
  padding: 10px 14px;
  align-items: center;
  transition: background .15s;
  /* 每行之前一根淡淡配套色分割线（品牌紫，低透明度）；右侧缩回26px */
}
/* 单元格抬到悬浮高亮框之上，避免文字被遮住 */
.pt-detail-row > * { position: relative; z-index: 1; }
.pt-detail-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 26px;   /* 线条右侧缩回26px，不再顶到边 */
  height: 1px;
  background: rgba(124, 58, 237, 0.12);
}
/* 悬浮高亮框：左右与分割线 ::before 对齐（右侧同样缩回 26px） */
.pt-detail-row:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 26px;            /* 与分割线右侧缩回一致 */
  top: 2px;
  bottom: 2px;
  background: rgba(167,139,250,0.10);
  border-radius: 8px;
  pointer-events: none;
  z-index: 0;
}
.pt-row-alt { background: transparent; }

/* 单元格 */
.pt-td {
  font-size: 16px;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 4px;
}
.pt-td-time {
  font-size: 16px;
  color: #64748b;
  font-variant-numeric: tabular-nums;
  padding-left: 4px;
  transform: translateX(5px);
}
.pt-td-source { gap: 6px; transform: translateX(25px); }
.pt-src-icon { font-size: 17px; flex-shrink: 0; }
.pt-src-text { font-size: 16px; color: #475569; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 170px; }

/* 积分变动颜色 */
.pt-td-delta { justify-content: center; font-weight: 800; font-size: 16px; transform: translateX(-43px); }
.pt-delta-pos { color: #7c3aed; }
.pt-delta-neg { color: #ec4899; }

/* 余额 */
.pt-td-balance { justify-content: center; font-weight: 700; color: #92400e; font-size: 16px; transform: translateX(-18px); }
.pt-bal-icon { font-size: 16px; }

/* 备注/标签列：改为居中（不再右对齐） */
.pt-td-note { justify-content: center; transform: translateX(-8px); }

/* 彩色标签 */
.pt-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.pt-tag-purple { background: #ede9fe; color: #7c3aed; }
.pt-tag-blue   { background: #dbeafe; color: #2563eb; }
.pt-tag-pink   { background: #fce7f3; color: #db2777; }
.pt-tag-orange { background: #fef3c7; color: #d97706; }
.pt-tag-green  { background: #d1fae5; color: #059669; }
.pt-tag-gray   { background: #f1f5f9; color: #64748b; }

/* 空状态：显示在表格第一行位置（与数据行同grid对齐） */
.pt-detail-empty {
  white-space: nowrap;
  padding: 24px 16px;
  color: #a78bfa;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transform: translate(15px, 77px);   /* 右移15 下移77（再左10/上5），单行显示 */
}

/* =========================================================
 * 头像悬浮卡：Q萌画风（加深背景 + 猫耳 + 粉紫描边）
 * ======================================================= */
.cute-avatar-card {
  position: relative;
  border-radius: 26px !important;
  background-image:
    radial-gradient(120% 90% at 50% -10%, rgba(236, 72, 153, 0.20) 0%, rgba(236, 72, 153, 0) 60%),
    linear-gradient(180deg, rgba(34, 22, 58, 0.985) 0%, rgba(18, 12, 34, 0.99) 100%) !important;
  border: 2px solid rgba(236, 72, 153, 0.38) !important;
  box-shadow:
    0 18px 46px -12px rgba(0, 0, 0, 0.78),
    0 0 0 4px rgba(139, 92, 246, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(14px) saturate(1.15);
}
/* 猫耳朵 */
.cute-avatar-card::before,
.cute-avatar-card::after {
  content: '';
  position: absolute;
  top: -13px;
  width: 26px;
  height: 24px;
  background-image: linear-gradient(180deg, #f9a8d4 0%, #ec4899 55%, #a855f7 100%);
  border-radius: 52% 52% 8% 8%;
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.55);
  z-index: -1;
}
.cute-avatar-card::before { left: 30px;  transform: rotate(-20deg); }
.cute-avatar-card::after  { right: 30px; transform: rotate(20deg); }
@keyframes kefu-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.jm-kefu-float { animation: kefu-float 2.6s ease-in-out infinite; }
.jm-kefu-float:hover { animation-play-state: paused; transform: scale(1.05); }
/* 卡片内的软糖小分区 */
.cute-soft-box {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
/* 后台入口：Q萌琥珀糖按钮 */
.cute-btn-admin {
  background-image: linear-gradient(180deg, #fde68a 0%, #fbbf24 52%, #f59e0b 100%) !important;
  color: #5b3a00 !important;
  border: none !important;
  box-shadow:
    inset 0 2px 1px rgba(255, 255, 255, 0.70),
    inset 0 -3px 5px rgba(180, 110, 0, 0.35),
    0 4px 0 #c2780a,
    0 8px 14px -5px rgba(245, 158, 11, 0.55);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.cute-btn-admin:hover { filter: brightness(1.05); transform: translateY(-1px); }
.cute-btn-admin:active { transform: translateY(2px); box-shadow: inset 0 2px 1px rgba(255,255,255,.6), 0 2px 0 #c2780a; }

/* 隐藏滚动条（保留滚动功能）——用于横向 tab 栏等不需要显示滚动条的区域 */
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
.no-scrollbar::-webkit-scrollbar { display: none; }

/* 后台左侧导航：选中态（Q萌粉紫渐变 + 左侧指示条） */
.jm-admin-nav-on {
  position: relative;
  color: #fff !important;
  background-image: linear-gradient(135deg, rgba(236, 72, 153, 0.92) 0%, rgba(139, 92, 246, 0.92) 100%);
  box-shadow: 0 6px 16px -8px rgba(236, 72, 153, 0.65);
}
.jm-admin-nav-on::before {
  content: "";
  position: absolute;
  left: 4px; top: 50%;
  width: 3px; height: 16px;
  margin-top: -8px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.85);
}
@media (max-width: 1023px) { .jm-admin-nav-on::before { display: none; } }

/* 后台左侧分类标题：独立贴左展示，同时用不同色彩区分三类目录。 */
.admin-nav-group {
  align-items: center;
  gap: 8px;
  margin: 2px 4px 6px 4px;
  padding: 5px 8px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: left;
}
.admin-nav-item {
  padding-top: 6px;
  padding-bottom: 6px;
}
.admin-nav-group::after {
  content: "";
  flex: 1 1 auto;
  min-width: 10px;
  height: 1px;
  opacity: 0.38;
  background: linear-gradient(90deg, currentColor, transparent);
}
.admin-nav-group--content {
  color: #f9a8d4;
  background: linear-gradient(90deg, rgba(236, 72, 153, 0.18), rgba(139, 92, 246, 0.04));
  box-shadow: inset 3px 0 #ec4899, 0 5px 12px -10px rgba(236, 72, 153, 0.8);
}
.admin-nav-group--business {
  color: #67e8f9;
  background: linear-gradient(90deg, rgba(6, 182, 212, 0.18), rgba(16, 185, 129, 0.04));
  box-shadow: inset 3px 0 #06b6d4, 0 5px 12px -10px rgba(6, 182, 212, 0.8);
}
.admin-nav-group--system {
  color: #fcd34d;
  background: linear-gradient(90deg, rgba(245, 158, 11, 0.18), rgba(249, 115, 22, 0.04));
  box-shadow: inset 3px 0 #f59e0b, 0 5px 12px -10px rgba(245, 158, 11, 0.8);
}

/* =========================================================
 * 音乐详情页 Q萌美术版（2026-08-07）
 * ======================================================= */
/* 主玻璃卡片：圆滚滚、微透、带粉紫/青色光晕 */
.jm-cute-glass {
  position: relative;
  background: linear-gradient(135deg, rgba(30, 27, 75, 0.62) 0%, rgba(15, 23, 42, 0.55) 100%);
  backdrop-filter: blur(24px) saturate(1.25);
  -webkit-backdrop-filter: blur(24px) saturate(1.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 24px 70px -20px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 80px -20px rgba(139, 92, 246, 0.35);
  overflow: hidden;
}
.jm-cute-glass::before {
  content: '';
  position: absolute;
  top: -40%; right: -20%;
  width: 60%; height: 80%;
  background: radial-gradient(circle at 50% 50%, rgba(236, 72, 153, 0.22) 0%, transparent 65%);
  pointer-events: none;
}
.jm-cute-glass::after {
  content: '';
  position: absolute;
  bottom: -30%; left: -10%;
  width: 50%; height: 70%;
  background: radial-gradient(circle at 50% 50%, rgba(34, 211, 238, 0.18) 0%, transparent 60%);
  pointer-events: none;
}

/* 左侧唱片装饰 */
.jm-cute-vinyl {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-58%, -50%);
  width: 88%; height: 88%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #0f172a 22%, transparent 23%),
    radial-gradient(circle at 50% 50%, transparent 28%, rgba(255,255,255,0.06) 29%, transparent 30%),
    repeating-radial-gradient(circle at 50% 50%, #1e1b4b 0 3px, #0f172a 4px 7px);
  box-shadow:
    0 12px 40px -8px rgba(0,0,0,0.6),
    inset 0 0 0 2px rgba(255,255,255,0.04);
  z-index: 0;
  animation: spinVinyl 12s linear infinite;
  animation-play-state: paused;
}
.jm-cute-vinyl.playing { animation-play-state: running; }
@keyframes spinVinyl {
  from { transform: translate(-58%, -50%) rotate(0deg); }
  to { transform: translate(-58%, -50%) rotate(360deg); }
}

/* 左侧封面 + 唱片背景舞台（用户美术图） */
.jm-cute-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1162 / 771;
  z-index: 1;
}
.jm-cute-stage-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  pointer-events: none;
  z-index: 0;
}
/* 封面框 */
/* 注：.jm-cute-cover--on-stage 定义在 .jm-cute-cover 之后，以覆盖默认边框 */
.jm-cute-cover {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 3px solid rgba(255,255,255,0.12);
  box-shadow:
    0 18px 50px -14px rgba(99, 102, 241, 0.45),
    0 0 0 1px rgba(255,255,255,0.05) inset;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
}
.jm-cute-cover:hover {
  transform: translateY(-4px);
  box-shadow:
    0 24px 60px -14px rgba(139, 92, 246, 0.55),
    0 0 0 1px rgba(255,255,255,0.08) inset;
}

.jm-cute-cover--on-stage {
  position: absolute;
  left: 1.0%;
  top: 1.4%;
  height: 97.1%;
  width: auto;
  aspect-ratio: 1 / 1;
  border-radius: 13px;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 2;
}
.jm-cute-cover--on-stage:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* 大播放按钮 */
.jm-cute-play-btn {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);
  color: #fff;
  border: none;
  box-shadow:
    0 6px 18px -4px rgba(139, 92, 246, 0.65),
    0 0 0 4px rgba(255,255,255,0.08) inset;
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex; align-items: center; justify-content: center;
}
.jm-cute-play-btn:hover {
  transform: scale(1.12);
  box-shadow:
    0 10px 28px -6px rgba(236, 72, 153, 0.7),
    0 0 0 4px rgba(255,255,255,0.12) inset;
}
.jm-cute-play-btn:active { transform: scale(0.95); }

/* 标签小药丸 */
.jm-cute-tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 500;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.88);
  backdrop-filter: blur(4px);
  transition: all 0.2s ease;
}
.jm-cute-tag:hover {
  background: rgba(255,255,255,0.14);
  transform: translateY(-1px);
}

/* 标题 */
.jm-cute-title {
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: #fff;
  text-shadow:
    0 2px 16px rgba(99, 102, 241, 0.4),
    0 4px 30px rgba(236, 72, 153, 0.25);
}

/* 次级按钮 */
.jm-cute-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 9px 18px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255,255,255,0.92);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 3px 10px -3px rgba(0,0,0,0.25);
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.jm-cute-btn-outline:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 16px -4px rgba(0,0,0,0.35);
}
.jm-cute-btn-outline:active { transform: translateY(0) scale(0.98); }

.jm-cute-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 9px 18px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  background: transparent;
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.2s ease;
}
.jm-cute-btn-ghost:hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
}

/* 播放器条（带 Q萌小耳朵） */
.jm-cute-player {
  position: relative;
  background: rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 24px;
  backdrop-filter: blur(16px);
  box-shadow:
    0 10px 30px -10px rgba(0,0,0,0.4),
    0 0 0 1px rgba(255,255,255,0.03) inset,
    0 0 28px -6px rgba(236, 72, 153, 0.45),
    0 0 16px -4px rgba(139, 92, 246, 0.35);
}
.jm-cute-player::before,
.jm-cute-player::after {
  content: '';
  position: absolute;
  top: -12px;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  border: 2px solid rgba(255,255,255,0.35);
  box-shadow: 0 0 12px rgba(236, 72, 153, 0.45);
  z-index: -1;
}
.jm-cute-player::before {
  left: 22px;
  border-radius: 50% 50% 0 50%;
  transform: rotate(-18deg);
}
.jm-cute-player::after {
  right: 22px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(18deg);
}

/* 进度条 */
.jm-cute-progress {
  position: relative;
  height: 8px;
  border-radius: 9999px;
  background: rgba(255,255,255,0.10);
  overflow: hidden;
  cursor: pointer;
  filter: drop-shadow(0 0 10px rgba(236, 72, 153, 0.55));
}
.jm-cute-progress > div {
  height: 100%;
  border-radius: 9999px;
  background: linear-gradient(90deg, #ec4899, #8b5cf6, #22d3ee);
  box-shadow:
    0 0 18px rgba(236, 72, 153, 0.75),
    0 0 10px rgba(139, 92, 246, 0.55),
    0 0 22px rgba(34, 211, 238, 0.35);
  transition: width 0.3s linear;
}
.jm-cute-progress::after {
  content: '';
  position: absolute;
  right: 0; top: 50%;
  transform: translate(50%, -50%);
  width: 14px; height: 14px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 14px rgba(236, 72, 153, 0.9),
    0 0 8px rgba(139, 92, 246, 0.7);
  opacity: 0.95;
}

/* 波形柱（Q萌：纤细胶囊 + 柔和粉彩 + 轻跳动） */
.jm-cute-bar {
  flex: 1;
  min-width: 2px;
  border-radius: 9999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.34), rgba(255,255,255,0.14));
  transform-origin: center;
  animation: barFloat 1.6s ease-in-out infinite;
  transition: height 0.25s ease, background 0.25s ease;
}
.jm-cute-bar.on {
  background: linear-gradient(180deg, #f9a8d4 0%, #c4b5fd 50%, #a5f3fc 100%);
  box-shadow:
    0 0 14px rgba(236, 72, 153, 0.65),
    0 0 8px rgba(167, 139, 250, 0.5),
    0 0 18px rgba(103, 232, 249, 0.35);
}
@keyframes barFloat {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(0.78); }
}

/* 统计信息（扁平白字，居中） */
.jm-cute-stat {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.jm-cute-stat:hover {
  transform: none;
}
/* 统计区底色层：75% 透明度（alpha 0.25）+ 左右虚化 */
.jm-cute-statbar {
  position: relative;
  transform: translateY(20px);
}
.jm-cute-statbar::before {
  content: "";
  position: absolute;
  inset: -12px -10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 18px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}

/* AI 小卡片 */
.jm-cute-card {
  position: relative;
  background: rgba(15, 23, 42, 0.42);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 26px;
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 34px -14px rgba(0,0,0,0.35);
  overflow: hidden;
  transition: transform 0.25s ease;
}
.jm-cute-card:hover { transform: translateY(-2px); }
.jm-cute-card.jm-cute-description-card {
  overflow: visible !important;
}
.jm-cute-description-card .jm-cute-ai-bot {
  right: 18px !important;
  bottom: -52px !important;
}
.jm-cute-description-card .jm-cute-description-text {
  padding-right: 0 !important;
}
.jm-cute-description-card .jm-cute-description-text::before {
  content: "";
  float: right;
  width: 180px;
  height: 240px;
  shape-outside: inset(72px 0 0 0);
}
@media (min-width: 1024px) {
  .jm-cute-description-text--fixed-lines::before {
    display: none;
  }
  .jm-cute-description-line {
    display: block;
    white-space: nowrap;
  }
  .jm-cute-description-line--rest {
    max-width: calc(100% - 180px);
    white-space: normal;
  }
}

/* 底部播放器：全站统一使用音乐单曲页确认过的字号与布局。 */
.jm-playerbar-title { font-size: 15px !important; }
.jm-playerbar-subtitle { font-size: 14px !important; }
.jm-playerbar-promo { font-size: 14px !important; }
.jm-playerbar-step { font-size: 21px !important; }
.jm-playerbar-promo { margin-top: -5px !important; }
.jm-playerbar-main-control,
.jm-playerbar-progress-row {
  position: relative;
  top: -5px !important;
}
.jm-playerbar-inner {
  padding-top: 4.5px !important;
  padding-bottom: 4.5px !important;
}
#root .jm-track-playerbar .jm-playerbar-subtitle,
#root .jm-track-playerbar .jm-playerbar-promo { font-size: 14px !important; }

/* 音乐单曲页：顶部导航以下的可见文字不得小于 14px。 */
#root .jm-track-detail-page .jm-track-number-line,
#root .jm-track-detail-page .jm-track-stat-label,
#root .jm-track-detail-page .jm-track-ai-strength,
#root .jm-track-detail-page .jm-track-ai-source,
#root .jm-track-detail-page .jm-track-ai-label,
#root .jm-track-detail-page .jm-track-ai-index { font-size: 14px !important; }
#root .jm-track-detail-page .jm-cute-description-text {
  font-size: 15px !important;
  font-weight: 250 !important;
  letter-spacing: 1px !important;
  line-height: 27.2px !important;
}
#root .jm-track-detail-page .jm-track-artist-name,
#root .jm-track-detail-page .jm-cute-follow { font-size: 15px !important; }
#root .jm-track-detail-page .jm-cute-tag { font-size: 13px !important; }
#root .jm-track-detail-page .jm-track-action-button {
  height: 36px !important;
  font-size: 15px !important;
  line-height: 20px !important;
}
#root .jm-track-detail-page .jm-related-meta-cell {
  transform: translateX(40px);
}
#root .jm-track-detail-page :where(
  [class~="text-[9px]"],
  [class~="text-[10px]"],
  [class~="text-[11px]"],
  [class~="text-[12px]"],
  [class~="text-[13px]"],
  [class~="text-xs"]
),
#root .jm-track-playerbar :where(
  [class~="text-[9px]"],
  [class~="text-[10px]"],
  [class~="text-[11px]"],
  [class~="text-[12px]"],
  [class~="text-[13px]"],
  [class~="text-xs"]
) { font-size: 14px !important; }
#root .jm-track-route > footer :where(
  [class~="text-[9px]"],
  [class~="text-[10px]"],
  [class~="text-[11px]"],
  [class~="text-[12px]"],
  [class~="text-[13px]"],
  [class~="text-xs"]
) { font-size: 14px !important; }
#root .jm-track-route > footer .jm-logo-tagline { font-size: 14px !important; }
#root .jm-track-route > footer {
  height: 40px;
  margin-top: 10px !important;
  overflow: hidden;
}
/* 音乐详情页中间区域：扁平安化（去半透明底 + 边框 + 模糊），浮于美术背景之上 */
.jm-cute-card.jm-cute-card--bare {
  background: transparent;
  border-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}
.jm-cute-card.jm-cute-card--bare:hover { transform: none; }
/* 相似推荐外框：鼠标放上去不许整体悬浮 */
.jm-cute-card.jm-cute-card--static,
.jm-cute-card.jm-cute-card--static:hover {
  transform: none !important;
  transition: none !important;
}

/* 漂浮 mascot 星星 */
.jm-cute-mascot {
  position: absolute;
  width: 110px;
  height: 110px;
  z-index: 20;
  filter: drop-shadow(0 10px 20px rgba(236, 72, 153, 0.35));
  animation: cuteFloat 3s ease-in-out infinite;
  pointer-events: none;
}

/* 漂浮音符 */
.jm-cute-note {
  position: absolute;
  z-index: 5;
  opacity: 0.75;
  animation: floatNote 4s ease-in-out infinite;
  pointer-events: none;
}
@keyframes floatNote {
  0%, 100% { transform: translateY(0) rotate(-8deg); opacity: 0.7; }
  50% { transform: translateY(-14px) rotate(8deg); opacity: 1; }
}

/* 角标 */
.jm-cute-badge {
  position: absolute;
  bottom: 12px; left: 12px;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #10b981, #06b6d4);
  box-shadow: 0 4px 12px -3px rgba(6, 182, 212, 0.45);
  z-index: 10;
}

/* 返回按钮（Q萌可爱：粉紫渐变小药丸 + 白边 + 弹性悬浮） */
.jm-cute-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px 7px 12px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);
  border: 2px solid rgba(255,255,255,0.35);
  box-shadow:
    0 6px 16px -5px rgba(236,72,153,0.6),
    0 0 0 4px rgba(255,255,255,0.06) inset;
  backdrop-filter: blur(6px);
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.jm-cute-back:hover {
  color: #fff;
  transform: translateX(-3px) scale(1.06);
  box-shadow:
    0 10px 22px -6px rgba(236,72,153,0.75),
    0 0 0 4px rgba(255,255,255,0.12) inset;
}
.jm-cute-back:active {
  transform: translateX(-1px) scale(0.95);
}

/* 小关注按钮 */
.jm-cute-follow {
  padding: 3px 10px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  transition: all 0.2s ease;
}
.jm-cute-follow:hover {
  background: rgba(236, 72, 153, 0.25);
  border-color: rgba(236, 72, 153, 0.45);
  color: #fff;
}

/* 上一首/下一首小圆按钮 */
.jm-cute-step {
  width: 34px; height: 34px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.85);
  transition: all 0.2s ease;
}
.jm-cute-step:hover:not(:disabled) {
  background: rgba(255,255,255,0.16);
  transform: scale(1.08);
}
.jm-cute-step:disabled { opacity: 0.35; cursor: not-allowed; }

/* 后台上传试听：站内深色播放器，避免浏览器原生白色控制条破坏暗色主题。 */
.admin-audio-player {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 7px 10px;
  border: 1px solid rgba(168, 85, 247, 0.28);
  border-radius: 12px;
  color: #e9d5ff;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(47, 16, 67, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.admin-audio-play,
.admin-audio-volume {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(244, 114, 182, 0.4);
  border-radius: 9999px;
  color: #fff;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
}
.admin-audio-volume {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.08);
}
.admin-audio-time {
  flex: 0 0 auto;
  min-width: 38px;
  color: #cbd5e1;
  font-size: 16px;
  font-variant-numeric: tabular-nums;
}
.admin-audio-range {
  --audio-progress: 0%;
  flex: 1 1 auto;
  min-width: 80px;
  height: 5px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 9999px;
  outline: none;
  cursor: pointer;
  background: linear-gradient(90deg, #f472b6 0%, #a855f7 var(--audio-progress), rgba(255,255,255,0.16) var(--audio-progress), rgba(255,255,255,0.16) 100%);
}
.admin-audio-range::-webkit-slider-thumb {
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  border: 2px solid #fdf2f8;
  border-radius: 50%;
  background: #ec4899;
  box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.18);
}
.admin-audio-range::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 2px solid #fdf2f8;
  border-radius: 50%;
  background: #ec4899;
}

/* 上传曲目首行固定为封面栏 + 资料栏，避免未编译的响应式工具类让按钮横向叠入资料区。 */
.admin-upload-track-main {
  display: grid;
  grid-template-columns: 112px 42px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
}
.admin-upload-track-card {
  min-height: 136px;
  border-color: rgba(244, 114, 182, 0.68) !important;
  box-shadow: 0 0 18px rgba(236, 72, 153, 0.08);
}
.admin-upload-track-card-error {
  border-color: rgba(244, 63, 94, 0.72) !important;
  box-shadow: 0 0 18px rgba(244, 63, 94, 0.10);
}
.admin-upload-cover-column {
  width: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.admin-upload-cover-image {
  width: 112px;
  height: 112px;
  flex: 0 0 112px;
}
.admin-upload-cover-button {
  display: flex;
  width: 42px;
  height: 112px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  line-height: 1.05;
  white-space: nowrap;
}
.admin-upload-cover-button span:last-child {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 2px;
}
.admin-upload-title-line {
  display: flex;
  align-items: center;
  min-width: 0;
}
.admin-upload-info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 126px;
  align-items: start;
  gap: 12px;
  min-width: 0;
}
.admin-upload-info-center { min-width: 0; }
.admin-upload-meta-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 194px;
  align-items: end;
  gap: 14px;
  min-width: 0;
}
.admin-upload-artist-premium {
  display: flex;
  align-items: end;
  gap: 8px;
  min-width: 0;
}
.admin-upload-artist-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  color: #94a3b8;
  font-size: 16px;
}
.admin-upload-artist-field input {
  width: 95px;
  min-width: 0;
  padding: 3px 8px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 6px;
  outline: none;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.05);
}
.admin-upload-artist-field input:focus { border-color: #f472b6; }
.admin-upload-side-actions {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.admin-upload-side-button {
  width: 100%;
  min-height: 31px;
  padding: 6px 9px;
  border: 1px solid rgba(192, 132, 252, 0.58);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  font-size: 16px;
  line-height: 1.15;
  white-space: nowrap;
}
.admin-upload-side-button:hover {
  border-color: rgba(244, 114, 182, 0.9);
  color: #fff;
  background: linear-gradient(135deg, #f472b6, #7c3aed);
}
.admin-upload-premium-toggle {
  display: flex;
  min-height: 29px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 7px;
  border: 1px solid rgba(251, 191, 36, 0.34);
  border-radius: 8px;
  color: #fde68a;
  background: rgba(245, 158, 11, 0.08);
  cursor: pointer;
  font-size: 16px;
  white-space: nowrap;
}
.admin-upload-premium-toggle input { accent-color: #f59e0b; }
.admin-upload-title-input {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 52%;
  font-size: 16px;
  font-weight: 700;
}
.admin-upload-original-name {
  flex: 1 1 auto;
  min-width: 0;
  margin-left: 3em;
  color: #94a3b8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-upload-panel {
  min-height: 0;
  padding: 20px 0 24px;
  border: 0;
  background: transparent;
}
.admin-upload-meta-section {
  width: 100%;
  min-height: 0;
  padding: 12px 16px;
  border: 1px solid rgba(244, 114, 182, 0.68);
  box-shadow: 0 0 18px rgba(236, 72, 153, 0.08);
}
.admin-upload-meta-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.admin-upload-meta-toggle {
  flex: 1 1 auto;
  min-width: 0;
}
.admin-upload-meta-head-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}
.admin-upload-meta-apply {
  padding: 7px 14px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}
.admin-upload-meta-arrow {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: #cbd5e1;
  font-size: 18px;
  line-height: 1;
}
.admin-upload-meta-arrow:hover { background: rgba(255, 255, 255, 0.08); }
.admin-upload-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.admin-upload-toolbar-control {
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid rgba(244, 114, 182, 0.72);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  box-shadow: 0 8px 18px rgba(168, 85, 247, 0.18);
  white-space: nowrap;
}
.admin-upload-toolbar-control:hover:not(:disabled) {
  border-color: rgba(251, 207, 232, 0.92);
  background: linear-gradient(135deg, #f472b6, #7c3aed);
}
.admin-upload-batch-artist {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  color: #94a3b8;
  font-size: 16px;
  white-space: nowrap;
}
.admin-upload-batch-artist input {
  width: 108px;
  min-height: 36px;
  padding: 6px 9px;
  border: 1px solid transparent;
  border-radius: 10px;
  outline: none;
  color: #f1f5f9;
  font-size: 16px;
  background:
    linear-gradient(rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.92)) padding-box,
    linear-gradient(135deg, #ec4899, #8b5cf6) border-box;
}
.admin-upload-batch-artist input:focus { box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.18); }
.admin-upload-toggle-all {
  font-size: 16px;
  white-space: nowrap;
}
.admin-upload-list {
  min-height: 0;
  /* 收起详情时一屏列表区域可容纳至少 10.5 首（单行约 136px + 8px 间距）。 */
  max-height: 1520px;
}
.admin-upload-progress {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  width: min(340px, calc(100vw - 32px));
  padding: 12px;
  border: 1px solid rgba(168, 85, 247, 0.55);
  border-radius: 14px;
  background: rgba(9, 13, 27, 0.96);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.45), 0 0 24px rgba(168, 85, 247, 0.16);
  backdrop-filter: blur(14px);
}
.admin-upload-progress-head {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #f5f3ff;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.admin-upload-progress-bar {
  height: 7px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}
.admin-upload-progress-bar > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f472b6, #a855f7);
  transition: width 240ms ease;
}
.admin-upload-progress-list {
  max-height: 220px;
  margin-top: 10px;
  overflow-y: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.admin-upload-progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 2px;
  color: #cbd5e1;
  font-size: 16px;
}
.admin-upload-progress-row > span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-upload-progress-row > span:last-child { flex: 0 0 auto; }
.admin-upload-progress-review {
  display: flex;
  width: 100%;
  min-height: 38px;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244, 114, 182, 0.7);
  border-radius: 999px;
  background: linear-gradient(90deg, #ec4899, #a855f7);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 7px 20px rgba(168, 85, 247, 0.24);
  transition: filter 160ms ease, box-shadow 160ms ease;
}
.admin-upload-progress-review:hover {
  filter: brightness(1.08);
  box-shadow: 0 9px 24px rgba(168, 85, 247, 0.34);
}

/* 审核队列：完整封面、试听与批量操作。 */
.admin-review-filterbar {
  gap: 6px;
}
.admin-review-inline-actions {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  color: #cbd5e1;
  font-size: 16px;
}
.admin-review-inline-actions > button,
.admin-review-row-actions button {
  min-height: 30px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 500;
  transition: background 160ms ease, color 160ms ease, opacity 160ms ease;
}
.admin-review-inline-actions > button {
  padding: 4px 2em;
}
.admin-review-row-actions button {
  padding: 4px 6px;
}
.admin-review-inline-actions > button:first-child:not(.cute-pill-on) {
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(255, 255, 255, 0.05);
  color: #e2e8f0;
}
.admin-review-approve {
  background: #10b981;
  color: #fff;
}
.admin-review-approve:hover { background: #059669; }
.admin-review-reject {
  background: rgba(244, 63, 94, 0.14);
  color: #fb7185;
}
.admin-review-reject:hover { background: #e11d48; color: #fff; }
.admin-review-inline-actions button:disabled,
.admin-review-row-actions button:disabled { opacity: 0.45; cursor: not-allowed; }
.admin-review-track-card {
  display: grid;
  grid-template-columns: 22px 92px minmax(0, 1fr) 76px;
  align-items: center;
  gap: 12px;
  padding: 12px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.admin-review-track-card--selected {
  border-color: rgba(236, 72, 153, 0.75);
  box-shadow: 0 0 18px rgba(236, 72, 153, 0.12);
}
.admin-review-track-card--issue {
  border-color: rgba(251, 113, 133, 0.78);
  box-shadow: 0 0 16px rgba(244, 63, 94, 0.12);
}
.admin-review-explanation,
.admin-review-explanation-badge {
  font-size: 16px;
  font-weight: 300;
}
.admin-review-issue-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 7px;
  padding: 2px 7px;
  border: 1px solid rgba(251, 113, 133, 0.48);
  border-radius: 9999px;
  background: rgba(244, 63, 94, 0.14);
  color: #fda4af;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}
.admin-review-select {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.admin-review-select input {
  width: 17px;
  height: 17px;
  accent-color: #ec4899;
}
.admin-review-cover {
  width: 92px;
  height: 92px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
}
.admin-review-cover img,
.admin-review-cover > span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.admin-review-info { min-width: 0; }
.admin-review-heading-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
}
.admin-review-track-title {
  flex: 0 1 auto;
  max-width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-review-heading-row .admin-review-explanation {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-review-player { margin-top: 7px; }
.admin-review-player .admin-audio-player {
  min-height: 38px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.admin-review-row-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 900px) {
  .admin-review-track-card { grid-template-columns: 22px 76px minmax(0, 1fr); }
  .admin-review-cover { width: 76px; height: 76px; }
  .admin-review-row-actions { grid-column: 2 / -1; flex-direction: row; justify-content: flex-end; }
}
@media (max-width: 640px) {
  .admin-review-inline-actions { width: 100%; margin-left: 0; flex-wrap: wrap; }
  .admin-review-track-card { grid-template-columns: 22px minmax(0, 1fr); align-items: start; }
  .admin-review-cover { grid-column: 2; width: 92px; height: 92px; }
  .admin-review-info { grid-column: 1 / -1; }
  .admin-review-row-actions { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .admin-upload-track-main { grid-template-columns: 96px 38px minmax(0, 1fr); gap: 8px; }
  .admin-upload-cover-column, .admin-upload-cover-image { width: 96px; }
  .admin-upload-cover-image { height: 96px; flex-basis: 96px; }
  .admin-upload-cover-button { width: 38px; height: 96px; }
  .admin-upload-track-card { min-height: 0; }
  .admin-upload-original-name { margin-left: 3em; }
  .admin-upload-info-layout { grid-template-columns: minmax(0, 1fr); }
  .admin-upload-meta-row { grid-template-columns: minmax(0, 1fr); }
  .admin-upload-artist-premium { justify-content: flex-start; }
  .admin-upload-side-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-upload-batch-artist { width: 100%; margin-left: 0; }
  .admin-upload-batch-artist input { flex: 1 1 auto; width: auto; }
  .admin-upload-panel { min-height: 0; }
  .admin-upload-meta-section { padding: 10px 12px; }
  .admin-upload-meta-head { align-items: center; }
  .admin-upload-meta-toggle p { display: none; }
  .admin-upload-list { min-height: 0; max-height: none; }
  .admin-upload-progress { right: 16px; bottom: 16px; }
}

@keyframes cuteFloat {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-10px) rotate(3deg); }
}

/* 品牌 Logo 下方说明。 */
.jm-logo-tagline {
  font-size: 13px !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  color: #cbd5e1 !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-synthesis: none;
}

/* 顶部会员活动条。 */
.jm-activity-banner,
.jm-activity-banner * {
  font-size: 14px !important;
  font-weight: 300 !important;
}

/* 首页 14:14 字号清单：由首页稳定作用域直接控制，不依赖父级状态匹配。 */
#root .jm-home-page :where(
  [class~="text-xs"],
  [class~="text-[8px]"],
  [class~="text-[9px]"],
  [class~="text-[10px]"],
  [class~="text-[10.5px]"],
  [class~="text-[11px]"],
  [class~="text-[11.5px]"],
  [class~="text-[12px]"],
  [class~="text-[13px]"],
  [class~="text-[14px]"]
) {
  font-size: 14px !important;
}

/* 发现音乐页：使用独立页面作用域稳定控制，截图内文字统一放大一级。 */
#root .jm-browse-page :where(
  [class~="text-xs"],
  [class~="text-[9px]"],
  [class~="text-[10px]"],
  [class~="text-[11px]"],
  [class~="text-[13px]"],
  [class~="text-sm"]
) {
  font-size: 15px !important;
}

#root .jm-browse-page [class~="text-[15px]"] {
  font-size: 16px !important;
}

/* 发现音乐页排版：增加文字呼吸感，并单独收敛标签与下载字号。 */
#root .jm-browse-page .jm-browse-results {
  line-height: 1.5;
}

#root .jm-browse-page .jm-browse-results :where(p, span, input, select, button) {
  line-height: 1.45;
}

#root .jm-browse-page .jm-browse-filter-options {
  row-gap: 8px;
}

#root .jm-browse-page .jm-browse-track-cover {
  width: 72px;
  height: 72px;
}

@media (min-width: 640px) {
  #root .jm-browse-page .jm-browse-track-cover {
    width: 96px;
    height: 96px;
  }
}

#root .jm-browse-page .jm-browse-track-meta {
  margin-top: 4px !important;
}

#root .jm-browse-page .jm-browse-track-tags {
  gap: 6px;
  margin-top: 8px !important;
}

#root .jm-browse-page .jm-browse-track-tag-row {
  column-gap: 6px;
  row-gap: 6px;
}

#root .jm-browse-page .jm-browse-track-tag,
#root .jm-browse-page .jm-browse-download {
  font-size: 14px !important;
}

/* 精选合集、许愿池、个人中心：页面内容字号逐级放大 1px。 */
#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) {
  font-size: 17px;
}

#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="text-[8px]"] { font-size: 9px !important; }
#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="text-[9px]"] { font-size: 10px !important; }
#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="text-[10px]"] { font-size: 11px !important; }
#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="text-[10.5px]"] { font-size: 11.5px !important; }
#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="text-[11px]"] { font-size: 12px !important; }
#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="text-[11.5px]"] { font-size: 12.5px !important; }
#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="text-[12px]"] { font-size: 13px !important; }
#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="text-[13px]"] { font-size: 14px !important; }
#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="text-[14px]"] { font-size: 15px !important; }
#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="text-[15px]"] { font-size: 16px !important; }
#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="text-xs"] { font-size: 13px !important; }
#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="text-sm"] { font-size: 15px !important; }
#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="text-base"] { font-size: 17px !important; }
#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="text-lg"] { font-size: 19px !important; }
#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="text-xl"] { font-size: 21px !important; }
#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="text-2xl"] { font-size: 25px !important; }
#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="text-3xl"] { font-size: 31px !important; }
#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="text-4xl"] { font-size: 37px !important; }
#root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="text-5xl"] { font-size: 49px !important; }

@media (min-width: 640px) {
  #root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="sm:text-xs"] { font-size: 13px !important; }
  #root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="sm:text-sm"] { font-size: 15px !important; }
  #root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="sm:text-base"] { font-size: 17px !important; }
  #root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="sm:text-lg"] { font-size: 19px !important; }
  #root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="sm:text-xl"] { font-size: 21px !important; }
  #root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="sm:text-2xl"] { font-size: 25px !important; }
  #root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="sm:text-3xl"] { font-size: 31px !important; }
  #root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="sm:text-4xl"] { font-size: 37px !important; }
  #root :where(.jm-collection-page, .jm-wishes-page, .jm-user-center-page) [class~="sm:text-5xl"] { font-size: 49px !important; }
}

/* 本轮截图指定区域：在现有页面字号基础上再放大 1px。 */
#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) {
  font-size: 18px;
}

#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) [class~="text-[8px]"] { font-size: 10px !important; }
#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) [class~="text-[9px]"] { font-size: 11px !important; }
#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) [class~="text-[10px]"] { font-size: 12px !important; }
#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) [class~="text-[10.5px]"] { font-size: 12.5px !important; }
#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) [class~="text-[11px]"] { font-size: 13px !important; }
#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) [class~="text-[11.5px]"] { font-size: 13.5px !important; }
#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) [class~="text-[12px]"] { font-size: 14px !important; }
#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) [class~="text-[13px]"] { font-size: 15px !important; }
#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) [class~="text-[14px]"] { font-size: 16px !important; }
#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) [class~="text-[15px]"] { font-size: 17px !important; }
#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) [class~="text-xs"] { font-size: 14px !important; }
#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) [class~="text-sm"] { font-size: 16px !important; }
#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) [class~="text-base"] { font-size: 18px !important; }
#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) [class~="text-lg"] { font-size: 20px !important; }
#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) [class~="text-xl"] { font-size: 22px !important; }
#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) [class~="text-2xl"] { font-size: 26px !important; }
#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) [class~="text-3xl"] { font-size: 32px !important; }
#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) [class~="text-4xl"] { font-size: 38px !important; }
#root :where(
  .jm-collection-page .jm-collection-editor-picks,
  .jm-wishes-page .jm-wishes-main,
  .jm-user-center-page .jm-user-center-lower
) [class~="text-5xl"] { font-size: 50px !important; }

@media (min-width: 640px) {
  #root :where(.jm-collection-page .jm-collection-editor-picks, .jm-wishes-page .jm-wishes-main, .jm-user-center-page .jm-user-center-lower) [class~="sm:text-xs"] { font-size: 14px !important; }
  #root :where(.jm-collection-page .jm-collection-editor-picks, .jm-wishes-page .jm-wishes-main, .jm-user-center-page .jm-user-center-lower) [class~="sm:text-sm"] { font-size: 16px !important; }
  #root :where(.jm-collection-page .jm-collection-editor-picks, .jm-wishes-page .jm-wishes-main, .jm-user-center-page .jm-user-center-lower) [class~="sm:text-base"] { font-size: 18px !important; }
  #root :where(.jm-collection-page .jm-collection-editor-picks, .jm-wishes-page .jm-wishes-main, .jm-user-center-page .jm-user-center-lower) [class~="sm:text-lg"] { font-size: 20px !important; }
  #root :where(.jm-collection-page .jm-collection-editor-picks, .jm-wishes-page .jm-wishes-main, .jm-user-center-page .jm-user-center-lower) [class~="sm:text-xl"] { font-size: 22px !important; }
  #root :where(.jm-collection-page .jm-collection-editor-picks, .jm-wishes-page .jm-wishes-main, .jm-user-center-page .jm-user-center-lower) [class~="sm:text-2xl"] { font-size: 26px !important; }
  #root :where(.jm-collection-page .jm-collection-editor-picks, .jm-wishes-page .jm-wishes-main, .jm-user-center-page .jm-user-center-lower) [class~="sm:text-3xl"] { font-size: 32px !important; }
  #root :where(.jm-collection-page .jm-collection-editor-picks, .jm-wishes-page .jm-wishes-main, .jm-user-center-page .jm-user-center-lower) [class~="sm:text-4xl"] { font-size: 38px !important; }
  #root :where(.jm-collection-page .jm-collection-editor-picks, .jm-wishes-page .jm-wishes-main, .jm-user-center-page .jm-user-center-lower) [class~="sm:text-5xl"] { font-size: 50px !important; }
}

/* 顶部头像下拉卡片：本轮要求全部文字放大 1px。 */
#root .jm-avatar-menu { font-size: 17px; }
#root .jm-avatar-menu [class~="text-[8px]"] { font-size: 9px !important; }
#root .jm-avatar-menu [class~="text-[11px]"] { font-size: 12px !important; }
#root .jm-avatar-menu [class~="text-[12px]"] { font-size: 13px !important; }
#root .jm-avatar-menu [class~="text-[13px]"] { font-size: 14px !important; }
#root .jm-avatar-menu [class~="text-xs"] { font-size: 13px !important; }
#root .jm-avatar-menu [class~="text-sm"] { font-size: 15px !important; }
#root .jm-avatar-menu [class~="text-base"] { font-size: 17px !important; }
#root .jm-avatar-menu [class~="text-lg"] { font-size: 19px !important; }

/* 个人中心头部仅缩小姓名和 ID；下方区域已在上方独立放大。 */
#root .jm-user-center-page .jm-user-center-name {
  font-size: 35px !important;
  transform: translateY(2px);
}
#root .jm-user-center-page .jm-user-center-identity-stack {
  margin-top: 15px !important;
  transform: translateY(7px);
}
#root .jm-user-center-page .jm-user-center-id { margin-top: 15px !important; }
#root .jm-user-center-page .jm-user-center-id > span { font-size: 13px !important; }
#root .jm-user-center-page .jm-user-center-id > button { font-size: 15px !important; }
#root .jm-user-center-page .jm-user-center-id > button > span { font-size: 12px !important; }
@media (min-width: 640px) {
  #root .jm-user-center-page .jm-user-center-name { font-size: 47px !important; }
}

/* 个人资料内页：文字缩小 1px；头像放大 4px；只收紧头像行横向间距。 */
#root .jm-user-center-page .jm-user-profile-panel { font-size: 17px; }
#root .jm-user-center-page .jm-user-profile-panel [class~="text-[10px]"] { font-size: 11px !important; }
#root .jm-user-center-page .jm-user-profile-panel [class~="text-[11px]"] { font-size: 12px !important; }
#root .jm-user-center-page .jm-user-profile-panel [class~="text-[12px]"] { font-size: 13px !important; }
#root .jm-user-center-page .jm-user-profile-panel [class~="text-[13px]"] { font-size: 14px !important; }
#root .jm-user-center-page .jm-user-profile-panel [class~="text-xs"] { font-size: 13px !important; }
#root .jm-user-center-page .jm-user-profile-panel [class~="text-sm"] { font-size: 15px !important; }
#root .jm-user-center-page .jm-user-profile-panel [class~="text-base"] { font-size: 17px !important; }
#root .jm-user-center-page .jm-user-profile-panel [class~="text-lg"] { font-size: 19px !important; }
#root .jm-user-center-page .jm-user-profile-panel [class~="text-xl"] { font-size: 21px !important; }
#root .jm-user-center-page .jm-user-profile-panel [class~="text-2xl"] { font-size: 25px !important; }
#root .jm-user-center-page .jm-user-profile-panel [class~="text-3xl"] { font-size: 31px !important; }
#root .jm-user-center-page .jm-user-profile-panel [class~="text-4xl"] { font-size: 37px !important; }
#root .jm-user-center-page .jm-user-profile-panel [class~="text-5xl"] { font-size: 49px !important; }
#root .jm-user-center-page .jm-user-profile-avatar { width: 116px !important; height: 116px !important; }
#root .jm-user-center-page .jm-user-profile-avatar-row { column-gap: 16px !important; }
#root .jm-user-center-page .jm-user-profile-avatar-options {
  width: 100%;
  grid-template-columns: repeat(4, 48px) !important;
  justify-content: space-between;
  row-gap: 8px !important;
}
#root .jm-user-center-page .jm-user-profile-avatar-option { width: 48px !important; height: 48px !important; }
@media (min-width: 640px) {
  #root .jm-user-center-page .jm-user-profile-avatar-options { grid-template-columns: repeat(8, 52px) !important; }
  #root .jm-user-center-page .jm-user-profile-avatar-option { width: 52px !important; height: 52px !important; }
}

/* 后台管理：头部与右侧内容统一放大 2px，左侧目录不在作用域内。 */
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) { font-size: 18px; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-[9px]"] { font-size: 11px !important; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-[10px]"] { font-size: 12px !important; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-[10.5px]"] { font-size: 12.5px !important; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-[11px]"] { font-size: 13px !important; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-[11.5px]"] { font-size: 13.5px !important; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-[12px]"] { font-size: 14px !important; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-[13px]"] { font-size: 15px !important; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-[15px]"] { font-size: 17px !important; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-xs"] { font-size: 14px !important; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-sm"] { font-size: 16px !important; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-base"] { font-size: 18px !important; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-lg"] { font-size: 20px !important; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-xl"] { font-size: 22px !important; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-2xl"] { font-size: 26px !important; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-3xl"] { font-size: 32px !important; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-4xl"] { font-size: 38px !important; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-5xl"] { font-size: 50px !important; }

@media (min-width: 640px) {
  #root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="sm:text-xs"] { font-size: 14px !important; }
  #root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="sm:text-sm"] { font-size: 16px !important; }
  #root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="sm:text-base"] { font-size: 18px !important; }
  #root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="sm:text-lg"] { font-size: 20px !important; }
  #root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="sm:text-xl"] { font-size: 22px !important; }
  #root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="sm:text-2xl"] { font-size: 26px !important; }
  #root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="sm:text-3xl"] { font-size: 32px !important; }
  #root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="sm:text-4xl"] { font-size: 38px !important; }
  #root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="sm:text-5xl"] { font-size: 50px !important; }
}

/* 许愿池本轮定点字号微调，不改变其它愿望单文字。 */
#root .jm-wishes-page .jm-wishes-input { font-size: 15px !important; }
#root .jm-wishes-page .jm-wishes-limit-note { font-size: 14px !important; }
#root .jm-wishes-page .jm-wishes-enterprise-badge { font-size: 14px !important; }
#root .jm-wishes-page .jm-wishes-like-count { font-size: 14px !important; }

#root .jm-wishes-page .jm-wishes-done-panel { font-size: 19px; }
#root .jm-wishes-page .jm-wishes-done-panel [class~="text-[10px]"] { font-size: 13px !important; }
#root .jm-wishes-page .jm-wishes-done-panel [class~="text-[11px]"] { font-size: 14px !important; }
#root .jm-wishes-page .jm-wishes-done-panel [class~="text-xs"] { font-size: 15px !important; }
#root .jm-wishes-page .jm-wishes-done-panel [class~="text-sm"] { font-size: 17px !important; }

/* 首页指定标题字号。 */
.jm-home-entry-title {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.jm-home-service-title {
  font-size: 20px !important;
  font-weight: 600 !important;
}

/* 首页逐项字号定稿（按页面角色单独控制，避免影响其它页面）。 */
.jm-topnav-nav-item { font-size: 16px !important; font-weight: 400 !important; }
.jm-topnav-search { max-width: 21rem !important; }
.jm-topnav-search-input { font-size: 15px !important; }
.jm-topnav-vip-link { font-size: 14px !important; }
#root .jm-home-page .jm-home-hero-subtitle { font-size: 16px !important; }
#root .jm-home-page .jm-home-hero-search-input { font-size: 16px !important; }
#root .jm-home-page .jm-home-hero-search-button { font-size: 16px !important; }
#root .jm-home-page .jm-home-hero-tag { font-size: 15px !important; }
#root .jm-home-page .jm-home-entry-kicker { font-size: 13px !important; }
#root .jm-home-page .jm-home-entry-desc { font-size: 14px !important; }
#root .jm-home-section-slogan { font-size: 15px !important; line-height: 15px !important; }
#root .jm-home-section-tab { font-size: 16px !important; line-height: 16px !important; }
#root .jm-home-track-title { font-size: 16px !important; }
#root .jm-home-track-tag { font-size: 14px !important; }
#root .jm-home-track-meta { margin-top: 9px !important; }
#root .jm-home-page .jm-home-more-link { font-size: 15px !important; }
#root .jm-home-page .jm-home-chart-title { font-size: 20px !important; }
#root .jm-home-chart-track-title { font-size: 16px !important; }
#root .jm-home-page .jm-home-chart-rank { font-size: 15px !important; }
#root .jm-home-chart-downloads { font-size: 14px !important; white-space: nowrap; }
#root .jm-home-chart-more { font-size: 15px !important; }

/* 首页主列表与热门下载榜：桌面端右栏由 260px 加宽至 290px。 */
@media (min-width: 1024px) {
  #root .jm-home-hot-layout {
    grid-template-columns: minmax(0, 1fr) 290px;
  }
}
#root .jm-home-page .jm-home-service-desc { font-size: 15px !important; }
.jm-site-footer { position: relative; min-height: 547px; margin-top: -210px !important; }
.jm-site-footer > img { top: auto !important; bottom: 0 !important; }
.jm-footer-content { padding-top: 310px; }
.jm-footer-main-grid { margin-bottom: 56px; }
.jm-footer-column-title { font-size: 15px !important; font-weight: 500 !important; line-height: 20px; }
.jm-footer-nav-link { font-size: 15px !important; line-height: 18px; }
.jm-footer-bottom { font-size: 14px !important; transform: translateY(-30px); }
@media (min-width: 768px) {
  .jm-footer-main-grid { grid-template-columns: 220px minmax(0, 1fr); }
}

/* 本轮逐项字号修正：均使用稳定页面钩子，不依赖父级关系伪类。 */
#root .jm-avatar-menu [class~="text-[8px]"],
#root .jm-avatar-menu [class~="text-[9px]"],
#root .jm-avatar-menu [class~="text-[10px]"],
#root .jm-avatar-menu [class~="text-[11px]"],
#root .jm-avatar-menu [class~="text-[12px]"],
#root .jm-avatar-menu [class~="text-xs"] { font-size: 14px !important; }

#root .jm-membership-save-badge { font-size: 13px !important; }
#root .jm-points-daily-note { font-size: 14px !important; }
#root .jm-doc-maintenance-note { font-size: 13px !important; }

#root .jm-rush-page :where(
  [class~="text-[8px]"],
  [class~="text-[9px]"],
  [class~="text-[10px]"],
  [class~="text-[11px]"],
  [class~="text-[12px]"],
  [class~="text-[13px]"],
  [class~="text-xs"]
) { font-size: 14px !important; }

/* 我的收藏夹／精选合集投稿：只把原本低于 14px 的档位各加 2px。 */
#root .jm-my-collections-page [class~="text-[8px]"] { font-size: 10px !important; }
#root .jm-my-collections-page [class~="text-[9px]"] { font-size: 11px !important; }
#root .jm-my-collections-page [class~="text-[10px]"] { font-size: 12px !important; }
#root .jm-my-collections-page [class~="text-[10.5px]"] { font-size: 12.5px !important; }
#root .jm-my-collections-page [class~="text-[11px]"] { font-size: 13px !important; }
#root .jm-my-collections-page [class~="text-[11.5px]"] { font-size: 13.5px !important; }
#root .jm-my-collections-page [class~="text-[12px]"],
#root .jm-my-collections-page [class~="text-xs"] { font-size: 14px !important; }
#root .jm-my-collections-page [class~="text-[13px]"] { font-size: 15px !important; }

/* 个人中心顶部指定项。 */
#root .jm-user-center-page .jm-user-center-id > button > span { font-size: 14px !important; }
#root .jm-user-center-page .jm-user-center-identity-stack > span { font-size: 14px !important; }
#root .jm-user-center-page .jm-user-center-balance-label,
#root .jm-user-center-page .jm-user-center-points-detail-link { font-size: 14px !important; }

/* 个人中心各子页：只将当前仍低于 14px 的档位各加 1px。 */
#root .jm-user-center-page .jm-user-center-lower [class~="text-[8px]"] { font-size: 11px !important; }
#root .jm-user-center-page .jm-user-center-lower [class~="text-[9px]"] { font-size: 12px !important; }
#root .jm-user-center-page .jm-user-center-lower [class~="text-[10px]"] { font-size: 13px !important; }
#root .jm-user-center-page .jm-user-center-lower [class~="text-[10.5px]"] { font-size: 13.5px !important; }
#root .jm-user-center-page .jm-user-center-lower [class~="text-[11px]"] { font-size: 14px !important; }
#root .jm-user-center-page .jm-user-center-lower [class~="text-[11.5px]"] { font-size: 14.5px !important; }

/* 个人资料面板原有独立覆盖，按它自己的当前值各加 1px。 */
#root .jm-user-center-page .jm-user-center-lower .jm-user-profile-panel [class~="text-[10px]"] { font-size: 12px !important; }
#root .jm-user-center-page .jm-user-center-lower .jm-user-profile-panel [class~="text-[11px]"] { font-size: 13px !important; }
#root .jm-user-center-page .jm-user-center-lower .jm-user-profile-panel [class~="text-[12px]"],
#root .jm-user-center-page .jm-user-center-lower .jm-user-profile-panel [class~="text-xs"] { font-size: 14px !important; }

/* 后台右侧内容：当前低于 13px 的档位各加 1px，左侧目录不在作用域内。 */
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-[8px]"] { font-size: 9px !important; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-[9px]"] { font-size: 12px !important; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-[10px]"] { font-size: 13px !important; }
#root .jm-admin-page :where(.jm-admin-header, .jm-admin-content) [class~="text-[10.5px]"] { font-size: 13.5px !important; }
