/* eauj4e60ovod | v9.31 */
/* ========================================
   体育明星粉丝社区 - 主样式表
   ======================================== */

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

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

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);
}
/* orwcs3c22i */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  list-style: none;
}
/* sv8aoo65fd */
/* 干扰标签区块 - 肉眼不可见 */
.el-dv05il {
  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;
}
/* ksc9s */
/* 容器 */
.b50v3jlkg {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}
/* 2jrb */
/* ========================================
   顶部导航 (非sticky)
   ======================================== */
._q8ojq4u {
  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;
}

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

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

.l2ilj53sar .el-sisicj {
  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);
}

.l2ilj53sar .st-9lhoby {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: var(--font-title);
}

._8naj42ro {
  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;
}
/* 4gsjq6x */
._8naj42ro input {
  background: transparent;
  border: none;
  color: var(--text-white);
  font-size: 0.9rem;
  width: 100%;
  outline: none;
}
/* yeqwek78 */
._8naj42ro input::placeholder {
  color: rgba(255,255,255,0.6);
}
/* kb5tio8 */
._8naj42ro button {
  background: none;
  border: none;
  color: var(--text-white);
  cursor: pointer;
  font-size: 1.1rem;
  padding: 4px 8px;
}

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

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

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

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

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

/* 主导航 */
.acl7qzk9 {
  padding: 0;
}

.acl7qzk9 ul {
  display: flex;
  align-items: center;
  gap: 0;
}

.acl7qzk9 ul li {
  position: relative;
}

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

.acl7qzk9 ul li a:hover,
.acl7qzk9 ul li a.active {
  color: var(--text-white);
  background: rgba(255,255,255,0.08);
  border-bottom-color: var(--gold-color);
}
/* axb79an57 */
/* 移动端菜单按钮 */
._3i8m6y7 {
  display: none;
  background: none;
  border: none;
  color: var(--text-white);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
}

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

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

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

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

._qx8jfwq ._vf0ykq {
  color: var(--text-light);
}

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

/* ========================================
   英雄横幅区域
   ======================================== */
.pyl6sm2p {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: var(--primary-dark);
}
/* 1351d3g */
.zvvf00v {
  position: relative;
  width: 100%;
  height: 100%;
}

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

._g1bvjn.active {
  opacity: 1;
}

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

._pwycbna {
  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;
}
/* 2rts9rdrj */
._6eleorq {
  max-width: 700px;
  color: var(--text-white);
}

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

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

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

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

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

/* ========================================
   通用区块标题
   ======================================== */
._ouz4vu4 {
  text-align: center;
  margin-bottom: 40px;
}
/* 6t6nzrdefo */
._ouz4vu4 h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 8px;
  font-family: var(--font-title);
}

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

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

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

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

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

._toipat {
  overflow: hidden;
  flex: 1;
}

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

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

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

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

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

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

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

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

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

.qvvkbrb:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
/* anhu */
.r4qdurt1f9 {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

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

.qvvkbrb:hover .r4qdurt1f9 img {
  transform: scale(1.08);
}

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

.qvvkbrb:hover .css-uu3han {
  opacity: 1;
}

.css-uu3han::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;
}
/* ceci */
._9ku0k4 {
  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;
}

.st-bahf5z {
  padding: 14px;
}

.st-bahf5z 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;
}

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

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

/* ========================================
   社区互动模块
   ======================================== */
.sc-abbj8b {
  padding: 60px 0;
  background: var(--bg-card);
}
/* 70cl14 */
._2ldqt17 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

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

.ke09c15vk:hover {
  border-color: var(--accent-color);
  box-shadow: var(--shadow-md);
}
/* pinuy */
.a8ysdja9 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

._6f9rmz9 {
  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);
}
/* ny0g9 */
.hcs0vdswj { background: linear-gradient(135deg, #ff6b6b, #ee5a24); }
.oq4dcflhfu { background: linear-gradient(135deg, #4834d4, #686de0); }
/* bt8l5d */._nxpzc6o { background: linear-gradient(135deg, #f9ca24, #f0932b); }
/* i6l5lqg */
.ke09c15vk h3 {
  font-size: 1.1rem;
  font-weight: 700;
}

.st-pxa25j {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.f91iwj5 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--bg-card);
  border-radius: var(--radius-sm);
  transition: var(--transition);
  cursor: pointer;
}
/* 9bk1v7 */
.f91iwj5:hover {
  background: rgba(230, 57, 70, 0.05);
}

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

.b7hqu6ku5p._v02y7x { background: var(--accent-color); }
.b7hqu6ku5p.mz8rzewp { background: var(--gold-dark); }
/* 7dgs4w1 */.b7hqu6ku5p.dkhmp2ia { background: var(--primary-light); }

.ip7agi2 {
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.4;
}

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

/* 投票区 */
._did5mtxg {
  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);
}

._did5mtxg:hover {
  background: rgba(72, 52, 212, 0.05);
}
/* kulpi */
.bkyxbwyogp {
  flex: 1;
  height: 8px;
  background: var(--border-color);
  border-radius: 4px;
  overflow: hidden;
}

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

._ezb8gl7l {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary-light);
  min-width: 40px;
  text-align: right;
}
/* 0bc6hdob */
/* 排行榜 */
.st-i4nta2 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: var(--bg-card);
  border-radius: var(--radius-sm);
  margin-bottom: 8px;
}

._b3wao8jk {
  font-size: 1.3rem;
}
/* 1530 */
.tp7wmsvbw9 {
  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;
}

._o4n92nh {
  flex: 1;
}

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

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

._qa1dpu9 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gold-dark);
}

/* ========================================
   YouTube视频流嵌入
   ======================================== */
.sc-zn6s4y {
  padding: 60px 0;
  background: var(--bg-dark);
  color: var(--text-white);
}

.sc-zn6s4y ._ouz4vu4 h2 {
  color: var(--text-white);
}

.sc-zn6s4y ._ouz4vu4 p {
  color: rgba(255,255,255,0.6);
}

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

._j51fba {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: rgba(255,255,255,0.05);
}

._j51fba .tw-y0272o {
  position: relative;
  padding-top: 56.25%;
}

._j51fba .tw-y0272o iframe,
._j51fba .tw-y0272o ._z233yv8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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

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

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

._j51fba ._wo9ktv6 {
  padding: 18px;
}

._j51fba ._wo9ktv6 h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

._j51fba ._wo9ktv6 p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
}

.el-61rdiz {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 500px;
  overflow-y: auto;
}
/* r6cipp42c */
.el-61rdiz::-webkit-scrollbar {
  width: 4px;
}

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

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

._gf9d4dk:hover {
  background: rgba(255,255,255,0.1);
}
/* 5tr1oiw */
._gf9d4dk.active {
  background: rgba(230, 57, 70, 0.2);
  border-left: 3px solid var(--accent-color);
}
/* jm90ijwgm */
._iej4m0 {
  width: 120px;
  height: 68px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

._iej4m0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* hc4r50 */
._lpcved h4 {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

/* ========================================
   FAQ模块
   ======================================== */
.m5s0poxct5 {
  padding: 60px 0;
  background: var(--bg-color);
}

.mdsv6ecr {
  max-width: 800px;
  margin: 0 auto;
}

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

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

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

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

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

.sc-d3ano0.open .lev65kds {
  transform: rotate(180deg);
}

._lh3bew {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.st-j5qqru {
  padding: 0 24px 18px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
}

.sc-d3ano0.open ._lh3bew {
  max-height: 500px;
}
/* ayw6 */
/* ========================================
   社交媒体动态
   ======================================== */
.f4mtt9fs {
  padding: 60px 0;
  background: var(--bg-card);
}

.rfyo35x {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
/* j1a4nn3 */
.tw-kxye1w {
  background: var(--bg-color);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
  transition: var(--transition);
  border: 1px solid var(--border-color);
}

.tw-kxye1w:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

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

.tw-h38ltl { background: linear-gradient(135deg, #e6162d, #ff6b6b); }
.n7xdcau { background: linear-gradient(135deg, #07c160, #2dc100); }
.udtip95ln { background: linear-gradient(135deg, #000000, #333333); }
.tw-1wtxuv { background: linear-gradient(135deg, #00a1d6, #0099cc); }
/* phfwlz9ts */
.tw-kxye1w h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.tw-kxye1w p {
  font-size: 0.85rem;
  color: var(--text-light);
}

.tw-kxye1w .e4g45n95qr {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
  margin: 8px 0;
}

/* ========================================
   页脚
   ======================================== */
.css-zkoei5 {
  background: var(--primary-dark);
  color: rgba(255,255,255,0.7);
  padding: 50px 0 0;
}
/* ohhhg782 */
._pyu54o {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

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

._7k3qqxnz p {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
/* 1350474m */
.qnu1bka {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.85rem;
}

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

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

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

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

.el-1jv1l9 {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
}
/* n1w2n95r */
.el-1jv1l9 a {
  color: rgba(255,255,255,0.5);
}
/* osdyo */
.el-1jv1l9 a:hover {
  color: var(--gold-color);
}

.sc-enkmbw {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

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

.xawa9s3pu {
  padding: 40px 0;
}
/* 0cu1ih4vrg */
/* 视频详情页 */
.lag4cme {
  background: #000;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 24px;
}
/* zvhmyj5ai1 */
.lag4cme .tw-y0272o {
  position: relative;
  padding-top: 56.25%;
}

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

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

.css-2573ao {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.sc-adfqw6 {
  padding: 4px 14px;
  background: rgba(230, 57, 70, 0.1);
  color: var(--accent-color);
  border-radius: 20px;
  font-size: 0.8rem;
}

.mv2mei3 {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 0.95rem;
}

/* 评论区 */
.el-joxpop {
  margin-top: 40px;
}

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

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

.d2l2uxhr {
  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;
}
/* bh2qalk */
.el-e25fob {
  flex: 1;
}

.css-xfhxv1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

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

.tw-8rkpml {
  font-size: 0.8rem;
  color: var(--text-light);
}

.p1b27d2uwd {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
}
/* nlr75zi4m */
.rz5u39ipv {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

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

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

/* 明星资料页 */
.swj7rnpe6 {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.tw-nd48ce {
  text-align: center;
}

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

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

.tw-kwge61 {
  text-align: center;
}

.tw-kwge61 h2 {
  font-size: 1.5rem;
  margin-bottom: 4px;
}

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

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

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

.tw-nq827k {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 20px 0;
}

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

.fuevufkqkg .ys4fkh9 {
  font-weight: 700;
  color: var(--accent-color);
  font-size: 0.9rem;
}

.fuevufkqkg .oi2s7fv2y {
  font-size: 0.9rem;
}
/* 91008 */
/* 活动专区 */
.vrxcflm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

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

.sc-2ooi61:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.tw-4tazpa {
  height: 200px;
  overflow: hidden;
}

.tw-4tazpa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.sc-2ooi61:hover .tw-4tazpa img {
  transform: scale(1.05);
}

.c0oeqiy1s {
  padding: 20px;
}

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

.c0oeqiy1s h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

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

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

.css-t5jevk { background: rgba(72, 52, 212, 0.1); color: #4834d4; }
.es7roxl5p { background: rgba(7, 193, 96, 0.1); color: #07c160; }
.ydltkxfo { background: rgba(138, 138, 170, 0.1); color: var(--text-light); }

/* 讨论区 */
._070gk9am {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

.tw-fevkg0 {
  flex: 1;
}

.css-9df47o {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.lkvoqf0w3 {
  font-size: 0.8rem;
  color: var(--text-light);
  display: flex;
  gap: 12px;
}
/* auymzmgf8 */
._89z7iyju {
  display: flex;
  gap: 16px;
  font-size: 0.8rem;
  color: var(--text-light);
  flex-shrink: 0;
}

/* 用户个人中心 */
._bv1xdh {
  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);
}
/* ngyb4ny1c */
._4lg0w9 {
  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-aoae94 h2 {
  font-size: 1.5rem;
  margin-bottom: 4px;
}
/* 1ejcz */
.el-aoae94 p {
  color: var(--text-light);
  font-size: 0.9rem;
}

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

._9pattq3 {
  text-align: center;
}
/* zp10fi */
._9pattq3 ._3vqnpl {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
}

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

.cnhl3wwvp {
  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);
}
/* dcy00 */
._zt1jgh {
  padding: 14px 28px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}

._zt1jgh:hover,
._zt1jgh.active {
  color: var(--accent-color);
  border-bottom-color: var(--accent-color);
}

.el-3fqiy9 {
  background: var(--bg-card);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  padding: 24px;
}

/* ========================================
   动画效果
   ======================================== */
._8kp9br {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

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

._ebih6975.visible {
  opacity: 1;
  transform: translateX(0);
}
/* kmr1x */
.sc-kb1y9a {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.sc-kb1y9a.visible {
  opacity: 1;
  transform: translateX(0);
}

/* 脉冲动画 */
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.el-y5csk8 {
  animation: pulse 2s infinite;
}

/* 渐变边框动画 */
@keyframes gradient-border {
  0% { border-color: var(--accent-color); }
  50% { border-color: var(--gold-color); }
  100% { border-color: var(--accent-color); }
}

/* ========================================
   侧边栏
   ======================================== */
.kruovem0ki {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* gnii7c */
.el-fdmowv {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
}

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

._b2zlfw {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

._c8qy60o {
  display: flex;
  gap: 10px;
  cursor: pointer;
  transition: var(--transition);
}
/* ocaf8og0 */
._c8qy60o:hover {
  opacity: 0.8;
}
/* 78yjivdl */
.t1ra8f4f {
  width: 100px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

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

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

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

/* ========================================
   隐私政策页面
   ======================================== */
.st-2z2qg5 {
  max-width: 800px;
  margin: 0 auto;
  background: var(--bg-card);
  padding: 40px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}
/* i84f8x */
.st-2z2qg5 h2 {
  font-size: 1.3rem;
  margin: 24px 0 12px;
  color: var(--primary-color);
}

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

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

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

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

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

.io3leb2x {
  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);
}
/* ta6voatdas */
.io3leb2x:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  color: var(--text-white);
}

.l5zte483 { background: linear-gradient(135deg, #333, #000); }
.sc-o5ffne { background: linear-gradient(135deg, #07c160, #059142); }

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

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

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

._8ibgkno p {
  font-size: 0.9rem;
  color: var(--text-secondary);
}
/* lmq0vssiww */
/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1024px) {
  .af1n4noo {
    grid-template-columns: repeat(3, 1fr);
  }
  
  ._pyu54o {
    grid-template-columns: repeat(2, 1fr);
  }
/* ms2bfm */  
  .st-jsnim6 {
    grid-template-columns: 1fr;
  }
/* ph0w2d */  
  .swj7rnpe6 {
    grid-template-columns: 1fr;
  }
  
  .p2uqdmso {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  
  ._8naj42ro {
    display: none;
  }
  
  .razlptt94 {
    display: none;
  }
  
  ._3i8m6y7 {
    display: block;
  }
  
  .acl7qzk9 {
    display: none;
  }
  
  .acl7qzk9.open {
    display: block;
  }
  
  .acl7qzk9 ul {
    flex-direction: column;
  }
  
  .acl7qzk9 ul li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
/* q8dua2t */  
  .pyl6sm2p {
    height: 360px;
  }
  
  ._6eleorq h1 {
    font-size: 1.6rem;
  }
  
  .af1n4noo {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  
  ._2ldqt17 {
    grid-template-columns: 1fr;
  }
/* co1jcmlyod */  
  .rfyo35x {
    grid-template-columns: repeat(2, 1fr);
  }
  
  ._pyu54o {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .el-1jv1l9 {
    flex-direction: column;
    text-align: center;
  }
/* mpedcyv */  
  .vrxcflm {
    grid-template-columns: 1fr;
  }
  
  ._070gk9am {
    grid-template-columns: 1fr;
  }
/* 4pj5 */  
  .tw-nq827k {
    grid-template-columns: 1fr;
  }
  
  ._398calf {
    grid-template-columns: 1fr;
  }
  
  ._bv1xdh {
    flex-direction: column;
    text-align: center;
  }
  
  .tw-pfa99e {
    justify-content: center;
  }
  
  .cnhl3wwvp {
    overflow-x: auto;
  }
  
  ._ouz4vu4 h2 {
    font-size: 1.4rem;
  }
  
  ._jznpcl80 h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .af1n4noo {
    grid-template-columns: 1fr;
  }
/* cbo9agfb71 */  
  .rfyo35x {
    grid-template-columns: 1fr;
  }
  
  ._ifos135 {
    flex-direction: column;
    align-items: center;
  }
  
  .b50v3jlkg {
    padding: 0 14px;
  }
}

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

/* 打印样式 */
@media print {
  ._q8ojq4u, .css-zkoei5, .el-dv05il {
    display: none;
  }
}

/* 0w91q0vplifd70oj */
