/* =============================================
   国产精品 - 主样式文件
   Brand: 国产精品 | Domain: qodhn36.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; }

/* ---- 进度条 ---- */
.49zo9534 {
  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;
}

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

/* ---- 头部 ---- */
.wyopp {
  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);
}
.zhqnsg1 {
  max-width: 1280px; margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex; align-items: center; gap: 32px;
}
.511bwmci {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; flex-shrink: 0;
}
.jx5xa8ua {
  width: 44px; height: 44px;
  border-radius: 10px;
  object-fit: cover;
  border: 2px solid var(--primary);
}
.gx26pfi {
  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;
}
.peandq7 {
  display: flex; align-items: center; gap: 4px;
  flex: 1;
}
.peandq7 a {
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 14px; font-weight: 500;
  color: var(--text-secondary);
  transition: all var(--transition);
  white-space: nowrap;
}
.peandq7 a:hover, .peandq7 a.active {
  color: var(--primary);
  background: rgba(255,75,139,0.1);
}
.lug4srbm {
  display: flex; align-items: center; gap: 12px; flex-shrink: 0;
}
.d4q13mhz {
  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);
}
.d4q13mhz:hover { opacity: 0.85; }
.hx7u5e {
  display: none;
  flex-direction: column; gap: 5px;
  padding: 8px; cursor: pointer;
}
.hx7u5e span {
  display: block; width: 22px; height: 2px;
  background: var(--text-secondary);
  border-radius: 2px;
  transition: all var(--transition);
}
.hx7u5e.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hx7u5e.active span:nth-child(2) { opacity: 0; }
.hx7u5e.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ---- 搜索栏 ---- */
.pm65apw {
  background: var(--bg-card);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
}
.owfw04 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
}
.d38cl {
  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);
}
.d38cl:focus-within { border-color: var(--primary); }
.d38cl input {
  flex: 1; padding: 10px 20px;
  background: none; border: none; outline: none;
  color: var(--text); font-size: 14px;
}
.d38cl button {
  background: var(--gradient-main);
  color: #fff; padding: 10px 24px;
  font-size: 14px; font-weight: 600;
  white-space: nowrap;
  transition: opacity var(--transition);
}
.d38cl button:hover { opacity: 0.85; }
.slaogl {
  display: flex; align-items: center; gap: 8px;
  margin-top: 10px; flex-wrap: wrap;
  font-size: 13px; color: var(--text-muted);
}
.slaogl 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);
}
.slaogl 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; }

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

/* ---- 按钮 ---- */
.dibukr4 {
  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;
}
.v7qyr {
  background: var(--gradient-main); color: #fff;
  box-shadow: 0 8px 24px rgba(255,75,139,0.4);
}
.v7qyr:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255,75,139,0.5); color: #fff; }
.0ll45 {
  background: transparent; color: var(--text);
  border: 1px solid rgba(255,255,255,0.2);
}
.0ll45:hover { border-color: var(--primary); color: var(--primary); }
.dibukr4-outline {
  background: transparent; color: var(--primary);
  border: 1px solid var(--primary);
  padding: 10px 32px;
}
.dibukr4-outline:hover { background: var(--primary); color: #fff; }

/* ---- Hero ---- */
.a3pxt6j {
  position: relative; min-height: 88vh;
  display: flex; align-items: center;
  overflow: hidden; padding: 80px 24px;
}
.ufawn8fb {
  position: absolute; inset: 0;
  background: url('/assets/images/hero_banner.jpg') center/cover no-repeat;
  filter: brightness(0.25) saturate(1.5);
}
.931pt {
  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%);
}
.ssab7 {
  position: relative; z-index: 2;
  max-width: 1280px; margin: 0 auto; width: 100%;
  max-width: 720px;
}
.0ylbd4i8 {
  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;
}
.a3pxt6j h1 {
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 900; line-height: 1.2;
  margin-bottom: 20px; color: #fff;
}
.a3pxt6j h1 .89f8j01j {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.a3pxt6j > .ssab7 > p {
  font-size: 17px; color: var(--text-secondary);
  line-height: 1.8; margin-bottom: 32px;
  max-width: 560px;
}
.a3pxt6j-stats {
  display: flex; gap: 40px; margin-top: 48px; flex-wrap: wrap;
}
.a3pxt6j-stat .num {
  font-size: 32px; font-weight: 900;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.a3pxt6j-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; }

/* ---- 视频网格 ---- */
.brfl5 { display: grid; gap: 20px; }
.kc0qu { grid-template-columns: repeat(4, 1fr); }
.00wvd9 { grid-template-columns: repeat(3, 1fr); }

/* ---- 视频卡片 ---- */
.hoxg6y0 {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  transition: all var(--transition);
  position: relative;
}
.hoxg6y0:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(255,75,139,0.4);
}
.ac56mr {
  position: relative; overflow: hidden;
  aspect-ratio: 16/9;
  background: #1A1A35;
}
.ac56mr img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.hoxg6y0:hover .ac56mr 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;
}
.ltg5x58p {
  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);
}
.hoxg6y0:hover .ltg5x58p { opacity: 1; }
.wt525 {
  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);
}
.hoxg6y0:hover .wt525 { transform: scale(1.1); }
.wt525 svg {
  width: 24px; height: 24px; fill: #fff;
  margin-left: 3px;
}
.mdqj8 { padding: 14px; }
.mdqj8 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;
}
.5mojapmf {
  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);
}
.5xm3r0 {
  font-size: 11px; font-weight: 700;
  padding: 2px 8px; border-radius: 4px;
}
.afb031 { background: rgba(255,75,139,0.2); color: var(--primary); }
.ghgkp3r { background: rgba(6,182,212,0.2); color: var(--accent2); }

/* ---- 社区卡片 ---- */
.9sahbor { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pdujs {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  transition: all var(--transition);
}
.pdujs:hover {
  transform: translateY(-4px);
  border-color: rgba(255,75,139,0.4);
  box-shadow: var(--shadow-hover);
}
.uihecfm { font-size: 40px; margin-bottom: 16px; }
.pdujs h3 {
  font-size: 18px; font-weight: 700; margin-bottom: 10px;
  color: var(--text);
}
.pdujs 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;
}

/* ---- 特色横幅 ---- */
.1gu26g {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}
.g4tpcbs4 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;
}
.g4tpcbs4 p {
  font-size: 15px; color: var(--text-secondary);
  line-height: 1.9; margin-bottom: 28px;
}
.r3jdrt img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  width: 100%;
}

/* ---- 专家卡片 ---- */
.m87b3k { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.a8luuyz {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  text-align: center;
  transition: all var(--transition);
}
.a8luuyz:hover {
  transform: translateY(-4px);
  border-color: rgba(255,75,139,0.4);
  box-shadow: var(--shadow-hover);
}
.cnsxxa {
  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);
}
.hew3pgrl { font-size: 18px; font-weight: 700; margin-bottom: 4px; }
.hmf78 { font-size: 12px; color: var(--primary); margin-bottom: 12px; font-weight: 600; }
.cp3gypl { 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; }

/* ---- 评论卡片 ---- */
.6suai41u { 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步骤 ---- */
.l138vfyo { 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 ---- */
.678ky { max-width: 800px; margin: 0 auto; }
.0g9oq {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--gradient-card);
}
.492mlg0 {
  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);
}
.492mlg0:hover { background: rgba(255,75,139,0.05); }
.0g9oq.open .492mlg0 { color: var(--primary); }
.d376xi {
  font-size: 20px; font-weight: 300;
  color: var(--primary); flex-shrink: 0;
  transition: transform var(--transition);
}
.0g9oq.open .d376xi { transform: rotate(45deg); }
.ymxa1l {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease;
}
.frxvehf {
  padding: 0 24px 18px;
  font-size: 14px; color: var(--text-secondary); line-height: 1.8;
}

/* ---- 联系区 ---- */
.2zsla { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.wsr908 {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.wsr908 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;
}
.e4w3rae {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 14px 0; border-bottom: 1px solid var(--border);
}
.e4w3rae:last-child { border-bottom: none; }
.p5heqh7 { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.vo4jtg45 .label { font-size: 12px; color: var(--text-muted); margin-bottom: 4px; }
.vo4jtg45 .value { font-size: 14px; font-weight: 600; color: var(--text); }
.kapoe { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 20px; }
.v2etb { text-align: center; }
.v2etb img {
  width: 120px; height: 120px;
  border-radius: 10px;
  border: 2px solid var(--border);
  object-fit: cover;
}
.v2etb p { font-size: 12px; color: var(--text-muted); margin-top: 8px; }

/* ---- 分享栏 ---- */
.jyuyvs { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.d47itr { font-size: 13px; color: var(--text-muted); }
.8btzbys {
  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);
}
.8btzbys:hover { border-color: var(--primary); color: var(--primary); background: rgba(255,75,139,0.08); }

/* ---- 页脚 ---- */
.oeq4zy {
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  padding: 60px 0 0;
}
.mnizm2 {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px; margin-bottom: 40px;
}
.8e4br p {
  font-size: 13px; color: var(--text-muted);
  line-height: 1.8; margin-bottom: 12px;
}
.1y0nbb { display: flex; gap: 10px; }
.nmjjd {
  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);
}
.nmjjd:hover { background: rgba(255,75,139,0.2); border-color: var(--primary); }
.j8ze64cg h4 {
  font-size: 14px; font-weight: 700;
  color: var(--text); margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.j8ze64cg ul { display: flex; flex-direction: column; gap: 8px; }
.j8ze64cg ul li a {
  font-size: 13px; color: var(--text-muted);
  transition: color var(--transition);
}
.j8ze64cg ul li a:hover { color: var(--primary); }
.tgnqpa {
  border-top: 1px solid var(--border);
  padding: 20px 0;
  text-align: center;
}
.tgnqpa p {
  font-size: 13px; color: var(--text-muted);
  margin-bottom: 6px; line-height: 1.8;
}
.tgnqpa a { color: var(--text-muted); }
.tgnqpa a:hover { color: var(--primary); }

/* ---- 页面Hero ---- */
.1d489 {
  background: var(--gradient-card);
  border-bottom: 1px solid var(--border);
  padding: 48px 24px;
  text-align: center;
}
.1d489 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;
}
.1d489 p { font-size: 16px; color: var(--text-secondary); }

/* ---- 视频模态框 ---- */
.ng499 {
  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);
}
.ng499.active { opacity: 1; pointer-events: all; }
.ne0syb0 {
  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);
}
.ng499.active .ne0syb0 { transform: scale(1); }
.kjg8a {
  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);
}
.kjg8a:hover { background: var(--primary); }
.0ocr76qb { aspect-ratio: 16/9; }

/* ---- 响应式 ---- */
@media (max-width: 1200px) {
  .kc0qu { grid-template-columns: repeat(3, 1fr); }
  .m87b3k { grid-template-columns: repeat(3, 1fr); }
  .6suai41u { grid-template-columns: repeat(2, 1fr); }
  .mnizm2 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .kc0qu { grid-template-columns: repeat(2, 1fr); }
  .00wvd9 { grid-template-columns: repeat(2, 1fr); }
  .9sahbor { grid-template-columns: repeat(2, 1fr); }
  .ai-features { grid-template-columns: repeat(2, 1fr); }
  .m87b3k { grid-template-columns: repeat(2, 1fr); }
  .l138vfyo { grid-template-columns: repeat(2, 1fr); }
  .1gu26g { grid-template-columns: 1fr; }
  .r3jdrt { order: -1; }
  .2zsla { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .peandq7 {
    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;
  }
  .peandq7.open { display: flex; }
  .peandq7 a { padding: 12px 16px; width: 100%; border-radius: 8px; }
  .hx7u5e { display: flex; }
  .a3pxt6j { min-height: 70vh; padding: 60px 20px; }
  .a3pxt6j h1 { font-size: 32px; }
  .a3pxt6j-stats { gap: 24px; }
  .section { padding: 48px 0; }
  .aq9n91ot h2 { font-size: 24px; }
  .mnizm2 { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 540px) {
  .kc0qu, .00wvd9 { grid-template-columns: 1fr 1fr; }
  .9sahbor { grid-template-columns: 1fr; }
  .ai-features { grid-template-columns: 1fr; }
  .m87b3k { grid-template-columns: 1fr 1fr; }
  .6suai41u { grid-template-columns: 1fr; }
  .l138vfyo { grid-template-columns: 1fr; }
  .a3pxt6j-stats { flex-direction: column; gap: 16px; }
}
@media (max-width: 360px) {
  .kc0qu, .00wvd9 { grid-template-columns: 1fr; }
  .m87b3k { grid-template-columns: 1fr; }
}

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

/* ---- 页脚新增类 ---- */
.fktmdnh {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.kf930z {
  height: 40px;
  width: auto;
  border-radius: 8px;
}
.qvlyxc {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.qvlyxc a {
  color: var(--primary);
}
.rufaiz {
  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;
}
.85o5u1 {
  font-size: 13px;
  color: var(--text-muted);
}
.117wb6z {
  color: var(--text-secondary);
  font-weight: 600;
}
.0bv952c {
  padding: 16px;
}
.23gfv8gl {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}
.bjpok9 {
  background: none;
  border: none;
  color: var(--text-secondary);
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  transition: color var(--transition);
}
.bjpok9:hover { color: var(--primary); }

/* ---- JSON代码块溢出修复 ---- */
.w5zt8e1 {
  background: #1e1e1e;
  border-radius: 12px;
  overflow: hidden;       /* 容器本身不溢出 */
  max-width: 100%;
  box-sizing: border-box;
}
.bqp74l {
  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;
}
.qtyczib {
  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) {
  .qtyczib {
    font-size: 11px;
  }
  .bqp74l {
    padding: 16px;
  }
}
