/* =============================================
   男同网 - 主样式文件
   kiet6z.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; }

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

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

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

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

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

/* ---- Hero区域 ---- */
.pnR4ByC {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.dOFR2Xgf {
  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;
}
.dOFR2Xgf::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%);
}
.vuwLL {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 24px;
  max-width: 680px;
  padding-left: 80px;
}
.fpzFVA {
  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;
}
.fpzFVA .GRLlr {
  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); }
}
.pnR4ByC 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;
}
.pnR4ByC h1 .u6ZmL6 {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.Gmau2 {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 520px;
}
.LWZMX {
  display: flex;
  gap: 28px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.zyHd2H .h74XjKy {
  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;
}
.zyHd2H .JXs47XJ {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 4px;
}
.vrSbMVys {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---- 响应式 ---- */
@media (max-width: 1024px) {
  .ZsSe7CY { grid-template-columns: 1fr 1fr; }
  .LuzJeOz { grid-template-columns: repeat(2, 1fr); }
  .WmF4kVby { grid-template-columns: 1fr; }
  .vuwLL { padding-left: 24px; }
}

@media (max-width: 768px) {
  .a8Wufd { display: none; }
  .itTvk1V {
    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;
  }
  .itTvk1V.open { display: flex; }
  .itTvk1V a { padding: 10px 16px; font-size: 15px; }
  .yqFne { display: flex; }
  .pnR4ByC { min-height: 70vh; }
  .vuwLL { padding: 60px 20px; }
  .LWZMX { gap: 16px; }
  .zyHd2H .h74XjKy { font-size: 20px; }
  .o65ZwYaZ { padding: 48px 0; }
  .RV3OD { grid-template-columns: 1fr; }
  .YC1z5bV8 { grid-template-columns: 1fr; }
  .FpGLs { grid-template-columns: 1fr; }
  .pJ1VYz { grid-template-columns: 1fr; }
  .PL4YE5yf { grid-template-columns: 1fr; }
  .ZsSe7CY { grid-template-columns: 1fr; gap: 28px; }
  .MErWH9H { flex-direction: column; text-align: center; }
  .A9vlU { font-size: 24px; }
  .LuzJeOz { grid-template-columns: repeat(2, 1fr); }
  .rAYin { padding: 40px 20px; }
  .p7ovs { gap: 8px; }
  .dyQlp { padding: 10px 16px; font-size: 13px; }
}

@media (max-width: 480px) {
  .yY4aEJ { padding: 0 16px; }
  .pnR4ByC h1 { font-size: 28px; }
  .vrSbMVys { flex-direction: column; }
  .mdg8SBgJ { width: 100%; justify-content: center; }
  .LWZMX { grid-template-columns: repeat(2, 1fr); display: grid; }
  .LuzJeOz { grid-template-columns: repeat(2, 1fr); }
  .QLLb2jqM { flex-direction: column; }
  .l1M6k9lc { 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; }
