/* fkkhrqxv2fqq | v6.10 */
/* ========================================
   主样式表 - 明星绯闻新闻视频网站
   移动优先响应式设计
   ======================================== */

/* CSS变量 */
:root {
  --primary: #dc3250;
  --primary-dark: #b0283f;
  --secondary: #1a1a2e;
  --accent: #f5a623;
  --bg-dark: #0f0f1a;
  --bg-card: #1c1c30;
  --bg-card-hover: #252540;
  --text-primary: #f0f0f5;
  --text-secondary: #a0a0b8;
  --text-muted: #6a6a80;
  --border-color: #2a2a45;
  --gradient-1: linear-gradient(135deg, #dc3250 0%, #f5a623 100%);
  --gradient-2: linear-gradient(135deg, #1a1a2e 0%, #2d2d50 100%);
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.3);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.4);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.5);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --font-main: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
}

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

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

body {
  font-family: var(--font-main);
  background-color: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.75;
  min-height: 100vh;
  overflow-x: hidden;
}
/* ya1yqmv8 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.25s ease;
}

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

/* 容器 */
._8wcrket {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* ========== 顶部导航 ========== */
._965jio0w {
  background: var(--secondary);
  border-bottom: 2px solid var(--primary);
  padding: 12px 0;
  position: relative;
  z-index: 100;
}

._0eiyq46p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.el-7m1jlx img {
  height: 42px;
  width: auto;
}

.el-7m1jlx span {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-left: 8px;
}
/* tuj4 */
/* 汉堡菜单 */
.vs44kjr4sa {
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.vs44kjr4sa span {
  display: block;
  width: 26px;
  height: 3px;
  background: var(--text-primary);
  margin: 5px 0;
  border-radius: 2px;
  transition: transform 0.3s ease;
}

._tnl7aasl {
  display: none;
  width: 100%;
  padding-top: 10px;
}

._tnl7aasl.active {
  display: block;
}

._tnl7aasl ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

._tnl7aasl li a {
  display: block;
  padding: 10px 14px;
  color: var(--text-primary);
  font-size: 0.95rem;
  border-radius: var(--radius-sm);
  transition: background 0.2s ease;
}

._tnl7aasl li a:hover,
._tnl7aasl li a.active {
  background: var(--primary);
  color: #fff;
}

/* 桌面导航 */
@media (min-width: 768px) {
  .vs44kjr4sa {
    display: none;
  }
  ._tnl7aasl {
    display: block;
    width: auto;
    padding-top: 0;
  }
  ._tnl7aasl ul {
    flex-direction: row;
    gap: 4px;
  }
  ._tnl7aasl li a {
    padding: 8px 14px;
    font-size: 0.9rem;
  }
}

/* ========== Hero区域 ========== */
.tw-rcaevo {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background: var(--gradient-2);
}

.tw-rcaevo::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("../images/hero-banner.mhigqo0a91") center/cover no-repeat;
  opacity: 0.25;
  z-index: 0;
}
/* a7z58w3o */
.u80tufnyr {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 30px 16px;
}

.u80tufnyr h1 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.3;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* 5pharsrx54 */
.u80tufnyr p {
  font-size: 1rem;
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto 24px;
}

.h1n7x28f15 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gradient-1);
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 600;
  box-shadow: var(--shadow-md);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.h1n7x28f15:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  color: #fff;
}

@media (min-width: 768px) {
  .u80tufnyr h1 {
    font-size: 2.6rem;
  }
  .u80tufnyr p {
    font-size: 1.15rem;
  }
}

/* ========== 面包屑 ========== */
._x2zr34 {
  padding: 12px 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

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

._x2zr34 span {
  margin: 0 6px;
}

/* ========== 通用区块 ========== */
.gjfsaze3 {
  padding: 40px 0;
}

._jmiq35 {
  background: var(--bg-card);
}
/* h6pqjz */
.zgvas2bdy {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--primary);
  display: inline-block;
}

.zgvas2bdy::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent);
  margin-top: 6px;
}

@media (min-width: 768px) {
  .gjfsaze3 {
    padding: 60px 0;
  }
/* n0v6uz2hhc */  .zgvas2bdy {
    font-size: 1.8rem;
  }
}

/* ========== 视频卡片网格 ========== */
._j7vjeg46 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 480px) {
  ._j7vjeg46 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  ._j7vjeg46 {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

@media (min-width: 1024px) {
  ._j7vjeg46 {
    grid-template-columns: repeat(4, 1fr);
  }
}

._85pc8s6 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid var(--border-color);
}

._85pc8s6:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

._85pc8s6 .z0w3sez {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}

._85pc8s6 .z0w3sez img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

._85pc8s6:hover .z0w3sez img {
  transform: scale(1.05);
}

._85pc8s6 .zm0wuuscyh {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 50px; height: 50px;
  background: rgba(220,50,80,0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
/* so11uk */
._85pc8s6 .zm0wuuscyh::after {
  content: "";
  display: block;
  width: 0; height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

._85pc8s6:hover .zm0wuuscyh {
  background: rgba(245,166,35,0.9);
}

._85pc8s6 .o9xg1az {
  padding: 14px;
}

._85pc8s6 .o9xg1az h3 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* kvyb */
._85pc8s6 .o9xg1az .olg3fs6 {
  font-size: 0.8rem;
  color: var(--text-muted);
  display: flex;
  gap: 12px;
}

/* ========== 视频播放模块 ========== */
._77xt1kae {
  background: #000;
  padding: 30px 0;
}
/* bnn0nz */
._81ouivo8 {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background: #111;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
}

._81ouivo8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 1k51har */
._81ouivo8 ._f7k7nfds {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 80px; height: 80px;
  background: rgba(220,50,80,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px rgba(220,50,80,0.5);
  transition: transform 0.2s ease;
}

._81ouivo8:hover ._f7k7nfds {
  transform: translate(-50%, -50%) scale(1.1);
}

._81ouivo8 ._f7k7nfds::after {
  content: "";
  display: block;
  width: 0; height: 0;
  border-style: solid;
  border-width: 16px 0 16px 28px;
  border-color: transparent transparent transparent #fff;
  margin-left: 5px;
}

._0ru9lp {
  max-width: 800px;
  margin: 20px auto 0;
  text-align: center;
}
/* es8nwkm4u */
._0ru9lp h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

._0ru9lp p {
  color: var(--text-secondary);
  font-size: 0.95rem;
}

/* ========== 投稿模块 ========== */
.el-cez1cu {
  background: var(--gradient-2);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 30px 20px;
  margin: 20px 0;
}

.st-ycjf7y {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 600px;
  margin: 0 auto;
}

.st-ycjf7y input,
.st-ycjf7y textarea,
.st-ycjf7y select {
  background: var(--bg-dark);
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-family: var(--font-main);
  transition: border-color 0.2s ease;
}

.st-ycjf7y input:focus,
.st-ycjf7y textarea:focus {
  outline: none;
  border-color: var(--primary);
}

.st-ycjf7y textarea {
  min-height: 120px;
  resize: vertical;
}
/* 9eby */
.x9rdisl {
  background: var(--gradient-1);
  color: #fff;
  border: none;
  padding: 14px 24px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease;
}
/* y3xipky */
.x9rdisl:hover {
  transform: translateY(-2px);
}
/* vy79wkb4 */
/* ========== 评论模块 ========== */
.jzye80c1n {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 640px) {
  .jzye80c1n {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .jzye80c1n {
    grid-template-columns: repeat(3, 1fr);
  }
/* 42zot72vo6 */}

.rn33rrnbzt {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 20px;
  transition: border-color 0.2s ease;
}

.rn33rrnbzt:hover {
  border-color: var(--accent);
}

.tw-ohanfu {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.tw-lv4tvo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary);
}

._kctaoe {
  font-weight: 600;
  font-size: 0.95rem;
}

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

.n9tap52j {
  color: var(--accent);
  font-size: 1.1rem;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

.sc-8tllj9 {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

._l2xntm {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 10px;
}

/* ========== 专家评论 ========== */
._61totw {
  background: var(--bg-card);
  border-left: 4px solid var(--accent);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 20px;
  margin: 16px 0;
}

._61totw .f7x3o0f2am {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

._61totw .f7x3o0f2am img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--accent);
}

._61totw .f7x3o0f2am .el-i4fgy4 {
  font-weight: 700;
  font-size: 1rem;
}
/* jmcah2z */
._61totw .f7x3o0f2am .el-j6i19u {
  font-size: 0.8rem;
  color: var(--text-muted);
}

._61totw blockquote {
  font-size: 0.95rem;
  color: var(--text-secondary);
  font-style: italic;
  line-height: 1.8;
}

/* ========== 授权模块 ========== */
.p3eitfu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.p3eitfu .sc-l3eca5 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid var(--accent);
  object-fit: cover;
}

.p3eitfu .tw-rqnpi4 {
  max-width: 700px;
}

.p3eitfu ._gbq7thl {
  background: var(--bg-dark);
  padding: 10px 20px;
  border-radius: var(--radius-sm);
  font-family: monospace;
  color: var(--accent);
  margin-top: 10px;
  display: inline-block;
}
/* p6lid3vly */
@media (min-width: 768px) {
  .p3eitfu {
    flex-direction: row;
    text-align: left;
  }
}

/* ========== FAQ ========== */
._nvp8lal {
  max-width: 800px;
}
/* m0d8w */
.c3zt2jz {
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

.sjjlyfd89c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: var(--bg-card);
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.2s ease;
}
/* 0zzzodr */
.sjjlyfd89c:hover {
  background: var(--bg-card-hover);
}

.sjjlyfd89c::after {
  content: "+";
  font-size: 1.3rem;
  color: var(--primary);
  transition: transform 0.3s ease;
}

.c3zt2jz.open .sjjlyfd89c::after {
  transform: rotate(45deg);
}

.p18s5joxq0 {
  display: none;
  padding: 16px 20px;
  background: var(--bg-dark);
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.8;
}

.c3zt2jz.open .p18s5joxq0 {
  display: block;
}

/* ========== 新闻模块 ========== */
.fzy17f9t7 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.el-8ovn2d {
  display: flex;
  gap: 16px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-color);
  transition: border-color 0.2s ease;
}

.el-8ovn2d:hover {
  border-color: var(--primary);
}

.el-8ovn2d .el-vbw5md {
  flex-shrink: 0;
  width: 120px;
  height: 90px;
  object-fit: cover;
}

@media (min-width: 640px) {
  .el-8ovn2d .el-vbw5md {
    width: 180px;
    height: 120px;
  }
}

.el-8ovn2d .hidq8h2hdq {
  padding: 12px 12px 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.el-8ovn2d .hidq8h2hdq h3 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.4;
}

.el-8ovn2d .hidq8h2hdq ._vczh5aq {
  font-size: 0.82rem;
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.el-8ovn2d .hidq8h2hdq .el-zkq39o {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 6px;
}

/* ========== 关于我们 ========== */
._76b7dfn3 {
  max-width: 800px;
}

._76b7dfn3 p {
  margin-bottom: 16px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.9;
}

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

/* ========== 客户支持 ========== */
._ovtjp8 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
/* 9ffc */
@media (min-width: 640px) {
  ._ovtjp8 {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* umxzvs0c */
@media (min-width: 1024px) {
  ._ovtjp8 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.css-a7n2dh {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.css-a7n2dh:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}
/* n7rovx */
.css-a7n2dh .tw-xh3ean {
  font-size: 2rem;
  margin-bottom: 12px;
  display: block;
}

.css-a7n2dh h4 {
  font-size: 1rem;
  margin-bottom: 8px;
}
/* e0l5 */
.css-a7n2dh p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ========== 页脚 ========== */
.gevbug18 {
  background: var(--secondary);
  border-top: 2px solid var(--primary);
  padding: 40px 0 20px;
}

.tw-m7mand {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

@media (min-width: 640px) {
  .tw-m7mand {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .tw-m7mand {
    grid-template-columns: repeat(4, 1fr);
  }
}

.u3es5j6 h4 {
  font-size: 1rem;
  margin-bottom: 14px;
  color: var(--text-primary);
  position: relative;
  padding-bottom: 8px;
}

.u3es5j6 h4::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 40px; height: 2px;
  background: var(--primary);
}

.u3es5j6 ul {
  list-style: none;
}

.u3es5j6 ul li {
  margin-bottom: 8px;
}

.u3es5j6 ul li a {
  color: var(--text-secondary);
  font-size: 0.88rem;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.u3es5j6 ul li a:hover {
  color: var(--primary);
  padding-left: 4px;
}

._uxkk1op {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

._uxkk1op a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  background: var(--bg-dark);
  border-radius: 50%;
  transition: background 0.2s ease;
}

._uxkk1op a:hover {
  background: var(--primary);
}
/* qe3r20zm9f */
._uxkk1op a img {
  width: 20px; height: 20px;
}

.sc-scfmv2 {
  border-top: 1px solid var(--border-color);
  padding-top: 20px;
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-muted);
}

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

/* ========== 内页样式 ========== */
._lbfjwdi {
  position: relative;
  padding: 40px 0;
  background: var(--gradient-2);
  overflow: hidden;
}

._lbfjwdi::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  opacity: 0.2;
  z-index: 0;
}
/* xekyj1zog */
._lbfjwdi .ey1wrm8jbt {
  position: relative;
  z-index: 1;
}

._lbfjwdi h1 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

._lbfjwdi p {
  color: var(--text-secondary);
  font-size: 0.95rem;
}

@media (min-width: 768px) {
  ._lbfjwdi h1 {
    font-size: 2.2rem;
  }
}
/* 6aeejr0r */
.st-8zx7i0 {
  padding: 30px 0;
}

.st-8zx7i0 article {
  max-width: 800px;
}
/* bxwjsu */
.st-8zx7i0 article h2 {
  font-size: 1.4rem;
  margin: 28px 0 14px;
  color: var(--text-primary);
  border-left: 4px solid var(--primary);
  padding-left: 14px;
}

.st-8zx7i0 article h3 {
  font-size: 1.15rem;
  margin: 20px 0 10px;
  color: var(--text-primary);
}
/* awuim */
.st-8zx7i0 article p {
  margin-bottom: 16px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.9;
}

.st-8zx7i0 article img {
  border-radius: var(--radius-md);
  margin: 20px 0;
  width: 100%;
}
/* 3zu6 */
.st-8zx7i0 article ul,
.st-8zx7i0 article ol {
  margin: 12px 0 16px 20px;
  color: var(--text-secondary);
}

.st-8zx7i0 article li {
  margin-bottom: 8px;
  line-height: 1.7;
}
/* f6hhtxli */
/* ========== APP下载页面 ========== */
.xzubg4rr {
  text-align: center;
  padding: 50px 16px;
  background: var(--gradient-2);
}

.xzubg4rr h1 {
  font-size: 1.8rem;
  margin-bottom: 16px;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.xzubg4rr p {
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto 30px;
}

.xzubg4rr .st-az95tt {
  max-width: 400px;
  margin: 0 auto 30px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

._tfaptlj6 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

@media (min-width: 480px) {
  ._tfaptlj6 {
    flex-direction: row;
    justify-content: center;
  }
}

._r0gvzs {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease;
}

._r0gvzs:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  color: #fff;
}

._r0gvzs.ip7hqlj0s {
  background: var(--accent);
}

._r0gvzs.ip7hqlj0s:hover {
  background: #d89520;
}

/* ========== 作者信息 ========== */
.pjvf8nof2 {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 20px;
  margin: 24px 0;
}

.pjvf8nof2 img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid var(--primary);
}

.pjvf8nof2 .css-kajfn3 h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.pjvf8nof2 .css-kajfn3 p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0;
}

/* ========== 评分 ========== */
.tw-ov3b88 {
  color: var(--accent);
  letter-spacing: 2px;
}

._ce7z08ie {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
}

/* ========== 侧边栏 ========== */
._guz3np {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .lyy0u6utgj {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 30px;
  }
  ._guz3np {
    margin-top: 0;
  }
/* 8wev4hu7an */}

.ipew52fnpu {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 20px;
  margin-bottom: 20px;
}
/* 2dmikey3 */
.ipew52fnpu h3 {
  font-size: 1.05rem;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--primary);
}

.ipew52fnpu ul {
  list-style: none;
}

.ipew52fnpu ul li {
  padding: 8px 0;
  border-bottom: 1px solid var(--border-color);
}
/* rhl8n */
.ipew52fnpu ul li:last-child {
  border-bottom: none;
}

.ipew52fnpu ul li a {
  color: var(--text-secondary);
  font-size: 0.9rem;
}
/* gp3rqz5w1 */
/* ========== 动画 ========== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
/* 68bqqeunn */  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.css-i2kzin {
  animation: fadeInUp 0.5s ease forwards;
}

/* ========== 工具类 ========== */
.el-li15ml { text-align: center; }
._lsudn86d { color: var(--primary); }
._0qmudx { color: var(--accent); }
._b6zgjx3i { margin-top: 8px; }
._qrlablo { margin-top: 16px; }
.tdroul8p9 { margin-top: 24px; }
.sc-gu5la7 { margin-bottom: 8px; }
/* spt0ph */.st-esh8zm { margin-bottom: 16px; }
/* ahvo */.vbs77mqkp { margin-bottom: 24px; }

/* 隐藏溢出文本 */
.st-fnoh1w {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

._xtti4hl {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 视觉稳定性 */
img, video {
  aspect-ratio: attr(width) / attr(height);
}

.z0w3sez {
  aspect-ratio: 16/9;
}

/* xs7cbblvsua2yjwb */
