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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._rgnw2m9 a:hover {
  background: rgba(255,255,255,0.15);
}
/* 6j6z4fm */
.xkqjuxz {
  background: var(--accent-color) !important;
}

.xkqjuxz:hover {
  background: var(--accent-dark) !important;
}
/* av06m */
/* 主导航 */
._62is9u7 {
  padding: 0;
}

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

._62is9u7 ul li {
  position: relative;
}

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

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

/* ========================================
   面包屑导航
   ======================================== */
.css-j8xrgu {
  padding: 12px 0;
  background: var(--bg-card);
  border-bottom: 1px solid var(--border-color);
}
/* 9pjce */
.css-d3wm4w {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-light);
}

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

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

.css-d3wm4w .tw-adfb03 {
  color: var(--text-light);
}

.css-d3wm4w .tw-du2nfs {
  color: var(--text-primary);
  font-weight: 500;
}
/* y10edd */
/* ========================================
   英雄横幅区域
   ======================================== */
._mb8pvzt {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: var(--primary-dark);
}

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

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

._llx95diw.active {
  opacity: 1;
}
/* xry9f */
._llx95diw img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

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

.vpbcdxse p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 20px;
}
/* wcozr */
.st-c7yyon {
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: flex;
  gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._kcc0wxb:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
/* e4fk */
.p1saztb {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

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

._kcc0wxb:hover .p1saztb img {
  transform: scale(1.08);
}

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

._kcc0wxb:hover .el-guofdy {
  opacity: 1;
}
/* gwizwj */
.el-guofdy::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;
}
/* biq643utl */
.css-2pedio {
  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;
}

._otti48f {
  padding: 14px;
}

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

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

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

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

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

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

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

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

.iz7bmhc4 {
  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-vdhp6v { background: linear-gradient(135deg, #ff6b6b, #ee5a24); }
.st-lv7pdm { background: linear-gradient(135deg, #4834d4, #686de0); }
.fv1ak1so { background: linear-gradient(135deg, #f9ca24, #f0932b); }

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

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

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

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

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

.dvg5rds.tw-86g2lw { background: var(--accent-color); }
.dvg5rds._vdk33caz { background: var(--gold-dark); }
.dvg5rds.st-5vmw1j { background: var(--primary-light); }

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

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

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

._ndnggs:hover {
  background: rgba(72, 52, 212, 0.05);
}

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

.zihyvzrk {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #4834d4, #686de0);
  transition: width 0.8s ease;
}
/* zpb7t6 */
.el-6o276a {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary-light);
  min-width: 40px;
  text-align: right;
}

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

._op8jdbb {
  font-size: 1.3rem;
}

._k76roqha {
  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;
}
/* 14kvbb */
.fcov9di {
  flex: 1;
}

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

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

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

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

.sc-tpazip .vu6yora8on h2 {
  color: var(--text-white);
}

.sc-tpazip .vu6yora8on p {
  color: rgba(255,255,255,0.6);
}

.ky206lea {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}
/* nsnt3j0 */
.doej2q5ook {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: rgba(255,255,255,0.05);
}
/* 722ubr3p */
.doej2q5ook .st-l6ldc4 {
  position: relative;
  padding-top: 56.25%;
}

.doej2q5ook .st-l6ldc4 iframe,
.doej2q5ook .st-l6ldc4 ._2tkrtws {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* 4ex01 */
._2tkrtws {
  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);
}

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

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

.doej2q5ook .css-2hx9jw {
  padding: 18px;
}

.doej2q5ook .css-2hx9jw h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.doej2q5ook .css-2hx9jw p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
}
/* 1pmnom1x */
.t1avqsnhe {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 500px;
  overflow-y: auto;
}

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

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

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

.sc-pejhkc:hover {
  background: rgba(255,255,255,0.1);
}

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

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

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

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

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

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

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

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

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

._mo896xhw {
  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;
}
/* w93ywsjjo */
._mo896xhw::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;
}

.jak7qal.open ._mo896xhw {
  transform: rotate(180deg);
}

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

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

.jak7qal.open ._iq08u5rx {
  max-height: 500px;
}

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

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

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

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

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

._glcovz { background: linear-gradient(135deg, #e6162d, #ff6b6b); }
._ne48zu8p { background: linear-gradient(135deg, #07c160, #2dc100); }
/* et4o */._kskwmw { background: linear-gradient(135deg, #000000, #333333); }
._2ivkd18 { background: linear-gradient(135deg, #00a1d6, #0099cc); }

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

.sc-tkf5ev p {
  font-size: 0.85rem;
  color: var(--text-light);
}
/* lmnxv4pnj */
.sc-tkf5ev ._jne59vr {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
  margin: 8px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   内页通用样式
   ======================================== */
.uu00bks0ij {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
  padding: 50px 0;
  color: var(--text-white);
  text-align: center;
}
/* 7h24ng942r */
.uu00bks0ij h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}

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

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

._50cjz2nd .st-l6ldc4 {
  position: relative;
  padding-top: 56.25%;
}

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

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

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

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

.sc-y72azc {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 0.95rem;
}
/* ykxonrtcl */
/* 评论区 */
.rq1fhp87r {
  margin-top: 40px;
}

.rq1fhp87r h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--border-color);
}
/* ia0cr295 */
._k1gpnx {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border-color);
}

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

.exjw6ixx0 {
  flex: 1;
}

._550pkibl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
/* xx05 */
.ldq7mj1dlo {
  font-weight: 600;
  font-size: 0.9rem;
}

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

._a312v38 {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
}
/* yfcklqz */
.el-579lyc {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

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

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

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

.ycgvs551 {
  text-align: center;
}

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

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

.u6qx0b3v {
  text-align: center;
}

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

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

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

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

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

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

._69osyoa .q24kt1mw {
  font-size: 0.9rem;
}

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

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

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

._i8nl8h {
  height: 200px;
  overflow: hidden;
}
/* uwfjkwoys */
._i8nl8h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

._h2cb4aj:hover ._i8nl8h img {
  transform: scale(1.05);
}
/* zk96lqlvu */
._pog0t9 {
  padding: 20px;
}

.sc-cujy6q {
  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;
}
/* 8vur1f */
._pog0t9 h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

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

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

.q6e1pyepit { background: rgba(72, 52, 212, 0.1); color: #4834d4; }
.sc-jt62m2 { background: rgba(7, 193, 96, 0.1); color: #07c160; }
.el-ijdx57 { background: rgba(138, 138, 170, 0.1); color: var(--text-light); }
/* mg0g */
/* 讨论区 */
.lqh0hjnshy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

._i0t3e8 {
  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;
}
/* f2x70t41n4 */
.el-5s75mn {
  flex: 1;
}

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

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

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

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

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

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

.sc-ja5u6o {
  display: flex;
  gap: 30px;
  margin-top: 12px;
}
/* 6takdvg */
._tbtuhp {
  text-align: center;
}

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

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

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

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

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

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

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

.el-60mvue.visible {
  opacity: 1;
  transform: translateY(0);
}

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

._iu99dgf.visible {
  opacity: 1;
  transform: translateX(0);
}
/* 7nx1j */
.el-r6cplr {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

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

/* ========================================
   侧边栏
   ======================================== */
._nvp9qp {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* mbnxk */
.pzphh9h2r {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
}

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

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

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

.dx3phchk7a:hover {
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

.el-fryhn1 { background: linear-gradient(135deg, #333, #000); }
.tw-xcpk6z { background: linear-gradient(135deg, #07c160, #059142); }

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

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

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

._zmbzba9 p {
  font-size: 0.9rem;
  color: var(--text-secondary);
}
/* hi9t */
/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1024px) {
  .sc-yyjwm8 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .tw-8ktjv1 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ky206lea {
    grid-template-columns: 1fr;
  }
  
  .dio3m2na {
    grid-template-columns: 1fr;
  }
  
  .uew66k7 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  
  ._84tz8q {
    display: none;
  }
  
  ._rgnw2m9 {
    display: none;
  }
  
  .fl6e5pa {
    display: block;
  }
  
  ._62is9u7 {
    display: none;
  }
  
  ._62is9u7.open {
    display: block;
  }
  
  ._62is9u7 ul {
    flex-direction: column;
  }
/* e0hlz */  
  ._62is9u7 ul li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
  ._mb8pvzt {
    height: 360px;
  }
  
  .vpbcdxse h1 {
    font-size: 1.6rem;
  }
  
  .sc-yyjwm8 {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  
  ._exf7ety {
    grid-template-columns: 1fr;
  }
  
  .st-lz7pxo {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .tw-8ktjv1 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  ._qbx4wp {
    flex-direction: column;
    text-align: center;
  }
  
  .l79zwii8nn {
    grid-template-columns: 1fr;
  }
  
  .lqh0hjnshy {
    grid-template-columns: 1fr;
  }
  
  .st-7sunbl {
    grid-template-columns: 1fr;
  }
  
  .gws4uoj {
    grid-template-columns: 1fr;
  }
  
  .css-ohdpnb {
    flex-direction: column;
    text-align: center;
  }
  
  .sc-ja5u6o {
    justify-content: center;
  }
  
  ._w2x1h7x5 {
    overflow-x: auto;
  }
  
  .vu6yora8on h2 {
    font-size: 1.4rem;
  }
/* qocdp7h */  
  .uu00bks0ij h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .sc-yyjwm8 {
    grid-template-columns: 1fr;
  }
  
  .st-lz7pxo {
    grid-template-columns: 1fr;
  }
  
  ._004o72 {
    flex-direction: column;
    align-items: center;
  }
/* e0xvw15 */  
  .rqchy21v {
    padding: 0 14px;
  }
}

/* 懒加载图片占位 */
img[loading="lazy"] {
  background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
  min-height: 100px;
}
/* vz5dxa9o */
/* 打印样式 */
@media print {
  .kyptco98f, .aq9ykrbo, .vigjf42a {
    display: none;
  }
}

/* k160u9vbym3b7mxx */
