/* =============================================
   国产主播 - 主样式文件
   jhot0i.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; }

/* ---- 顶部公告栏 ---- */
.JW79y {
  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;
}
.JW79y a { color: #fff; font-weight: 700; text-decoration: underline; margin-left: 4px; }

/* ---- 导航栏 ---- */
.rToAe5o {
  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);
}
.m1IP6lD {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 64px;
}
.A9I1Gx {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-decoration: none;
}
.wUk0Xw {
  border-radius: 8px;
  object-fit: contain;
  flex-shrink: 0;
}
.Y8SG4Gy {
  object-fit: contain;
  flex-shrink: 0;
}
.CAKLy3 {
  flex: 1;
  max-width: 380px;
  position: relative;
}
.CAKLy3 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);
}
.CAKLy3 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);
}
.CAKLy3 input::placeholder { color: var(--text-muted); }
.rdATBq {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  padding: 4px;
  transition: var(--transition);
}
.rdATBq:hover { color: var(--primary-light); }
.D8VKO1 {
  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;
}
.D8VKO1.show { display: block; }
.qB515Rr9 {
  padding: 10px 16px;
  font-size: 13px;
  color: var(--text-secondary);
  cursor: pointer;
  transition: var(--transition);
}
.qB515Rr9:hover { background: rgba(124,58,237,0.1); color: var(--text-primary); }

.TnAh59xN {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
.TnAh59xN 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;
}
.TnAh59xN a:hover,
.TnAh59xN a.active {
  color: var(--text-primary);
  background: rgba(124,58,237,0.15);
}
.TnAh59xN a.active { color: var(--primary-light); }

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

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

/* ---- Hero区域 ---- */
.CakwOj5 {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.kt0Cs {
  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;
}
.kt0Cs::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%);
}
.zABja {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 24px;
  max-width: 680px;
  padding-left: 80px;
}
.qQrL918 {
  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;
}
.qQrL918 .ZYdonZO {
  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); }
}
.CakwOj5 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;
}
.CakwOj5 h1 .HT2BJ {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.KpWQrA {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 520px;
}
.xN8Vz0 {
  display: flex;
  gap: 28px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.N7s3AC .pedYP9Hc {
  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;
}
.N7s3AC .LcpFLJ {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 4px;
}
.VoXlJRZT {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ---- 按钮 ---- */
.RwiG4Lvs {
  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;
}
.rgwIO {
  background: var(--gradient-main);
  color: #fff;
  box-shadow: 0 4px 20px rgba(124,58,237,0.4);
}
.rgwIO:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(124,58,237,0.5);
  color: #fff;
}
.IUcI5xnM {
  background: transparent;
  color: var(--text-secondary);
  border: 1px solid var(--dark-border);
}
.IUcI5xnM:hover {
  border-color: var(--primary);
  color: var(--primary-light);
  background: rgba(124,58,237,0.08);
}
.yorFVJ7G {
  padding: 7px 16px;
  font-size: 13px;
  border-radius: 20px;
}

/* ---- 统计栏 ---- */
.ypdnR {
  background: var(--dark-surface);
  border-top: 1px solid var(--dark-border);
  border-bottom: 1px solid var(--dark-border);
  padding: 28px 0;
}
.HHmVl6Iz {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}
.xW814eN .pedYP9Hc {
  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;
}
.xW814eN .LcpFLJ {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 6px;
}

/* ---- 通用Section ---- */
.UaZ4B5Y { padding: 72px 0; }
.bgGH2rGs { padding: 32px 0; }
.LhdCgNO { text-align: center; margin-bottom: 48px; }
.GXTbMe {
  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;
}
.K9z7Q0 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 14px;
}
.K9z7Q0 span {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.omYqq1K {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}

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

/* ---- 视频卡片网格 ---- */
.EDY1nkm {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.Bmn1g {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  transition: var(--transition);
}
.Bmn1g:hover {
  border-color: rgba(124,58,237,0.3);
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}
.bJBwkZck {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #1a1a2e;
}
.bJBwkZck img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.Bmn1g:hover .bJBwkZck img { transform: scale(1.05); }
.EC2BBDFC {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: var(--transition);
}
.Bmn1g:hover .EC2BBDFC { opacity: 1; }
.mN3wXm {
  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);
}
.Bmn1g:hover .mN3wXm { transform: scale(1); }
.mN3wXm svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  margin-left: 3px;
}
.pTCyPnH {
  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;
}
.RDeED {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--gradient-main);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 12px;
}
.odHANp { padding: 14px 16px 16px; }
.w6mI35A {
  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;
}
.wxirry3t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.UZdvOa {
  display: flex;
  align-items: center;
  gap: 8px;
}
.AVjEgOF {
  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;
}
.UZdvOa span { font-size: 13px; color: var(--text-muted); }
.NkFek {
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: var(--text-muted);
}

/* ---- 专家卡片 ---- */
.h1mNx {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.UawwaPjG {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-xl);
  padding: 28px;
  text-align: center;
  transition: var(--transition);
}
.UawwaPjG:hover {
  border-color: rgba(124,58,237,0.3);
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}
.OojzjM {
  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;
}
.OdyJz {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}
.wBSqu {
  font-size: 13px;
  color: var(--primary-light);
  margin-bottom: 10px;
  font-weight: 500;
}
.tmTtwET {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 14px;
}
.Ls36A {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.W4cnqJQn {
  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;
}
.PiwKnW {
  display: flex;
  gap: 8px;
  justify-content: center;
}

/* ---- 合作伙伴 ---- */
.ZrAQQ {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.gFht5 {
  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;
}
.gFht5:hover {
  border-color: var(--primary);
  color: var(--primary-light);
  background: rgba(124,58,237,0.08);
}

/* ---- 评价卡片 ---- */
.RSecn0o {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.KdamUrGq {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: var(--transition);
}
.KdamUrGq:hover {
  border-color: rgba(124,58,237,0.3);
  transform: translateY(-3px);
}
.gBJNdduS { color: #f59e0b; font-size: 16px; margin-bottom: 12px; letter-spacing: 2px; }
.JxaAY2vB {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 16px;
}
.J6g5HeO { display: flex; align-items: center; gap: 10px; }
.s8ktVob {
  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;
}
.WXW4eFH { font-size: 14px; font-weight: 600; color: var(--text-primary); }
.btnpdWO { font-size: 12px; color: var(--text-muted); margin-top: 2px; }

/* ---- FAQ ---- */
.UoETdtwo { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.WPBIk65 {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition);
}
.WPBIk65.open { border-color: rgba(124,58,237,0.3); }
.Rzqyoo {
  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;
}
.Rzqyoo:hover { color: var(--primary-light); }
.BCuHPJe {
  font-size: 20px;
  color: var(--primary-light);
  flex-shrink: 0;
  transition: var(--transition);
  font-weight: 300;
}
.WPBIk65.open .BCuHPJe { transform: rotate(45deg); }
.ggCR2LY5 { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.WPBIk65.open .ggCR2LY5 { max-height: 300px; }
.ANVrOyDu {
  padding: 0 20px 18px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.8;
}

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

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

/* ---- 分享栏 ---- */
.Dp1ZVXLR { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.GNjS8T { font-size: 13px; color: var(--text-muted); }
.qIZGyvLs {
  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);
}
.qIZGyvLs:hover { transform: translateY(-2px); }
.qIZGyvLs.wechat:hover { background: #07c160; color: #fff; border-color: #07c160; }
.qIZGyvLs.weibo:hover { background: #e6162d; color: #fff; border-color: #e6162d; }
.qIZGyvLs.douyin:hover { background: #000; color: #fff; border-color: #000; }
.qIZGyvLs.bilibili:hover { background: #00a1d6; color: #fff; border-color: #00a1d6; }

/* ---- 页脚 ---- */
.awuCvZcA {
  background: var(--dark-surface);
  border-top: 1px solid var(--dark-border);
  padding: 56px 0 0;
}
.W7jwHgT {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--dark-border);
}
.iPfOCl p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-top: 14px;
  margin-bottom: 16px;
}
.MXsVARpP {
  display: flex;
  gap: 8px;
}
.MXsVARpP 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);
}
.MXsVARpP a:hover {
  background: rgba(124,58,237,0.15);
  border-color: var(--primary);
  color: var(--primary-light);
}
.tBBY2MMO h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 14px;
}
.tBBY2MMO ul { display: flex; flex-direction: column; gap: 8px; }
.tBBY2MMO li a {
  font-size: 13px;
  color: var(--text-muted);
  transition: var(--transition);
}
.tBBY2MMO li a:hover { color: var(--primary-light); }
.BDujJE { display: flex; gap: 16px; }
.i2iF0VXD { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.i2iF0VXD img { border-radius: 8px; border: 1px solid var(--dark-border); }
.i2iF0VXD span { font-size: 11px; color: var(--text-muted); }
.aXDviF6d {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.aXDviF6d p { font-size: 13px; color: var(--text-muted); }
.aXDviF6d .W2zV4p { display: flex; gap: 16px; }
.aXDviF6d .W2zV4p a { font-size: 12px; color: var(--text-muted); }
.aXDviF6d .W2zV4p a:hover { color: var(--primary-light); }

/* ---- 视频模态框 ---- */
.duUz0 {
  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;
}
.duUz0.show {
  opacity: 1;
  pointer-events: all;
}
.yL1nb {
  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;
}
.duUz0.show .yL1nb { transform: scale(1); }
.sSCrOMI {
  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);
}
.sSCrOMI:hover { background: var(--primary); }
.NfkJi0 {
  background: #0a0a0f;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pIKh9B { padding: 20px 24px; }
.gQP1loT { font-size: 16px; font-weight: 700; color: var(--text-primary); margin-bottom: 8px; }
.ZCyYG { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

/* ---- 面包屑 ---- */
.QFGXxG8b {
  background: var(--dark-surface);
  border-bottom: 1px solid var(--dark-border);
  padding: 10px 0;
}
.okauCtr {
  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;
}
.okauCtr a { color: var(--text-muted); }
.okauCtr a:hover { color: var(--primary-light); }
.okauCtr .v6luwj { color: var(--text-muted); }
.okauCtr .gc7YmLY { color: var(--text-secondary); }

/* ---- 页面Hero（内页） ---- */
.OkDwBY {
  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);
}
.OkDwBY h1 {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 12px;
}
.OkDwBY p {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

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

/* ---- 标签 ---- */
.FPNbmz7F {
  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;
}
.VoZni {
  background: rgba(16,185,129,0.1);
  border-color: rgba(16,185,129,0.2);
  color: #34d399;
}
.Q7yW1HH {
  background: rgba(245,158,11,0.1);
  border-color: rgba(245,158,11,0.2);
  color: #fbbf24;
}

/* ---- 分页 ---- */
.TVgk8A2 {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.p1YVTwc {
  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);
}
.p1YVTwc:hover, .p1YVTwc.active {
  background: var(--gradient-main);
  border-color: transparent;
  color: #fff;
}

/* ---- 响应式 ---- */
@media (max-width: 1024px) {
  .W7jwHgT { grid-template-columns: 1fr 1fr; }
  .HHmVl6Iz { grid-template-columns: repeat(2, 1fr); }
  .l0c7upb { grid-template-columns: 1fr; }
  .zABja { padding-left: 24px; }
}

@media (max-width: 768px) {
  .CAKLy3 { display: none; }
  .TnAh59xN {
    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;
  }
  .TnAh59xN.open { display: flex; }
  .TnAh59xN a { padding: 10px 16px; font-size: 15px; }
  .q74Scuf { display: flex; }
  .CakwOj5 { min-height: 70vh; }
  .zABja { padding: 60px 20px; }
  .xN8Vz0 { gap: 16px; }
  .N7s3AC .pedYP9Hc { font-size: 20px; }
  .UaZ4B5Y { padding: 48px 0; }
  .hiPiG { grid-template-columns: 1fr; }
  .EDY1nkm { grid-template-columns: 1fr; }
  .h1mNx { grid-template-columns: 1fr; }
  .RSecn0o { grid-template-columns: 1fr; }
  .WkTVA7 { grid-template-columns: 1fr; }
  .W7jwHgT { grid-template-columns: 1fr; gap: 28px; }
  .aXDviF6d { flex-direction: column; text-align: center; }
  .K9z7Q0 { font-size: 24px; }
  .HHmVl6Iz { grid-template-columns: repeat(2, 1fr); }
  .OkDwBY { padding: 40px 20px; }
  .ZrAQQ { gap: 8px; }
  .gFht5 { padding: 10px 16px; font-size: 13px; }
}

@media (max-width: 480px) {
  .IOtpP0E { padding: 0 16px; }
  .CakwOj5 h1 { font-size: 28px; }
  .VoXlJRZT { flex-direction: column; }
  .RwiG4Lvs { width: 100%; justify-content: center; }
  .xN8Vz0 { grid-template-columns: repeat(2, 1fr); display: grid; }
  .HHmVl6Iz { grid-template-columns: repeat(2, 1fr); }
  .BDujJE { flex-direction: column; }
  .yL1nb { 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; }
