/* tmfkib0h4om8 | v6.50 */
/* ========================================
   体育明星粉丝社区 - 主样式表
   ======================================== */

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

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

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

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

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

.qmtf74e {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* fdt9sn */
.qmtf74e ._rpsveff {
  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);
}

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

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

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

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

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

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

.css-hvo7nl a:hover {
  background: rgba(255,255,255,0.15);
}
/* koyn */
.el-pt2st1 {
  background: var(--accent-color) !important;
}

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

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

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

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

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

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

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

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

.css-t55fot a {
  color: var(--text-secondary);
}
/* w7pnjuc */
.css-t55fot a:hover {
  color: var(--accent-color);
}

.css-t55fot .css-21gzgd {
  color: var(--text-light);
}

.css-t55fot .kjm0c7ey {
  color: var(--text-primary);
  font-weight: 500;
}

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

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

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

.el-6z6jvz.active {
  opacity: 1;
}

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

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

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

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

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

.el-8mxhgp {
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: flex;
  gap: 10px;
}

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

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

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

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

.xcljx5cm h2 span {
  color: var(--accent-color);
}
/* iyzw */
.xcljx5cm p {
  color: var(--text-secondary);
  font-size: 1rem;
}

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

.tw-8r66dn {
  display: flex;
  align-items: center;
  gap: 12px;
}

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

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

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

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

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

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

._p7leej {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
/* jyldat21ng */
.el-lfb27a {
  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);
}

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

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

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

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

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

.oda212lo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
/* w6rjf24 */
.st-y7vafg:hover .oda212lo img {
  transform: scale(1.08);
}

.css-59mhou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(230, 57, 70, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}

.st-y7vafg:hover .css-59mhou {
  opacity: 1;
}

.css-59mhou::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;
}

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

._co8spm {
  padding: 14px;
}
/* 9s9v */
._co8spm 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;
}

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

.thl92se span {
  display: flex;
  align-items: center;
  gap: 4px;
}
/* sjd9lk7r */
/* ========================================
   社区互动模块
   ======================================== */
.css-6zesq8 {
  padding: 60px 0;
  background: var(--bg-card);
}

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

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

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

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

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

.st-kclhl2 { background: linear-gradient(135deg, #ff6b6b, #ee5a24); }
/* bbimoga9u */._eo3aok3 { background: linear-gradient(135deg, #4834d4, #686de0); }
.owuptp2g { background: linear-gradient(135deg, #f9ca24, #f0932b); }

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

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

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

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

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

.k2yzvtlk03.k4laxlpzo { background: var(--accent-color); }
.k2yzvtlk03._b2li7p6 { background: var(--gold-dark); }
.k2yzvtlk03.lun2aktvf { background: var(--primary-light); }

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

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

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

._5b4nlo7n:hover {
  background: rgba(72, 52, 212, 0.05);
}
/* lz3kz0ehhs */
.el-4hb13o {
  flex: 1;
  height: 8px;
  background: var(--border-color);
  border-radius: 4px;
  overflow: hidden;
}

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

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

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

.wshozxg {
  font-size: 1.3rem;
}

.el-2tkfk0 {
  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;
}
/* 92cjunk */
.css-dztzbp {
  flex: 1;
}

.xsrg1v7f6 {
  font-size: 0.9rem;
  font-weight: 600;
}
/* sw8u0j4hl */
.el-70o79z {
  font-size: 0.75rem;
  color: var(--text-light);
}

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

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

._b0d11hc .xcljx5cm h2 {
  color: var(--text-white);
}

._b0d11hc .xcljx5cm p {
  color: rgba(255,255,255,0.6);
}

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

.lyjtydgr .rnx4tpv4c7 {
  position: relative;
  padding-top: 56.25%;
}

.lyjtydgr .rnx4tpv4c7 iframe,
.lyjtydgr .rnx4tpv4c7 .sc-t594de {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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

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

.lyjtydgr ._pzqc8p {
  padding: 18px;
}

.lyjtydgr ._pzqc8p h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
/* gcpg1z */
.lyjtydgr ._pzqc8p p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
}

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

.ch3lv6ubs::-webkit-scrollbar {
  width: 4px;
}

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

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

._8p0f5jf:hover {
  background: rgba(255,255,255,0.1);
}
/* 1oywn7lut */
._8p0f5jf.active {
  background: rgba(230, 57, 70, 0.2);
  border-left: 3px solid var(--accent-color);
}

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

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

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

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

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

.tw-69jp9v {
  max-width: 800px;
  margin: 0 auto;
}

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

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

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

.rvx6hke.open .css-ymbuzy {
  transform: rotate(180deg);
}

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

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

.rvx6hke.open .sc-b0ll39 {
  max-height: 500px;
}

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

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

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

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

._kyqdu8iu {
  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);
}
/* hyo44mo7 */
._3ksk05oi { background: linear-gradient(135deg, #e6162d, #ff6b6b); }
.st-kfqhwi { background: linear-gradient(135deg, #07c160, #2dc100); }
._9keiow { background: linear-gradient(135deg, #000000, #333333); }
.st-wy6uct { background: linear-gradient(135deg, #00a1d6, #0099cc); }

.drtsne9zdv h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}
/* hipj */
.drtsne9zdv p {
  font-size: 0.85rem;
  color: var(--text-light);
}

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

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

.oxyl0m18ev {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
/* 0zf2es87 */
.imgq6s00a h3 {
  color: var(--text-white);
  font-size: 1.2rem;
  margin-bottom: 14px;
}
/* tl9h8kdi2d */
.imgq6s00a p {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
/* 2kgkrjemwu */
.el-wffh43 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.85rem;
}

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

._wytwspnv ul li {
  margin-bottom: 8px;
}
/* 2hp0v */
._wytwspnv ul li a {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  transition: var(--transition);
}

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

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

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

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

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

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

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

.el-8tk4bu p {
  font-size: 1rem;
  opacity: 0.8;
}

._9lvu38ua {
  padding: 40px 0;
}

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

.o4282imno .rnx4tpv4c7 {
  position: relative;
  padding-top: 56.25%;
}

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

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

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

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

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

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

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

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

._c9tsud {
  flex: 1;
}

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

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

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

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

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

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

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

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

.sc-uex8n0 {
  text-align: center;
}

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

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

._yasuey5a {
  text-align: center;
}

._yasuey5a h2 {
  font-size: 1.5rem;
  margin-bottom: 4px;
}
/* fqjfur */
._yasuey5a p {
  color: var(--text-light);
  font-size: 0.9rem;
}

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

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

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

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

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

._m3us5u .tw-3jqey4 {
  font-size: 0.9rem;
}
/* g6pvyl4t */
/* 活动专区 */
._0ixtd10 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

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

._949c8b:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
/* rfpm277mx6 */
._8is32k3 {
  height: 200px;
  overflow: hidden;
}

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

._949c8b:hover ._8is32k3 img {
  transform: scale(1.05);
}

.css-14cq5b {
  padding: 20px;
}

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

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

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

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

._yo8hnag { background: rgba(72, 52, 212, 0.1); color: #4834d4; }
._69b54njc { background: rgba(7, 193, 96, 0.1); color: #07c160; }
/* 12bj5rpp */.st-ve5n5h { background: rgba(138, 138, 170, 0.1); color: var(--text-light); }

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

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

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

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

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

.vs0xhja5c {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
}
/* zw9kjnd */
.sc-3gulxu {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition);
}

.sc-3gulxu:hover {
  background: var(--bg-color);
}

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

.o8kbayg5 {
  flex: 1;
}

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

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

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

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

.otf45s37nc {
  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;
}
/* 4d17y6 */
._25e7dspx h2 {
  font-size: 1.5rem;
  margin-bottom: 4px;
}

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

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

.st-eqwbzq {
  text-align: center;
}

.st-eqwbzq ._slvanqaq {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
}

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

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

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

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

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

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

.css-bp5mw0.visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

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

/* 脉冲动画 */
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
/* ypepm */
.tw-srgwsp {
  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); }
}

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

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

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

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

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

._3z8kjf:hover {
  opacity: 0.8;
}

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

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

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

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

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

._1e68m2ab h2 {
  font-size: 1.3rem;
  margin: 24px 0 12px;
  color: var(--primary-color);
}
/* a958f */
._1e68m2ab p {
  color: var(--text-secondary);
  line-height: 1.9;
  margin-bottom: 12px;
}

/* ========================================
   移动端下载页面
   ======================================== */
.yqnpersc {
  text-align: center;
  padding: 60px 0;
}
/* 6hx86bgilu */
.yqnpersc h2 {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

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

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

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

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

.tw-un9lqm { background: linear-gradient(135deg, #333, #000); }
/* p26017a48w */.hp9gbz7gq0 { background: linear-gradient(135deg, #07c160, #059142); }

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

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

/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1024px) {
  ._j09j1h {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .oxyl0m18ev {
    grid-template-columns: repeat(2, 1fr);
  }
/* qh3hk */  
  .sc-x39ctd {
    grid-template-columns: 1fr;
  }
  
  .h1gx8ewr9 {
    grid-template-columns: 1fr;
  }
  
  .e3dkbapm {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  
  ._mgg026 {
    display: none;
  }
/* 3x2qeco4 */  
  .css-hvo7nl {
    display: none;
  }
  
  .ysw4u5llvn {
    display: block;
  }
  
  .st-hsmka3 {
    display: none;
  }
/* qc4u29qis */  
  .st-hsmka3.open {
    display: block;
  }
/* 4hwz4394 */  
  .st-hsmka3 ul {
    flex-direction: column;
  }
  
  .st-hsmka3 ul li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
  .wo3hif0zpi {
    height: 360px;
  }
  
  .css-0r4b7z h1 {
    font-size: 1.6rem;
  }
  
  ._j09j1h {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  
  .css-a4hy09 {
    grid-template-columns: 1fr;
  }
  
  .bl3igggn5f {
    grid-template-columns: repeat(2, 1fr);
  }
/* buj6l4px6 */  
  .oxyl0m18ev {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .iympjf6 {
    flex-direction: column;
    text-align: center;
  }
  
  ._0ixtd10 {
    grid-template-columns: 1fr;
  }
  
  ._r5h5ndg {
    grid-template-columns: 1fr;
  }
  
  .st-x60g48 {
    grid-template-columns: 1fr;
  }
  
  .ly8az61o0a {
    grid-template-columns: 1fr;
  }
  
  .wk8geq1f {
    flex-direction: column;
    text-align: center;
  }
  
  .el-pmxuuo {
    justify-content: center;
  }
  
  .el-ix6pxt {
    overflow-x: auto;
  }
  
  .xcljx5cm h2 {
    font-size: 1.4rem;
  }
  
  .el-8tk4bu h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  ._j09j1h {
    grid-template-columns: 1fr;
  }
/* 74de8 */  
  .bl3igggn5f {
    grid-template-columns: 1fr;
  }
/* 84ezainleo */  
  ._bpd1bkzs {
    flex-direction: column;
    align-items: center;
  }
  
  .css-bdtlpw {
    padding: 0 14px;
  }
}

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

/* 打印样式 */
@media print {
  ._1zmj8rtz, ._3q4hrkc, ._6umxcs {
    display: none;
  }
}

/* mrxmuhh2ol81ff27 */
