/* 6h2upxdybi5o | v3.30 */
/* ========================================
   电影原声音乐网站 - 全局样式
   独特配色方案：深邃夜空蓝 + 金色点缀
   ======================================== */

/* 自定义字体与CSS变量 */
:root {
  --color-bg-primary: #0a0e1a;
  --color-bg-secondary: #111827;
  --color-bg-card: #1a2236;
  --color-bg-hover: #243049;
  --color-accent-gold: #d4a843;
  --color-accent-warm: #e8a030;
  --color-accent-light: #f0d080;
  --color-text-primary: #e8e6e1;
  --color-text-secondary: #9ca3af;
  --color-text-muted: #6b7280;
  --color-border: #2a3550;
  --color-border-light: #374151;
  --color-success: #34d399;
  --color-star: #fbbf24;
  --font-heading: "Noto Serif SC", "Source Han Serif CN", "STSong", serif;
  --font-body: "Noto Sans SC", "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-mono: "JetBrains Mono", "Fira Code", monospace;
  --shadow-card: 0 4px 24px rgba(0,0,0,0.35);
  --shadow-hover: 0 8px 40px rgba(212,168,67,0.15);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --transition-fast: 0.2s ease;
  --transition-normal: 0.35s ease;
  --max-width: 1280px;
}

/* 重置与基础 */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background-color: var(--color-bg-primary);
  color: var(--color-text-primary);
  line-height: 1.8;
  overflow-x: hidden;
  min-height: 100vh;
}

/* 干扰标签区块 - 肉眼不可见 */
.h416ju6 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
/* m66t4 */
/* 链接样式 */
a {
  color: var(--color-accent-gold);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--color-accent-light);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 容器 */
.lgpvitnl {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* ========== 导航栏 ========== */
.st-wd0a0j {
  background: linear-gradient(180deg, rgba(10,14,26,0.98) 0%, rgba(17,24,39,0.95) 100%);
  border-bottom: 1px solid var(--color-border);
  padding: 0;
  position: relative;
  z-index: 1000;
}

.el-w7j5v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  flex-wrap: wrap;
}

.u8joff3pdl {
  display: flex;
  align-items: center;
  gap: 10px;
}

.u8joff3pdl .tw-c3m64m {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--color-accent-gold), var(--color-accent-warm));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--color-bg-primary);
  font-weight: bold;
}

.u8joff3pdl h1 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  color: var(--color-accent-gold);
  font-weight: 700;
  letter-spacing: 1px;
}
/* 96dy */
.sc-5jw2u6 {
  display: flex;
  align-items: center;
  gap: 0;
}

.sc-5jw2u6 a {
  padding: 10px 18px;
  color: var(--color-text-secondary);
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
  position: relative;
}

.sc-5jw2u6 a:hover,
.sc-5jw2u6 a.active {
  color: var(--color-accent-gold);
  background: rgba(212,168,67,0.08);
}

.sc-5jw2u6 a.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: var(--color-accent-gold);
  border-radius: 1px;
}

/* 移动端菜单按钮 */
.k4eh1818j {
  display: none;
  background: none;
  border: 2px solid var(--color-border);
  color: var(--color-text-primary);
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 1.2rem;
}

/* ========== 面包屑导航 ========== */
.haoffja {
  padding: 14px 0;
  font-size: 0.85rem;
  color: var(--color-text-muted);
  border-bottom: 1px solid rgba(42,53,80,0.5);
}

.haoffja a {
  color: var(--color-text-secondary);
}

.haoffja a:hover {
  color: var(--color-accent-gold);
}

.haoffja span {
  margin: 0 8px;
  color: var(--color-text-muted);
}

/* ========== 轮播图 ========== */
.xhng1t5k {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
  background: var(--color-bg-secondary);
}

.el-ef2raa {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
}

.st-nvkkv3 {
  min-width: 100%;
  height: 100%;
  position: relative;
}

.st-nvkkv3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._sx6clt1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 40px 40px;
  background: linear-gradient(transparent, rgba(10,14,26,0.92));
}
/* d3jz3 */
._sx6clt1 h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
/* 3t98h0h2 */
._sx6clt1 p {
  color: var(--color-text-secondary);
  font-size: 1rem;
  max-width: 600px;
}

.cizude42t {
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: flex;
  gap: 10px;
}

.x4c9pk3chv {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: all var(--transition-fast);
  border: none;
}

.x4c9pk3chv.active {
  background: var(--color-accent-gold);
  transform: scale(1.2);
}

/* ========== 搜索框 ========== */
.t926vwg3d8 {
  padding: 30px 0;
  background: var(--color-bg-secondary);
  border-bottom: 1px solid var(--color-border);
}

.st-qe64mw {
  display: flex;
  max-width: 680px;
  margin: 0 auto;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 50px;
  overflow: hidden;
  transition: border-color var(--transition-fast);
}

.st-qe64mw:focus-within {
  border-color: var(--color-accent-gold);
}

.st-qe64mw input {
  flex: 1;
  padding: 14px 24px;
  background: transparent;
  border: none;
  color: var(--color-text-primary);
  font-size: 1rem;
  font-family: var(--font-body);
  outline: none;
}

.st-qe64mw input::placeholder {
  color: var(--color-text-muted);
}

.st-qe64mw button {
  padding: 14px 28px;
  background: linear-gradient(135deg, var(--color-accent-gold), var(--color-accent-warm));
  border: none;
  color: var(--color-bg-primary);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: opacity var(--transition-fast);
  font-family: var(--font-body);
}
/* 6gf0vvz */
.st-qe64mw button:hover {
  opacity: 0.9;
}

/* ========== 通用区块标题 ========== */
.st-bvwcy8 {
  text-align: center;
  margin-bottom: 40px;
}

.st-bvwcy8 h2 {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  color: var(--color-text-primary);
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.st-bvwcy8 h2 span {
  color: var(--color-accent-gold);
}

.st-bvwcy8 h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--color-accent-gold), transparent);
  margin: 12px auto 0;
  border-radius: 2px;
}

.st-bvwcy8 p {
  color: var(--color-text-secondary);
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

/* ========== 内容区块 ========== */
.st-ry22x1 {
  padding: 60px 0;
  position: relative;
}

.st-ry22x1:nth-child(even) {
  background: var(--color-bg-secondary);
}

/* ========== 卡片网格 ========== */
.p2q3mobmak {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.cs8h3tjj7 {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--transition-normal);
  position: relative;
}

.cs8h3tjj7:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(212,168,67,0.3);
}

.sc-zun299 {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.sc-zun299 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-normal);
}

.cs8h3tjj7:hover .sc-zun299 img {
  transform: scale(1.05);
}

.h87mdns {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(212,168,67,0.9);
  color: var(--color-bg-primary);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
}

.el-ezrucf {
  padding: 20px;
}

.el-ezrucf h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  margin-bottom: 10px;
  color: var(--color-text-primary);
  line-height: 1.5;
}

.el-ezrucf p {
  color: var(--color-text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 14px;
}

.jnoyltfly {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.82rem;
  color: var(--color-text-muted);
  padding-top: 12px;
  border-top: 1px solid var(--color-border);
}
/* l8nee */
.jnoyltfly .bzaotn5rd {
  color: var(--color-star);
}

/* ========== 作曲家列表 ========== */
.o50trkfky {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

._vv0nefex {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
  transition: all var(--transition-normal);
}

._vv0nefex:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(212,168,67,0.3);
}

._ba7crnx0 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  border: 3px solid var(--color-accent-gold);
}

._vv0nefex h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  margin-bottom: 6px;
  color: var(--color-text-primary);
}

._vv0nefex ._uhl0eax {
  color: var(--color-accent-gold);
  font-size: 0.85rem;
  margin-bottom: 10px;
}

._vv0nefex p {
  color: var(--color-text-secondary);
  font-size: 0.88rem;
  line-height: 1.6;
}

/* ========== 评论区 ========== */
._w8n7l5r {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.css-lkr2gh {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: border-color var(--transition-fast);
}

.css-lkr2gh:hover {
  border-color: rgba(212,168,67,0.3);
}

.st-q1plx3 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.t61n3s1b {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-accent-gold), var(--color-accent-warm));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-bg-primary);
  font-weight: 700;
  font-size: 1rem;
}

._l4a45tr h4 {
  font-size: 0.95rem;
  color: var(--color-text-primary);
}

._l4a45tr .vurt0hdrr {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.j5i768nz {
  color: var(--color-star);
  font-size: 0.9rem;
  margin-bottom: 10px;
}

._aqkxmc72 {
  color: var(--color-text-secondary);
  font-size: 0.92rem;
  line-height: 1.75;
}
/* a85l74mcuw */
/* ========== 新闻动态 ========== */
._5cwgvt {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ku8yvmiqxm {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.ku8yvmiqxm:hover {
  border-color: rgba(212,168,67,0.3);
  background: var(--color-bg-hover);
}

._tu2zyp {
  min-width: 70px;
  text-align: center;
  padding: 8px;
  background: rgba(212,168,67,0.1);
  border-radius: var(--radius-sm);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

._tu2zyp .st-79pgvg {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent-gold);
  line-height: 1;
}

._tu2zyp .st-0lkrct {
  font-size: 0.78rem;
  color: var(--color-text-muted);
  margin-top: 4px;
}

.el-31xfj5 h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
  color: var(--color-text-primary);
}

.el-31xfj5 p {
  color: var(--color-text-secondary);
  font-size: 0.88rem;
  line-height: 1.6;
}

/* ========== 音频播放器 ========== */
.sc-6kgfaw {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  transition: border-color var(--transition-fast);
}

.sc-6kgfaw:hover {
  border-color: rgba(212,168,67,0.3);
}

._ipime9a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-accent-gold), var(--color-accent-warm));
  border: none;
  color: var(--color-bg-primary);
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform var(--transition-fast);
}

._ipime9a:hover {
  transform: scale(1.08);
}

.sc-cz841b {
  flex: 1;
  min-width: 0;
}
/* 9k68l */
.sc-cz841b .st-n20xf8 {
  font-size: 0.95rem;
  color: var(--color-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sc-cz841b .css-aqnphe {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.ylpnhlziqx {
  width: 100%;
  height: 4px;
  background: var(--color-border);
  border-radius: 2px;
  margin-top: 6px;
  overflow: hidden;
}

.ylpnhlziqx ._4qo0ts {
  height: 100%;
  background: linear-gradient(90deg, var(--color-accent-gold), var(--color-accent-warm));
  border-radius: 2px;
  width: 0%;
  transition: width 0.3s;
}

/* ========== 曲目列表 ========== */
.cas0jxb2c6 {
  list-style: none;
  counter-reset: track;
}

.cas0jxb2c6 li {
  counter-increment: track;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid var(--color-border);
  transition: background var(--transition-fast);
}

.cas0jxb2c6 li:hover {
  background: rgba(212,168,67,0.05);
}
/* q2alw */
.cas0jxb2c6 li::before {
  content: counter(track, decimal-leading-zero);
  color: var(--color-text-muted);
  font-size: 0.85rem;
  min-width: 36px;
  font-family: var(--font-mono);
}

.cas0jxb2c6 .tw-mgqmou {
  flex: 1;
  font-size: 0.95rem;
}

.cas0jxb2c6 ._lrwd4ei {
  color: var(--color-text-muted);
  font-size: 0.85rem;
  font-family: var(--font-mono);
}
/* tte7ws */
/* ========== FAQ ========== */
.cv7vsjmbhn {
  max-width: 800px;
  margin: 0 auto;
}

.el-ma0lrn {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--color-bg-card);
}

.n1mqxlut {
  padding: 18px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 1rem;
  color: var(--color-text-primary);
  transition: background var(--transition-fast);
}
/* i5fruobe */
.n1mqxlut:hover {
  background: rgba(212,168,67,0.05);
}

.n1mqxlut ._jz5u7v {
  font-size: 1.2rem;
  color: var(--color-accent-gold);
  transition: transform var(--transition-fast);
}

.el-ma0lrn.open .n1mqxlut ._jz5u7v {
  transform: rotate(45deg);
}

.tw-y8e5i6 {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  color: var(--color-text-secondary);
  font-size: 0.92rem;
  line-height: 1.8;
}

.el-ma0lrn.open .tw-y8e5i6 {
  padding: 0 24px 20px;
  max-height: 500px;
}

/* ========== 订阅区块 ========== */
.aw54whjk {
  padding: 50px 0;
  background: linear-gradient(135deg, rgba(212,168,67,0.08), rgba(232,160,48,0.04));
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.tw-04ayoa {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}

.tw-04ayoa h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: var(--color-text-primary);
}

.tw-04ayoa p {
  color: var(--color-text-secondary);
  margin-bottom: 20px;
  font-size: 0.95rem;
}

._u52dkef {
  display: flex;
  gap: 10px;
  max-width: 440px;
  margin: 0 auto;
}

._u52dkef input {
  flex: 1;
  padding: 12px 20px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 50px;
  color: var(--color-text-primary);
  font-size: 0.95rem;
  outline: none;
  font-family: var(--font-body);
}

._u52dkef input:focus {
  border-color: var(--color-accent-gold);
}
/* vswy7 */
._u52dkef button {
  padding: 12px 28px;
  background: linear-gradient(135deg, var(--color-accent-gold), var(--color-accent-warm));
  border: none;
  border-radius: 50px;
  color: var(--color-bg-primary);
  font-weight: 600;
  cursor: pointer;
  font-family: var(--font-body);
  transition: opacity var(--transition-fast);
  white-space: nowrap;
}

._u52dkef button:hover {
  opacity: 0.9;
}

/* ========== 社交媒体 ========== */
.st-nxxg38 {
  display: flex;
  gap: 12px;
  align-items: center;
}

.st-nxxg38 a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-secondary);
  font-size: 0.9rem;
  transition: all var(--transition-fast);
}

.st-nxxg38 a:hover {
  background: var(--color-accent-gold);
  color: var(--color-bg-primary);
  border-color: var(--color-accent-gold);
}

/* ========== 页脚 ========== */
.ak4zm9ir {
  background: var(--color-bg-secondary);
  border-top: 1px solid var(--color-border);
  padding: 50px 0 0;
}
/* piuebmbm */
.el-smh1h2 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}

.el-ts0iy9 h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--color-accent-gold);
  margin-bottom: 14px;
}
/* ggga */
.el-ts0iy9 p {
  color: var(--color-text-secondary);
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 16px;
}
/* ukjnmok2 */
.st-4j3mtl h4 {
  font-size: 1rem;
  color: var(--color-text-primary);
  margin-bottom: 16px;
  font-weight: 600;
}

.st-4j3mtl ul {
  list-style: none;
}

.st-4j3mtl li {
  margin-bottom: 10px;
}

.st-4j3mtl a {
  color: var(--color-text-secondary);
  font-size: 0.88rem;
  transition: color var(--transition-fast);
}

.st-4j3mtl a:hover {
  color: var(--color-accent-gold);
}

.st-cxzlog {
  border-top: 1px solid var(--color-border);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.st-cxzlog p {
  color: var(--color-text-muted);
  font-size: 0.82rem;
}

/* ========== 内页样式 ========== */
._7s422v1p {
  padding: 50px 0 40px;
  background: linear-gradient(135deg, var(--color-bg-secondary), var(--color-bg-primary));
  border-bottom: 1px solid var(--color-border);
}

._7s422v1p h1 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  color: var(--color-text-primary);
  margin-bottom: 12px;
}

._7s422v1p ._uhl0eax {
  color: var(--color-text-secondary);
  font-size: 1.05rem;
  max-width: 700px;
}

/* 专辑详情 */
.el-zt54ou {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  padding: 40px 0;
}

.css-eg70kp {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.css-eg70kp img {
  width: 100%;
  height: auto;
}

.dle0c5r1y h2 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  margin-bottom: 16px;
  color: var(--color-text-primary);
}

.s9o1txl {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.s9o1txl td {
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border);
  font-size: 0.92rem;
}

.s9o1txl td:first-child {
  color: var(--color-text-muted);
  width: 100px;
}
/* isewqxp98y */
.s9o1txl td:last-child {
  color: var(--color-text-primary);
}

/* 文章内容 */
.dydvi35m {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}

.dydvi35m h2 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  margin: 36px 0 16px;
  color: var(--color-text-primary);
  padding-left: 16px;
  border-left: 3px solid var(--color-accent-gold);
}

.dydvi35m h3 {
  font-size: 1.2rem;
  margin: 28px 0 12px;
  color: var(--color-text-primary);
}

.dydvi35m p {
  margin-bottom: 18px;
  color: var(--color-text-secondary);
  font-size: 1rem;
  line-height: 1.9;
}

.dydvi35m blockquote {
  margin: 24px 0;
  padding: 20px 24px;
  background: rgba(212,168,67,0.06);
  border-left: 4px solid var(--color-accent-gold);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: var(--color-text-secondary);
  font-style: italic;
}

/* 浮动目录 */
.sc-ajmz6c {
  position: sticky;
  top: 20px;
  padding: 20px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
}

.sc-ajmz6c h4 {
  font-size: 0.95rem;
  color: var(--color-accent-gold);
  margin-bottom: 14px;
  font-weight: 600;
}

.sc-ajmz6c ul {
  list-style: none;
}

.sc-ajmz6c li {
  margin-bottom: 8px;
}

.sc-ajmz6c a {
  color: var(--color-text-secondary);
  font-size: 0.85rem;
  display: block;
  padding: 4px 0 4px 12px;
  border-left: 2px solid transparent;
  transition: all var(--transition-fast);
}

.sc-ajmz6c a:hover,
.sc-ajmz6c a.active {
  color: var(--color-accent-gold);
  border-left-color: var(--color-accent-gold);
}
/* dtjhf3 */
/* 两栏布局 */
.dlnebtmoj {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 40px;
  padding: 40px 0;
}

/* 关联推荐 */
._gzb6wwf {
  padding: 50px 0;
  background: var(--color-bg-secondary);
  border-top: 1px solid var(--color-border);
}

/* ========== 排行榜 ========== */
._8lz77suw {
  list-style: none;
  counter-reset: rank;
}

._8lz77suw li {
  counter-increment: rank;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid var(--color-border);
  transition: background var(--transition-fast);
}

._8lz77suw li:hover {
  background: rgba(212,168,67,0.05);
}

._8lz77suw li::before {
  content: counter(rank);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-bg-hover);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--color-text-muted);
  flex-shrink: 0;
}

._8lz77suw li:nth-child(1)::before {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: var(--color-bg-primary);
}

._8lz77suw li:nth-child(2)::before {
  background: linear-gradient(135deg, #94a3b8, #64748b);
  color: #fff;
}

._8lz77suw li:nth-child(3)::before {
  background: linear-gradient(135deg, #d97706, #b45309);
  color: #fff;
}

.css-zoqwvg h4 {
  font-size: 0.95rem;
  color: var(--color-text-primary);
  margin-bottom: 2px;
}

.css-zoqwvg p {
  font-size: 0.82rem;
  color: var(--color-text-muted);
}

.el-pajs18 {
  margin-left: auto;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-accent-gold);
}

/* ========== 按钮 ========== */
.el-iovwxs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-fast);
  border: none;
  font-family: var(--font-body);
  text-decoration: none;
}

.ls739yc {
  background: linear-gradient(135deg, var(--color-accent-gold), var(--color-accent-warm));
  color: var(--color-bg-primary);
}

.ls739yc:hover {
  opacity: 0.9;
  color: var(--color-bg-primary);
}

.el-0fzxm9 {
  background: transparent;
  border: 1px solid var(--color-accent-gold);
  color: var(--color-accent-gold);
}

.el-0fzxm9:hover {
  background: rgba(212,168,67,0.1);
}

/* ========== 动画 ========== */
._b87f7h {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

._b87f7h.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========== 响应式设计 ========== */
@media (max-width: 1024px) {
  .el-smh1h2 {
    grid-template-columns: 1fr 1fr;
  }
  
  .el-zt54ou {
    grid-template-columns: 280px 1fr;
  }
  
  .dlnebtmoj {
    grid-template-columns: 1fr;
  }
/* z0rat */  
  .sc-ajmz6c {
    position: static;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  
  .k4eh1818j {
    display: block;
  }
  
  .sc-5jw2u6 {
    display: none;
    width: 100%;
    flex-direction: column;
    padding: 10px 0;
    border-top: 1px solid var(--color-border);
    margin-top: 10px;
  }
  
  .sc-5jw2u6.open {
    display: flex;
  }
  
  .sc-5jw2u6 a {
    padding: 12px 0;
    width: 100%;
  }
  
  .xhng1t5k {
    height: 320px;
  }
  
  ._sx6clt1 h2 {
    font-size: 1.4rem;
  }
  
  .p2q3mobmak {
    grid-template-columns: 1fr;
  }
/* oe8x8vg */  
  .o50trkfky {
    grid-template-columns: 1fr 1fr;
  }
/* rseix0dmw2 */  
  .el-zt54ou {
    grid-template-columns: 1fr;
  }
  
  .el-smh1h2 {
    grid-template-columns: 1fr;
  }
  
  .st-cxzlog {
    flex-direction: column;
    text-align: center;
  }
  
  ._7s422v1p h1 {
    font-size: 1.6rem;
  }
  
  .st-bvwcy8 h2 {
    font-size: 1.5rem;
  }
  
  .ku8yvmiqxm {
    flex-direction: column;
    gap: 12px;
  }
  
  ._tu2zyp {
    flex-direction: row;
    gap: 8px;
    min-width: auto;
  }
  
  ._u52dkef {
    flex-direction: column;
  }
/* 3yyc0fsk */  
  .st-qe64mw {
    flex-direction: column;
    border-radius: var(--radius-md);
  }
  
  .st-qe64mw button {
    border-radius: 0 0 var(--radius-md) var(--radius-md);
  }
}

@media (max-width: 480px) {
  .o50trkfky {
    grid-template-columns: 1fr;
  }
/* kgjj4s */  
  .xhng1t5k {
    height: 260px;
  }
  
  ._sx6clt1 {
    padding: 40px 20px 20px;
  }
  
  ._sx6clt1 h2 {
    font-size: 1.2rem;
  }
}

/* ========== 打印样式 ========== */
@media print {
  .st-wd0a0j, .ak4zm9ir, .t926vwg3d8, .aw54whjk {
    display: none;
  }
  
  body {
    background: #fff;
    color: #000;
  }
}

/* h02glfu9ea4xseke */
