/* =============================================
   里番网 - 主样式文件
   mtjq9l.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; }

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

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

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

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

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

/* ---- Hero区域 ---- */
.jt4P3 {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.xNkq28KM {
  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;
}
.xNkq28KM::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%);
}
.M2k5u {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 24px;
  max-width: 680px;
  padding-left: 80px;
}
.Fo496 {
  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;
}
.Fo496 .Xat3X {
  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); }
}
.jt4P3 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;
}
.jt4P3 h1 .bOsfFdM {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.zy3tc {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 520px;
}
.TGLtm66 {
  display: flex;
  gap: 28px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.BA0GcXM .gZuTvRi {
  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;
}
.BA0GcXM .jxnZrPaq {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 4px;
}
.oU0rBz {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---- 响应式 ---- */
@media (max-width: 1024px) {
  .Sthaq { grid-template-columns: 1fr 1fr; }
  .tFnV1b { grid-template-columns: repeat(2, 1fr); }
  .Hctkx { grid-template-columns: 1fr; }
  .M2k5u { padding-left: 24px; }
}

@media (max-width: 768px) {
  .qkn4tSS { display: none; }
  .vW50u {
    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;
  }
  .vW50u.open { display: flex; }
  .vW50u a { padding: 10px 16px; font-size: 15px; }
  .h6X8kHwO { display: flex; }
  .jt4P3 { min-height: 70vh; }
  .M2k5u { padding: 60px 20px; }
  .TGLtm66 { gap: 16px; }
  .BA0GcXM .gZuTvRi { font-size: 20px; }
  .ouQzd7h { padding: 48px 0; }
  .ghW9r6 { grid-template-columns: 1fr; }
  .UCEX2 { grid-template-columns: 1fr; }
  .kHZAJ { grid-template-columns: 1fr; }
  .pgg55NRU { grid-template-columns: 1fr; }
  .uONjmQ3 { grid-template-columns: 1fr; }
  .Sthaq { grid-template-columns: 1fr; gap: 28px; }
  .NzN5B0z { flex-direction: column; text-align: center; }
  .me89LtF { font-size: 24px; }
  .tFnV1b { grid-template-columns: repeat(2, 1fr); }
  .wnUh4r5 { padding: 40px 20px; }
  .GdNWg { gap: 8px; }
  .pTkTh6I { padding: 10px 16px; font-size: 13px; }
}

@media (max-width: 480px) {
  .iKZt19 { padding: 0 16px; }
  .jt4P3 h1 { font-size: 28px; }
  .oU0rBz { flex-direction: column; }
  .wrRcb { width: 100%; justify-content: center; }
  .TGLtm66 { grid-template-columns: repeat(2, 1fr); display: grid; }
  .tFnV1b { grid-template-columns: repeat(2, 1fr); }
  .yCoSC { flex-direction: column; }
  .Dfx7ZvTJ { 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; }
