/* 213cd5dmkzmf | v8.14 */
/* ========================================
   体育明星粉丝社区 - 主样式表
   ======================================== */

/* 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;
}
/* yptapk6r */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-main);
  color: var(--text-primary);
  background-color: var(--bg-color);
  line-height: 1.8;
  overflow-x: hidden;
}

a {
  color: var(--primary-light);
  text-decoration: none;
  transition: var(--transition);
}

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

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

ul, ol {
  list-style: none;
}

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

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

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

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

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

.nt161m0j .sc-hto1op {
  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);
}

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

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

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

.ce5n44s5d input::placeholder {
  color: rgba(255,255,255,0.6);
}
/* v1aeiwza7j */
.ce5n44s5d button {
  background: none;
  border: none;
  color: var(--text-white);
  cursor: pointer;
  font-size: 1.1rem;
  padding: 4px 8px;
}

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

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

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

.st-9gbdw5 {
  background: var(--accent-color) !important;
}

.st-9gbdw5:hover {
  background: var(--accent-dark) !important;
}

/* 主导航 */
.css-mkdxgg {
  padding: 0;
}

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

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

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

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

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

.sc-fwex8x a {
  color: var(--text-secondary);
}
/* 9hjcw */
.sc-fwex8x a:hover {
  color: var(--accent-color);
}

.sc-fwex8x .el-brms2k {
  color: var(--text-light);
}
/* v8wn54h */
.sc-fwex8x ._lslrhk1t {
  color: var(--text-primary);
  font-weight: 500;
}

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

.tw-eycvh4 {
  position: relative;
  width: 100%;
  height: 100%;
}

.el-bidj66 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}
/* 1w6s79hv */
.el-bidj66.active {
  opacity: 1;
}

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

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

.ua2tfi78b {
  max-width: 700px;
  color: var(--text-white);
}
/* txu5 */
.ua2tfi78b 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;
}
/* n1obx6 */
.ua2tfi78b p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 20px;
}

.sc-0r8j0c {
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: flex;
  gap: 10px;
}
/* 3jcx4bp6 */
.alpmnl4c {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: var(--transition);
}

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

/* ========================================
   通用区块标题
   ======================================== */
.lw8scjn {
  text-align: center;
  margin-bottom: 40px;
}
/* q2x75ap9i */
.lw8scjn h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 8px;
  font-family: var(--font-title);
}

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

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

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

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

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

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

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

.qqxg1i73q span {
  white-space: nowrap;
  font-size: 0.9rem;
}
/* wpct */
@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
/* 6g76x2x */}
/* rkhum */
/* ========================================
   视频专区
   ======================================== */
.el-jd6nmb {
  padding: 60px 0;
  background: var(--bg-color);
}

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

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

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

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

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

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

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

.tw-eky29h:hover .ow64888pf img {
  transform: scale(1.08);
}

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

.tw-eky29h:hover .st-gf5to8 {
  opacity: 1;
}
/* ykdyrax */
.st-gf5to8::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;
}

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

.ej7jpivx {
  padding: 14px;
}

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

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

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

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

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

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

.st-f58510:hover {
  border-color: var(--accent-color);
  box-shadow: var(--shadow-md);
}
/* twpk */
.css-pb12a8 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
/* aue382 */
.ldwrpv3o {
  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);
}

._s7zghw { background: linear-gradient(135deg, #ff6b6b, #ee5a24); }
.css-wqmzy1 { background: linear-gradient(135deg, #4834d4, #686de0); }
.wsyzn1wf { background: linear-gradient(135deg, #f9ca24, #f0932b); }

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

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

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

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

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

.el-yyi7so.sc-w88d9y { background: var(--accent-color); }
.el-yyi7so.ggas8hpe { background: var(--gold-dark); }
.el-yyi7so.cd7lu96 { background: var(--primary-light); }

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

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

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

._iitmd0:hover {
  background: rgba(72, 52, 212, 0.05);
}
/* 9yomfr */
.b1vxfgnm9 {
  flex: 1;
  height: 8px;
  background: var(--border-color);
  border-radius: 4px;
  overflow: hidden;
}

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

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

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

.st-bibqxc {
  font-size: 1.3rem;
}

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

.b0ibixe {
  flex: 1;
}

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

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

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

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

.css-pnzlkz .lw8scjn h2 {
  color: var(--text-white);
}

.css-pnzlkz .lw8scjn p {
  color: rgba(255,255,255,0.6);
}

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

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

.css-qoxgbf ._1dgx4c {
  position: relative;
  padding-top: 56.25%;
}

.css-qoxgbf ._1dgx4c iframe,
.css-qoxgbf ._1dgx4c .lfhhr7v {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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

.lfhhr7v .tw-d4qkeh {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lfhhr7v .tw-d4qkeh::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-qoxgbf .dqt7zsslg {
  padding: 18px;
}

.css-qoxgbf .dqt7zsslg h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
/* f9ptpc */
.css-qoxgbf .dqt7zsslg p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
}

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

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

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

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

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

._zw5dt7l.active {
  background: rgba(230, 57, 70, 0.2);
  border-left: 3px solid var(--accent-color);
}
/* 7kdf0n8hb */
.css-u9ye5x {
  width: 120px;
  height: 68px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
/* 0u6h48 */
.css-u9ye5x img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

/* ========================================
   FAQ模块
   ======================================== */
._a7mg89 {
  padding: 60px 0;
  background: var(--bg-color);
}
/* y6y00 */
._90250jz {
  max-width: 800px;
  margin: 0 auto;
}
/* cluqo3gj */
.st-tjeeju {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

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

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

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

.el-5ypyif::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;
}

.st-tjeeju.open .el-5ypyif {
  transform: rotate(180deg);
}

.w8yb0n6l0u {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
/* 3yekq45q7s */
.tqtxgsgi {
  padding: 0 24px 18px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
}

.st-tjeeju.open .w8yb0n6l0u {
  max-height: 500px;
}
/* bwu3g948n */
/* ========================================
   社交媒体动态
   ======================================== */
._8hg33lbu {
  padding: 60px 0;
  background: var(--bg-card);
}

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

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

.st-js798p:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
/* psqfgg */
._ziv0g5 {
  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);
}

._pm6qxyu { background: linear-gradient(135deg, #e6162d, #ff6b6b); }
.el-jr6crz { background: linear-gradient(135deg, #07c160, #2dc100); }
.css-h2rh8e { background: linear-gradient(135deg, #000000, #333333); }
.tw-lpgnza { background: linear-gradient(135deg, #00a1d6, #0099cc); }

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

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

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

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

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

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

.tw-77e26t h4 {
  color: var(--text-white);
  font-size: 1rem;
  margin-bottom: 14px;
}
/* uuy2 */
.tw-77e26t ul li {
  margin-bottom: 8px;
}

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

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

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

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

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

.sc-665ifg {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ========================================
   内页通用样式
   ======================================== */
.tw-tiww24 {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
  padding: 50px 0;
  color: var(--text-white);
  text-align: center;
}
/* 56utw3zf */
.tw-tiww24 h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}
/* 5xiinbn */
.tw-tiww24 p {
  font-size: 1rem;
  opacity: 0.8;
}

._t1sohv {
  padding: 40px 0;
}

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

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

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

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

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

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

/* 评论区 */
.i04yf4ibqr {
  margin-top: 40px;
}
/* 96cv3o */
.i04yf4ibqr h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--border-color);
}

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

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

._g7b1bun {
  flex: 1;
}
/* 5cql6 */
.zuwb4gl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

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

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

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

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

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

.tw-2vhmof {
  text-align: center;
}

.cypqwdg {
  width: 260px;
  height: 260px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 0 auto 16px;
  box-shadow: var(--shadow-lg);
}
/* ukb25w */
.cypqwdg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.el-e17wyn {
  text-align: center;
}

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

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

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

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

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

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

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

._ln0ghule ._wgkvjq {
  font-size: 0.9rem;
}

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

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

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

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

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

._we6y8k:hover .s9tq04zsp img {
  transform: scale(1.05);
}

.tw-89l1qy {
  padding: 20px;
}

._xuimoy {
  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-89l1qy h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tw-g6fdzv {
  flex: 1;
}

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

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

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

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

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

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

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

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

._f4rb8gf {
  text-align: center;
}

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

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

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

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

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

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

.sc-1b6qdz.visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

.sc-lpm6zw.visible {
  opacity: 1;
  transform: translateX(0);
}

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

.el-y9ydln {
  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); }
/* ppxfdv7 */}
/* 3bo6oq3 */
/* ========================================
   侧边栏
   ======================================== */
.tw-qe6p4y {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

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

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

.el-jnta1o {
  display: flex;
  gap: 10px;
  cursor: pointer;
  transition: var(--transition);
}
/* f7wibtcas */
.el-jnta1o:hover {
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

.css-lh8ht8 {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
/* 4octr */
.st-mkojcv {
  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);
}

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

.st-mtxqxp { background: linear-gradient(135deg, #333, #000); }
.st-8ar5oz { background: linear-gradient(135deg, #07c160, #059142); }

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

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

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

/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1024px) {
  .r9i86p9z {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .j63lsbsj {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .el-5iqw3h {
    grid-template-columns: 1fr;
  }
  
  ._sq7dhrmv {
    grid-template-columns: 1fr;
  }
  
  .el-yc3pz6 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  
  .ce5n44s5d {
    display: none;
  }
/* 17rdb22qkp */  
  .oqgnojtu {
    display: none;
  }
  
  ._5tnhtzz9 {
    display: block;
  }
  
  .css-mkdxgg {
    display: none;
  }
  
  .css-mkdxgg.open {
    display: block;
  }
  
  .css-mkdxgg ul {
    flex-direction: column;
  }
  
  .css-mkdxgg ul li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
  ._tj4gtxf {
    height: 360px;
  }
  
  .ua2tfi78b h1 {
    font-size: 1.6rem;
  }
  
  .r9i86p9z {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  
  .og429y6m {
    grid-template-columns: 1fr;
  }
  
  .ofpzcqtf {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .j63lsbsj {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  ._j9dx38y {
    flex-direction: column;
    text-align: center;
  }
/* yb5ovkxj */  
  .sc-k2bcp7 {
    grid-template-columns: 1fr;
  }
  
  .css-j39qm6 {
    grid-template-columns: 1fr;
  }
  
  .enhtkrz {
    grid-template-columns: 1fr;
  }
  
  .st-p8pbiq {
    grid-template-columns: 1fr;
  }
  
  .st-4bcqxu {
    flex-direction: column;
    text-align: center;
  }
  
  ._7k9mor {
    justify-content: center;
  }
  
  .awe8sox {
    overflow-x: auto;
  }
  
  .lw8scjn h2 {
    font-size: 1.4rem;
  }
  
  .tw-tiww24 h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .r9i86p9z {
    grid-template-columns: 1fr;
  }
  
  .ofpzcqtf {
    grid-template-columns: 1fr;
  }
  
  .css-lh8ht8 {
    flex-direction: column;
    align-items: center;
  }
  
  ._clcwiv {
    padding: 0 14px;
  }
}

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

/* 打印样式 */
@media print {
  .w87cqpmfu6, .p2bx8om90d, .sc-6lhinu {
    display: none;
  }
}

/* ytkjxmn2un7r47hz */
