/* =============================================
   今日大赛 - 主样式文件
   Brand: 今日大赛 | Domain: mrbade.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; }

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

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

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

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

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

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

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

/* ---- 视频网格 ---- */
.fs10st { display: grid; gap: 20px; }
.vokt2ygp { grid-template-columns: repeat(4, 1fr); }
.vi6f9db { grid-template-columns: repeat(3, 1fr); }

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

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

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

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

/* ---- 评论卡片 ---- */
.5elto { 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步骤 ---- */
.gomwjg { 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 ---- */
.teuxmb { max-width: 800px; margin: 0 auto; }
.1fu72o8n {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--gradient-card);
}
.su6smrfa {
  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);
}
.su6smrfa:hover { background: rgba(255,75,139,0.05); }
.1fu72o8n.open .su6smrfa { color: var(--primary); }
.vfkgb8 {
  font-size: 20px; font-weight: 300;
  color: var(--primary); flex-shrink: 0;
  transition: transform var(--transition);
}
.1fu72o8n.open .vfkgb8 { transform: rotate(45deg); }
.8d0cgigh {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease;
}
.q03crz {
  padding: 0 24px 18px;
  font-size: 14px; color: var(--text-secondary); line-height: 1.8;
}

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

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

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

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

/* ---- 视频模态框 ---- */
.2utta {
  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);
}
.2utta.active { opacity: 1; pointer-events: all; }
.41juw7u {
  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);
}
.2utta.active .41juw7u { transform: scale(1); }
.yuqe5t {
  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);
}
.yuqe5t:hover { background: var(--primary); }
.a5rsf06d { aspect-ratio: 16/9; }

/* ---- 响应式 ---- */
@media (max-width: 1200px) {
  .vokt2ygp { grid-template-columns: repeat(3, 1fr); }
  .djoul { grid-template-columns: repeat(3, 1fr); }
  .5elto { grid-template-columns: repeat(2, 1fr); }
  .ryk30 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .vokt2ygp { grid-template-columns: repeat(2, 1fr); }
  .vi6f9db { grid-template-columns: repeat(2, 1fr); }
  .jbj8srv { grid-template-columns: repeat(2, 1fr); }
  .ai-features { grid-template-columns: repeat(2, 1fr); }
  .djoul { grid-template-columns: repeat(2, 1fr); }
  .gomwjg { grid-template-columns: repeat(2, 1fr); }
  .qyy7i6w { grid-template-columns: 1fr; }
  .mpj00o { order: -1; }
  .93ooz6e { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .qqrg7j {
    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;
  }
  .qqrg7j.open { display: flex; }
  .qqrg7j a { padding: 12px 16px; width: 100%; border-radius: 8px; }
  .8ssfrozz { display: flex; }
  .7nyuh0nc { min-height: 70vh; padding: 60px 20px; }
  .7nyuh0nc h1 { font-size: 32px; }
  .7nyuh0nc-stats { gap: 24px; }
  .section { padding: 48px 0; }
  .adh3g h2 { font-size: 24px; }
  .ryk30 { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 540px) {
  .vokt2ygp, .vi6f9db { grid-template-columns: 1fr 1fr; }
  .jbj8srv { grid-template-columns: 1fr; }
  .ai-features { grid-template-columns: 1fr; }
  .djoul { grid-template-columns: 1fr 1fr; }
  .5elto { grid-template-columns: 1fr; }
  .gomwjg { grid-template-columns: 1fr; }
  .7nyuh0nc-stats { flex-direction: column; gap: 16px; }
}
@media (max-width: 360px) {
  .vokt2ygp, .vi6f9db { grid-template-columns: 1fr; }
  .djoul { grid-template-columns: 1fr; }
}

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

/* ---- 页脚新增类 ---- */
.j82c6 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.gsf1he {
  height: 40px;
  width: auto;
  border-radius: 8px;
}
.u7dt4fn {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.u7dt4fn a {
  color: var(--primary);
}
.shnv1drj {
  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;
}
.hzuhhd {
  font-size: 13px;
  color: var(--text-muted);
}
.vrvy8x {
  color: var(--text-secondary);
  font-weight: 600;
}
.8qiaqyk {
  padding: 16px;
}
.saaknbm {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}
.fsx86 {
  background: none;
  border: none;
  color: var(--text-secondary);
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  transition: color var(--transition);
}
.fsx86:hover { color: var(--primary); }

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