/* =============================================
   福利导航 - 主样式文件
   bwoj8h.cn | © 2025 福利导航
   原创设计，禁止抄袭
   ============================================= */

/* ---- CSS变量 ---- */
:root {
  --primary: #7c3aed;
  --primary-dark: #5b21b6;
  --primary-light: #a78bfa;
  --secondary: #ec4899;
  --accent: #f59e0b;
  --success: #10b981;
  --dark-bg: #0a0a0f;
  --dark-surface: #111118;
  --dark-card: #16161f;
  --dark-border: rgba(255,255,255,0.08);
  --text-primary: #f1f0ff;
  --text-secondary: #c4c0e0;
  --text-muted: #7c7a9a;
  --gradient-main: linear-gradient(135deg, #7c3aed 0%, #ec4899 50%, #f59e0b 100%);
  --gradient-card: linear-gradient(135deg, rgba(124,58,237,0.15) 0%, rgba(236,72,153,0.08) 100%);
  --shadow-card: 0 4px 24px rgba(0,0,0,0.4);
  --shadow-hover: 0 8px 40px rgba(124,58,237,0.3);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
  background: var(--dark-bg);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
}
a { color: var(--primary-light); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--secondary); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: inherit; }

/* ---- 顶部公告栏 ---- */
.tYVlfVE {
  background: var(--gradient-main);
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 100;
}
.tYVlfVE a { color: #fff; font-weight: 700; text-decoration: underline; margin-left: 4px; }

/* ---- 导航栏 ---- */
.RYLbU0 {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(10,10,15,0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--dark-border);
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.ImKubvCP {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 64px;
}
.yOIJY2ZP {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-decoration: none;
}
.p7cwAxN {
  border-radius: 8px;
  object-fit: contain;
  flex-shrink: 0;
}
.Fds74DHs {
  object-fit: contain;
  flex-shrink: 0;
}
.UJcNBw1K {
  flex: 1;
  max-width: 380px;
  position: relative;
}
.UJcNBw1K input {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--dark-border);
  border-radius: 24px;
  padding: 8px 44px 8px 16px;
  color: var(--text-primary);
  font-size: 14px;
  outline: none;
  transition: var(--transition);
}
.UJcNBw1K input:focus {
  border-color: var(--primary);
  background: rgba(124,58,237,0.08);
  box-shadow: 0 0 0 3px rgba(124,58,237,0.15);
}
.UJcNBw1K input::placeholder { color: var(--text-muted); }
.ADnE1F {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  padding: 4px;
  transition: var(--transition);
}
.ADnE1F:hover { color: var(--primary-light); }
.qC3pnf7 {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  display: none;
  z-index: 200;
  overflow: hidden;
}
.qC3pnf7.show { display: block; }
.hdnJb {
  padding: 10px 16px;
  font-size: 13px;
  color: var(--text-secondary);
  cursor: pointer;
  transition: var(--transition);
}
.hdnJb:hover { background: rgba(124,58,237,0.1); color: var(--text-primary); }

.KqUUEZzr {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
.KqUUEZzr a {
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  border-radius: var(--radius-sm);
  transition: var(--transition);
  white-space: nowrap;
}
.KqUUEZzr a:hover,
.KqUUEZzr a.active {
  color: var(--text-primary);
  background: rgba(124,58,237,0.15);
}
.KqUUEZzr a.active { color: var(--primary-light); }

.Asbq6RE {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  margin-left: auto;
}
.Asbq6RE span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-secondary);
  border-radius: 2px;
  transition: var(--transition);
}

/* ---- 容器 ---- */
.XxNCKuvO {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- Hero区域 ---- */
.uavUn {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.wrSu0d {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 50%, rgba(124,58,237,0.25) 0%, transparent 60%),
    radial-gradient(ellipse 60% 80% at 80% 30%, rgba(236,72,153,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 50% 80%, rgba(245,158,11,0.12) 0%, transparent 60%),
    url('/images/banner-bg.jpg') center/cover no-repeat;
  background-blend-mode: normal, normal, normal, multiply;
}
.wrSu0d::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10,10,15,0.85) 0%, rgba(10,10,15,0.5) 60%, rgba(10,10,15,0.2) 100%);
}
.GYet3WA {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 24px;
  max-width: 680px;
  padding-left: 80px;
}
.UqtgG {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(124,58,237,0.15);
  border: 1px solid rgba(124,58,237,0.3);
  border-radius: 24px;
  padding: 6px 16px;
  font-size: 13px;
  color: var(--primary-light);
  margin-bottom: 24px;
  font-weight: 500;
}
.UqtgG .Cu33D {
  width: 8px;
  height: 8px;
  background: var(--success);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.8); }
}
.uavUn h1 {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.15;
  color: var(--text-primary);
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.uavUn h1 .CwebX {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ClZnmxaO {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 520px;
}
.B7KMoA {
  display: flex;
  gap: 28px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.fuK0kFub .MPZgGO {
  font-size: 24px;
  font-weight: 800;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.fuK0kFub .ISDB64oQ {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 4px;
}
.kKSDv3Ve {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ---- 按钮 ---- */
.BkCOR {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  transition: var(--transition);
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}
.cWm2M {
  background: var(--gradient-main);
  color: #fff;
  box-shadow: 0 4px 20px rgba(124,58,237,0.4);
}
.cWm2M:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(124,58,237,0.5);
  color: #fff;
}
.rfvm8x {
  background: transparent;
  color: var(--text-secondary);
  border: 1px solid var(--dark-border);
}
.rfvm8x:hover {
  border-color: var(--primary);
  color: var(--primary-light);
  background: rgba(124,58,237,0.08);
}
.BhpsxXa {
  padding: 7px 16px;
  font-size: 13px;
  border-radius: 20px;
}

/* ---- 统计栏 ---- */
.B8No4y {
  background: var(--dark-surface);
  border-top: 1px solid var(--dark-border);
  border-bottom: 1px solid var(--dark-border);
  padding: 28px 0;
}
.lcOmcO {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}
.w6wdx .MPZgGO {
  font-size: 28px;
  font-weight: 800;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.w6wdx .ISDB64oQ {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 6px;
}

/* ---- 通用Section ---- */
.rr0upf6X { padding: 72px 0; }
.u4tK9L { padding: 32px 0; }
.l3EMY1 { text-align: center; margin-bottom: 48px; }
.DA6isi {
  display: inline-block;
  background: rgba(124,58,237,0.15);
  border: 1px solid rgba(124,58,237,0.3);
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-light);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.piLiUL {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 14px;
}
.piLiUL span {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gHIP8Fw {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ---- 功能卡片网格 ---- */
.G4KMJ {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.WPwuw {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.WPwuw::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gradient-main);
  opacity: 0;
  transition: var(--transition);
}
.WPwuw:hover {
  border-color: rgba(124,58,237,0.3);
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}
.WPwuw:hover::before { opacity: 1; }
.BhFS9cU {
  font-size: 36px;
  margin-bottom: 14px;
  line-height: 1;
}
.taTKK842 {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
}
.sCze6E {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.75;
}

/* ---- 视频卡片网格 ---- */
.Tws7jl {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.KFnAz {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  transition: var(--transition);
}
.KFnAz:hover {
  border-color: rgba(124,58,237,0.3);
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}
.BD6AYBNa {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #1a1a2e;
}
.BD6AYBNa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.KFnAz:hover .BD6AYBNa img { transform: scale(1.05); }
.IhmBTlx {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: var(--transition);
}
.KFnAz:hover .IhmBTlx { opacity: 1; }
.z9O4nAwd {
  width: 56px;
  height: 56px;
  background: var(--gradient-main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(124,58,237,0.5);
  transform: scale(0.8);
  transition: var(--transition);
}
.KFnAz:hover .z9O4nAwd { transform: scale(1); }
.z9O4nAwd svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  margin-left: 3px;
}
.ZvnL5 {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 4px;
}
.Oxh5cGS {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--gradient-main);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 12px;
}
.aAdMv4 { padding: 14px 16px 16px; }
.RbaJCI {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zUufbvi {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ow8c9FMf {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hMDuYI {
  width: 28px;
  height: 28px;
  background: var(--gradient-main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.ow8c9FMf span { font-size: 13px; color: var(--text-muted); }
.AEaVMA {
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: var(--text-muted);
}

/* ---- 专家卡片 ---- */
.SZAo87L {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.ttG2fUM {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-xl);
  padding: 28px;
  text-align: center;
  transition: var(--transition);
}
.ttG2fUM:hover {
  border-color: rgba(124,58,237,0.3);
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}
.GhUA17 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 14px;
  border: 3px solid transparent;
  background: var(--gradient-main) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.ggw1U1ap {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}
.cPq6Jy6M {
  font-size: 13px;
  color: var(--primary-light);
  margin-bottom: 10px;
  font-weight: 500;
}
.fPAAHlE {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 14px;
}
.hLJin4F {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.z4ZeDJC {
  background: rgba(124,58,237,0.12);
  border: 1px solid rgba(124,58,237,0.25);
  color: var(--primary-light);
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 12px;
  font-weight: 500;
}
.jNAVt {
  display: flex;
  gap: 8px;
  justify-content: center;
}

/* ---- 合作伙伴 ---- */
.goOl9N {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.jUZVSU {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-md);
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary);
  transition: var(--transition);
  cursor: default;
}
.jUZVSU:hover {
  border-color: var(--primary);
  color: var(--primary-light);
  background: rgba(124,58,237,0.08);
}

/* ---- 评价卡片 ---- */
.l0ZoA0WG {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.ciDcoO {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: var(--transition);
}
.ciDcoO:hover {
  border-color: rgba(124,58,237,0.3);
  transform: translateY(-3px);
}
.IMczhCcr { color: #f59e0b; font-size: 16px; margin-bottom: 12px; letter-spacing: 2px; }
.wXQIlx {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 16px;
}
.HDSQB { display: flex; align-items: center; gap: 10px; }
.ZTuJPIo {
  width: 38px;
  height: 38px;
  background: var(--gradient-main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.IrKdauC9 { font-size: 14px; font-weight: 600; color: var(--text-primary); }
.GrM2Nxvq { font-size: 12px; color: var(--text-muted); margin-top: 2px; }

/* ---- FAQ ---- */
.oZM3YA { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.PYf2w75 {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition);
}
.PYf2w75.open { border-color: rgba(124,58,237,0.3); }
.yGiWj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
  transition: var(--transition);
  gap: 12px;
}
.yGiWj:hover { color: var(--primary-light); }
.UjCO3P5 {
  font-size: 20px;
  color: var(--primary-light);
  flex-shrink: 0;
  transition: var(--transition);
  font-weight: 300;
}
.PYf2w75.open .UjCO3P5 { transform: rotate(45deg); }
.TuocwX { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.PYf2w75.open .TuocwX { max-height: 300px; }
.ZsWQc {
  padding: 0 20px 18px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.8;
}

/* ---- 联系卡片 ---- */
.PpauiJeQ {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.itO0AKn {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: var(--transition);
}
.itO0AKn:hover {
  border-color: rgba(124,58,237,0.3);
  transform: translateY(-3px);
}
.FYn7ZHar { font-size: 32px; margin-bottom: 12px; }
.ocNC0o {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
}
.uoC4iv { font-size: 14px; color: var(--text-muted); line-height: 1.8; }

/* ---- 二维码 ---- */
.d7S9P4bT {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.d7S9P4bT img { border-radius: 8px; border: 1px solid var(--dark-border); }
.OCDbBZJg { font-size: 12px; color: var(--text-muted); }

/* ---- 分享栏 ---- */
.vNb2ON0 { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.AKtUKOcu { font-size: 13px; color: var(--text-muted); }
.AVPkeo {
  padding: 7px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  border: 1px solid var(--dark-border);
  color: var(--text-secondary);
}
.AVPkeo:hover { transform: translateY(-2px); }
.AVPkeo.wechat:hover { background: #07c160; color: #fff; border-color: #07c160; }
.AVPkeo.weibo:hover { background: #e6162d; color: #fff; border-color: #e6162d; }
.AVPkeo.douyin:hover { background: #000; color: #fff; border-color: #000; }
.AVPkeo.bilibili:hover { background: #00a1d6; color: #fff; border-color: #00a1d6; }

/* ---- 页脚 ---- */
.gIOFQN7 {
  background: var(--dark-surface);
  border-top: 1px solid var(--dark-border);
  padding: 56px 0 0;
}
.w92j1 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--dark-border);
}
.j6w0qgi p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-top: 14px;
  margin-bottom: 16px;
}
.cf4Xa {
  display: flex;
  gap: 8px;
}
.cf4Xa a {
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--dark-border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
  transition: var(--transition);
}
.cf4Xa a:hover {
  background: rgba(124,58,237,0.15);
  border-color: var(--primary);
  color: var(--primary-light);
}
.i0SGI2J h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 14px;
}
.i0SGI2J ul { display: flex; flex-direction: column; gap: 8px; }
.i0SGI2J li a {
  font-size: 13px;
  color: var(--text-muted);
  transition: var(--transition);
}
.i0SGI2J li a:hover { color: var(--primary-light); }
.SZNPcsa { display: flex; gap: 16px; }
.YCs5XRA { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.YCs5XRA img { border-radius: 8px; border: 1px solid var(--dark-border); }
.YCs5XRA span { font-size: 11px; color: var(--text-muted); }
.lHpjw1B {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.lHpjw1B p { font-size: 13px; color: var(--text-muted); }
.lHpjw1B .r6xxE { display: flex; gap: 16px; }
.lHpjw1B .r6xxE a { font-size: 12px; color: var(--text-muted); }
.lHpjw1B .r6xxE a:hover { color: var(--primary-light); }

/* ---- 视频模态框 ---- */
.fesoJ {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.fesoJ.show {
  opacity: 1;
  pointer-events: all;
}
.aLQGFe {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 720px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.fesoJ.show .aLQGFe { transform: scale(1); }
.owrSI {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  width: 32px;
  height: 32px;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: var(--transition);
}
.owrSI:hover { background: var(--primary); }
.ynmC0bA6 {
  background: #0a0a0f;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.veZ1hg { padding: 20px 24px; }
.jgBGSiHK { font-size: 16px; font-weight: 700; color: var(--text-primary); margin-bottom: 8px; }
.KyQBJYEr { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

/* ---- 面包屑 ---- */
.ANeLm {
  background: var(--dark-surface);
  border-bottom: 1px solid var(--dark-border);
  padding: 10px 0;
}
.gDeCq6 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--text-muted);
  flex-wrap: wrap;
}
.gDeCq6 a { color: var(--text-muted); }
.gDeCq6 a:hover { color: var(--primary-light); }
.gDeCq6 .O8KxnNe { color: var(--text-muted); }
.gDeCq6 .QVnp401E { color: var(--text-secondary); }

/* ---- 页面Hero（内页） ---- */
.xewda1M {
  padding: 60px 24px;
  text-align: center;
  background: linear-gradient(135deg, rgba(124,58,237,0.15) 0%, rgba(236,72,153,0.08) 100%);
  border-bottom: 1px solid var(--dark-border);
}
.xewda1M h1 {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 12px;
}
.xewda1M p {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ---- 内容布局（主内容+侧边栏） ---- */
.UBsdNyX {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 32px;
  align-items: start;
}
.GZg8QCL {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-lg);
  padding: 20px;
  margin-bottom: 20px;
}
.GZg8QCL h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--dark-border);
}

/* ---- 标签 ---- */
.qJU7Q0V {
  display: inline-block;
  background: rgba(124,58,237,0.1);
  border: 1px solid rgba(124,58,237,0.2);
  color: var(--primary-light);
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 12px;
  font-weight: 500;
}
.eC92iY {
  background: rgba(16,185,129,0.1);
  border-color: rgba(16,185,129,0.2);
  color: #34d399;
}
.i754zo {
  background: rgba(245,158,11,0.1);
  border-color: rgba(245,158,11,0.2);
  color: #fbbf24;
}

/* ---- 分页 ---- */
.dycSo {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.js6FaN {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-sm);
  font-size: 14px;
  color: var(--text-secondary);
  cursor: pointer;
  transition: var(--transition);
}
.js6FaN:hover, .js6FaN.active {
  background: var(--gradient-main);
  border-color: transparent;
  color: #fff;
}

/* ---- 响应式 ---- */
@media (max-width: 1024px) {
  .w92j1 { grid-template-columns: 1fr 1fr; }
  .lcOmcO { grid-template-columns: repeat(2, 1fr); }
  .UBsdNyX { grid-template-columns: 1fr; }
  .GYet3WA { padding-left: 24px; }
}

@media (max-width: 768px) {
  .UJcNBw1K { display: none; }
  .KqUUEZzr {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: rgba(10,10,15,0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 16px;
    gap: 4px;
    border-bottom: 1px solid var(--dark-border);
    display: none;
    z-index: 998;
  }
  .KqUUEZzr.open { display: flex; }
  .KqUUEZzr a { padding: 10px 16px; font-size: 15px; }
  .Asbq6RE { display: flex; }
  .uavUn { min-height: 70vh; }
  .GYet3WA { padding: 60px 20px; }
  .B7KMoA { gap: 16px; }
  .fuK0kFub .MPZgGO { font-size: 20px; }
  .rr0upf6X { padding: 48px 0; }
  .G4KMJ { grid-template-columns: 1fr; }
  .Tws7jl { grid-template-columns: 1fr; }
  .SZAo87L { grid-template-columns: 1fr; }
  .l0ZoA0WG { grid-template-columns: 1fr; }
  .PpauiJeQ { grid-template-columns: 1fr; }
  .w92j1 { grid-template-columns: 1fr; gap: 28px; }
  .lHpjw1B { flex-direction: column; text-align: center; }
  .piLiUL { font-size: 24px; }
  .lcOmcO { grid-template-columns: repeat(2, 1fr); }
  .xewda1M { padding: 40px 20px; }
  .goOl9N { gap: 8px; }
  .jUZVSU { padding: 10px 16px; font-size: 13px; }
}

@media (max-width: 480px) {
  .XxNCKuvO { padding: 0 16px; }
  .uavUn h1 { font-size: 28px; }
  .kKSDv3Ve { flex-direction: column; }
  .BkCOR { width: 100%; justify-content: center; }
  .B7KMoA { grid-template-columns: repeat(2, 1fr); display: grid; }
  .lcOmcO { grid-template-columns: repeat(2, 1fr); }
  .SZNPcsa { flex-direction: column; }
  .aLQGFe { margin: 10px; }
}

/* ---- 滚动条 ---- */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: var(--dark-bg); }
::-webkit-scrollbar-thumb { background: rgba(124,58,237,0.4); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(124,58,237,0.7); }

/* ---- 选中文字 ---- */
::selection { background: rgba(124,58,237,0.3); color: var(--text-primary); }

/* ---- 动画 ---- */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-in-up { animation: fadeInUp 0.6s ease forwards; }
