/* 6fglnhw89wov | v6.16 */
/* ========================================
   体育明星粉丝社区 - 主样式表
   ======================================== */

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

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

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

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

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

.tw-o4f1n7 .w8rqbfk {
  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);
}
/* y45g2 */
.tw-o4f1n7 .y5mvbnvrc {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: var(--font-title);
}

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

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

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

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

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

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

.yqff9j34 a:hover {
  background: rgba(255,255,255,0.15);
}
/* rc2n */
._m9odjn {
  background: var(--accent-color) !important;
}

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

/* 主导航 */
.tw-xork3g {
  padding: 0;
}

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

.tw-xork3g ul li {
  position: relative;
}
/* j28ur5t9 */
.tw-xork3g 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;
}

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

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

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

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

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

.szmevq2k a:hover {
  color: var(--accent-color);
}
/* jfr8slb */
.szmevq2k .el-jzl1ya {
  color: var(--text-light);
}

.szmevq2k ._qjwh2pbg {
  color: var(--text-primary);
  font-weight: 500;
}

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

.sc-s870lk {
  position: relative;
  width: 100%;
  height: 100%;
}

.sc-ri2735 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}
/* wg2on */
.sc-ri2735.active {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-uj0cwr {
  overflow: hidden;
  flex: 1;
}

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

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

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

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

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

.tw-1jj4a2 {
  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-1jj4a2:hover,
.tw-1jj4a2.active {
  border-color: var(--accent-color);
  color: var(--accent-color);
  background: rgba(230, 57, 70, 0.05);
}

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

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

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

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

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

.j8ibwo5lu:hover .css-qj8z12 img {
  transform: scale(1.08);
}
/* vlm5r69y */
.el-i6af9l {
  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);
}

.j8ibwo5lu:hover .el-i6af9l {
  opacity: 1;
}
/* vcheh6 */
.el-i6af9l::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;
}

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

.sc-9jj45g {
  padding: 14px;
}

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

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

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

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

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

._4519za {
  background: var(--bg-color);
  border-radius: var(--radius-md);
  padding: 28px;
  transition: var(--transition);
  border: 1px solid var(--border-color);
}
/* m7393q3 */
._4519za:hover {
  border-color: var(--accent-color);
  box-shadow: var(--shadow-md);
}

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

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

.tw-krvpp8 { background: linear-gradient(135deg, #ff6b6b, #ee5a24); }
._gncvuf { background: linear-gradient(135deg, #4834d4, #686de0); }
.olcfjqvexx { background: linear-gradient(135deg, #f9ca24, #f0932b); }

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

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

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

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

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

.css-ynlx6p._x0aeaeq { background: var(--accent-color); }
/* mz1c6 */.css-ynlx6p._5ctk23y0 { background: var(--gold-dark); }
.css-ynlx6p._z872mu83 { background: var(--primary-light); }

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

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

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

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

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

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

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

._70xw2vb {
  font-size: 1.3rem;
}
/* rbvx */
._ry4f265 {
  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;
}

.xbfh5zb {
  flex: 1;
}

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

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

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

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

.tw-81do6u .el-cwj75d p {
  color: rgba(255,255,255,0.6);
}

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

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

.css-jqg7mm ._yns6ik {
  position: relative;
  padding-top: 56.25%;
}

.css-jqg7mm ._yns6ik iframe,
.css-jqg7mm ._yns6ik .mzb3cbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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

.mzb3cbx .y8qrm26d3 {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* my10 */
.mzb3cbx .y8qrm26d3::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-jqg7mm ._mu1dgcf {
  padding: 18px;
}

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

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

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

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

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

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

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

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

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

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

.osbrvdu p {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
}
/* 0nxvbp9i */
/* ========================================
   FAQ模块
   ======================================== */
._1rell0y {
  padding: 60px 0;
  background: var(--bg-color);
}

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

.css-1tgbvc {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
/* fks7 */
._qpeubnng {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  transition: var(--transition);
}

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

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

.b2lb8vn::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-1tgbvc.open .b2lb8vn {
  transform: rotate(180deg);
}

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

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

.css-1tgbvc.open .el-yi3we9 {
  max-height: 500px;
}

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

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

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

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

._zje7cd {
  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);
}
/* l2kf9am7tf */
.css-1gqmk0 { background: linear-gradient(135deg, #e6162d, #ff6b6b); }
.tw-q0owid { background: linear-gradient(135deg, #07c160, #2dc100); }
.el-9lpqou { background: linear-gradient(135deg, #000000, #333333); }
.pcgksbzm { background: linear-gradient(135deg, #00a1d6, #0099cc); }

.el-66w2vn h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.el-66w2vn p {
  font-size: 0.85rem;
  color: var(--text-light);
}

.el-66w2vn ._n1fp8q9u {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
  margin: 8px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tuc6sjh1x4 p {
  font-size: 1rem;
  opacity: 0.8;
}
/* l250 */
.tw-72y4l7 {
  padding: 40px 0;
}

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

.el-k4jdcc ._yns6ik {
  position: relative;
  padding-top: 56.25%;
}

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

.prip4gh h2 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}
/* ax8rrgz66 */
.sc-7w41to {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

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

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

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

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

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

.el-eupu5z {
  flex: 1;
}
/* beelipt5h9 */
.css-u1qnwj {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

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

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

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

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

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

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

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

._k18e4t {
  text-align: center;
}

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

._279ctdzy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 4paal6pcn */
.b4rhdmub {
  text-align: center;
}

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

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

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

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

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

.tw-i80f9t .sc-yrdne1 {
  font-weight: 700;
  color: var(--accent-color);
  font-size: 0.9rem;
}

.tw-i80f9t .tw-sg0fwy {
  font-size: 0.9rem;
}

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

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

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

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

._q8ddoux img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
/* 52bj */
._jciuhf:hover ._q8ddoux img {
  transform: scale(1.05);
}

.wtn94z00 {
  padding: 20px;
}
/* k6txw4 */
.bgcv7eqnb {
  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;
}

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

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

._vae9lj { background: rgba(72, 52, 212, 0.1); color: #4834d4; }
.st-8lgh46 { background: rgba(7, 193, 96, 0.1); color: #07c160; }
.el-xey04l { background: rgba(138, 138, 170, 0.1); color: var(--text-light); }

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

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

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

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

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

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

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

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

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

._zyfkkm2 {
  flex: 1;
}

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

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

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

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

.tw-ljfzkd h2 {
  font-size: 1.5rem;
  margin-bottom: 4px;
}
/* 0emr2dmeh */
.tw-ljfzkd p {
  color: var(--text-light);
  font-size: 0.9rem;
}
/* sw10c */
.el-yjf96a {
  display: flex;
  gap: 30px;
  margin-top: 12px;
}

.css-02vbcg {
  text-align: center;
}

.css-02vbcg .f6dzujl7v8 {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
}

.css-02vbcg ._srrfi9p {
  font-size: 0.8rem;
  color: var(--text-light);
}

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

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

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

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

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

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

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

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

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

.el-5rhs6f.visible {
  opacity: 1;
  transform: translateX(0);
}

/* 脉冲动画 */
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
/* pr8p946 */
.sc-z7xm1c {
  animation: pulse 2s infinite;
}

/* 渐变边框动画 */
@keyframes gradient-border {
  0% { border-color: var(--accent-color); }
/* w5drwi */  50% { border-color: var(--gold-color); }
  100% { border-color: var(--accent-color); }
}

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

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

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

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

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

._z7ct4e:hover {
  opacity: 0.8;
}

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

.sc-0477pl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

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

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

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

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

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

.u6go32b p {
  color: var(--text-secondary);
  margin-bottom: 30px;
}
/* 79jye */
.sc-vnoppj {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

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

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

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

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

.css-7uqghc {
  padding: 30px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

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

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

/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1024px) {
  ._svymiv {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .el-2pagg7 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ld6m7xm37h {
    grid-template-columns: 1fr;
  }
  
  ._8zv7izw {
    grid-template-columns: 1fr;
  }
  
  ._hdbdljq6 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  
  .ht83d9fv6 {
    display: none;
  }
  
  .yqff9j34 {
    display: none;
  }
  
  .l7obiuk1 {
    display: block;
  }
  
  .tw-xork3g {
    display: none;
  }
  
  .tw-xork3g.open {
    display: block;
  }
  
  .tw-xork3g ul {
    flex-direction: column;
  }
  
  .tw-xork3g ul li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
/* 4c6iadx3w */  
  .my7oypir1j {
    height: 360px;
  }
  
  .jbvc6crjc h1 {
    font-size: 1.6rem;
  }
  
  ._svymiv {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
/* cafnr */  
  ._rbnwuqb {
    grid-template-columns: 1fr;
  }
  
  .hnbgqo90up {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .el-2pagg7 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  ._v8zwim {
    flex-direction: column;
    text-align: center;
  }
  
  .tw-pyvdbc {
    grid-template-columns: 1fr;
  }
  
  .el-myn7um {
    grid-template-columns: 1fr;
  }
  
  .zqlwtrgx {
    grid-template-columns: 1fr;
  }
  
  .fn8ha68g {
    grid-template-columns: 1fr;
  }
/* rngxg */  
  .tw-hj6ljt {
    flex-direction: column;
    text-align: center;
  }
  
  .el-yjf96a {
    justify-content: center;
  }
  
  .st-58nuwg {
    overflow-x: auto;
  }
  
  .el-cwj75d h2 {
    font-size: 1.4rem;
  }
  
  .tuc6sjh1x4 h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  ._svymiv {
    grid-template-columns: 1fr;
  }
  
  .hnbgqo90up {
    grid-template-columns: 1fr;
  }
  
  .sc-vnoppj {
    flex-direction: column;
    align-items: center;
  }
/* y9mi9by8f */  
  .xbw3tw8x {
    padding: 0 14px;
  }
}

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

/* 打印样式 */
@media print {
  .tw-lhv33v, .tw-p1b03d, ._27c0cos {
    display: none;
  }
}
/* 423hmfuu1 */
/* tmxxmkyrcnu46k4y */
