/* 1zkewuyk32sg | v4.44 */
/* ========================================
   主样式表 - 明星绯闻新闻视频网站
   移动优先响应式设计
   ======================================== */

/* 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%;
}
/* 3j03igpe */
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;
}

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);
}

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

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

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

._3oka4whl img {
  height: 42px;
  width: auto;
}

._3oka4whl span {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-left: 8px;
}

/* 汉堡菜单 */
.etpo6gok93 {
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

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

._0ia2ztyg {
  display: none;
  width: 100%;
  padding-top: 10px;
}
/* bzbre */
._0ia2ztyg.active {
  display: block;
}

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

._0ia2ztyg 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;
}

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

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

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

._ob8hu8::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("../images/hero-banner.el-vhawz8") center/cover no-repeat;
  opacity: 0.25;
  z-index: 0;
}

.v96ngdyjz {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 30px 16px;
}

.v96ngdyjz 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;
}

.v96ngdyjz p {
  font-size: 1rem;
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto 24px;
}

.nyjomxb {
  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;
}

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

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

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

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

._oa29m19 span {
  margin: 0 6px;
}

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

._80s4ot8x {
  background: var(--bg-card);
}

.css-3xpimq {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--primary);
  display: inline-block;
}

.css-3xpimq::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent);
  margin-top: 6px;
}
/* qxbmzu0 */
@media (min-width: 768px) {
  .css-upuhqu {
    padding: 60px 0;
  }
  .css-3xpimq {
    font-size: 1.8rem;
  }
}

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

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

@media (min-width: 768px) {
  .sc-14k9mq {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
/* c3qh3q2kg */}

@media (min-width: 1024px) {
  .sc-14k9mq {
    grid-template-columns: repeat(4, 1fr);
  }
/* dkrq7 */}

.kyvvn5v2 {
  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);
}

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

.kyvvn5v2 ._56dorqv {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}

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

.kyvvn5v2:hover ._56dorqv img {
  transform: scale(1.05);
}
/* 2hz0b3a1 */
.kyvvn5v2 ._3t105o84 {
  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;
}

.kyvvn5v2 ._3t105o84::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;
}

.kyvvn5v2:hover ._3t105o84 {
  background: rgba(245,166,35,0.9);
}

.kyvvn5v2 ._at74ej4 {
  padding: 14px;
}

.kyvvn5v2 ._at74ej4 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;
}
/* rrh4zxpxu */
.kyvvn5v2 ._at74ej4 ._2ew6b3 {
  font-size: 0.8rem;
  color: var(--text-muted);
  display: flex;
  gap: 12px;
}

/* ========== 视频播放模块 ========== */
._00c222fv {
  background: #000;
  padding: 30px 0;
}

.wrjht0qp6 {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background: #111;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
}
/* a3qvnuz6 */
.wrjht0qp6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrjht0qp6 ._zx6xywaa {
  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;
}

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

.wrjht0qp6 ._zx6xywaa::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;
}

.tw-jt5ngv {
  max-width: 800px;
  margin: 20px auto 0;
  text-align: center;
}

.tw-jt5ngv h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

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

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

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

.yo87uo9d input,
.yo87uo9d textarea,
.yo87uo9d 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;
}

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

.yo87uo9d textarea {
  min-height: 120px;
  resize: vertical;
}
/* sncmht */
.ofh1adc2 {
  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;
}

.ofh1adc2:hover {
  transform: translateY(-2px);
}

/* ========== 评论模块 ========== */
.css-p3ipqj {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

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

@media (min-width: 1024px) {
  .css-p3ipqj {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* a6lrmy */
.css-ys9ara {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 20px;
  transition: border-color 0.2s ease;
}
/* nzhdkgpvm */
.css-ys9ara:hover {
  border-color: var(--accent);
}

.d7pre2yp {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
/* 48e9s4ykhf */
.sc-zefi6u {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary);
}

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

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

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

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

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

/* ========== 专家评论 ========== */
.u57p2cmj {
  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;
}

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

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

.u57p2cmj ._a8swq7lu ._brnc8ls {
  font-weight: 700;
  font-size: 1rem;
}
/* pm8c */
.u57p2cmj ._a8swq7lu .hlpdtgptd {
  font-size: 0.8rem;
  color: var(--text-muted);
}

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

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

.css-lo803m .x9z4cn2z1 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid var(--accent);
  object-fit: cover;
}

.css-lo803m .el-aoh2aa {
  max-width: 700px;
}

.css-lo803m .tw-kuqjuk {
  background: var(--bg-dark);
  padding: 10px 20px;
  border-radius: var(--radius-sm);
  font-family: monospace;
  color: var(--accent);
  margin-top: 10px;
  display: inline-block;
}

@media (min-width: 768px) {
  .css-lo803m {
    flex-direction: row;
    text-align: left;
  }
}

/* ========== FAQ ========== */
.rm0wojs {
  max-width: 800px;
}

._3b9ike3o {
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

._o4ygx5 {
  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;
}

._o4ygx5:hover {
  background: var(--bg-card-hover);
}
/* 3k5qvonf8 */
._o4ygx5::after {
  content: "+";
  font-size: 1.3rem;
  color: var(--primary);
  transition: transform 0.3s ease;
}

._3b9ike3o.open ._o4ygx5::after {
  transform: rotate(45deg);
}

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

._3b9ike3o.open ._4oxjeqa2 {
  display: block;
}
/* 4n5ok */
/* ========== 新闻模块 ========== */
.css-zj0jfr {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gmt7gd5oh {
  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;
}

.gmt7gd5oh:hover {
  border-color: var(--primary);
}

.gmt7gd5oh .tuddh5g {
  flex-shrink: 0;
  width: 120px;
  height: 90px;
  object-fit: cover;
}

@media (min-width: 640px) {
  .gmt7gd5oh .tuddh5g {
    width: 180px;
    height: 120px;
  }
}

.gmt7gd5oh .css-6v2rxj {
  padding: 12px 12px 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gmt7gd5oh .css-6v2rxj h3 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.4;
}

.gmt7gd5oh .css-6v2rxj .yveigtk {
  font-size: 0.82rem;
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gmt7gd5oh .css-6v2rxj ._5pgi9h2w {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 6px;
}

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

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

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

/* ========== 客户支持 ========== */
.css-ilzm6d {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

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

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

._y6wcap {
  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;
}

._y6wcap:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}

._y6wcap .ffn9skxjq {
  font-size: 2rem;
  margin-bottom: 12px;
  display: block;
}

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

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

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

@media (min-width: 640px) {
  ._z98oy3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ywtsg3a6 */
@media (min-width: 1024px) {
  ._z98oy3 {
    grid-template-columns: repeat(4, 1fr);
  }
}

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

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

._i6smmg ul {
  list-style: none;
}

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

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

._i6smmg ul li a:hover {
  color: var(--primary);
  padding-left: 4px;
}
/* pewv69 */
.css-zwejip {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.css-zwejip 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;
}

.css-zwejip a:hover {
  background: var(--primary);
}

.css-zwejip a img {
  width: 20px; height: 20px;
}

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

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

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

.kaw6wmau8::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  opacity: 0.2;
  z-index: 0;
}

.kaw6wmau8 ._wvpme4np {
  position: relative;
  z-index: 1;
}

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

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

@media (min-width: 768px) {
  .kaw6wmau8 h1 {
    font-size: 2.2rem;
  }
}

.ffydl5m4g1 {
  padding: 30px 0;
}

.ffydl5m4g1 article {
  max-width: 800px;
}

.ffydl5m4g1 article h2 {
  font-size: 1.4rem;
  margin: 28px 0 14px;
  color: var(--text-primary);
  border-left: 4px solid var(--primary);
  padding-left: 14px;
}

.ffydl5m4g1 article h3 {
  font-size: 1.15rem;
  margin: 20px 0 10px;
  color: var(--text-primary);
}

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

.ffydl5m4g1 article img {
  border-radius: var(--radius-md);
  margin: 20px 0;
  width: 100%;
}

.ffydl5m4g1 article ul,
.ffydl5m4g1 article ol {
  margin: 12px 0 16px 20px;
  color: var(--text-secondary);
}

.ffydl5m4g1 article li {
  margin-bottom: 8px;
  line-height: 1.7;
}

/* ========== APP下载页面 ========== */
.roxw4sijg {
  text-align: center;
  padding: 50px 16px;
  background: var(--gradient-2);
}

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

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

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

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

@media (min-width: 480px) {
  .k4ejm40 {
    flex-direction: row;
    justify-content: center;
  }
}
/* sjcbnw */
._ee1q18k {
  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;
}

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

._ee1q18k.nimfytcieh {
  background: var(--accent);
}
/* vleghbr */
._ee1q18k.nimfytcieh:hover {
  background: #d89520;
}

/* ========== 作者信息 ========== */
.el-9hl9yq {
  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;
}
/* ivkq */
.el-9hl9yq img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid var(--primary);
}

.el-9hl9yq ._glcy7bv h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.el-9hl9yq ._glcy7bv p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0;
}

/* ========== 评分 ========== */
._mr81vep7 {
  color: var(--accent);
  letter-spacing: 2px;
}
/* mkuxe7 */
._mzlt9e {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
}

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

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

.tw-kh3vu1 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 20px;
  margin-bottom: 20px;
}

.tw-kh3vu1 h3 {
  font-size: 1.05rem;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--primary);
}

.tw-kh3vu1 ul {
  list-style: none;
}

.tw-kh3vu1 ul li {
  padding: 8px 0;
  border-bottom: 1px solid var(--border-color);
}

.tw-kh3vu1 ul li:last-child {
  border-bottom: none;
}

.tw-kh3vu1 ul li a {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* ========== 动画 ========== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
/* wyyix9jn4 */  to {
    opacity: 1;
    transform: translateY(0);
  }
}

._pih0pa {
  animation: fadeInUp 0.5s ease forwards;
}

/* ========== 工具类 ========== */
._6ifxroa { text-align: center; }
.st-zcj70y { color: var(--primary); }
.tw-4evuzl { color: var(--accent); }
/* nd6350k */.yjgphuh17q { margin-top: 8px; }
._026msya { margin-top: 16px; }
.martsq4 { margin-top: 24px; }
/* camp9lo3v */.tw-ky4kdj { margin-bottom: 8px; }
.xgq4q5p3 { margin-bottom: 16px; }
.ae7y5l2q { margin-bottom: 24px; }

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

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

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

/* j23rhjsm271pjmz2 */
