/* j2wcmutmycqi | v3.6 */
/* ========================================
   体育明星粉丝社区 - 主样式表
   ======================================== */

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

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

ul, ol {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.a2z22tkjl a:hover {
  background: rgba(255,255,255,0.15);
}
/* gm45hcdd1 */
._yt63iea {
  background: var(--accent-color) !important;
}

._yt63iea:hover {
  background: var(--accent-dark) !important;
}
/* cvaa2 */
/* 主导航 */
.lvzypv62cr {
  padding: 0;
}

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

.lvzypv62cr ul li {
  position: relative;
}

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

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

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

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

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

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

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

.uio99wjh1 .css-r0ym6y {
  color: var(--text-light);
}

.uio99wjh1 .xjjrv6i0u {
  color: var(--text-primary);
  font-weight: 500;
}

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

.st-6f08s5 {
  position: relative;
  width: 100%;
  height: 100%;
}

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

.st-bjsh45.active {
  opacity: 1;
}
/* f34sk */
.st-bjsh45 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

.st-3i9xtn 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;
}
/* weqvxaxryx */
.st-3i9xtn p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.st-6vbdqb {
  overflow: hidden;
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.css-cv2g0p:hover .ni9c90ru img {
  transform: scale(1.08);
}

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

.css-cv2g0p:hover ._yc7tqrk {
  opacity: 1;
}
/* c0f32wc7i */
._yc7tqrk::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;
}

._2fkx2g {
  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-4crjdl {
  padding: 14px;
}

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

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

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

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

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

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

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

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

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

._0qwjje { background: linear-gradient(135deg, #ff6b6b, #ee5a24); }
.st-wqe1j1 { background: linear-gradient(135deg, #4834d4, #686de0); }
._ah65cz3k { background: linear-gradient(135deg, #f9ca24, #f0932b); }

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

._yes0jv8y {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* 8tissrt3 */
._1m07ayzm {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--bg-card);
  border-radius: var(--radius-sm);
  transition: var(--transition);
  cursor: pointer;
}

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

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

._kzk6iedr.z05eov3n { background: var(--accent-color); }
._kzk6iedr.ihp6sg0r3 { background: var(--gold-dark); }
._kzk6iedr._0ryey1gx { background: var(--primary-light); }

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

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

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

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

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

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

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

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

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

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

._h5pivz74 {
  flex: 1;
}

.p5crvqyh {
  font-size: 0.9rem;
  font-weight: 600;
}
/* 85vki */
.sc-kur7fj {
  font-size: 0.75rem;
  color: var(--text-light);
}

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

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

.el-ty57gm .st-du52yl h2 {
  color: var(--text-white);
}

.el-ty57gm .st-du52yl p {
  color: rgba(255,255,255,0.6);
}

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

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

.css-cypyg4 ._fnf46e {
  position: relative;
  padding-top: 56.25%;
}

.css-cypyg4 ._fnf46e iframe,
.css-cypyg4 ._fnf46e .css-7ct9wh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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

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

.css-7ct9wh .el-lhqa1z::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent white;
  margin-left: 4px;
}

.css-cypyg4 .vgcstg0 {
  padding: 18px;
}

.css-cypyg4 .vgcstg0 h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.css-cypyg4 .vgcstg0 p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
}

.o4e92980 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 500px;
  overflow-y: auto;
}
/* owyqz */
.o4e92980::-webkit-scrollbar {
  width: 4px;
}

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

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

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

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

.st-k6nliq {
  width: 120px;
  height: 68px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
/* 8fsoe */
.st-k6nliq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

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

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

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

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

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

._p16awf77::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--text-secondary);
  border-bottom: 2px solid var(--text-secondary);
  transform: rotate(45deg);
  margin-top: -3px;
}

.css-89wbmj.open ._p16awf77 {
  transform: rotate(180deg);
}

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

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

.css-89wbmj.open .h7o1o59285 {
  max-height: 500px;
}

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

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

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

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

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

.el-8we24i { background: linear-gradient(135deg, #e6162d, #ff6b6b); }
.om6dqnc { background: linear-gradient(135deg, #07c160, #2dc100); }
._4lq0s54k { background: linear-gradient(135deg, #000000, #333333); }
._125xmc { background: linear-gradient(135deg, #00a1d6, #0099cc); }

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

.e5aci41fq p {
  font-size: 0.85rem;
  color: var(--text-light);
}
/* doepedj */
.e5aci41fq .e828yva32 {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
  margin: 8px 0;
}

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

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

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

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

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

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

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

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

.wqjm2n8tna ul li a:hover {
  color: var(--gold-color);
  padding-left: 4px;
}
/* v3ct */
._74etkk2 {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
}

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

._74etkk2 a:hover {
  color: var(--gold-color);
}

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

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

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

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

._7oehbs3 {
  padding: 40px 0;
}

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

.css-e3r6sx ._fnf46e {
  position: relative;
  padding-top: 56.25%;
}
/* ch6stuxkhn */
._onk9vs8 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
/* bkw2 */
._ztu1ae h2 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}

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

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

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

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

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

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

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

.ojehcs0cp {
  flex: 1;
}

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

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

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

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

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

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

.qv1im061:hover {
  color: var(--accent-color);
}
/* kp2te */
/* 明星资料页 */
.st-p9070f {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.el-4vgnwv {
  text-align: center;
}

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

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

._4drhoe9 {
  text-align: center;
}

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

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

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

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

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

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

.r390edp2ct .el-055fxu {
  font-weight: 700;
  color: var(--accent-color);
  font-size: 0.9rem;
}

.r390edp2ct .cpvcbja8i8 {
  font-size: 0.9rem;
}
/* 1ncu */
/* 活动专区 */
.el-idevva {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

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

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

.sc-5oyu6z {
  height: 200px;
  overflow: hidden;
}

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

._bxl8ttfh:hover .sc-5oyu6z img {
  transform: scale(1.05);
}

.tw-rpkjig {
  padding: 20px;
}

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

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

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

._pbpzaqx { background: rgba(72, 52, 212, 0.1); color: #4834d4; }
.tw-2nyoof { background: rgba(7, 193, 96, 0.1); color: #07c160; }
._9tili2 { background: rgba(138, 138, 170, 0.1); color: var(--text-light); }

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

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

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

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

._6ax58ec p {
  font-size: 0.8rem;
  color: var(--text-light);
}
/* akpoij */
.rbhaw99jg {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
}

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

._c515d6g {
  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-514fg5 {
  flex: 1;
}

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

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

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

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

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

.zkv9iqc p {
  color: var(--text-light);
  font-size: 0.9rem;
}
/* 7293e */
.os2wspabcm {
  display: flex;
  gap: 30px;
  margin-top: 12px;
}

.ryfvt9ez {
  text-align: center;
}
/* c8v7e6zn */
.ryfvt9ez .st-5hyj1p {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
}

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

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

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

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

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

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

.tw-m8x309.visible {
  opacity: 1;
  transform: translateX(0);
}

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

.tw-brfi1f.visible {
  opacity: 1;
  transform: translateX(0);
}

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

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

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

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

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

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

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

.e3swd3f:hover {
  opacity: 0.8;
}

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

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

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

.afts6gc7ee p {
  font-size: 0.75rem;
  color: var(--text-light);
}
/* ioc4bsc */
/* ========================================
   隐私政策页面
   ======================================== */
.tw-8xg1ek {
  max-width: 800px;
  margin: 0 auto;
  background: var(--bg-card);
  padding: 40px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

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

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

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

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

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

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

.cb44vpp2:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  color: var(--text-white);
}
/* mp58u9 */
._3nyvo6 { background: linear-gradient(135deg, #333, #000); }
.fqzaozh { background: linear-gradient(135deg, #07c160, #059142); }

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

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

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

/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1024px) {
  ._8yj7hbbe {
    grid-template-columns: repeat(3, 1fr);
  }
  
  ._1gpmed1 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  ._04kai0 {
    grid-template-columns: 1fr;
  }
  
  .st-p9070f {
    grid-template-columns: 1fr;
  }
  
  ._onk9vs8 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  
  .vd9symgum {
    display: none;
  }
  
  .a2z22tkjl {
    display: none;
  }
  
  .swvx36jq {
    display: block;
  }
  
  .lvzypv62cr {
    display: none;
  }
  
  .lvzypv62cr.open {
    display: block;
  }
  
  .lvzypv62cr ul {
    flex-direction: column;
  }
  
  .lvzypv62cr ul li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
  .el-51h1vr {
    height: 360px;
  }
  
  .st-3i9xtn h1 {
    font-size: 1.6rem;
  }
  
  ._8yj7hbbe {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  
  .css-apqx53 {
    grid-template-columns: 1fr;
  }
/* ur9j7pid */  
  .st-tskj3a {
    grid-template-columns: repeat(2, 1fr);
  }
  
  ._1gpmed1 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  ._74etkk2 {
    flex-direction: column;
    text-align: center;
  }
/* hnzbvjk1bh */  
  .el-idevva {
    grid-template-columns: 1fr;
  }
/* 351tbh */  
  ._u4r7juln {
    grid-template-columns: 1fr;
  }
  
  ._n5oft4m {
    grid-template-columns: 1fr;
  }
  
  .tw-2kz86a {
    grid-template-columns: 1fr;
  }
/* vso8 */  
  .sc-wqivga {
    flex-direction: column;
    text-align: center;
  }
/* 24wdo1mo */  
  .os2wspabcm {
    justify-content: center;
  }
  
  .jsejtou {
    overflow-x: auto;
  }
  
  .st-du52yl h2 {
    font-size: 1.4rem;
  }
  
  .gn9ijq1i81 h1 {
    font-size: 1.5rem;
  }
}

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

/* 打印样式 */
@media print {
  ._h5w0os6d, .tw-2e9i5u, ._tke3bi8e {
    display: none;
  }
}

/* ybrtqpg56fo6avm4 */
