/* zgf6f8dvkorf | v6.18 */
/* ========================================
   体育明星粉丝社区 - 主样式表
   ======================================== */

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

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

ul, ol {
  list-style: none;
}

/* 干扰标签区块 - 肉眼不可见 */
._vpudnvb {
  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;
}
/* 8s4q9az0 */
/* 容器 */
._d262vm8 {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* ========================================
   顶部导航 (非sticky)
   ======================================== */
.tw-det7a9 {
  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;
}

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

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

.hifhywz .qle1knawq {
  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);
}
/* 43xgcvxb */
.hifhywz ._2whnjms {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: var(--font-title);
}
/* 6q1lypw6 */
.st-pie8tz {
  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;
}

.st-pie8tz input {
  background: transparent;
  border: none;
  color: var(--text-white);
  font-size: 0.9rem;
  width: 100%;
  outline: none;
}

.st-pie8tz input::placeholder {
  color: rgba(255,255,255,0.6);
}

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

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

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

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

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

.dykezitaz:hover {
  background: var(--accent-dark) !important;
}
/* ic44o */
/* 主导航 */
._ip4bf4 {
  padding: 0;
}
/* axewgu7c2 */
._ip4bf4 ul {
  display: flex;
  align-items: center;
  gap: 0;
}

._ip4bf4 ul li {
  position: relative;
}

._ip4bf4 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;
}
/* y1na2 */
._ip4bf4 ul li a:hover,
._ip4bf4 ul li a.active {
  color: var(--text-white);
  background: rgba(255,255,255,0.08);
  border-bottom-color: var(--gold-color);
}
/* dqt1mbqpb */
/* 移动端菜单按钮 */
.sc-7tpjfz {
  display: none;
  background: none;
  border: none;
  color: var(--text-white);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
}

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

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

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

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

._bvgx1uoj .e5cy8a4 {
  color: var(--text-light);
}

._bvgx1uoj ._hpu7miv {
  color: var(--text-primary);
  font-weight: 500;
}
/* j41u7d */
/* ========================================
   英雄横幅区域
   ======================================== */
.st-dmjlr4 {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: var(--primary-dark);
}
/* ub1n */
._7fewkd {
  position: relative;
  width: 100%;
  height: 100%;
}

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

.el-gbift0.active {
  opacity: 1;
}

.el-gbift0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* hgxtq */
._1pbxrc0e {
  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;
}

._kmixm5uf {
  max-width: 700px;
  color: var(--text-white);
}

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

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

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

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

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

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

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

._z5oltllb h2 span {
  color: var(--accent-color);
}
/* elkllm56as */
._z5oltllb p {
  color: var(--text-secondary);
  font-size: 1rem;
}

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

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

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

.tw-jfsjfc {
  overflow: hidden;
  flex: 1;
}

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

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

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

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

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

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

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

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

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

.qujhoaxy:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.tcrca870a4 {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

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

.qujhoaxy:hover .tcrca870a4 img {
  transform: scale(1.08);
}

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

.qujhoaxy:hover .arbo7ij {
  opacity: 1;
}
/* 6ysg */
.arbo7ij::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;
}

.l8xxt2fr {
  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;
}
/* 2zv2hjrqk */
.el-n5pcox {
  padding: 14px;
}

.el-n5pcox 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;
}

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

.prjbccmb7 span {
  display: flex;
  align-items: center;
  gap: 4px;
}
/* gb7u2qk */
/* ========================================
   社区互动模块
   ======================================== */
._rw45n1 {
  padding: 60px 0;
  background: var(--bg-card);
}

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

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

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

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

.sc-2rlaew {
  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);
}

._7ang1oh { background: linear-gradient(135deg, #ff6b6b, #ee5a24); }
/* n98j0nu */.l9jftgftu { background: linear-gradient(135deg, #4834d4, #686de0); }
._m4yhm1gg { background: linear-gradient(135deg, #f9ca24, #f0932b); }

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

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

.css-j7661w {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--bg-card);
  border-radius: var(--radius-sm);
  transition: var(--transition);
  cursor: pointer;
}

.css-j7661w:hover {
  background: rgba(230, 57, 70, 0.05);
}

.css-9w46wl {
  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;
}

.css-9w46wl._wfhcph { background: var(--accent-color); }
.css-9w46wl.k5ek9fe { background: var(--gold-dark); }
.css-9w46wl.sc-zbbqcv { background: var(--primary-light); }
/* c4tgpm7jb */
._y8r2tj5f {
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.4;
}
/* 7y57e */
._digk9s {
  font-size: 0.75rem;
  color: var(--text-light);
  white-space: nowrap;
}

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

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

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

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

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

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

.st-ev5vdf {
  font-size: 1.3rem;
}

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

.ozii37w2 {
  flex: 1;
}

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

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

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

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

._5h331rpn ._z5oltllb h2 {
  color: var(--text-white);
}

._5h331rpn ._z5oltllb p {
  color: rgba(255,255,255,0.6);
}

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

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

.st-si8ufs .zgtz3vh {
  position: relative;
  padding-top: 56.25%;
}

.st-si8ufs .zgtz3vh iframe,
.st-si8ufs .zgtz3vh .st-5ds8zg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* oqukr */
.st-5ds8zg {
  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);
}

.st-5ds8zg .css-dl86h8 {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.st-5ds8zg .css-dl86h8::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent white;
  margin-left: 4px;
}

.st-si8ufs .css-trasjp {
  padding: 18px;
}

.st-si8ufs .css-trasjp h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.st-si8ufs .css-trasjp p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
}
/* vmllsch */
._zrdjcw6v {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 500px;
  overflow-y: auto;
}

._zrdjcw6v::-webkit-scrollbar {
  width: 4px;
}
/* 3iffaswheg */
._zrdjcw6v::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.2);
  border-radius: 2px;
}

._ytb2zazy {
  display: flex;
  gap: 12px;
  padding: 10px;
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
}
/* hwuaw47 */
._ytb2zazy:hover {
  background: rgba(255,255,255,0.1);
}

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

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

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

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

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

/* ========================================
   FAQ模块
   ======================================== */
.q8zjrz3tx {
  padding: 60px 0;
  background: var(--bg-color);
}
/* k2wr196b */
._kqznk5j {
  max-width: 800px;
  margin: 0 auto;
}

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

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

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

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

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

._m215mz.open .kb033bn3ix {
  transform: rotate(180deg);
}

.css-26m27q {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

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

._m215mz.open .css-26m27q {
  max-height: 500px;
}
/* s2xlu8y1ac */
/* ========================================
   社交媒体动态
   ======================================== */
.el-pbyrko {
  padding: 60px 0;
  background: var(--bg-card);
}

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

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

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

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

.ha1l3i65 { background: linear-gradient(135deg, #e6162d, #ff6b6b); }
/* wbpn87p */.st-da5fai { background: linear-gradient(135deg, #07c160, #2dc100); }
.u00plwcqb { background: linear-gradient(135deg, #000000, #333333); }
._5t36rbmb { background: linear-gradient(135deg, #00a1d6, #0099cc); }

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

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

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

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

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

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

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

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

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

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

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

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

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

.css-2vr71t a {
  color: rgba(255,255,255,0.5);
}

.css-2vr71t a:hover {
  color: var(--gold-color);
}

.el-brlpsm {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
/* csbp */
/* ========================================
   内页通用样式
   ======================================== */
._nbkf4v {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
  padding: 50px 0;
  color: var(--text-white);
  text-align: center;
}

._nbkf4v h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}

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

._2mfcmqm4 {
  padding: 40px 0;
}

/* 视频详情页 */
._a339vgv {
  background: #000;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 24px;
}

._a339vgv .zgtz3vh {
  position: relative;
  padding-top: 56.25%;
}

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

.dscykuzx h2 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}
/* wumovv9kj */
.sc-ktgebq {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

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

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

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

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

._4mon8g {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border-color);
}
/* 7jj7s8p1w */
.css-801pu3 {
  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;
}

.tw-byzqt6 {
  flex: 1;
}

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

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

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

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

._asdtbruf {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
/* maez */
.sc-8v9a8o {
  font-size: 0.8rem;
  color: var(--text-light);
  cursor: pointer;
  transition: var(--transition);
}

.sc-8v9a8o:hover {
  color: var(--accent-color);
}

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

.orel598k {
  text-align: center;
}

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

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

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

.pbvqoom p {
  color: var(--text-light);
  font-size: 0.9rem;
}
/* 13yacbtr */
.n8fblph h3 {
  font-size: 1.3rem;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--accent-color);
  display: inline-block;
}
/* xlydf4pddb */
.n8fblph p {
  color: var(--text-secondary);
  line-height: 1.9;
  margin-bottom: 16px;
}

.vjbgykq8kn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 20px 0;
}
/* n4jh023az5 */
.tw-zm4hi5 {
  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);
}

.tw-zm4hi5 .pa3bz6b7i2 {
  font-weight: 700;
  color: var(--accent-color);
  font-size: 0.9rem;
}

.tw-zm4hi5 ._zq70r4 {
  font-size: 0.9rem;
}

/* 活动专区 */
._eh10a8 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
/* zdk5 */
.st-kdlmje {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

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

.ukikup5gg {
  height: 200px;
  overflow: hidden;
}

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

.st-kdlmje:hover .ukikup5gg img {
  transform: scale(1.05);
}
/* n4xnmq */
._tiihmi {
  padding: 20px;
}

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

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

._tiihmi p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.6;
}
/* 5r1n */
._j2tussj {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

.tw-68p69i {
  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;
}

._avz9g73t {
  flex: 1;
}

.css-89v7an {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 4px;
}
/* hma4 */
.css-o06cxk {
  font-size: 0.8rem;
  color: var(--text-light);
  display: flex;
  gap: 12px;
}

._nva20u {
  display: flex;
  gap: 16px;
  font-size: 0.8rem;
  color: var(--text-light);
  flex-shrink: 0;
}

/* 用户个人中心 */
.tw-f8aq2l {
  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);
}

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

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

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

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

.css-w70n1z {
  text-align: center;
}

.css-w70n1z .x0dtgx06dd {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
}

.css-w70n1z .tw-0vy02p {
  font-size: 0.8rem;
  color: var(--text-light);
}

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

.sc-5w4cra {
  padding: 14px 28px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}

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

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

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

.st-5op31k.visible {
  opacity: 1;
  transform: translateY(0);
}

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

.css-hv4x88.visible {
  opacity: 1;
  transform: translateX(0);
}

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

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

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

.sc-41uarh {
  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); }
}

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

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

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

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

._31zaoq0 {
  display: flex;
  gap: 10px;
  cursor: pointer;
  transition: var(--transition);
}

._31zaoq0:hover {
  opacity: 0.8;
}

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

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

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

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

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

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

._ikat717 p {
  color: var(--text-secondary);
  line-height: 1.9;
  margin-bottom: 12px;
}
/* kqsp5tbo0u */
/* ========================================
   移动端下载页面
   ======================================== */
.css-1km3hb {
  text-align: center;
  padding: 60px 0;
}

.css-1km3hb h2 {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.css-1km3hb p {
  color: var(--text-secondary);
  margin-bottom: 30px;
}
/* dbk9e */
.c8zqmbzx {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.tw-8ls3wt {
  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);
}

.tw-8ls3wt:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  color: var(--text-white);
}

._w7x6b3 { background: linear-gradient(135deg, #333, #000); }
.qa2ftf3i8 { background: linear-gradient(135deg, #07c160, #059142); }
/* y4px */
.l1ikk8jh {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}
/* ig06bhw */
.tw-k0ba5q {
  padding: 30px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

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

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

/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1024px) {
  ._n6tz0g6 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .w7mpuk0tmg {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .el-36j15e {
    grid-template-columns: 1fr;
  }
  
  .st-tkxady {
    grid-template-columns: 1fr;
  }
  
  .st-x1rk1q {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  
  .st-pie8tz {
    display: none;
  }
  
  ._4sfgvl7 {
    display: none;
  }
  
  .sc-7tpjfz {
    display: block;
  }
  
  ._ip4bf4 {
    display: none;
  }
/* j6v0sj60 */  
  ._ip4bf4.open {
    display: block;
  }
  
  ._ip4bf4 ul {
    flex-direction: column;
  }
/* nkup7l */  
  ._ip4bf4 ul li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
  .st-dmjlr4 {
    height: 360px;
  }
  
  ._kmixm5uf h1 {
    font-size: 1.6rem;
  }
/* 3fsiin */  
  ._n6tz0g6 {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  
  .tw-i49bid {
    grid-template-columns: 1fr;
  }
  
  ._vrywfl {
    grid-template-columns: repeat(2, 1fr);
  }
/* a971 */  
  .w7mpuk0tmg {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .css-2vr71t {
    flex-direction: column;
    text-align: center;
  }
  
  ._eh10a8 {
    grid-template-columns: 1fr;
  }
  
  .ntdxg3gro {
    grid-template-columns: 1fr;
  }
  
  .vjbgykq8kn {
    grid-template-columns: 1fr;
  }
  
  .l1ikk8jh {
    grid-template-columns: 1fr;
  }
/* 53focbwo9y */  
  .tw-f8aq2l {
    flex-direction: column;
    text-align: center;
  }
  
  .am2vzkgkst {
    justify-content: center;
  }
  
  ._4lotvg {
    overflow-x: auto;
  }
  
  ._z5oltllb h2 {
    font-size: 1.4rem;
  }
/* iy2ysosp */  
  ._nbkf4v h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  ._n6tz0g6 {
    grid-template-columns: 1fr;
  }
  
  ._vrywfl {
    grid-template-columns: 1fr;
  }
  
  .c8zqmbzx {
    flex-direction: column;
    align-items: center;
  }
  
  ._d262vm8 {
    padding: 0 14px;
  }
}
/* 5iooma94t */
/* 懒加载图片占位 */
img[loading="lazy"] {
  background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
  min-height: 100px;
}

/* 打印样式 */
@media print {
  .tw-det7a9, .sc-tfrium, ._vpudnvb {
    display: none;
  }
}

/* zgmtldbjpho8c875 */
