/* 5teo0rcc39es | v5.45 */
/* ========================================
   体育明星粉丝社区 - 主样式表
   ======================================== */

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

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

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

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

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

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

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

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

.sc-dsdd65 {
  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;
}
/* 83ejdag27 */
.sc-dsdd65 input {
  background: transparent;
  border: none;
  color: var(--text-white);
  font-size: 0.9rem;
  width: 100%;
  outline: none;
}
/* o1srp2ya6w */
.sc-dsdd65 input::placeholder {
  color: rgba(255,255,255,0.6);
}

.sc-dsdd65 button {
  background: none;
  border: none;
  color: var(--text-white);
  cursor: pointer;
  font-size: 1.1rem;
  padding: 4px 8px;
}
/* 8ayb2ks4q */
.nkddblre {
  display: flex;
  align-items: center;
  gap: 16px;
}

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

.nkddblre a:hover {
  background: rgba(255,255,255,0.15);
}
/* 2haxdazu */
.gk4nm0l {
  background: var(--accent-color) !important;
}

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

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

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

.st-0vte1d ul li {
  position: relative;
}

.st-0vte1d 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;
}

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

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

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

.iljete5 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-light);
}
/* 8ept2ul */
.iljete5 a {
  color: var(--text-secondary);
}

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

.iljete5 .sc-451k8a {
  color: var(--text-light);
}

.iljete5 .k3faueb {
  color: var(--text-primary);
  font-weight: 500;
}

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

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

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

.sa1g6ak.active {
  opacity: 1;
}

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

.mv1kajg2du {
  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-ij2evh {
  max-width: 700px;
  color: var(--text-white);
}

.css-ij2evh 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-ij2evh p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g34k19y {
  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);
}
/* 5i9bh */
.g34k19y:hover,
.g34k19y.active {
  border-color: var(--accent-color);
  color: var(--accent-color);
  background: rgba(230, 57, 70, 0.05);
}

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

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

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

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

.tw-z20q0l img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
/* 56vs */
.el-ykss6i:hover .tw-z20q0l img {
  transform: scale(1.08);
}

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

.el-ykss6i:hover .nkgzz6rb0j {
  opacity: 1;
}

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

.cc431c0c {
  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-ixizja {
  padding: 14px;
}

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

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

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

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

.of86dvf8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
/* 2fg45ftz5u */
._vb8caxda {
  background: var(--bg-color);
  border-radius: var(--radius-md);
  padding: 28px;
  transition: var(--transition);
  border: 1px solid var(--border-color);
}
/* 8val */
._vb8caxda:hover {
  border-color: var(--accent-color);
  box-shadow: var(--shadow-md);
}

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

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

.css-n4z9ay { background: linear-gradient(135deg, #ff6b6b, #ee5a24); }
.st-5d3slg { background: linear-gradient(135deg, #4834d4, #686de0); }
._fkb0t2ni { background: linear-gradient(135deg, #f9ca24, #f0932b); }

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

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

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

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

.sc-lud6ag.el-7bwnoe { background: var(--accent-color); }
.sc-lud6ag._z0ys7v { background: var(--gold-dark); }
.sc-lud6ag.sxb1ptq { background: var(--primary-light); }

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

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

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

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

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

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

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

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

.css-lom1zf {
  font-size: 1.3rem;
}

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

.b1m6tv3 {
  flex: 1;
}

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

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

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

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

._xgjz4w .tw-s27ycz h2 {
  color: var(--text-white);
}

._xgjz4w .tw-s27ycz p {
  color: rgba(255,255,255,0.6);
}

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

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

._wz7v5q4 ._41vcmpik {
  position: relative;
  padding-top: 56.25%;
}

._wz7v5q4 ._41vcmpik iframe,
._wz7v5q4 ._41vcmpik .odnbx7cb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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

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

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

._wz7v5q4 .sc-0mh6ju {
  padding: 18px;
}

._wz7v5q4 .sc-0mh6ju h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
/* jrod0 */
._wz7v5q4 .sc-0mh6ju p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-t1j95d.open ._u5e2ecg {
  transform: rotate(180deg);
}
/* 5x1asoz37 */
.j0wn33o {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

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

.el-t1j95d.open .j0wn33o {
  max-height: 500px;
}

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

.hyfhkcvpv {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
/* 068lf6p */
.el-kb4rrv {
  background: var(--bg-color);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
  transition: var(--transition);
  border: 1px solid var(--border-color);
}

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

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

.nab2audx1 { background: linear-gradient(135deg, #e6162d, #ff6b6b); }
/* 3trlt */.h5sehbca6v { background: linear-gradient(135deg, #07c160, #2dc100); }
.tw-y8ho8m { background: linear-gradient(135deg, #000000, #333333); }
.tw-mbusvb { background: linear-gradient(135deg, #00a1d6, #0099cc); }

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

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

/* ========================================
   页脚
   ======================================== */
._7r1zduqc {
  background: var(--primary-dark);
  color: rgba(255,255,255,0.7);
  padding: 50px 0 0;
}
/* z2bb2qsy8u */
.b0wf0c7nwg {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

._r69kgmct h3 {
  color: var(--text-white);
  font-size: 1.2rem;
  margin-bottom: 14px;
}
/* lxjf4l8gz */
._r69kgmct p {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

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

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

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

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

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

.l6rv10xj {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
}
/* ndxfgxq */
.l6rv10xj a {
  color: rgba(255,255,255,0.5);
}

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

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

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

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

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

.el-heewd9 {
  padding: 40px 0;
}
/* 1z6tkkw */
/* 视频详情页 */
.sc-eiwhbu {
  background: #000;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 24px;
}

.sc-eiwhbu ._41vcmpik {
  position: relative;
  padding-top: 56.25%;
}

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

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

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

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

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

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

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

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

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

.am2guh9 {
  flex: 1;
}

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

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

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

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

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

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

.d0a0bz2fuy {
  text-align: center;
}

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

._b15cbhp7 {
  text-align: center;
}

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

._b15cbhp7 p {
  color: var(--text-light);
  font-size: 0.9rem;
}
/* p519 */
._zbiph9y h3 {
  font-size: 1.3rem;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--accent-color);
  display: inline-block;
}

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

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

.e09wu4e5pc {
  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);
}
/* kug9rwsx25 */
.e09wu4e5pc ._nti4hm {
  font-weight: 700;
  color: var(--accent-color);
  font-size: 0.9rem;
}

.e09wu4e5pc ._6dbeeal {
  font-size: 0.9rem;
}

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

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

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

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

.cmugwdkw img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
/* 6a92ne7d */
._iw9t5p:hover .cmugwdkw img {
  transform: scale(1.05);
}

.st-vme479 {
  padding: 20px;
}

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

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

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

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

.st-kqn5il { background: rgba(72, 52, 212, 0.1); color: #4834d4; }
._t5m7qo41 { background: rgba(7, 193, 96, 0.1); color: #07c160; }
/* ij7yk */._d3875wy { background: rgba(138, 138, 170, 0.1); color: var(--text-light); }

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

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

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

.css-5qx8un h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.css-5qx8un p {
  font-size: 0.8rem;
  color: var(--text-light);
}
/* n36ikub */
._6myy4b3 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
}

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

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

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

.lcgm7s3anp {
  flex: 1;
}

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

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

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

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

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

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

.zc28v6wo0 {
  display: flex;
  gap: 30px;
  margin-top: 12px;
}
/* lsvqk6us */
._x4p3gz6i {
  text-align: center;
}
/* kiwvjji1qo */
._x4p3gz6i .tw-7giv0e {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
}

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

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

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

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

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

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

.vw80fsv.visible {
  opacity: 1;
  transform: translateY(0);
}
/* ru92c88qu */
._fej4xr {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* buo8lc7 */
._fej4xr.visible {
  opacity: 1;
  transform: translateX(0);
}

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

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

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

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

/* ========================================
   侧边栏
   ======================================== */
.ydvxlfm2c {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* al8xh7zts */
.css-x7uv3n {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
}
/* vqjgd3qu */
.css-x7uv3n h3 {
  font-size: 1rem;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent-color);
}

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

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

._ixdh20:hover {
  opacity: 0.8;
}
/* 9uzcd */
.sc-35woh9 {
  width: 100px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.css-cr11kz { background: linear-gradient(135deg, #333, #000); }
/* 54tn0y8 */._fkfu3mp { background: linear-gradient(135deg, #07c160, #059142); }

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

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

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

/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1024px) {
  .rrbtbfu {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .b0wf0c7nwg {
    grid-template-columns: repeat(2, 1fr);
  }
  
  ._z18rh8u {
    grid-template-columns: 1fr;
  }
  
  ._0eh6h1 {
    grid-template-columns: 1fr;
  }
/* wuv5 */  
  .colujnndw {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  
  .sc-dsdd65 {
    display: none;
  }
  
  .nkddblre {
    display: none;
  }
  
  ._ghn6skxa {
    display: block;
  }
  
  .st-0vte1d {
    display: none;
  }
  
  .st-0vte1d.open {
    display: block;
  }
  
  .st-0vte1d ul {
    flex-direction: column;
  }
/* vmz7 */  
  .st-0vte1d ul li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
  .tw-vfexx1 {
    height: 360px;
  }
  
  .css-ij2evh h1 {
    font-size: 1.6rem;
  }
  
  .rrbtbfu {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  
  .of86dvf8 {
    grid-template-columns: 1fr;
  }
/* t1m3tlw1yu */  
  .hyfhkcvpv {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .b0wf0c7nwg {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .l6rv10xj {
    flex-direction: column;
    text-align: center;
  }
  
  ._ukxexd {
    grid-template-columns: 1fr;
  }
  
  .tw-9op1g3 {
    grid-template-columns: 1fr;
  }
  
  ._w67f2gio {
    grid-template-columns: 1fr;
  }
  
  .a5ho3hev {
    grid-template-columns: 1fr;
  }
  
  ._1codhl {
    flex-direction: column;
    text-align: center;
  }
  
  .zc28v6wo0 {
    justify-content: center;
  }
  
  ._5xkelit {
    overflow-x: auto;
  }
  
  .tw-s27ycz h2 {
    font-size: 1.4rem;
  }
  
  .bqunffu h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .rrbtbfu {
    grid-template-columns: 1fr;
  }
  
  .hyfhkcvpv {
    grid-template-columns: 1fr;
  }
  
  .jw34cna {
    flex-direction: column;
    align-items: center;
  }
  
  ._3jbg8lj5 {
    padding: 0 14px;
  }
/* b7ccegty */}

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

/* 打印样式 */
@media print {
  .st-ht2h9z, ._7r1zduqc, .tw-q2836l {
    display: none;
  }
}

/* 3477aunwvfrqtgc1 */
