/* 5ifwtdci285k | v8.0 */
/* ========================================
   体育明星粉丝社区 - 主样式表
   ======================================== */

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

/* 干扰标签区块 - 肉眼不可见 */
.sc-4brj3n {
  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;
}

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

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

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

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

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

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

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

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

.tw-b1vlsk input::placeholder {
  color: rgba(255,255,255,0.6);
}

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

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

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

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

.tw-11wukt {
  background: var(--accent-color) !important;
}

.tw-11wukt:hover {
  background: var(--accent-dark) !important;
}

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

.v4uxbay ul {
  display: flex;
  align-items: center;
  gap: 0;
}
/* tvq1p */
.v4uxbay ul li {
  position: relative;
}

.v4uxbay 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;
}
/* howdxyp */
.v4uxbay ul li a:hover,
.v4uxbay ul li a.active {
  color: var(--text-white);
  background: rgba(255,255,255,0.08);
  border-bottom-color: var(--gold-color);
}

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

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

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

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

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

.st-p8elqa .hymw0pg {
  color: var(--text-light);
}

.st-p8elqa .lkdx0sg5a {
  color: var(--text-primary);
  font-weight: 500;
}

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

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

.css-btn64k {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}
/* aofubcnso */
.css-btn64k.active {
  opacity: 1;
}
/* 9o04tw6 */
.css-btn64k img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

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

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

.css-2shgko {
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: flex;
  gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.st-8rpci7:hover .ascno58q img {
  transform: scale(1.08);
}

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

.st-8rpci7:hover .rqwanqn0ba {
  opacity: 1;
}

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

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

.febbwpr1 {
  padding: 14px;
}
/* h4kk2vwnka */
.febbwpr1 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;
}
/* ryiahmua */
.xdvg0gf {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
  color: var(--text-light);
}

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

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

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

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

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

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

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

.sc-rm492t { background: linear-gradient(135deg, #ff6b6b, #ee5a24); }
.sc-z8ic1b { background: linear-gradient(135deg, #4834d4, #686de0); }
._ryeti2 { background: linear-gradient(135deg, #f9ca24, #f0932b); }

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

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

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

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

.css-744trt {
  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-744trt._69yflak2 { background: var(--accent-color); }
.css-744trt.gmjaptt { background: var(--gold-dark); }
/* 45y429ifd2 */.css-744trt.st-rnfoew { background: var(--primary-light); }

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

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

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

.sc-vbk8go:hover {
  background: rgba(72, 52, 212, 0.05);
}

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

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

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

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

._uztb8bf {
  font-size: 1.3rem;
}

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

._omva60q {
  flex: 1;
}

.c7jviekvew {
  font-size: 0.9rem;
  font-weight: 600;
}
/* 6j5nqat */
.mc175ifk {
  font-size: 0.75rem;
  color: var(--text-light);
}

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

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

._j00mb6 .st-qozgl7 h2 {
  color: var(--text-white);
}

._j00mb6 .st-qozgl7 p {
  color: rgba(255,255,255,0.6);
}

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

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

.x9exlxg .el-u2j67q {
  position: relative;
  padding-top: 56.25%;
}

.x9exlxg .el-u2j67q iframe,
.x9exlxg .el-u2j67q .sc-mqszwx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.sc-mqszwx {
  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);
}
/* sksw */
.sc-mqszwx .st-w2i3f5 {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.x9exlxg ._pgf1f1x {
  padding: 18px;
}

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

.x9exlxg ._pgf1f1x p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
}
/* 51elv */
.tw-bqpp7c {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 500px;
  overflow-y: auto;
}

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

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

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

.hlwraej2:hover {
  background: rgba(255,255,255,0.1);
}

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

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

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

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

._xgqji89z p {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
}
/* bg0af */
/* ========================================
   FAQ模块
   ======================================== */
._shk90wb {
  padding: 60px 0;
  background: var(--bg-color);
}
/* jm026pe */
.rguw0q3 {
  max-width: 800px;
  margin: 0 auto;
}

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

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

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

.sc-gs8dd0 {
  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;
}
/* 9c7z4imj */
.sc-gs8dd0::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;
}

.d7llfkyv8f.open .sc-gs8dd0 {
  transform: rotate(180deg);
}

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

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

.d7llfkyv8f.open .x1xe4c2 {
  max-height: 500px;
}
/* 50empz */
/* ========================================
   社交媒体动态
   ======================================== */
.st-02re04 {
  padding: 60px 0;
  background: var(--bg-card);
}

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

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

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

.bjs6n6pc { background: linear-gradient(135deg, #e6162d, #ff6b6b); }
._uk3ip6tc { background: linear-gradient(135deg, #07c160, #2dc100); }
._256m59 { background: linear-gradient(135deg, #000000, #333333); }
.vmst39mza { background: linear-gradient(135deg, #00a1d6, #0099cc); }

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

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

.cikit7wfl .st-1428mj {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
  margin: 8px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.cxw6qr8p a:hover {
  color: var(--gold-color);
}
/* subjpdm3 */
._qb9trc8 {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

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

._shktu7 h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}
/* jsrl5uxed */
._shktu7 p {
  font-size: 1rem;
  opacity: 0.8;
}

._p8j2xbt {
  padding: 40px 0;
}

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

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

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

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

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

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

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

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

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

.xsvd0vcxhp {
  flex: 1;
}

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

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

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

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

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

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

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

.zgcaurg {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.zewkjkq .wzx1tts9o {
  font-size: 0.9rem;
}

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

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

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

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

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

._pe26gco:hover .kzjc9kf57 img {
  transform: scale(1.05);
}

.f39hz7f {
  padding: 20px;
}

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

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

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

._z6jl5teg {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 10px;
}
/* 7i7whkf */
._mwedd8k { background: rgba(72, 52, 212, 0.1); color: #4834d4; }
.tw-4w0e79 { background: rgba(7, 193, 96, 0.1); color: #07c160; }
._1cj3hbl { background: rgba(138, 138, 170, 0.1); color: var(--text-light); }

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

._jj516cgi {
  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;
}
/* q2e3f116 */
._jj516cgi:hover,
._jj516cgi.active {
  border-color: var(--accent-color);
  box-shadow: var(--shadow-md);
}

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

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

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

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

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

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

.j3yv02m6 {
  flex: 1;
}

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

.tw-14utk0 {
  font-size: 0.8rem;
  color: var(--text-light);
  display: flex;
  gap: 12px;
}
/* skeck */
._yszbaji0 {
  display: flex;
  gap: 16px;
  font-size: 0.8rem;
  color: var(--text-light);
  flex-shrink: 0;
}

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

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

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

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

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

.mpabg1wnr {
  text-align: center;
}

.mpabg1wnr .st-rt5zkx {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
}
/* yqyb7a4 */
.mpabg1wnr .z1lnthwq8j {
  font-size: 0.8rem;
  color: var(--text-light);
}

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

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

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

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

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

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

._pzmdg0 {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* qigqa5qa55 */
._pzmdg0.visible {
  opacity: 1;
  transform: translateX(0);
}

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

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

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

.y8sd0cm {
  animation: pulse 2s infinite;
}

/* 渐变边框动画 */
@keyframes gradient-border {
  0% { border-color: var(--accent-color); }
  50% { border-color: var(--gold-color); }
/* js1v2fo0 */  100% { border-color: var(--accent-color); }
}
/* d6yap49l4 */
/* ========================================
   侧边栏
   ======================================== */
.sc-g4sul4 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

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

.sc-4wujou {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

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

._p2e41k0t:hover {
  opacity: 0.8;
}

.el-e3nbei {
  width: 100px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
/* vtqo */
.el-e3nbei img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

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

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

._gn7v5p p {
  color: var(--text-secondary);
  line-height: 1.9;
  margin-bottom: 12px;
}
/* gomkxlr */
/* ========================================
   移动端下载页面
   ======================================== */
.tw-n29rvt {
  text-align: center;
  padding: 60px 0;
}

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

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

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

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

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

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

._71jjsp02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}
/* 6ew9 */
._g9vvfq {
  padding: 30px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

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

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

/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1024px) {
  .css-4cv0jz {
    grid-template-columns: repeat(3, 1fr);
  }
/* hhv19vyk5 */  
  .css-xsy0nc {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .el-7512u5 {
    grid-template-columns: 1fr;
  }
  
  ._lyvsa8g {
    grid-template-columns: 1fr;
  }
  
  .st-kqzk3l {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  
  .tw-b1vlsk {
    display: none;
  }
  
  .rjzcm88xr {
    display: none;
  }
  
  .sc-ce4cu8 {
    display: block;
  }
  
  .v4uxbay {
    display: none;
  }
  
  .v4uxbay.open {
    display: block;
  }
  
  .v4uxbay ul {
    flex-direction: column;
  }
  
  .v4uxbay ul li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
  ._r830x2w {
    height: 360px;
  }
  
  ._iow9lw h1 {
    font-size: 1.6rem;
  }
  
  .css-4cv0jz {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  
  .a96kntajlp {
    grid-template-columns: 1fr;
  }
  
  .f60pp8t9 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .css-xsy0nc {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .cxw6qr8p {
    flex-direction: column;
    text-align: center;
  }
  
  .rak1w0lk {
    grid-template-columns: 1fr;
  }
  
  .hhyougq {
    grid-template-columns: 1fr;
  }
  
  ._a23luc {
    grid-template-columns: 1fr;
  }
  
  ._71jjsp02 {
    grid-template-columns: 1fr;
  }
/* 6h4v7eh2rx */  
  ._1mhy6323 {
    flex-direction: column;
    text-align: center;
  }
  
  .hagqmxd {
    justify-content: center;
  }
  
  .el-046wbg {
    overflow-x: auto;
  }
  
  .st-qozgl7 h2 {
    font-size: 1.4rem;
  }
  
  ._shktu7 h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .css-4cv0jz {
    grid-template-columns: 1fr;
  }
  
  .f60pp8t9 {
    grid-template-columns: 1fr;
  }
  
  .zmf05rjx7 {
    flex-direction: column;
    align-items: center;
  }
  
  .vv5v64jylk {
    padding: 0 14px;
  }
/* 8yz9 */}

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

/* 打印样式 */
@media print {
  ._2pvloo, ._vmvl1f, .sc-4brj3n {
    display: none;
  }
}

/* arda2wgpyd09yu5a */
