/* csqc9p552i9b | v7.71 */
/* ========================================
   体育明星粉丝社区 - 主样式表
   ======================================== */

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

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

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

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

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

.ywr5uuwl2b .a3dk3z4 {
  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);
}
/* fw2pq7sxca */
.ywr5uuwl2b .sc-5gy08p {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: var(--font-title);
}

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

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

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

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

.css-s10s43 a {
  color: var(--text-white);
  font-size: 0.9rem;
  padding: 6px 14px;
  border-radius: 20px;
  transition: var(--transition);
}
/* fpfz */
.css-s10s43 a:hover {
  background: rgba(255,255,255,0.15);
}

._5f9nap {
  background: var(--accent-color) !important;
}
/* celiih1m5 */
._5f9nap:hover {
  background: var(--accent-dark) !important;
}

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

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

._g9olozvk ul li {
  position: relative;
}

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

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

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

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

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

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

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

._fxwohkq .rxm7fwhcc9 {
  color: var(--text-light);
}

._fxwohkq .fqqzudi6 {
  color: var(--text-primary);
  font-weight: 500;
}

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

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

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

.aw4d012ob.active {
  opacity: 1;
}

.aw4d012ob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 6vmj5p */
.zc5gro78tz {
  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;
}

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

.sc-v7bp2t 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;
}
/* lmha */
.sc-v7bp2t p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 20px;
}
/* la9lb5nmq */
._c1ysgg {
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: flex;
  gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

._fc3saz {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
/* tsy08w */
.sc-eljqkt {
  padding: 8px 24px;
  border: 2px solid var(--border-color);
  border-radius: 25px;
  background: var(--bg-card);
  color: var(--text-secondary);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  transition: var(--transition);
}

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

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

._whc21p2v {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
/* dlkgrjqf */
._whc21p2v:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

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

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

._whc21p2v:hover ._vnlvn24 img {
  transform: scale(1.08);
}

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

._whc21p2v:hover .p8icis5 {
  opacity: 1;
}

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

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

.chidhs1i {
  padding: 14px;
}
/* tonax9 */
.chidhs1i 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;
}

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

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

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

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

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

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

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

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

._ojdqbtgl { background: linear-gradient(135deg, #ff6b6b, #ee5a24); }
._tc9klu { background: linear-gradient(135deg, #4834d4, #686de0); }
.css-hmfn49 { background: linear-gradient(135deg, #f9ca24, #f0932b); }
/* igyex */
.w5zy05w h3 {
  font-size: 1.1rem;
  font-weight: 700;
}

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

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

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

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

._ce0jvmk._f9xpy8 { background: var(--accent-color); }
._ce0jvmk.sc-kwdc0d { background: var(--gold-dark); }
._ce0jvmk.tw-k60fqx { background: var(--primary-light); }

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

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

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

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

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

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

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

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

.sc-bc8sc2 {
  font-size: 1.3rem;
}

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

.st-det4mi {
  flex: 1;
}

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

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

._d9isvk1k {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gold-dark);
}
/* xzv1 */
/* ========================================
   YouTube视频流嵌入
   ======================================== */
.st-wahklj {
  padding: 60px 0;
  background: var(--bg-dark);
  color: var(--text-white);
}

.st-wahklj ._kus2f4h h2 {
  color: var(--text-white);
}

.st-wahklj ._kus2f4h p {
  color: rgba(255,255,255,0.6);
}

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

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

._c43hi2rt .imgyzx5qt6 {
  position: relative;
  padding-top: 56.25%;
}

._c43hi2rt .imgyzx5qt6 iframe,
._c43hi2rt .imgyzx5qt6 .sc-8bmbws {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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

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

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

._c43hi2rt .o7iq81d {
  padding: 18px;
}

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

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

.sc-1y18cv {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 500px;
  overflow-y: auto;
}

.sc-1y18cv::-webkit-scrollbar {
  width: 4px;
}

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

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

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

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

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

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

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

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

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

.sc-1s993a {
  max-width: 800px;
  margin: 0 auto;
}

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

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

.css-5gke1w:hover {
  color: var(--accent-color);
}
/* j7j6ow39l */
._rivixdt7 {
  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;
}

._rivixdt7::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;
}
/* 9ilzqa98 */
.yyvg54g.open ._rivixdt7 {
  transform: rotate(180deg);
}

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

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

.yyvg54g.open .css-gw5uog {
  max-height: 500px;
}

/* ========================================
   社交媒体动态
   ======================================== */
.o347j0s8 {
  padding: 60px 0;
  background: var(--bg-card);
}

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

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

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

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

.immrowo { background: linear-gradient(135deg, #e6162d, #ff6b6b); }
._7o9nym8 { background: linear-gradient(135deg, #07c160, #2dc100); }
.lvxmif986 { background: linear-gradient(135deg, #000000, #333333); }
._eid1qfo { background: linear-gradient(135deg, #00a1d6, #0099cc); }
/* 4cz1tfqh */
.el-5h47n7 h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.el-5h47n7 p {
  font-size: 0.85rem;
  color: var(--text-light);
}
/* 0f0i */
.el-5h47n7 .k9kbsw8kr {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
  margin: 8px 0;
}

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

.st-8ltosm {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
/* exvkap45p3 */
.css-svbg3m h3 {
  color: var(--text-white);
  font-size: 1.2rem;
  margin-bottom: 14px;
}

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

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

.st-niw2m8 h4 {
  color: var(--text-white);
  font-size: 1rem;
  margin-bottom: 14px;
}
/* d3gy6dbxn */
.st-niw2m8 ul li {
  margin-bottom: 8px;
}

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

.st-niw2m8 ul li a:hover {
  color: var(--gold-color);
  padding-left: 4px;
}
/* a9typ9 */
.teft5rr98n {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
}
/* x7j09n */
.teft5rr98n a {
  color: rgba(255,255,255,0.5);
}
/* kh4k3 */
.teft5rr98n a:hover {
  color: var(--gold-color);
}

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

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

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

.vl4bwiyhk {
  padding: 40px 0;
}

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

.i5j966f .imgyzx5qt6 {
  position: relative;
  padding-top: 56.25%;
}

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

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

.y0l32t4wm {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

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

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

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

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

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

.tw-euwybb {
  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;
}
/* hq0sza */
.kmvwiju {
  flex: 1;
}
/* w2zap */
._wu2u8iu {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

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

._ege5whi {
  font-size: 0.8rem;
  color: var(--text-light);
}
/* zkhmuvfb4 */
.tw-ebr7ce {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.sqn5eswm {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

._du7ll4h {
  font-size: 0.8rem;
  color: var(--text-light);
  cursor: pointer;
  transition: var(--transition);
}
/* 5qyn8utby */
._du7ll4h:hover {
  color: var(--accent-color);
}
/* 9x3404o4yx */
/* 明星资料页 */
.prvhi8sq {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.css-7ahoi2 {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.st-oxv73c ._v763v8yw {
  font-weight: 700;
  color: var(--accent-color);
  font-size: 0.9rem;
}

.st-oxv73c ._uaokxv {
  font-size: 0.9rem;
}

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

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

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

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

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

.fzriwiu:hover ._if9f32 img {
  transform: scale(1.05);
}

.l505avivva {
  padding: 20px;
}

.el-781v2r {
  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;
}
/* ywt6j9 */
.l505avivva h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

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

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

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

/* 讨论区 */
.me5yws8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
/* r4wf */
.el-eq6hue {
  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;
}
/* xmuiikit */
.el-eq6hue:hover,
.el-eq6hue.active {
  border-color: var(--accent-color);
  box-shadow: var(--shadow-md);
}
/* jgag1c1 */
.el-eq6hue h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

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

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

._wlziyqc8 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition);
}
/* fja624 */
._wlziyqc8:hover {
  background: var(--bg-color);
}

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

.st-ur1c0t {
  flex: 1;
}
/* av39 */
.st-lbe8f9 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 4px;
}

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

.tw-h7ekze {
  display: flex;
  gap: 16px;
  font-size: 0.8rem;
  color: var(--text-light);
  flex-shrink: 0;
}
/* 7himtb */
/* 用户个人中心 */
._k09c18 {
  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);
}

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

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

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

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

._hy4ne0 {
  text-align: center;
}

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

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

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

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

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

._pijtx0vk {
  background: var(--bg-card);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  padding: 24px;
}
/* ql5qbb */
/* ========================================
   动画效果
   ======================================== */
.n4tkq65 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

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

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

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

.iy69u1e.visible {
  opacity: 1;
  transform: translateX(0);
}
/* 49tjyuu */
/* 脉冲动画 */
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
/* 73bxfzb */
._hb376z7y {
  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); }
}

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

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

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

._zxsveojx {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* c4gzod79o */
._w7jc2l7 {
  display: flex;
  gap: 10px;
  cursor: pointer;
  transition: var(--transition);
}

._w7jc2l7:hover {
  opacity: 0.8;
}

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

.css-ymu3zy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* jg4oa */
.luyl5rgb h4 {
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4px;
}

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

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

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

._ryz5dt p {
  color: var(--text-secondary);
  line-height: 1.9;
  margin-bottom: 12px;
}
/* omtm */
/* ========================================
   移动端下载页面
   ======================================== */
.jp38p0b {
  text-align: center;
  padding: 60px 0;
}
/* xu66 */
.jp38p0b h2 {
  font-size: 1.8rem;
  margin-bottom: 12px;
}
/* qo54e */
.jp38p0b p {
  color: var(--text-secondary);
  margin-bottom: 30px;
}

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

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

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

.sfs6rb67f { background: linear-gradient(135deg, #333, #000); }
/* 20cm */._0txco9vf { background: linear-gradient(135deg, #07c160, #059142); }

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

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

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

/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1024px) {
  ._2q5g20e {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .st-8ltosm {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .st-0qluza {
    grid-template-columns: 1fr;
  }
  
  .prvhi8sq {
    grid-template-columns: 1fr;
  }
  
  .uu8rzezk9s {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  
  ._l9v02l6 {
    display: none;
  }
/* jv22 */  
  .css-s10s43 {
    display: none;
  }
/* 92b5xxcn */  
  .el-4t3qaj {
    display: block;
  }
  
  ._g9olozvk {
    display: none;
  }
  
  ._g9olozvk.open {
    display: block;
  }
  
  ._g9olozvk ul {
    flex-direction: column;
  }
  
  ._g9olozvk ul li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
/* op7fl */  
  .sc-9ic96n {
    height: 360px;
  }
  
  .sc-v7bp2t h1 {
    font-size: 1.6rem;
  }
  
  ._2q5g20e {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  
  ._7xk494 {
    grid-template-columns: 1fr;
  }
/* o0a85lglh8 */  
  .st-0e9ovg {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .st-8ltosm {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .teft5rr98n {
    flex-direction: column;
    text-align: center;
  }
/* a28wwb6d */  
  .f6hh28k8e {
    grid-template-columns: 1fr;
  }
  
  .me5yws8 {
    grid-template-columns: 1fr;
  }
/* 8dxzie60rh */  
  .x7n2q09 {
    grid-template-columns: 1fr;
  }
  
  .t5hdt3nel {
    grid-template-columns: 1fr;
  }
  
  ._k09c18 {
    flex-direction: column;
    text-align: center;
  }
  
  ._tcy9r0 {
    justify-content: center;
  }
  
  .css-fwnudm {
    overflow-x: auto;
  }
/* g5qh2kg */  
  ._kus2f4h h2 {
    font-size: 1.4rem;
  }
  
  .lwu3g5hzef h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  ._2q5g20e {
    grid-template-columns: 1fr;
  }
  
  .st-0e9ovg {
    grid-template-columns: 1fr;
  }
  
  ._zyzhpyk {
    flex-direction: column;
    align-items: center;
  }
  
  ._2d70i6 {
    padding: 0 14px;
  }
}

/* 懒加载图片占位 */
img[loading="lazy"] {
  background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
  min-height: 100px;
}
/* aown0 */
/* 打印样式 */
@media print {
  ._uu4p5yj, .sc-gj86pi, ._9m2byoag {
    display: none;
  }
}
/* l0bn3g5k */
/* 1cx099zi32qxlmxg */
