/* =============================================
   抖音揭秘 - 主样式文件
   Brand: 抖音揭秘 | Domain: ynhhpt.cn
   ============================================= */

/* ---- CSS 变量 ---- */
:root {
  --primary: #FF4B8B;
  --primary-dark: #E03070;
  --secondary: #FF6B35;
  --accent: #A855F7;
  --accent2: #06B6D4;
  --bg: #0D0D1A;
  --bg-card: #14142A;
  --bg-card2: #0F0F22;
  --border: rgba(255,75,139,0.15);
  --text: #F0F0FF;
  --text-secondary: #C8C8E8;
  --text-muted: #7878A8;
  --gradient-main: linear-gradient(135deg, #FF4B8B 0%, #FF6B35 50%, #A855F7 100%);
  --gradient-card: linear-gradient(145deg, #14142A, #1A1A35);
  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 8px 32px rgba(0,0,0,0.4);
  --shadow-hover: 0 16px 48px rgba(255,75,139,0.3);
  --transition: 0.3s ease;
  --header-h: 72px;
}

/* ---- 重置 ---- */
*, *::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', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--primary); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ---- 进度条 ---- */
.mmtkx965 {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: var(--gradient-main); z-index: 9999;
  transition: width 0.4s ease, opacity 0.3s ease;
}

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

/* ---- 头部 ---- */
.r0jcv {
  position: sticky; top: 0; z-index: 100;
  background: rgba(13,13,26,0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  height: var(--header-h);
}
.b95514n8 {
  max-width: 1280px; margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex; align-items: center; gap: 32px;
}
.9el9vjl {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; flex-shrink: 0;
}
.vwrum {
  width: 44px; height: 44px;
  border-radius: 10px;
  object-fit: cover;
  border: 2px solid var(--primary);
}
.2eqp77o {
  font-size: 20px; font-weight: 800;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}
.ktrua8r8 {
  display: flex; align-items: center; gap: 4px;
  flex: 1;
}
.ktrua8r8 a {
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 14px; font-weight: 500;
  color: var(--text-secondary);
  transition: all var(--transition);
  white-space: nowrap;
}
.ktrua8r8 a:hover, .ktrua8r8 a.active {
  color: var(--primary);
  background: rgba(255,75,139,0.1);
}
.p05cil {
  display: flex; align-items: center; gap: 12px; flex-shrink: 0;
}
.sblzmv {
  background: var(--gradient-main);
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 24px;
  font-size: 14px; font-weight: 600;
  white-space: nowrap;
  transition: opacity var(--transition);
}
.sblzmv:hover { opacity: 0.85; }
.9cimnp {
  display: none;
  flex-direction: column; gap: 5px;
  padding: 8px; cursor: pointer;
}
.9cimnp span {
  display: block; width: 22px; height: 2px;
  background: var(--text-secondary);
  border-radius: 2px;
  transition: all var(--transition);
}
.9cimnp.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.9cimnp.active span:nth-child(2) { opacity: 0; }
.9cimnp.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ---- 搜索栏 ---- */
.05wlbi4 {
  background: var(--bg-card);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
}
.24875e {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
}
.y28wr {
  display: flex; gap: 0;
  max-width: 600px;
  border: 1px solid var(--border);
  border-radius: 28px;
  overflow: hidden;
  background: var(--bg-card2);
  transition: border-color var(--transition);
}
.y28wr:focus-within { border-color: var(--primary); }
.y28wr input {
  flex: 1; padding: 10px 20px;
  background: none; border: none; outline: none;
  color: var(--text); font-size: 14px;
}
.y28wr button {
  background: var(--gradient-main);
  color: #fff; padding: 10px 24px;
  font-size: 14px; font-weight: 600;
  white-space: nowrap;
  transition: opacity var(--transition);
}
.y28wr button:hover { opacity: 0.85; }
.2l67d0 {
  display: flex; align-items: center; gap: 8px;
  margin-top: 10px; flex-wrap: wrap;
  font-size: 13px; color: var(--text-muted);
}
.2l67d0 a {
  padding: 3px 10px;
  background: rgba(255,75,139,0.08);
  border: 1px solid rgba(255,75,139,0.2);
  border-radius: 12px; color: var(--text-secondary);
  font-size: 12px;
  transition: all var(--transition);
}
.2l67d0 a:hover { background: rgba(255,75,139,0.2); color: var(--primary); }

/* ---- 面包屑 ---- */
.breadcrumb {
  max-width: 1280px; margin: 0 auto;
  padding: 14px 24px;
  font-size: 13px; color: var(--text-muted);
  display: flex; align-items: center; gap: 6px;
}
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb .sep { color: var(--border); }
.breadcrumb .current { color: var(--text-secondary); }

/* ---- 容器 ---- */
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.section { padding: 72px 0; }
.section-sm { padding: 32px 0; }

/* ---- 分区标题 ---- */
.zz3a7 {
  text-align: center; margin-bottom: 48px;
}
.zz3a7 h2 {
  font-size: 32px; font-weight: 800;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}
.zz3a7 p { font-size: 16px; color: var(--text-secondary); max-width: 600px; margin: 0 auto; }
.ppc488 {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 32px; flex-wrap: wrap; gap: 12px;
}
.ppc488 h2 {
  font-size: 24px; font-weight: 800;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.5nn9pti {
  font-size: 14px; color: var(--primary); font-weight: 600;
  padding: 6px 16px; border: 1px solid var(--primary);
  border-radius: 20px; transition: all var(--transition);
}
.5nn9pti:hover { background: var(--primary); color: #fff; }

/* ---- 按钮 ---- */
.82j88me {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 28px; border-radius: 28px;
  font-size: 15px; font-weight: 600;
  transition: all var(--transition);
  cursor: pointer;
}
.7yayvr {
  background: var(--gradient-main); color: #fff;
  box-shadow: 0 8px 24px rgba(255,75,139,0.4);
}
.7yayvr:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255,75,139,0.5); color: #fff; }
.k8mseg {
  background: transparent; color: var(--text);
  border: 1px solid rgba(255,255,255,0.2);
}
.k8mseg:hover { border-color: var(--primary); color: var(--primary); }
.82j88me-outline {
  background: transparent; color: var(--primary);
  border: 1px solid var(--primary);
  padding: 10px 32px;
}
.82j88me-outline:hover { background: var(--primary); color: #fff; }

/* ---- Hero ---- */
.zoag8 {
  position: relative; min-height: 88vh;
  display: flex; align-items: center;
  overflow: hidden; padding: 80px 24px;
}
.z2rrmw {
  position: absolute; inset: 0;
  background: url('/assets/images/hero_banner.jpg') center/cover no-repeat;
  filter: brightness(0.25) saturate(1.5);
}
.ux4v9zl {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(13,13,26,0.9) 0%, rgba(255,75,139,0.15) 50%, rgba(13,13,26,0.9) 100%);
}
.9dlxhgvq {
  position: relative; z-index: 2;
  max-width: 1280px; margin: 0 auto; width: 100%;
  max-width: 720px;
}
.tc3jk7d {
  display: inline-flex; align-items: center;
  background: rgba(255,75,139,0.15);
  border: 1px solid rgba(255,75,139,0.4);
  color: var(--primary); padding: 6px 16px;
  border-radius: 20px; font-size: 13px; font-weight: 600;
  margin-bottom: 24px;
}
.zoag8 h1 {
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 900; line-height: 1.2;
  margin-bottom: 20px; color: #fff;
}
.zoag8 h1 .sm4z5k4 {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.zoag8 > .9dlxhgvq > p {
  font-size: 17px; color: var(--text-secondary);
  line-height: 1.8; margin-bottom: 32px;
  max-width: 560px;
}
.zoag8-stats {
  display: flex; gap: 40px; margin-top: 48px; flex-wrap: wrap;
}
.zoag8-stat .num {
  font-size: 32px; font-weight: 900;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.zoag8-stat .label { font-size: 13px; color: var(--text-muted); margin-top: 4px; }

/* ---- 分类标签 ---- */
.category-tabs {
  background: var(--bg-card);
  border-bottom: 1px solid var(--border);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.category-tabs::-webkit-scrollbar { display: none; }
.category-tabs-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 0 24px;
  display: flex; gap: 4px; align-items: center;
  min-width: max-content;
}
.cat-tab {
  padding: 14px 18px;
  font-size: 14px; font-weight: 500;
  color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: all var(--transition);
  white-space: nowrap;
}
.cat-tab:hover { color: var(--primary); }
.cat-tab.active { color: var(--primary); border-bottom-color: var(--primary); font-weight: 700; }

/* ---- 视频网格 ---- */
.kgblbb { display: grid; gap: 20px; }
.8coqe05m { grid-template-columns: repeat(4, 1fr); }
.tt930v { grid-template-columns: repeat(3, 1fr); }

/* ---- 视频卡片 ---- */
.hxeem {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  transition: all var(--transition);
  position: relative;
}
.hxeem:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(255,75,139,0.4);
}
.ysaabq99 {
  position: relative; overflow: hidden;
  aspect-ratio: 16/9;
  background: #1A1A35;
}
.ysaabq99 img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.hxeem:hover .ysaabq99 img { transform: scale(1.08); }
.video-quality {
  position: absolute; top: 8px; left: 8px;
  background: rgba(0,0,0,0.7);
  color: #FFD700; font-size: 11px; font-weight: 700;
  padding: 2px 7px; border-radius: 4px;
}
.video-duration {
  position: absolute; bottom: 8px; right: 8px;
  background: rgba(0,0,0,0.75);
  color: #fff; font-size: 12px; font-weight: 600;
  padding: 2px 7px; border-radius: 4px;
}
.9r06lx30 {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity var(--transition);
  background: rgba(0,0,0,0.3);
}
.hxeem:hover .9r06lx30 { opacity: 1; }
.mqrpy {
  width: 56px; height: 56px;
  background: var(--gradient-main);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(255,75,139,0.5);
  transition: transform var(--transition);
}
.hxeem:hover .mqrpy { transform: scale(1.1); }
.mqrpy svg {
  width: 24px; height: 24px; fill: #fff;
  margin-left: 3px;
}
.m9ne6o { padding: 14px; }
.m9ne6o h3 {
  font-size: 14px; font-weight: 600;
  line-height: 1.5; margin-bottom: 10px;
  color: var(--text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fxt9fx {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 8px; flex-wrap: wrap; gap: 6px;
}
.video-author {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; color: var(--text-muted);
}
.video-author img {
  width: 22px; height: 22px;
  border-radius: 50%; object-fit: cover;
  border: 1px solid var(--border);
}
.video-stats {
  display: flex; gap: 12px;
  font-size: 12px; color: var(--text-muted);
}
.954oi1 {
  font-size: 11px; font-weight: 700;
  padding: 2px 8px; border-radius: 4px;
}
.4yw7bkp { background: rgba(255,75,139,0.2); color: var(--primary); }
.1qvx8ysr { background: rgba(6,182,212,0.2); color: var(--accent2); }

/* ---- 社区卡片 ---- */
.zumd15ma { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.tgjngt {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  transition: all var(--transition);
}
.tgjngt:hover {
  transform: translateY(-4px);
  border-color: rgba(255,75,139,0.4);
  box-shadow: var(--shadow-hover);
}
.eutcs3 { font-size: 40px; margin-bottom: 16px; }
.tgjngt h3 {
  font-size: 18px; font-weight: 700; margin-bottom: 10px;
  color: var(--text);
}
.tgjngt p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 16px; }
.community-count {
  font-size: 32px; font-weight: 900;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---- AI功能卡片 ---- */
.ai-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ai-card {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: all var(--transition);
}
.ai-card:hover {
  transform: translateY(-4px);
  border-color: rgba(168,85,247,0.4);
  box-shadow: 0 16px 48px rgba(168,85,247,0.2);
}
.ai-card-icon { font-size: 36px; margin-bottom: 16px; }
.ai-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.ai-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 16px; }
.ai-badge {
  display: inline-block;
  background: rgba(168,85,247,0.15);
  border: 1px solid rgba(168,85,247,0.3);
  color: var(--accent);
  font-size: 11px; font-weight: 700;
  padding: 3px 10px; border-radius: 8px;
}

/* ---- 特色横幅 ---- */
.bl9kjx {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}
.88den h2 {
  font-size: 32px; font-weight: 800;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
}
.88den p {
  font-size: 15px; color: var(--text-secondary);
  line-height: 1.9; margin-bottom: 28px;
}
.4mnw5i img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  width: 100%;
}

/* ---- 专家卡片 ---- */
.vg5e1 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.z7srf6z {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  text-align: center;
  transition: all var(--transition);
}
.z7srf6z:hover {
  transform: translateY(-4px);
  border-color: rgba(255,75,139,0.4);
  box-shadow: var(--shadow-hover);
}
.pzlxv {
  width: 80px; height: 80px;
  border-radius: 50%; object-fit: cover;
  border: 3px solid var(--primary);
  margin: 0 auto 16px;
  box-shadow: 0 0 20px rgba(255,75,139,0.3);
}
.styl14x6 { font-size: 18px; font-weight: 700; margin-bottom: 4px; }
.vkq90 { font-size: 12px; color: var(--primary); margin-bottom: 12px; font-weight: 600; }
.t143r49 { font-size: 13px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 16px; }
.expert-tags { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }
.expert-tag {
  font-size: 11px; padding: 3px 8px;
  background: rgba(255,75,139,0.1);
  border: 1px solid rgba(255,75,139,0.2);
  color: var(--primary); border-radius: 8px;
}
.expert-actions { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.expert-actions a {
  font-size: 12px; padding: 6px 14px;
  background: var(--gradient-main); color: #fff;
  border-radius: 16px; font-weight: 600;
  transition: opacity var(--transition);
}
.expert-actions a:hover { opacity: 0.85; }

/* ---- 评论卡片 ---- */
.38do8sp8 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.review-card {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: all var(--transition);
}
.review-card:hover { border-color: rgba(255,75,139,0.3); }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--gradient-main);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 700; color: #fff;
  flex-shrink: 0;
}
.review-user-info .name { font-size: 14px; font-weight: 700; }
.review-user-info .date { font-size: 12px; color: var(--text-muted); }
.review-stars { color: #FFD700; font-size: 14px; margin-bottom: 10px; }
.review-text { font-size: 14px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 12px; }
.review-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.review-tag {
  font-size: 11px; padding: 2px 8px;
  background: rgba(255,107,53,0.1);
  border: 1px solid rgba(255,107,53,0.2);
  color: var(--secondary); border-radius: 8px;
}

/* ---- How-To步骤 ---- */
.zgqetr2 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.howto-step {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 20px; text-align: center;
  position: relative;
}
.step-num {
  width: 48px; height: 48px;
  background: var(--gradient-main);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 900; color: #fff;
  margin: 0 auto 16px;
}
.howto-step h4 { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.howto-step p { font-size: 13px; color: var(--text-secondary); line-height: 1.7; }

/* ---- 合作伙伴 ---- */
.partner-wall {
  display: flex; flex-wrap: wrap; gap: 12px;
  justify-content: center;
}
.partner-logo {
  padding: 12px 24px;
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 14px; font-weight: 600;
  color: var(--text-secondary);
  transition: all var(--transition);
}
.partner-logo:hover {
  border-color: rgba(255,75,139,0.4);
  color: var(--primary);
}

/* ---- FAQ ---- */
.ti9hl { max-width: 800px; margin: 0 auto; }
.blfglvfb {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--gradient-card);
}
.zlkxu {
  padding: 18px 24px;
  font-size: 15px; font-weight: 600;
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  transition: background var(--transition);
}
.zlkxu:hover { background: rgba(255,75,139,0.05); }
.blfglvfb.open .zlkxu { color: var(--primary); }
.bpsmz {
  font-size: 20px; font-weight: 300;
  color: var(--primary); flex-shrink: 0;
  transition: transform var(--transition);
}
.blfglvfb.open .bpsmz { transform: rotate(45deg); }
.qeuc7 {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease;
}
.rd72h56 {
  padding: 0 24px 18px;
  font-size: 14px; color: var(--text-secondary); line-height: 1.8;
}

/* ---- 联系区 ---- */
.haaqq4 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mntslht6 {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.mntslht6 h3 {
  font-size: 20px; font-weight: 700; margin-bottom: 24px;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hgu0tkj {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 14px 0; border-bottom: 1px solid var(--border);
}
.hgu0tkj:last-child { border-bottom: none; }
.l866sa { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.d4xg8 .label { font-size: 12px; color: var(--text-muted); margin-bottom: 4px; }
.d4xg8 .value { font-size: 14px; font-weight: 600; color: var(--text); }
.44xy3z { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 20px; }
.tuhgczc { text-align: center; }
.tuhgczc img {
  width: 120px; height: 120px;
  border-radius: 10px;
  border: 2px solid var(--border);
  object-fit: cover;
}
.tuhgczc p { font-size: 12px; color: var(--text-muted); margin-top: 8px; }

/* ---- 分享栏 ---- */
.0410hq9m { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.ks7pjuc1 { font-size: 13px; color: var(--text-muted); }
.zbbfz {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px; font-weight: 600;
  transition: all var(--transition);
  border: 1px solid var(--border);
  color: var(--text-secondary);
}
.zbbfz:hover { border-color: var(--primary); color: var(--primary); background: rgba(255,75,139,0.08); }

/* ---- 页脚 ---- */
.6693s8 {
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  padding: 60px 0 0;
}
.sbfog {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px; margin-bottom: 40px;
}
.mc6mcyp4 p {
  font-size: 13px; color: var(--text-muted);
  line-height: 1.8; margin-bottom: 12px;
}
.oyw6b { display: flex; gap: 10px; }
.wlv4fr {
  width: 36px; height: 36px;
  background: rgba(255,75,139,0.1);
  border: 1px solid rgba(255,75,139,0.2);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  transition: all var(--transition);
}
.wlv4fr:hover { background: rgba(255,75,139,0.2); border-color: var(--primary); }
.9wiqo h4 {
  font-size: 14px; font-weight: 700;
  color: var(--text); margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.9wiqo ul { display: flex; flex-direction: column; gap: 8px; }
.9wiqo ul li a {
  font-size: 13px; color: var(--text-muted);
  transition: color var(--transition);
}
.9wiqo ul li a:hover { color: var(--primary); }
.82i156 {
  border-top: 1px solid var(--border);
  padding: 20px 0;
  text-align: center;
}
.82i156 p {
  font-size: 13px; color: var(--text-muted);
  margin-bottom: 6px; line-height: 1.8;
}
.82i156 a { color: var(--text-muted); }
.82i156 a:hover { color: var(--primary); }

/* ---- 页面Hero ---- */
.2fdh6ao {
  background: var(--gradient-card);
  border-bottom: 1px solid var(--border);
  padding: 48px 24px;
  text-align: center;
}
.2fdh6ao h1 {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}
.2fdh6ao p { font-size: 16px; color: var(--text-secondary); }

/* ---- 视频模态框 ---- */
.eurhc {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 9000;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity var(--transition);
}
.eurhc.active { opacity: 1; pointer-events: all; }
.bgomy1w {
  background: #1A1A35;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  width: 90%; max-width: 640px;
  position: relative;
  overflow: hidden;
  transform: scale(0.9);
  transition: transform var(--transition);
}
.eurhc.active .bgomy1w { transform: scale(1); }
.5bynez {
  position: absolute; top: 12px; right: 12px;
  width: 32px; height: 32px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: #fff; cursor: pointer; z-index: 1;
  transition: background var(--transition);
}
.5bynez:hover { background: var(--primary); }
.ttr7b4 { aspect-ratio: 16/9; }

/* ---- 响应式 ---- */
@media (max-width: 1200px) {
  .8coqe05m { grid-template-columns: repeat(3, 1fr); }
  .vg5e1 { grid-template-columns: repeat(3, 1fr); }
  .38do8sp8 { grid-template-columns: repeat(2, 1fr); }
  .sbfog { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .8coqe05m { grid-template-columns: repeat(2, 1fr); }
  .tt930v { grid-template-columns: repeat(2, 1fr); }
  .zumd15ma { grid-template-columns: repeat(2, 1fr); }
  .ai-features { grid-template-columns: repeat(2, 1fr); }
  .vg5e1 { grid-template-columns: repeat(2, 1fr); }
  .zgqetr2 { grid-template-columns: repeat(2, 1fr); }
  .bl9kjx { grid-template-columns: 1fr; }
  .4mnw5i { order: -1; }
  .haaqq4 { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .ktrua8r8 {
    display: none;
    position: fixed; top: var(--header-h); left: 0; right: 0;
    background: rgba(13,13,26,0.98);
    flex-direction: column; align-items: flex-start;
    padding: 16px; gap: 4px;
    border-bottom: 1px solid var(--border);
    z-index: 99;
  }
  .ktrua8r8.open { display: flex; }
  .ktrua8r8 a { padding: 12px 16px; width: 100%; border-radius: 8px; }
  .9cimnp { display: flex; }
  .zoag8 { min-height: 70vh; padding: 60px 20px; }
  .zoag8 h1 { font-size: 32px; }
  .zoag8-stats { gap: 24px; }
  .section { padding: 48px 0; }
  .zz3a7 h2 { font-size: 24px; }
  .sbfog { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 540px) {
  .8coqe05m, .tt930v { grid-template-columns: 1fr 1fr; }
  .zumd15ma { grid-template-columns: 1fr; }
  .ai-features { grid-template-columns: 1fr; }
  .vg5e1 { grid-template-columns: 1fr 1fr; }
  .38do8sp8 { grid-template-columns: 1fr; }
  .zgqetr2 { grid-template-columns: 1fr; }
  .zoag8-stats { flex-direction: column; gap: 16px; }
}
@media (max-width: 360px) {
  .8coqe05m, .tt930v { grid-template-columns: 1fr; }
  .vg5e1 { grid-template-columns: 1fr; }
}

/* ---- 分享区 ---- */
.6fxuufk {
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  padding: 20px 0;
}
.w1lvpu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.2rl0lkdx h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}
.2rl0lkdx p {
  font-size: 13px;
  color: var(--text-muted);
}

/* ---- 页脚新增类 ---- */
.ylzam {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.vgdy7m2c {
  height: 40px;
  width: auto;
  border-radius: 8px;
}
.zwqscf7 {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.zwqscf7 a {
  color: var(--primary);
}
.3e9odkq {
  background: var(--bg-card2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
.tq2v9p {
  font-size: 13px;
  color: var(--text-muted);
}
.5rmmb8ti {
  color: var(--text-secondary);
  font-weight: 600;
}
.u630v07 {
  padding: 16px;
}
.cle1jcw {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}
.2uusbt {
  background: none;
  border: none;
  color: var(--text-secondary);
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  transition: color var(--transition);
}
.2uusbt:hover { color: var(--primary); }

/* ---- JSON代码块溢出修复 ---- */
.ue4svfnk {
  background: #1e1e1e;
  border-radius: 12px;
  overflow: hidden;       /* 容器本身不溢出 */
  max-width: 100%;
  box-sizing: border-box;
}
.eyddoq {
  margin: 0;
  padding: 24px;
  overflow-x: auto;       /* 横向滚动而非溢出 */
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  box-sizing: border-box;
  white-space: pre;       /* 保留JSON格式 */
  word-break: normal;     /* 不强制断行，保持JSON可读性 */
  word-wrap: normal;
}
.2ychtt {
  font-family: 'Courier New', Courier, monospace;
  font-size: 13px;
  line-height: 1.7;
  color: #a6e22e;
  display: block;
  min-width: 0;
}
/* 移动端JSON块字体缩小，防止溢出 */
@media (max-width: 768px) {
  .2ychtt {
    font-size: 11px;
  }
  .eyddoq {
    padding: 16px;
  }
}
