/* ============================================
   小欣奈 游戏解说主题 - 全站样式
   域名: lfbxudy.cn
   配色: 深色电竞风 (#0a0a1a / #00D4FF / #8B5CF6)
   ============================================ */

:root {
  --bg-primary: #0a0a1a;
  --bg-secondary: #111128;
  --bg-card: #1a1a3e;
  --bg-card-hover: #222255;
  --accent-blue: #00D4FF;
  --accent-purple: #8B5CF6;
  --accent-pink: #EC4899;
  --accent-green: #10B981;
  --accent-orange: #F59E0B;
  --text-primary: #E8E8F0;
  --text-secondary: #9CA3AF;
  --text-muted: #6B7280;
  --border-color: rgba(139,92,246,0.2);
  --gradient-main: linear-gradient(135deg, #00D4FF, #8B5CF6);
  --gradient-warm: linear-gradient(135deg, #F59E0B, #EC4899);
  --shadow-glow: 0 0 20px rgba(0,212,255,0.15);
  --shadow-card: 0 4px 20px rgba(0,0,0,0.4);
  --radius: 12px;
  --radius-sm: 8px;
  --max-width: 1280px;
  --header-h: 64px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: "PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
  background: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--accent-blue); text-decoration: none; transition: color .2s; }
a:hover { color: var(--accent-purple); }

img { max-width: 100%; height: auto; display: block; }

.container { max-width: var(--max-width); margin: 0 auto; padding: 0 20px; }

/* ---- Header / 导航 ---- */
.ru7o2sy1 {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(10,10,26,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  height: var(--header-h);
}

.uil3q {
  max-width: var(--max-width); margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; height: 100%;
  justify-content: space-between;
}

.v0emameb { display: flex; align-items: center; gap: 10px; }
.v0emameb img { height: 40px; width: auto; }
.v0emameb span {
  font-size: 1.25rem; font-weight: 700;
  background: var(--gradient-main); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-nav { display: flex; gap: 6px; }
.main-nav a {
  color: var(--text-secondary); padding: 8px 14px;
  border-radius: var(--radius-sm); font-size: .9rem;
  transition: all .25s;
}
.main-nav a:hover, .main-nav a.active {
  color: #fff; background: rgba(139,92,246,0.15);
}

.mobile-toggle {
  display: none; background: none; border: none;
  color: var(--text-primary); font-size: 1.5rem; cursor: pointer;
}

/* ---- 搜索框 ---- */
.usta5raw {
  background: var(--bg-secondary); border-bottom: 1px solid var(--border-color);
  padding: 12px 0; margin-top: var(--header-h);
}
.igwvs {
  max-width: var(--max-width); margin: 0 auto; padding: 0 20px;
  display: flex; gap: 10px;
}
.igwvs input {
  flex: 1; padding: 10px 18px; border-radius: 24px;
  border: 1px solid var(--border-color); background: var(--bg-card);
  color: var(--text-primary); font-size: .95rem; outline: none;
  transition: border-color .2s;
}
.igwvs input:focus { border-color: var(--accent-blue); }
.igwvs button {
  padding: 10px 28px; border-radius: 24px; border: none;
  background: var(--gradient-main); color: #fff; font-weight: 600;
  cursor: pointer; transition: opacity .2s;
}
.igwvs button:hover { opacity: .85; }

/* ---- Hero Banner ---- */
.ryw4k5n {
  position: relative; width: 100%;
  min-height: 420px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-repeat: no-repeat;
}
.ryw4k5n::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,26,0.5) 0%, rgba(10,10,26,0.85) 100%);
}
.gxvngk {
  position: relative; z-index: 2; text-align: center;
  max-width: 800px; padding: 40px 20px;
}
.gxvngk h1 {
  font-size: 2.6rem; font-weight: 800; margin-bottom: 16px;
  background: var(--gradient-main); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gxvngk p {
  font-size: 1.15rem; color: var(--text-secondary);
  margin-bottom: 24px; line-height: 1.8;
}
.hyqz0 { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.mf5f41z {
  display: inline-block; padding: 12px 32px; border-radius: 30px;
  background: var(--gradient-main); color: #fff; font-weight: 600;
  font-size: 1rem; transition: transform .2s, box-shadow .2s;
}
.mf5f41z:hover { transform: translateY(-2px); box-shadow: var(--shadow-glow); color: #fff; }
.jwjvn {
  display: inline-block; padding: 12px 32px; border-radius: 30px;
  border: 2px solid var(--accent-purple); color: var(--accent-purple);
  font-weight: 600; font-size: 1rem; transition: all .2s;
}
.jwjvn:hover { background: var(--accent-purple); color: #fff; }

/* ---- 统计条 ---- */
.cta3jck {
  background: var(--bg-secondary); padding: 30px 0;
  border-bottom: 1px solid var(--border-color);
}
.btk736 {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 20px;
  text-align: center;
}
.j1zuf1 h3 {
  font-size: 2rem; font-weight: 800;
  background: var(--gradient-main); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.j1zuf1 p { color: var(--text-secondary); font-size: .9rem; margin-top: 4px; }

/* ---- 通用区块 ---- */
.section { padding: 60px 0; }
.y2mv4gf { background: var(--bg-secondary); }
.rvnbx {
  text-align: center; margin-bottom: 40px;
}
.rvnbx h2 {
  font-size: 1.8rem; font-weight: 700; margin-bottom: 10px;
}
.rvnbx h2 span {
  background: var(--gradient-main); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rvnbx p { color: var(--text-secondary); font-size: 1rem; }

/* ---- 视频卡片 ---- */
.ae3jlsa {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr));
  gap: 24px;
}
.dtcacq2 {
  background: var(--bg-card); border-radius: var(--radius);
  overflow: hidden; transition: transform .3s, box-shadow .3s;
  border: 1px solid var(--border-color);
}
.dtcacq2:hover {
  transform: translateY(-6px); box-shadow: var(--shadow-glow);
}
.ib01g6 {
  position: relative; aspect-ratio: 16/9; overflow: hidden;
  cursor: pointer;
}
.ib01g6 img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s;
}
.dtcacq2:hover .ib01g6 img { transform: scale(1.08); }
.vd9lgf {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%); width: 56px; height: 56px;
  background: rgba(0,212,255,0.85); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .3s;
}
.vd9lgf::after {
  content: ''; border-left: 20px solid #fff;
  border-top: 12px solid transparent; border-bottom: 12px solid transparent;
  margin-left: 4px;
}
.dtcacq2:hover .vd9lgf { opacity: 1; }
.o5bem {
  position: absolute; top: 10px; left: 10px;
  background: var(--accent-purple); color: #fff;
  padding: 3px 10px; border-radius: 4px; font-size: .75rem; font-weight: 600;
}
.p1iy7d8 {
  position: absolute; bottom: 8px; right: 8px;
  background: rgba(0,0,0,0.75); color: #fff;
  padding: 2px 8px; border-radius: 4px; font-size: .75rem;
}
.l9loal { padding: 14px 16px; }
.l9loal h4 {
  font-size: .95rem; font-weight: 600; margin-bottom: 8px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; line-height: 1.4;
}
.xvyo711l {
  display: flex; gap: 12px; color: var(--text-muted); font-size: .8rem;
}
.xvyo711l span { display: flex; align-items: center; gap: 4px; }
.uyw0y { padding: 0 16px 14px; display: flex; gap: 6px; flex-wrap: wrap; }
.uyw0y span {
  background: rgba(0,212,255,0.1); color: var(--accent-blue);
  padding: 2px 10px; border-radius: 12px; font-size: .75rem;
}

/* ---- 分类标签栏 ---- */
.dkdjt {
  display: flex; gap: 10px; flex-wrap: wrap;
  justify-content: center; margin-bottom: 30px;
}
.dkdjt a {
  padding: 8px 20px; border-radius: 20px;
  background: var(--bg-card); color: var(--text-secondary);
  font-size: .9rem; border: 1px solid var(--border-color);
  transition: all .2s;
}
.dkdjt a:hover, .dkdjt a.active {
  background: var(--gradient-main); color: #fff; border-color: transparent;
}

/* ---- 专家卡片 ---- */
.cqa40zqy { display: grid; grid-template-columns: repeat(auto-fill,minmax(260px,1fr)); gap: 24px; }
.yu0woi {
  background: var(--bg-card); border-radius: var(--radius);
  padding: 28px 20px; text-align: center;
  border: 1px solid var(--border-color); transition: transform .3s;
}
.yu0woi:hover { transform: translateY(-4px); }
.z4x2v0fb {
  width: 80px; height: 80px; border-radius: 50%;
  background: var(--gradient-main); margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; color: #fff;
}
.yu0woi h4 { font-size: 1.05rem; margin-bottom: 4px; }
.yu0woi .role { color: var(--accent-purple); font-size: .85rem; margin-bottom: 10px; }
.yu0woi p { color: var(--text-secondary); font-size: .85rem; line-height: 1.6; }
.yjtit { margin-top: 14px; display: flex; gap: 10px; justify-content: center; }
.yjtit a {
  padding: 6px 16px; border-radius: 16px; font-size: .8rem;
  border: 1px solid var(--accent-blue); color: var(--accent-blue);
  transition: all .2s;
}
.yjtit a:hover { background: var(--accent-blue); color: #fff; }

/* ---- FAQ ---- */
.eovqf5x { max-width: 800px; margin: 0 auto; }
.baewidz {
  background: var(--bg-card); border-radius: var(--radius-sm);
  margin-bottom: 12px; border: 1px solid var(--border-color);
  overflow: hidden;
}
.t03jzq {
  padding: 16px 20px; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  font-weight: 600; font-size: .95rem;
  transition: background .2s;
}
.t03jzq:hover { background: var(--bg-card-hover); }
.t03jzq::after { content: '+'; font-size: 1.3rem; color: var(--accent-blue); transition: transform .3s; }
.baewidz.open .t03jzq::after { transform: rotate(45deg); }
.yukae6n {
  max-height: 0; overflow: hidden; transition: max-height .4s ease;
  padding: 0 20px; color: var(--text-secondary); font-size: .9rem; line-height: 1.7;
}
.baewidz.open .yukae6n { max-height: 300px; padding: 0 20px 16px; }

/* ---- 用户评论 ---- */
.e9qj8y4 { display: grid; grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); gap: 20px; }
.pu7k4hj8 {
  background: var(--bg-card); border-radius: var(--radius);
  padding: 22px; border: 1px solid var(--border-color);
}
.f0cfj6 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.uoehzkwz {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--gradient-warm); display: flex;
  align-items: center; justify-content: center;
  font-weight: 700; color: #fff;
}
.u8ivd5m { font-weight: 600; font-size: .95rem; }
.xfzkx { color: var(--text-muted); font-size: .8rem; }
.k8wux { color: var(--accent-orange); font-size: .9rem; margin-bottom: 8px; }
.pu7k4hj8 p { color: var(--text-secondary); font-size: .9rem; line-height: 1.6; }

/* ---- 社区动物视频 ---- */
.je8qgn {
  display: grid; grid-template-columns: repeat(auto-fill,minmax(240px,1fr)); gap: 20px;
}
.ge3ps8 {
  background: var(--bg-card); border-radius: var(--radius);
  overflow: hidden; border: 1px solid var(--border-color);
  transition: transform .3s;
}
.ge3ps8:hover { transform: translateY(-4px); }
.vekbdwgn {
  height: 140px; display: flex; align-items: center; justify-content: center;
  font-size: 4rem;
  background: linear-gradient(135deg, rgba(0,212,255,0.1), rgba(139,92,246,0.1));
}
.ge3ps8 h4 { padding: 14px 16px 4px; font-size: 1rem; }
.ge3ps8 p { padding: 0 16px 14px; color: var(--text-secondary); font-size: .85rem; }

/* ---- How-To ---- */
.fb29us {
  max-width: 700px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 20px;
}
.emg8w {
  display: flex; gap: 18px; align-items: flex-start;
  background: var(--bg-card); padding: 20px;
  border-radius: var(--radius); border: 1px solid var(--border-color);
}
.kpxiqq3 {
  min-width: 44px; height: 44px; border-radius: 50%;
  background: var(--gradient-main); display: flex;
  align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.1rem; color: #fff;
}
.emg8w h4 { font-size: 1rem; margin-bottom: 6px; }
.emg8w p { color: var(--text-secondary); font-size: .9rem; }

/* ---- 合作Logo墙 ---- */
.vdui68 {
  display: flex; flex-wrap: wrap; gap: 20px;
  justify-content: center; align-items: center;
}
.l58ia4 {
  width: 120px; height: 60px; background: var(--bg-card);
  border-radius: var(--radius-sm); display: flex;
  align-items: center; justify-content: center;
  border: 1px solid var(--border-color);
  color: var(--text-muted); font-size: .8rem; font-weight: 600;
  transition: border-color .2s;
}
.l58ia4:hover { border-color: var(--accent-blue); }

/* ---- 分享按钮 ---- */
.ybmgw {
  display: flex; gap: 12px; justify-content: center;
  flex-wrap: wrap; padding: 20px 0;
}
.zp3m344 {
  padding: 10px 22px; border-radius: 24px;
  font-size: .85rem; font-weight: 600; color: #fff;
  transition: opacity .2s; cursor: pointer; border: none;
}
.zp3m344:hover { opacity: .8; }
.hcn9d6tn { background: #07C160; }
.x0zts40a { background: #E6162D; }
.kbd426 { background: #161823; border: 1px solid #444; }
.ke87ax { background: #FB7299; }

/* ---- 联系我们 ---- */
.suwvz { display: grid; grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); gap: 24px; }
.kbawm {
  background: var(--bg-card); border-radius: var(--radius);
  padding: 24px; border: 1px solid var(--border-color);
}
.kbawm h4 { font-size: 1rem; margin-bottom: 12px; color: var(--accent-blue); }
.kbawm p { color: var(--text-secondary); font-size: .9rem; margin-bottom: 6px; }
.kbawm a { color: var(--accent-blue); }

/* ---- AI赋能 ---- */
.sdwz2nd { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 24px; }
.k4m745h4 {
  background: var(--bg-card); border-radius: var(--radius);
  padding: 28px; border: 1px solid var(--border-color);
  transition: transform .3s;
}
.k4m745h4:hover { transform: translateY(-4px); }
.iijs2py {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--gradient-main); display: flex;
  align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 16px;
}
.k4m745h4 h4 { font-size: 1.05rem; margin-bottom: 8px; }
.k4m745h4 p { color: var(--text-secondary); font-size: .9rem; line-height: 1.6; }

/* ---- Footer ---- */
.ynvuqsac {
  background: var(--bg-secondary); border-top: 1px solid var(--border-color);
  padding: 50px 0 30px;
}
.tmnvht {
  display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  gap: 30px; margin-bottom: 30px;
}
.z2pgaerg h4 {
  font-size: 1rem; margin-bottom: 14px;
  color: var(--accent-blue);
}
.z2pgaerg p, .z2pgaerg a {
  color: var(--text-secondary); font-size: .85rem;
  display: block; margin-bottom: 8px;
}
.z2pgaerg a:hover { color: var(--accent-blue); }
.al1x5ztr { display: flex; gap: 20px; }
.al1x5ztr img { width: 100px; height: 100px; border-radius: 8px; }
.m3t47cxx {
  text-align: center; padding-top: 20px;
  border-top: 1px solid var(--border-color);
  color: var(--text-muted); font-size: .8rem;
}
.m3t47cxx a { color: var(--text-muted); }

/* ---- 面包屑 ---- */
.breadcrumb {
  padding: 14px 0; font-size: .85rem; color: var(--text-muted);
}
.breadcrumb a { color: var(--text-secondary); }
.breadcrumb span { margin: 0 6px; }

/* ---- 内页通用 ---- */
.qirccp9 {
  padding: 100px 0 40px;
  background: linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
}
.qirccp9 h1 { font-size: 2rem; font-weight: 700; margin-bottom: 10px; }
.qirccp9 p { color: var(--text-secondary); font-size: 1rem; }

.mhggqygb { padding: 40px 0 60px; }
.mhggqygb h2 { font-size: 1.5rem; margin-bottom: 20px; }
.mhggqygb h3 { font-size: 1.2rem; margin: 24px 0 12px; color: var(--accent-blue); }
.mhggqygb p { color: var(--text-secondary); margin-bottom: 14px; line-height: 1.8; }

/* ---- 响应式 ---- */
@media (max-width: 1024px) {
  .btk736 { grid-template-columns: repeat(2,1fr); }
  .gxvngk h1 { font-size: 2rem; }
}

@media (max-width: 768px) {
  .main-nav { display: none; }
  .mobile-toggle { display: block; }
  .main-nav.show {
    display: flex; flex-direction: column;
    position: absolute; top: var(--header-h); left: 0; right: 0;
    background: var(--bg-primary); padding: 10px 20px;
    border-bottom: 1px solid var(--border-color);
  }
  .ryw4k5n { min-height: 320px; }
  .gxvngk h1 { font-size: 1.6rem; }
  .ae3jlsa { grid-template-columns: repeat(auto-fill,minmax(240px,1fr)); }
  .tmnvht { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .btk736 { grid-template-columns: 1fr 1fr; gap: 12px; }
  .j1zuf1 h3 { font-size: 1.5rem; }
  .gxvngk h1 { font-size: 1.3rem; }
  .ae3jlsa { grid-template-columns: 1fr; }
  .igwvs { flex-direction: column; }
}
