/* nery731pbuiv | v5.44 */
/* ========================================
   体育明星粉丝社区 - 主样式表
   ======================================== */

/* 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;
}
/* wgun2 */
/* 重置样式 */
*, *::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;
}

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

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

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

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

.st-igsmyb .el-yxxf0x {
  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);
}

.st-igsmyb .tw-r2x24o {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: var(--font-title);
}

._pkbvor96 {
  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;
}
/* 5tn2i */
._pkbvor96 input {
  background: transparent;
  border: none;
  color: var(--text-white);
  font-size: 0.9rem;
  width: 100%;
  outline: none;
}

._pkbvor96 input::placeholder {
  color: rgba(255,255,255,0.6);
}

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

.oy6q5mpw3 {
  display: flex;
  align-items: center;
  gap: 16px;
}
/* fsm3urcxk0 */
.oy6q5mpw3 a {
  color: var(--text-white);
  font-size: 0.9rem;
  padding: 6px 14px;
  border-radius: 20px;
  transition: var(--transition);
}
/* jdn7yv4leb */
.oy6q5mpw3 a:hover {
  background: rgba(255,255,255,0.15);
}
/* ctq9 */
.loou8w4t9 {
  background: var(--accent-color) !important;
}

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

/* 主导航 */
.sc-l9v2hk {
  padding: 0;
}

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

.sc-l9v2hk ul li {
  position: relative;
}

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

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

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

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

._l6ld9oz a {
  color: var(--text-secondary);
}
/* eqelkl1a7e */
._l6ld9oz a:hover {
  color: var(--accent-color);
}

._l6ld9oz .e5ypitol {
  color: var(--text-light);
}

._l6ld9oz ._cj34x3 {
  color: var(--text-primary);
  font-weight: 500;
}

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

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

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

.tw-q0wuoe.active {
  opacity: 1;
}

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

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

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

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

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

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

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

.css-2pe511.active {
  background: var(--gold-color);
  transform: scale(1.2);
}
/* ki7x */
/* ========================================
   通用区块标题
   ======================================== */
._qikpjd {
  text-align: center;
  margin-bottom: 40px;
}

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

._qikpjd h2 span {
  color: var(--accent-color);
}
/* hy1qycsu */
._qikpjd p {
  color: var(--text-secondary);
  font-size: 1rem;
}
/* xtlq */
/* ========================================
   明星动态快讯栏
   ======================================== */
.el-yoj5c5 {
  background: var(--primary-dark);
  color: var(--text-white);
  padding: 10px 0;
  overflow: hidden;
}

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

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

.st-8oeosb {
  overflow: hidden;
  flex: 1;
}

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

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

@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* wsmbsdd */
/* ========================================
   视频专区
   ======================================== */
.s03631zy2 {
  padding: 60px 0;
  background: var(--bg-color);
}

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

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

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

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

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

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

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

.p9c6bv2:hover ._l9x5us img {
  transform: scale(1.08);
}

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

.p9c6bv2:hover ._p95nsjx {
  opacity: 1;
}

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

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

.css-sgndq4 {
  padding: 14px;
}

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

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

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

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

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

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

.tw-g3cvg8:hover {
  border-color: var(--accent-color);
  box-shadow: var(--shadow-md);
}
/* 3z38ake */
.sc-4mhtk1 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.sc-cpg4kw {
  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);
}
/* tfyxko */
.pb0jylk { background: linear-gradient(135deg, #ff6b6b, #ee5a24); }
.tw-hzgq2o { background: linear-gradient(135deg, #4834d4, #686de0); }
.el-9esqw8 { background: linear-gradient(135deg, #f9ca24, #f0932b); }

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

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

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

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

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

._mc62oam.el-9iuru1 { background: var(--accent-color); }
._mc62oam.o497b4vwpc { background: var(--gold-dark); }
._mc62oam.sc-wztcky { background: var(--primary-light); }

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

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

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

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

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

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

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

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

._r666wq {
  font-size: 1.3rem;
}

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

._89vnm8 {
  flex: 1;
}

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

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

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

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

.c2f1wzcoa ._qikpjd h2 {
  color: var(--text-white);
}

.c2f1wzcoa ._qikpjd p {
  color: rgba(255,255,255,0.6);
}

._gbuxah {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}
/* kpbf1 */
._58e8t4of {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: rgba(255,255,255,0.05);
}

._58e8t4of .sc-0d36cf {
  position: relative;
  padding-top: 56.25%;
}

._58e8t4of .sc-0d36cf iframe,
._58e8t4of .sc-0d36cf .st-g012mg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* p59c8de0s */
.st-g012mg {
  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-g012mg ._t16coe02 {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

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

._58e8t4of .tw-zqzwq2 {
  padding: 18px;
}

._58e8t4of .tw-zqzwq2 h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

._58e8t4of .tw-zqzwq2 p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
}

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

.st-9dvaga::-webkit-scrollbar {
  width: 4px;
}
/* c3l0b7j */
.st-9dvaga::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.2);
  border-radius: 2px;
}

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

.el-88de1c:hover {
  background: rgba(255,255,255,0.1);
}

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

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

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

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

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

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

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

.d26oh6ur3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  transition: var(--transition);
}
/* ospv8 */
.d26oh6ur3:hover {
  color: var(--accent-color);
}
/* 6hezp */
._3n7bzg {
  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;
}

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

.iw3l713.open ._3n7bzg {
  transform: rotate(180deg);
}

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

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

.iw3l713.open .lp0qxh3 {
  max-height: 500px;
}
/* 48b6532 */
/* ========================================
   社交媒体动态
   ======================================== */
.css-61j5iq {
  padding: 60px 0;
  background: var(--bg-card);
}

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

.h64ba4qoio {
  background: var(--bg-color);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
  transition: var(--transition);
  border: 1px solid var(--border-color);
}
/* o2ptx2 */
.h64ba4qoio:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

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

._5pc8nju { background: linear-gradient(135deg, #e6162d, #ff6b6b); }
.tw-lkffog { background: linear-gradient(135deg, #07c160, #2dc100); }
.io8wtutdy { background: linear-gradient(135deg, #000000, #333333); }
.tw-rtyr4e { background: linear-gradient(135deg, #00a1d6, #0099cc); }

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

.h64ba4qoio p {
  font-size: 0.85rem;
  color: var(--text-light);
}
/* 9ngs */
.h64ba4qoio .r2kosfuwf {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
  margin: 8px 0;
}

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

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

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

.tre0zjdvf p {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
/* 635l60a */
._1fexh0 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.85rem;
}
/* 0i1sv5ueui */
.sc-bje1or h4 {
  color: var(--text-white);
  font-size: 1rem;
  margin-bottom: 14px;
}

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

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

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

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

._2jliufg a {
  color: rgba(255,255,255,0.5);
}
/* uv3lnds2i0 */
._2jliufg a:hover {
  color: var(--gold-color);
}

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

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

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

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

._gu5jzy7t {
  padding: 40px 0;
}

/* 视频详情页 */
.sc-7bhnzx {
  background: #000;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 24px;
}
/* akmcrf */
.sc-7bhnzx .sc-0d36cf {
  position: relative;
  padding-top: 56.25%;
}

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

._dx8a0c h2 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}
/* wltpjj */
._pts46hn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.h97cyw5 {
  padding: 4px 14px;
  background: rgba(230, 57, 70, 0.1);
  color: var(--accent-color);
  border-radius: 20px;
  font-size: 0.8rem;
}
/* mddjve */
.el-k3818j {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 0.95rem;
}

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

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

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

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

.st-4obup6 {
  flex: 1;
}

.v651giaz {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
/* clxs9 */
._9us6ky4 {
  font-weight: 600;
  font-size: 0.9rem;
}

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

.st-r09ep7 {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
}
/* wzyjes0wl */
.el-44ub5f {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
/* 6cqp02jczl */
.yuw9mlw {
  font-size: 0.8rem;
  color: var(--text-light);
  cursor: pointer;
  transition: var(--transition);
}

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

/* 明星资料页 */
.el-7qtokj {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
/* 99unnrii */
.rqadfx2yg {
  text-align: center;
}

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

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

.mvpwz7z0s {
  text-align: center;
}

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

.mvpwz7z0s p {
  color: var(--text-light);
  font-size: 0.9rem;
}
/* 58oqzuywit */
._9y5ri4hj h3 {
  font-size: 1.3rem;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--accent-color);
  display: inline-block;
}

._9y5ri4hj p {
  color: var(--text-secondary);
  line-height: 1.9;
  margin-bottom: 16px;
}
/* g2j8 */
.sc-w1ph2i {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 20px 0;
}
/* pqr4a1 */
.krkkdorg {
  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);
}

.krkkdorg .hc5ffyf {
  font-weight: 700;
  color: var(--accent-color);
  font-size: 0.9rem;
}
/* 7ese4ab */
.krkkdorg .mxbwv1kp2 {
  font-size: 0.9rem;
}

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

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

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

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

.g5kv6c54g8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
/* v6v2pkb */
.c94eps3:hover .g5kv6c54g8 img {
  transform: scale(1.05);
}
/* vzjd91eh */
.s40t65cf0c {
  padding: 20px;
}

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

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

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

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

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

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

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

._oipbmr:hover,
._oipbmr.active {
  border-color: var(--accent-color);
  box-shadow: var(--shadow-md);
}
/* aulr86rlea */
._oipbmr h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

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

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

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

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

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

.sc-vmh3p9 {
  flex: 1;
}
/* 2haor5kr8 */
._ax3pztg {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 4px;
}

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

.css-l91et7 {
  display: flex;
  gap: 16px;
  font-size: 0.8rem;
  color: var(--text-light);
  flex-shrink: 0;
}
/* hwiwz */
/* 用户个人中心 */
.sc-45bnbj {
  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);
}

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

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

._uolaz1l p {
  color: var(--text-light);
  font-size: 0.9rem;
}
/* 5mwmw */
.sc-iwa5p3 {
  display: flex;
  gap: 30px;
  margin-top: 12px;
}

._oe3wd30x {
  text-align: center;
}

._oe3wd30x ._ghumfzuy {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
}
/* l3q4hy5b */
._oe3wd30x .fgnezro {
  font-size: 0.8rem;
  color: var(--text-light);
}

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

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

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

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

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

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

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

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

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

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

.el-0eq8fb {
  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); }
/* nwp46vk0j5 */}
/* l1i7gn943 */
/* ========================================
   侧边栏
   ======================================== */
.tw-znhk39 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* glphld3g8 */
._dcpp7m82 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
}

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

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

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

._5cc1n2cj:hover {
  opacity: 0.8;
}
/* 3zhu */
.o7k515r {
  width: 100px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
/* stcvlgc */
.o7k515r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dp0rt4wn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}
/* 159yii */
.kxv7pm2y {
  padding: 30px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}
/* 9co4yl */
.kxv7pm2y h4 {
  font-size: 1.1rem;
  margin: 12px 0 8px;
}

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

/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1024px) {
  .sc-hxan9g {
    grid-template-columns: repeat(3, 1fr);
  }
  
  ._41jzl3m {
    grid-template-columns: repeat(2, 1fr);
  }
  
  ._gbuxah {
    grid-template-columns: 1fr;
  }
  
  .el-7qtokj {
    grid-template-columns: 1fr;
  }
  
  .yzq66pde0r {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  
  ._pkbvor96 {
    display: none;
  }
/* 7q0r */  
  .oy6q5mpw3 {
    display: none;
  }
/* k1si2v */  
  ._8u0rvg {
    display: block;
  }
/* hub9 */  
  .sc-l9v2hk {
    display: none;
  }
  
  .sc-l9v2hk.open {
    display: block;
  }
/* n1nr7y1li */  
  .sc-l9v2hk ul {
    flex-direction: column;
  }
  
  .sc-l9v2hk ul li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
  .z43gegxq {
    height: 360px;
  }
  
  .fp6fz27 h1 {
    font-size: 1.6rem;
  }
  
  .sc-hxan9g {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  
  .tw-dsrloi {
    grid-template-columns: 1fr;
  }
  
  .yheh107 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  ._41jzl3m {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  ._2jliufg {
    flex-direction: column;
    text-align: center;
  }
  
  ._w6loud5c {
    grid-template-columns: 1fr;
  }
  
  ._cm7obl {
    grid-template-columns: 1fr;
  }
  
  .sc-w1ph2i {
    grid-template-columns: 1fr;
  }
  
  .dp0rt4wn {
    grid-template-columns: 1fr;
  }
  
  .sc-45bnbj {
    flex-direction: column;
    text-align: center;
  }
  
  .sc-iwa5p3 {
    justify-content: center;
  }
/* lkatib389 */  
  ._4mvwlw {
    overflow-x: auto;
  }
  
  ._qikpjd h2 {
    font-size: 1.4rem;
  }
  
  .css-sx9t0m h1 {
    font-size: 1.5rem;
  }
}

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

/* 打印样式 */
@media print {
  ._kgrvs0, .css-bnd5zq, .c6aor0eb7v {
    display: none;
  }
}

/* looumeyurqqk5k1u */
