/* =============================================
   玩物社区 - 主样式文件
   evvf5p.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; }

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

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

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

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

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

/* ---- Hero区域 ---- */
.qB5SRP {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.Gfr9wNH {
  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;
}
.Gfr9wNH::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%);
}
.zKmFCl3 {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 24px;
  max-width: 680px;
  padding-left: 80px;
}
.uaBUK {
  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;
}
.uaBUK .EYEGLg1 {
  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); }
}
.qB5SRP 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;
}
.qB5SRP h1 .Zw2DKvz {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.J6xEruqo {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 520px;
}
.YqinzJ4 {
  display: flex;
  gap: 28px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.heSzH .YIcMWTE3 {
  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;
}
.heSzH .sCEgA {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 4px;
}
.as23aD {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---- 响应式 ---- */
@media (max-width: 1024px) {
  .rgjYl { grid-template-columns: 1fr 1fr; }
  .sU2ESzuS { grid-template-columns: repeat(2, 1fr); }
  .JhNUnw { grid-template-columns: 1fr; }
  .zKmFCl3 { padding-left: 24px; }
}

@media (max-width: 768px) {
  .HsWWg { display: none; }
  .CAB6Oo8 {
    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;
  }
  .CAB6Oo8.open { display: flex; }
  .CAB6Oo8 a { padding: 10px 16px; font-size: 15px; }
  .y9DPk0sU { display: flex; }
  .qB5SRP { min-height: 70vh; }
  .zKmFCl3 { padding: 60px 20px; }
  .YqinzJ4 { gap: 16px; }
  .heSzH .YIcMWTE3 { font-size: 20px; }
  .wWoEaE10 { padding: 48px 0; }
  .ORvGtRh { grid-template-columns: 1fr; }
  .UHYlFuz { grid-template-columns: 1fr; }
  .SHQKzTcM { grid-template-columns: 1fr; }
  .fb5gONI { grid-template-columns: 1fr; }
  .mppsq1ee { grid-template-columns: 1fr; }
  .rgjYl { grid-template-columns: 1fr; gap: 28px; }
  .SdfEw9g { flex-direction: column; text-align: center; }
  .TmhBA0 { font-size: 24px; }
  .sU2ESzuS { grid-template-columns: repeat(2, 1fr); }
  .KCErN { padding: 40px 20px; }
  .Ql1dD { gap: 8px; }
  .DI43VX1N { padding: 10px 16px; font-size: 13px; }
}

@media (max-width: 480px) {
  .dHiK32N { padding: 0 16px; }
  .qB5SRP h1 { font-size: 28px; }
  .as23aD { flex-direction: column; }
  .HIDMY3t { width: 100%; justify-content: center; }
  .YqinzJ4 { grid-template-columns: repeat(2, 1fr); display: grid; }
  .sU2ESzuS { grid-template-columns: repeat(2, 1fr); }
  .UX1CV { flex-direction: column; }
  .uirD8Q { 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; }
