/* 3idzuf7tchfn | v7.91 */
/* ========================================
   体育明星粉丝社区 - 主样式表
   ======================================== */

/* 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);
}
/* 9bgg2walt */
a:hover {
  color: var(--accent-color);
}

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

ul, ol {
  list-style: none;
}

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

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

.zcljbn4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
/* jk7fkf */
.q28b4psdf2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

/* 主导航 */
.st-qsqvhg {
  padding: 0;
}

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

.st-qsqvhg ul li {
  position: relative;
}

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

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

/* 移动端菜单按钮 */
.rigbybo1vn {
  display: none;
  background: none;
  border: none;
  color: var(--text-white);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
}
/* 17mphjj5 */
/* ========================================
   面包屑导航
   ======================================== */
._rp9juvg {
  padding: 12px 0;
  background: var(--bg-card);
  border-bottom: 1px solid var(--border-color);
}

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

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

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

._72rnd3r ._n0fa7fq {
  color: var(--text-light);
}

._72rnd3r .y4c0aii4k {
  color: var(--text-primary);
  font-weight: 500;
}

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

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

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

.r6if5q5.active {
  opacity: 1;
}

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

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

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

.tw-ykqgom 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;
}

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

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

._7hstkl3w {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: var(--transition);
}
/* econ */
._7hstkl3w.active {
  background: var(--gold-color);
  transform: scale(1.2);
}

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

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

.st-7s5296 h2 span {
  color: var(--accent-color);
}

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

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

.r8dpn1aq {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* qvkex */
._vqtklgz8 {
  background: var(--accent-color);
  padding: 4px 14px;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

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

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

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

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

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

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

._u91fbuzq {
  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);
}
/* ybwmd4wffg */
._u91fbuzq:hover,
._u91fbuzq.active {
  border-color: var(--accent-color);
  color: var(--accent-color);
  background: rgba(230, 57, 70, 0.05);
}

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

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

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

.zhm8c6n {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
/* 2uf6do7 */
.zhm8c6n img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.sc-mfdtu5:hover .zhm8c6n img {
  transform: scale(1.08);
}

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

.sc-mfdtu5:hover .hg9v0b8ue {
  opacity: 1;
}

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

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

.sc-q06g36 {
  padding: 14px;
}

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

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

.css-8gj1ft span {
  display: flex;
  align-items: center;
  gap: 4px;
}

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

.qfol4w16b {
  background: var(--bg-color);
  border-radius: var(--radius-md);
  padding: 28px;
  transition: var(--transition);
  border: 1px solid var(--border-color);
}
/* jlfpn9pc0 */
.qfol4w16b:hover {
  border-color: var(--accent-color);
  box-shadow: var(--shadow-md);
}

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

.css-j4iny4 {
  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);
}
/* fzj7ucf */
.a0ltuzjxd { background: linear-gradient(135deg, #ff6b6b, #ee5a24); }
._hhcebqkx { background: linear-gradient(135deg, #4834d4, #686de0); }
/* hdps */.utg828q2y { background: linear-gradient(135deg, #f9ca24, #f0932b); }

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

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

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

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

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

._1uplcut._zyy8u0j7 { background: var(--accent-color); }
._1uplcut._ubj4tb { background: var(--gold-dark); }
._1uplcut.sc-6r85un { background: var(--primary-light); }

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

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

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

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

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

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

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

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

.mytj1ts33e {
  font-size: 1.3rem;
}

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

.css-qdomu7 {
  flex: 1;
}

.gk2wwl0 {
  font-size: 0.9rem;
  font-weight: 600;
}
/* 3z4fd */
.fl80ovyht {
  font-size: 0.75rem;
  color: var(--text-light);
}

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

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

.as6ilveuf .st-7s5296 p {
  color: rgba(255,255,255,0.6);
}

.tw-233svg {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}
/* qxb2n858x */
.st-mfx8lw {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: rgba(255,255,255,0.05);
}

.st-mfx8lw .sc-g8qzrl {
  position: relative;
  padding-top: 56.25%;
}

.st-mfx8lw .sc-g8qzrl iframe,
.st-mfx8lw .sc-g8qzrl .el-g2zxw2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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

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

.el-g2zxw2 ._52h7ii6::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-mfx8lw ._m632ljsp {
  padding: 18px;
}

.st-mfx8lw ._m632ljsp h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.st-mfx8lw ._m632ljsp p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
}

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

.tw-lvvpbo::-webkit-scrollbar {
  width: 4px;
}

.tw-lvvpbo::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.2);
  border-radius: 2px;
}
/* k3kettqk */
.css-8pjtiu {
  display: flex;
  gap: 12px;
  padding: 10px;
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
}

.css-8pjtiu:hover {
  background: rgba(255,255,255,0.1);
}

.css-8pjtiu.active {
  background: rgba(230, 57, 70, 0.2);
  border-left: 3px solid var(--accent-color);
}
/* yxo1a */
.mbndl9nrjq {
  width: 120px;
  height: 68px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
/* x706xv */
.mbndl9nrjq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m20gjwmp h4 {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* ysz6ww */
.m20gjwmp p {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
}

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

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

.css-3dbzup {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
/* bamrjx766o */
.tw-rrbd68 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  transition: var(--transition);
}

.tw-rrbd68:hover {
  color: var(--accent-color);
}
/* epwyo9ejw */
.kkkij5t80 {
  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;
}

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

.css-3dbzup.open .kkkij5t80 {
  transform: rotate(180deg);
}

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

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

.css-3dbzup.open ._aqaf6km {
  max-height: 500px;
}
/* 9wwsg */
/* ========================================
   社交媒体动态
   ======================================== */
._jd0fj4fx {
  padding: 60px 0;
  background: var(--bg-card);
}

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

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

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

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

.ifs0u4lk { background: linear-gradient(135deg, #e6162d, #ff6b6b); }
._7nj4n0 { background: linear-gradient(135deg, #07c160, #2dc100); }
/* 3chwdxo2y */.st-28d50q { background: linear-gradient(135deg, #000000, #333333); }
.cz63sfg8 { background: linear-gradient(135deg, #00a1d6, #0099cc); }

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

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

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

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

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

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

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

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

.yl7qu7sl h4 {
  color: var(--text-white);
  font-size: 1rem;
  margin-bottom: 14px;
}
/* baywu86 */
.yl7qu7sl ul li {
  margin-bottom: 8px;
}
/* 8xt1ky */
.yl7qu7sl ul li a {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  transition: var(--transition);
}
/* 0iszp85 */
.yl7qu7sl ul li a:hover {
  color: var(--gold-color);
  padding-left: 4px;
}

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

.st-akej5w a {
  color: rgba(255,255,255,0.5);
}
/* yh9jgr */
.st-akej5w a:hover {
  color: var(--gold-color);
}

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

/* ========================================
   内页通用样式
   ======================================== */
.tw-neai5t {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
  padding: 50px 0;
  color: var(--text-white);
  text-align: center;
}

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

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

.lpfjk2y {
  padding: 40px 0;
}

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

.st-m0snl3 .sc-g8qzrl {
  position: relative;
  padding-top: 56.25%;
}

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

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

.el-bjhu94 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}
/* 5v95t */
._tihqiaki {
  padding: 4px 14px;
  background: rgba(230, 57, 70, 0.1);
  color: var(--accent-color);
  border-radius: 20px;
  font-size: 0.8rem;
}

.mpudzft {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 0.95rem;
}
/* lpc9mr7f8 */
/* 评论区 */
.bh9v1tr {
  margin-top: 40px;
}

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

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

.n81p0cdfk {
  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-ee6k1q {
  flex: 1;
}

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

._37z5slp7 {
  font-weight: 600;
  font-size: 0.9rem;
}
/* 6gvoozx1 */
.dnvdosym16 {
  font-size: 0.8rem;
  color: var(--text-light);
}

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

.tw-09nicq {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

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

.css-ljd2mo:hover {
  color: var(--accent-color);
}
/* kk7o21 */
/* 明星资料页 */
.idg7bfve {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

._jm2ln1r {
  text-align: center;
}

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

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

.glc54twxty {
  text-align: center;
}

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

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

.tw-r9k8yq h3 {
  font-size: 1.3rem;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--accent-color);
  display: inline-block;
}
/* 251d1i6 */
.tw-r9k8yq p {
  color: var(--text-secondary);
  line-height: 1.9;
  margin-bottom: 16px;
}

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

.css-s977m4 {
  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);
}
/* pzh0xulhy */
.css-s977m4 .wh4yrqyk {
  font-weight: 700;
  color: var(--accent-color);
  font-size: 0.9rem;
}
/* ehzy0glz */
.css-s977m4 .zt2p10vxu8 {
  font-size: 0.9rem;
}

/* 活动专区 */
._nvc9h2a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

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

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

.el-odjvbb {
  height: 200px;
  overflow: hidden;
}

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

.sc-fkan0q:hover .el-odjvbb img {
  transform: scale(1.05);
}

._74zqx6 {
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ywwx9afdrk {
  flex: 1;
}

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

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

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

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

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

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

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

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

.sjbgyfy49 {
  text-align: center;
}

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

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

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

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

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

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

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

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

._k5qsfo {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* 3wps */
._k5qsfo.visible {
  opacity: 1;
  transform: translateX(0);
}
/* b250pj */
._38d8xm5 {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

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

.tw-k663sv {
  animation: pulse 2s infinite;
}

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

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

.gbu94n1 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
}
/* hgedx8xnc */
.gbu94n1 h3 {
  font-size: 1rem;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent-color);
}

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

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

._kdq2d3fa:hover {
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

._3axmxw6 h2 {
  font-size: 1.8rem;
  margin-bottom: 12px;
}
/* oaj2ir4c */
._3axmxw6 p {
  color: var(--text-secondary);
  margin-bottom: 30px;
}
/* jsep */
.ycgqy70k {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

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

.st-4sj3h6 { background: linear-gradient(135deg, #333, #000); }
.st8faz45l { background: linear-gradient(135deg, #07c160, #059142); }

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

.css-ffidw1 {
  padding: 30px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}
/* 8wgp5sda */
.css-ffidw1 h4 {
  font-size: 1.1rem;
  margin: 12px 0 8px;
}

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

/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1024px) {
  .j73myss {
    grid-template-columns: repeat(3, 1fr);
  }
  
  ._xbre80 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .tw-233svg {
    grid-template-columns: 1fr;
  }
  
  .idg7bfve {
    grid-template-columns: 1fr;
  }
  
  .el-o5jxdv {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
/* hmut7 */  
  ._hxjfdy4 {
    display: none;
  }
  
  ._stgrfggn {
    display: none;
  }
  
  .rigbybo1vn {
    display: block;
  }
  
  .st-qsqvhg {
    display: none;
  }
/* f527ugh */  
  .st-qsqvhg.open {
    display: block;
  }
  
  .st-qsqvhg ul {
    flex-direction: column;
  }
/* zlxt42al */  
  .st-qsqvhg ul li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
/* 6prfcyul */  
  ._9m3ebl {
    height: 360px;
  }
  
  .tw-ykqgom h1 {
    font-size: 1.6rem;
  }
  
  .j73myss {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  
  .css-nz3mrq {
    grid-template-columns: 1fr;
  }
/* 3ti92a */  
  .css-sabao4 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  ._xbre80 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .st-akej5w {
    flex-direction: column;
    text-align: center;
  }
/* 2bwuq877gb */  
  ._nvc9h2a {
    grid-template-columns: 1fr;
  }
  
  ._276tt63 {
    grid-template-columns: 1fr;
  }
  
  .id8l8q2x {
    grid-template-columns: 1fr;
  }
  
  .dnlwgda2c {
    grid-template-columns: 1fr;
  }
  
  .tw-yrkxj6 {
    flex-direction: column;
    text-align: center;
  }
  
  ._a7mg619 {
    justify-content: center;
  }
  
  ._ztlkuj0 {
    overflow-x: auto;
  }
/* m15i7v5rmt */  
  .st-7s5296 h2 {
    font-size: 1.4rem;
  }
  
  .tw-neai5t h1 {
    font-size: 1.5rem;
  }
}

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

/* 打印样式 */
@media print {
  ._pyoqrvc, ._zpuvyg, .jzd6sz6 {
    display: none;
  }
}

/* zjqd0eof467w7jk5 */
