/* lzdplj4uzcsq | v8.65 */
/* ========================================
   体育明星粉丝社区 - 主样式表
   ======================================== */

/* CSS变量定义 */
:root {
  --primary-color: #1a3a5c;
  --primary-light: #2a5a8c;
  --primary-dark: #0d1f33;
  --accent-color: #e63946;
  --accent-light: #ff6b6b;
  --accent-dark: #c1121f;
  --gold-color: #ffd60a;
  --gold-dark: #e6b800;
  --bg-color: #f0f2f5;
  --bg-dark: #1a1a2e;
  --bg-card: #ffffff;
  --text-primary: #1a1a2e;
  --text-secondary: #4a4a6a;
  --text-light: #8a8aaa;
  --text-white: #ffffff;
  --border-color: #e0e0e0;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.12);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.16);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --font-main: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --font-title: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --max-width: 1280px;
}

/* 重置样式 */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* 27qjwxf */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
/* s6ky7t0 */
body {
  font-family: var(--font-main);
  color: var(--text-primary);
  background-color: var(--bg-color);
  line-height: 1.8;
  overflow-x: hidden;
}

a {
  color: var(--primary-light);
  text-decoration: none;
  transition: var(--transition);
}

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

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

ul, ol {
  list-style: none;
}
/* g6bvstpc */
/* 干扰标签区块 - 肉眼不可见 */
.tw-r3tnwz {
  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;
  font-size: 0;
  line-height: 0;
  color: transparent;
  z-index: -9999;
}

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

/* ========================================
   顶部导航 (非sticky)
   ======================================== */
._pousjibv {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
  color: var(--text-white);
  padding: 0;
  box-shadow: var(--shadow-md);
  position: relative;
  z-index: 100;
}

.el-3ebnnr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.nna8zdri {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* 49m7dt4f7s */
.nna8zdri ._j8g0ir9l {
  width: 42px;
  height: 42px;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--text-white);
}

.nna8zdri .el-yk1ey8 {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: var(--font-title);
}

._gud1um5u {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.15);
  border-radius: 25px;
  padding: 6px 16px;
  max-width: 360px;
  flex: 1;
  margin: 0 20px;
}

._gud1um5u input {
  background: transparent;
  border: none;
  color: var(--text-white);
  font-size: 0.9rem;
  width: 100%;
  outline: none;
}
/* e7wa */
._gud1um5u input::placeholder {
  color: rgba(255,255,255,0.6);
}

._gud1um5u button {
  background: none;
  border: none;
  color: var(--text-white);
  cursor: pointer;
  font-size: 1.1rem;
  padding: 4px 8px;
}

._biaks0 {
  display: flex;
  align-items: center;
  gap: 16px;
}

._biaks0 a {
  color: var(--text-white);
  font-size: 0.9rem;
  padding: 6px 14px;
  border-radius: 20px;
  transition: var(--transition);
}

._biaks0 a:hover {
  background: rgba(255,255,255,0.15);
}

.sc-ldv8nl {
  background: var(--accent-color) !important;
}

.sc-ldv8nl:hover {
  background: var(--accent-dark) !important;
}

/* 主导航 */
.hjzj2gqp2 {
  padding: 0;
}
/* glcr */
.hjzj2gqp2 ul {
  display: flex;
  align-items: center;
  gap: 0;
}
/* lwge */
.hjzj2gqp2 ul li {
  position: relative;
}

.hjzj2gqp2 ul li a {
  display: block;
  padding: 14px 22px;
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
  border-bottom: 3px solid transparent;
}

.hjzj2gqp2 ul li a:hover,
.hjzj2gqp2 ul li a.active {
  color: var(--text-white);
  background: rgba(255,255,255,0.08);
  border-bottom-color: var(--gold-color);
}

/* 移动端菜单按钮 */
.el-xb46br {
  display: none;
  background: none;
  border: none;
  color: var(--text-white);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
}

/* ========================================
   面包屑导航
   ======================================== */
.bx8gofpoj {
  padding: 12px 0;
  background: var(--bg-card);
  border-bottom: 1px solid var(--border-color);
}

.tw-wkn0du {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-light);
}

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

.tw-wkn0du a:hover {
  color: var(--accent-color);
}
/* 28hp */
.tw-wkn0du .tw-2rwomo {
  color: var(--text-light);
}

.tw-wkn0du .sq2jwoyxpu {
  color: var(--text-primary);
  font-weight: 500;
}

/* ========================================
   英雄横幅区域
   ======================================== */
._v48qvn {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: var(--primary-dark);
}

.e75uuc1iz {
  position: relative;
  width: 100%;
  height: 100%;
}

._og3gubf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

._og3gubf.active {
  opacity: 1;
}

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

.ej5ktsqo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.7));
  display: flex;
  align-items: flex-end;
  padding: 40px;
}
/* fzkh */
.st-spkczj {
  max-width: 700px;
  color: var(--text-white);
}
/* 2vuy9vmc */
.st-spkczj h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 12px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
  line-height: 1.3;
}

.st-spkczj p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 20px;
}

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

.el-wg09pe {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: var(--transition);
}

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

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

._l1gh07 h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 8px;
  font-family: var(--font-title);
}

._l1gh07 h2 span {
  color: var(--accent-color);
}

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

/* ========================================
   明星动态快讯栏
   ======================================== */
.oum7k295nz {
  background: var(--primary-dark);
  color: var(--text-white);
  padding: 10px 0;
  overflow: hidden;
}

.el-n673h7 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.eev609g {
  background: var(--accent-color);
  padding: 4px 14px;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

.sc-dfpx00 {
  overflow: hidden;
  flex: 1;
}

.css-zmbvmj {
  display: flex;
  animation: ticker-scroll 30s linear infinite;
  gap: 60px;
}

.css-zmbvmj span {
  white-space: nowrap;
  font-size: 0.9rem;
}

@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
/* as3jwcs3j */}

/* ========================================
   视频专区
   ======================================== */
.kfvkv59e {
  padding: 60px 0;
  background: var(--bg-color);
}

._qj2144u {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.f4a4psnq5 {
  padding: 8px 24px;
  border: 2px solid var(--border-color);
  border-radius: 25px;
  background: var(--bg-card);
  color: var(--text-secondary);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  transition: var(--transition);
}

.f4a4psnq5:hover,
.f4a4psnq5.active {
  border-color: var(--accent-color);
  color: var(--accent-color);
  background: rgba(230, 57, 70, 0.05);
}

.ofegsb6ei {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.s4082y4 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.s4082y4:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
/* 70ib */
._ln1i9vk {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

._ln1i9vk img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.s4082y4:hover ._ln1i9vk img {
  transform: scale(1.08);
}

.o1odamuy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(230, 57, 70, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}

.s4082y4:hover .o1odamuy {
  opacity: 1;
}

.o1odamuy::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent white;
  margin-left: 3px;
}
/* hko0liju */
._sorxjbd {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.75);
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
}

._2zpac5bc {
  padding: 14px;
}

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

.pkj038z {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
  color: var(--text-light);
}

.pkj038z span {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ========================================
   社区互动模块
   ======================================== */
.sc-rx9q98 {
  padding: 60px 0;
  background: var(--bg-card);
}

._urwc8j8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pi17kg8deh {
  background: var(--bg-color);
  border-radius: var(--radius-md);
  padding: 28px;
  transition: var(--transition);
  border: 1px solid var(--border-color);
}

.pi17kg8deh:hover {
  border-color: var(--accent-color);
  box-shadow: var(--shadow-md);
}
/* 3gsmio */
._wq1c5tyb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
/* 50h9nbao */
.tw-vsbq4r {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--text-white);
}

.css-gdvjzs { background: linear-gradient(135deg, #ff6b6b, #ee5a24); }
._5po0w0d2 { background: linear-gradient(135deg, #4834d4, #686de0); }
/* 5h4mjbsbx */._99hfl4t4 { background: linear-gradient(135deg, #f9ca24, #f0932b); }

.pi17kg8deh h3 {
  font-size: 1.1rem;
  font-weight: 700;
}

._j8j7ta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* 1hi4bexgd */
.wfcb669u {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--bg-card);
  border-radius: var(--radius-sm);
  transition: var(--transition);
  cursor: pointer;
}

.wfcb669u:hover {
  background: rgba(230, 57, 70, 0.05);
}

.q4fx2ry8u {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--text-light);
  color: var(--text-white);
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.q4fx2ry8u.css-a3z2hn { background: var(--accent-color); }
/* inayd */.q4fx2ry8u._tfh5om { background: var(--gold-dark); }
.q4fx2ry8u.pphdyc4ge { background: var(--primary-light); }
/* b7ax */
._j7rokaj {
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.4;
}

.sc-qglbqh {
  font-size: 0.75rem;
  color: var(--text-light);
  white-space: nowrap;
}

/* 投票区 */
.gzk2zpx {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: var(--bg-card);
  border-radius: var(--radius-sm);
  margin-bottom: 10px;
  cursor: pointer;
  transition: var(--transition);
}

.gzk2zpx:hover {
  background: rgba(72, 52, 212, 0.05);
}

.sc-it03rg {
  flex: 1;
  height: 8px;
  background: var(--border-color);
  border-radius: 4px;
  overflow: hidden;
}

.cdrkusp6 {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #4834d4, #686de0);
  transition: width 0.8s ease;
}

._z2scyt {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary-light);
  min-width: 40px;
  text-align: right;
}

/* 排行榜 */
._442my7j {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: var(--bg-card);
  border-radius: var(--radius-sm);
  margin-bottom: 8px;
}

.ao65vocp {
  font-size: 1.3rem;
}

.tw-h69g4g {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-light), var(--accent-color));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
}

.b58rndpg7 {
  flex: 1;
}

._g9iw5d {
  font-size: 0.9rem;
  font-weight: 600;
}

._hh0rdhi {
  font-size: 0.75rem;
  color: var(--text-light);
}

.sc-o5mc2g {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gold-dark);
}
/* h4l2l3c285 */
/* ========================================
   YouTube视频流嵌入
   ======================================== */
.el-qwh3sa {
  padding: 60px 0;
  background: var(--bg-dark);
  color: var(--text-white);
}

.el-qwh3sa ._l1gh07 h2 {
  color: var(--text-white);
}
/* 96wld */
.el-qwh3sa ._l1gh07 p {
  color: rgba(255,255,255,0.6);
}

.zeouq83p7 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}

.css-q946z3 {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: rgba(255,255,255,0.05);
}
/* 5b109yj4g7 */
.css-q946z3 .st-er3lz9 {
  position: relative;
  padding-top: 56.25%;
}

.css-q946z3 .st-er3lz9 iframe,
.css-q946z3 .st-er3lz9 ._fchjkgzz {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* uu8d */
._fchjkgzz {
  background: linear-gradient(135deg, #1a1a2e, #2a2a4e);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  color: rgba(255,255,255,0.5);
}

._fchjkgzz ._gsdlr7 {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

._fchjkgzz ._gsdlr7::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent white;
  margin-left: 4px;
}

.css-q946z3 .r76vv5xol3 {
  padding: 18px;
}

.css-q946z3 .r76vv5xol3 h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.css-q946z3 .r76vv5xol3 p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
}

.abiugo7zhi {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 500px;
  overflow-y: auto;
}

.abiugo7zhi::-webkit-scrollbar {
  width: 4px;
}

.abiugo7zhi::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.2);
  border-radius: 2px;
}

.css-8693bg {
  display: flex;
  gap: 12px;
  padding: 10px;
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
}

.css-8693bg:hover {
  background: rgba(255,255,255,0.1);
}

.css-8693bg.active {
  background: rgba(230, 57, 70, 0.2);
  border-left: 3px solid var(--accent-color);
}

.nm53kgzem {
  width: 120px;
  height: 68px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

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

.g2r0izu h4 {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.g2r0izu p {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
}

/* ========================================
   FAQ模块
   ======================================== */
._zhf2pq {
  padding: 60px 0;
  background: var(--bg-color);
}
/* 85zsk8d */
._oqily39 {
  max-width: 800px;
  margin: 0 auto;
}

._6bapb0 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.css-0300js {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  transition: var(--transition);
}

.css-0300js:hover {
  color: var(--accent-color);
}

._ffv9plfy {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

._ffv9plfy::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--text-secondary);
  border-bottom: 2px solid var(--text-secondary);
  transform: rotate(45deg);
  margin-top: -3px;
}
/* znxkqa1a6m */
._6bapb0.open ._ffv9plfy {
  transform: rotate(180deg);
}

._8zhsmn {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
/* 65eigga50z */
._6rsfqeom {
  padding: 0 24px 18px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
}

._6bapb0.open ._8zhsmn {
  max-height: 500px;
}

/* ========================================
   社交媒体动态
   ======================================== */
.tw-nw3trk {
  padding: 60px 0;
  background: var(--bg-card);
}

.css-bi9zei {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
/* 6xymaa5 */
.sc-9anmxm {
  background: var(--bg-color);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
  transition: var(--transition);
  border: 1px solid var(--border-color);
}

.sc-9anmxm:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.qpaxe41 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--text-white);
}

._rubeq26 { background: linear-gradient(135deg, #e6162d, #ff6b6b); }
.qv0kqgmkz { background: linear-gradient(135deg, #07c160, #2dc100); }
._azo9wwf { background: linear-gradient(135deg, #000000, #333333); }
.xkcr310ei { background: linear-gradient(135deg, #00a1d6, #0099cc); }

.sc-9anmxm h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.sc-9anmxm p {
  font-size: 0.85rem;
  color: var(--text-light);
}

.sc-9anmxm .ebp3468mx {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
  margin: 8px 0;
}

/* ========================================
   页脚
   ======================================== */
.a5eo64pd {
  background: var(--primary-dark);
  color: rgba(255,255,255,0.7);
  padding: 50px 0 0;
}

.sc-nl74ri {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

._2kssgr h3 {
  color: var(--text-white);
  font-size: 1.2rem;
  margin-bottom: 14px;
}

._2kssgr p {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.st-116qrz {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.85rem;
}

.st-jou8po h4 {
  color: var(--text-white);
  font-size: 1rem;
  margin-bottom: 14px;
}

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

.st-jou8po ul li a {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  transition: var(--transition);
}

.st-jou8po ul li a:hover {
  color: var(--gold-color);
  padding-left: 4px;
}

.hu3dv4trx {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
}

.hu3dv4trx a {
  color: rgba(255,255,255,0.5);
}

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

.st-1a32gm {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ========================================
   内页通用样式
   ======================================== */
.ihehsyl8 {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
  padding: 50px 0;
  color: var(--text-white);
  text-align: center;
}
/* 16yhjjzi */
.ihehsyl8 h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.ihehsyl8 p {
  font-size: 1rem;
  opacity: 0.8;
}

._3tsnju0 {
  padding: 40px 0;
}

/* 视频详情页 */
.xvftzegn {
  background: #000;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 24px;
}
/* c4zhsfg */
.xvftzegn .st-er3lz9 {
  position: relative;
  padding-top: 56.25%;
}

.rzq0xveu5n {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

.qhjwiyqzgr h2 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.st-i7fa0i {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}
/* ouu7ht0fg */
.sc-dbboeg {
  padding: 4px 14px;
  background: rgba(230, 57, 70, 0.1);
  color: var(--accent-color);
  border-radius: 20px;
  font-size: 0.8rem;
}
/* d8ruf4nubo */
.css-58g4jf {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 0.95rem;
}

/* 评论区 */
.st-o1ymmt {
  margin-top: 40px;
}

.st-o1ymmt h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--border-color);
}

.st-5s69u0 {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border-color);
}

._vg9vuds7 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-light), var(--accent-color));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  flex-shrink: 0;
}

.el-3rnkwh {
  flex: 1;
}
/* 1kgiuye */
.yhwk28sc {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.n0kr6mkkb {
  font-weight: 600;
  font-size: 0.9rem;
}

._g082jrh {
  font-size: 0.8rem;
  color: var(--text-light);
}
/* 6jp1 */
.onetnkzsol {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
}
/* t6ep3q */
.ob6eey8arw {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

._buzu5o1 {
  font-size: 0.8rem;
  color: var(--text-light);
  cursor: pointer;
  transition: var(--transition);
}

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

/* 明星资料页 */
.st-w5zfsx {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
/* 6fvp56 */
.el-m5g755 {
  text-align: center;
}

._y6u302 {
  width: 260px;
  height: 260px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 0 auto 16px;
  box-shadow: var(--shadow-lg);
}

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

.css-i0zqt6 {
  text-align: center;
}
/* cn3sfzeeap */
.css-i0zqt6 h2 {
  font-size: 1.5rem;
  margin-bottom: 4px;
}

.css-i0zqt6 p {
  color: var(--text-light);
  font-size: 0.9rem;
}

.el-xyoptz h3 {
  font-size: 1.3rem;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--accent-color);
  display: inline-block;
}

.el-xyoptz p {
  color: var(--text-secondary);
  line-height: 1.9;
  margin-bottom: 16px;
}
/* ajjyv */
._qpftji {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 20px 0;
}

.fafx85fges {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: var(--bg-color);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--gold-color);
}
/* uo10 */
.fafx85fges .st-sj54z0 {
  font-weight: 700;
  color: var(--accent-color);
  font-size: 0.9rem;
}

.fafx85fges .lipyxylh {
  font-size: 0.9rem;
}
/* kbu9q4y691 */
/* 活动专区 */
.na7fd9nwn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.el-cpenmf {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.el-cpenmf:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.sc-bq5qqu {
  height: 200px;
  overflow: hidden;
}
/* j426jq */
.sc-bq5qqu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.el-cpenmf:hover .sc-bq5qqu img {
  transform: scale(1.05);
}

.vapcved {
  padding: 20px;
}

.nb0fddofc {
  display: inline-block;
  padding: 4px 12px;
  background: var(--accent-color);
  color: white;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.vapcved h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
/* 46rgr2 */
.vapcved p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.6;
}

.sc-dyisc3 {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 10px;
}

.sc-dool9n { background: rgba(72, 52, 212, 0.1); color: #4834d4; }
.e7kxieqn { background: rgba(7, 193, 96, 0.1); color: #07c160; }
.mxlwjvlzgc { background: rgba(138, 138, 170, 0.1); color: var(--text-light); }

/* 讨论区 */
._9fv5r6ci {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
/* 3ua6han */
.blac5e2f {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
  transition: var(--transition);
  border: 2px solid var(--border-color);
  cursor: pointer;
}

.blac5e2f:hover,
.blac5e2f.active {
  border-color: var(--accent-color);
  box-shadow: var(--shadow-md);
}

.blac5e2f h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.blac5e2f p {
  font-size: 0.8rem;
  color: var(--text-light);
}

._dwe5pd {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.sc-j95qed {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition);
}

.sc-j95qed:hover {
  background: var(--bg-color);
}

._17b76j {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-light), var(--accent-color));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}
/* hpnvcf */
.sc-2aakbx {
  flex: 1;
}

.tw-7hqkko {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.st-va0ej3 {
  font-size: 0.8rem;
  color: var(--text-light);
  display: flex;
  gap: 12px;
}

.azb6tavgs {
  display: flex;
  gap: 16px;
  font-size: 0.8rem;
  color: var(--text-light);
  flex-shrink: 0;
}
/* bew6l4oxld */
/* 用户个人中心 */
.tw-win1k8 {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 30px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  margin-bottom: 24px;
  box-shadow: var(--shadow-sm);
}

.fkrhn51jh {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.5rem;
  font-weight: 800;
  flex-shrink: 0;
}

.el-2twgvl h2 {
  font-size: 1.5rem;
  margin-bottom: 4px;
}
/* 1wne */
.el-2twgvl p {
  color: var(--text-light);
  font-size: 0.9rem;
}

.m4v8em0cu {
  display: flex;
  gap: 30px;
  margin-top: 12px;
}

.zzosk4qda {
  text-align: center;
}

.zzosk4qda ._j9rervx {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
}

.zzosk4qda .b61pk8lq {
  font-size: 0.8rem;
  color: var(--text-light);
}

.tw-vd34gv {
  display: flex;
  gap: 0;
  background: var(--bg-card);
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  overflow: hidden;
  border-bottom: 2px solid var(--border-color);
}

.abgmfigpez {
  padding: 14px 28px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}
/* f1ku */
.abgmfigpez:hover,
.abgmfigpez.active {
  color: var(--accent-color);
  border-bottom-color: var(--accent-color);
}

.zlf58cd {
  background: var(--bg-card);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  padding: 24px;
}
/* r37xr */
/* ========================================
   动画效果
   ======================================== */
._sp4h9n {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

._sp4h9n.visible {
  opacity: 1;
  transform: translateY(0);
}
/* 8w0a */
.bsopt81 {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.bsopt81.visible {
  opacity: 1;
  transform: translateX(0);
}

.gbyvg5o {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.gbyvg5o.visible {
  opacity: 1;
  transform: translateX(0);
}
/* 2i5qv5r2 */
/* 脉冲动画 */
@keyframes pulse {
  0%, 100% { transform: scale(1); }
/* 6372 */  50% { transform: scale(1.05); }
}
/* 3vpbgq67th */
.st-qitpdc {
  animation: pulse 2s infinite;
}
/* s5afpyws */
/* 渐变边框动画 */
@keyframes gradient-border {
  0% { border-color: var(--accent-color); }
/* vvydhy */  50% { border-color: var(--gold-color); }
  100% { border-color: var(--accent-color); }
}

/* ========================================
   侧边栏
   ======================================== */
.rf1575u7jf {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.x9z2jxsi02 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
}

.x9z2jxsi02 h3 {
  font-size: 1rem;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent-color);
}

.st-5v67ev {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* 83n5h */
._yd9zoqh {
  display: flex;
  gap: 10px;
  cursor: pointer;
  transition: var(--transition);
}
/* mfihb */
._yd9zoqh:hover {
  opacity: 0.8;
}

.latdig00 {
  width: 100px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

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

.ws9km634 h4 {
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4px;
}

.ws9km634 p {
  font-size: 0.75rem;
  color: var(--text-light);
}

/* ========================================
   隐私政策页面
   ======================================== */
._rdbhhmf {
  max-width: 800px;
  margin: 0 auto;
  background: var(--bg-card);
  padding: 40px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

._rdbhhmf h2 {
  font-size: 1.3rem;
  margin: 24px 0 12px;
  color: var(--primary-color);
}

._rdbhhmf p {
  color: var(--text-secondary);
  line-height: 1.9;
  margin-bottom: 12px;
}

/* ========================================
   移动端下载页面
   ======================================== */
._aj6nuht {
  text-align: center;
  padding: 60px 0;
}

._aj6nuht h2 {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

._aj6nuht p {
  color: var(--text-secondary);
  margin-bottom: 30px;
}

._j645ug {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

._ql1svlvz {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: var(--radius-md);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-white);
  transition: var(--transition);
}
/* 9y23t7jmev */
._ql1svlvz:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  color: var(--text-white);
}
/* bgl4y0b */
.el-agk1fp { background: linear-gradient(135deg, #333, #000); }
.pb6jct1zo { background: linear-gradient(135deg, #07c160, #059142); }
/* 95y0val */
.st-fzl6ck {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}
/* 0ce8w2 */
.css-9944jq {
  padding: 30px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.css-9944jq h4 {
  font-size: 1.1rem;
  margin: 12px 0 8px;
}

.css-9944jq p {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1024px) {
  .ofegsb6ei {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .sc-nl74ri {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .zeouq83p7 {
    grid-template-columns: 1fr;
  }
/* 721zphczl7 */  
  .st-w5zfsx {
    grid-template-columns: 1fr;
  }
/* tqr209 */  
  .rzq0xveu5n {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  
  ._gud1um5u {
    display: none;
  }
/* 4n55 */  
  ._biaks0 {
    display: none;
  }
/* glpct56pz */  
  .el-xb46br {
    display: block;
  }
  
  .hjzj2gqp2 {
    display: none;
  }
  
  .hjzj2gqp2.open {
    display: block;
  }
  
  .hjzj2gqp2 ul {
    flex-direction: column;
  }
  
  .hjzj2gqp2 ul li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
  ._v48qvn {
    height: 360px;
  }
/* zw45w3 */  
  .st-spkczj h1 {
    font-size: 1.6rem;
  }
  
  .ofegsb6ei {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  
  ._urwc8j8 {
    grid-template-columns: 1fr;
  }
  
  .css-bi9zei {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .sc-nl74ri {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .hu3dv4trx {
    flex-direction: column;
    text-align: center;
  }
/* 7ocykb3 */  
  .na7fd9nwn {
    grid-template-columns: 1fr;
  }
  
  ._9fv5r6ci {
    grid-template-columns: 1fr;
  }
  
  ._qpftji {
    grid-template-columns: 1fr;
  }
  
  .st-fzl6ck {
    grid-template-columns: 1fr;
  }
  
  .tw-win1k8 {
    flex-direction: column;
    text-align: center;
  }
  
  .m4v8em0cu {
    justify-content: center;
  }
  
  .tw-vd34gv {
    overflow-x: auto;
  }
  
  ._l1gh07 h2 {
    font-size: 1.4rem;
  }
  
  .ihehsyl8 h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .ofegsb6ei {
    grid-template-columns: 1fr;
  }
  
  .css-bi9zei {
    grid-template-columns: 1fr;
  }
  
  ._j645ug {
    flex-direction: column;
    align-items: center;
  }
  
  .k398a44v {
    padding: 0 14px;
  }
}

/* 懒加载图片占位 */
img[loading="lazy"] {
  background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
  min-height: 100px;
}

/* 打印样式 */
@media print {
  ._pousjibv, .a5eo64pd, .tw-r3tnwz {
    display: none;
  }
}

/* 62vgd3yxt22wy8u8 */
