/* ============================================
   人兽 游戏解说视频社区 原创样式表
   配色：电竞蓝 #00D4FF / 深空紫 #6C3CE1 / 暗夜黑 #0A0E1A
   ============================================ */
:root {
  --kwu1y76: #00D4FF;
  --i2wlpdjz: #6C3CE1;
  --p8jlyj: #0A0E1A;
  --ds3uauft: #060912;
  --j3r7vjw: #111827;
  --uwmcartt: #E2E8F0;
  --mxy450: #94A3B8;
  --zmno5: #FF2D78;
  --vxkvx6: #FFD700;
  --jz56dsx1: #10B981;
  --mkcnw: #1E293B;
  --vtib7zr: 0 8px 32px rgba(0, 212, 255, 0.08);
  --a7bq63: 14px;
  --cw5qkea: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  background: var(--p8jlyj);
  color: var(--uwmcartt);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: var(--kwu1y76); text-decoration: none; transition: var(--cw5qkea); }
a:hover { color: var(--vxkvx6); }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }

/* === Header === */
.xcbyjoh {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  background: rgba(10, 14, 26, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--mkcnw);
  padding: 0 24px;
  transition: var(--cw5qkea);
}
.xcbyjoh .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.v2plx2l { display: flex; align-items: center; gap: 10px; }
.v2plx2l img { height: 42px; width: auto; border-radius: 8px; }
.v2plx2l span {
  font-size: 1.25rem; font-weight: 700;
  background: linear-gradient(135deg, var(--kwu1y76), var(--i2wlpdjz));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.h7hnv {
  display: none; background: none; border: none; color: var(--uwmcartt);
  font-size: 1.6rem; cursor: pointer; padding: 6px;
}
.y9vuihae { display: flex; align-items: center; gap: 6px; }
.y9vuihae a {
  color: var(--mxy450); font-size: 0.92rem; padding: 8px 14px;
  border-radius: 8px; transition: var(--cw5qkea); white-space: nowrap;
}
.y9vuihae a:hover, .y9vuihae a.active {
  color: var(--kwu1y76); background: rgba(0, 212, 255, 0.08);
}
.pwng5td {
  position: relative; margin-left: 12px;
}
.wmh6trj {
  background: var(--j3r7vjw); border: 1px solid var(--mkcnw);
  border-radius: 24px; padding: 7px 16px 7px 36px;
  color: var(--uwmcartt); font-size: 0.88rem; width: 180px;
  outline: none; transition: var(--cw5qkea);
}
.wmh6trj:focus { border-color: var(--kwu1y76); width: 220px; }
.pwng5td::before {
  content: "🔍"; position: absolute; left: 12px; top: 50%;
  transform: translateY(-50%); font-size: 0.85rem;
}

/* === Hero Banner === */
.ou1b45k2 {
  position: relative; min-height: 600px; display: flex; align-items: center;
  margin-top: 68px; overflow: hidden;
  background: linear-gradient(135deg, var(--ds3uauft) 0%, var(--p8jlyj) 100%);
}
.pywdj {
  position: absolute; inset: 0; z-index: 0;
}
.pywdj img {
  width: 100%; height: 100%; object-fit: cover; opacity: 0.35;
}
.pywdj::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,14,26,0.4) 0%, rgba(10,14,26,0.95) 100%);
}
.o4g6d1x {
  position: relative; z-index: 2; text-align: center;
  max-width: 800px; margin: 0 auto; padding: 80px 20px;
}
.o4g6d1x h1 {
  font-size: 2.8rem; font-weight: 800; margin-bottom: 18px;
  background: linear-gradient(135deg, var(--kwu1y76), var(--i2wlpdjz), var(--zmno5));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; line-height: 1.3;
}
.o4g6d1x p {
  font-size: 1.15rem; color: var(--mxy450); margin-bottom: 32px;
  line-height: 1.8;
}
.ypk1x {
  display: inline-block; padding: 13px 32px; border-radius: 28px;
  font-size: 1rem; font-weight: 600; cursor: pointer;
  transition: var(--cw5qkea); border: none; text-align: center;
}
.nmz3dbpz {
  background: linear-gradient(135deg, var(--kwu1y76), var(--i2wlpdjz));
  color: #fff; box-shadow: 0 4px 20px rgba(0, 212, 255, 0.3);
}
.nmz3dbpz:hover {
  transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0, 212, 255, 0.45);
  color: #fff;
}
.cdj4n9m {
  border: 2px solid var(--kwu1y76); color: var(--kwu1y76);
  background: transparent; margin-left: 14px;
}
.cdj4n9m:hover {
  background: rgba(0, 212, 255, 0.1); color: var(--kwu1y76);
}

/* === Stats Bar === */
.oqi5q30 {
  background: var(--j3r7vjw); border-top: 1px solid var(--mkcnw);
  border-bottom: 1px solid var(--mkcnw); padding: 28px 0;
}
.oqi5q30 .container {
  display: flex; justify-content: space-around; flex-wrap: wrap; gap: 16px;
}
.tfnbgmk { text-align: center; }
.p7j37or {
  font-size: 2rem; font-weight: 800;
  background: linear-gradient(135deg, var(--kwu1y76), var(--vxkvx6));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.vgdhmc5 { font-size: 0.88rem; color: var(--mxy450); margin-top: 4px; }

/* === Section Common === */
.bl11q23p { padding: 72px 0; }
.do94qceb { background: var(--ds3uauft); }
.qmdec {
  text-align: center; margin-bottom: 48px;
}
.qmdec h2 {
  font-size: 2rem; font-weight: 700; margin-bottom: 12px;
  color: var(--uwmcartt);
}
.qmdec h2 span {
  background: linear-gradient(135deg, var(--kwu1y76), var(--i2wlpdjz));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.qmdec p { color: var(--mxy450); font-size: 1rem; }

/* === Video Grid === */
.ea7vy2 {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.bz5fx {
  background: var(--j3r7vjw); border-radius: var(--a7bq63);
  overflow: hidden; border: 1px solid var(--mkcnw);
  transition: var(--cw5qkea); cursor: pointer;
}
.bz5fx:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 212, 255, 0.15);
  border-color: var(--kwu1y76);
}
.kjw2e {
  position: relative; overflow: hidden; aspect-ratio: 16/9;
}
.kjw2e img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.bz5fx:hover .kjw2e img { transform: scale(1.08); }
.ljxjo {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(0, 212, 255, 0.9);
  display: flex; align-items: center; justify-content: center;
  transition: var(--cw5qkea);
}
.ljxjo::after {
  content: ""; width: 0; height: 0;
  border-left: 18px solid #fff; border-top: 11px solid transparent;
  border-bottom: 11px solid transparent; margin-left: 4px;
}
.bz5fx:hover .ljxjo { transform: translate(-50%, -50%) scale(1); }
.cbhsn {
  position: absolute; bottom: 8px; right: 8px;
  background: rgba(0, 0, 0, 0.8); color: #fff;
  padding: 2px 8px; border-radius: 4px; font-size: 0.78rem;
}
.a5on4k { padding: 14px 16px; }
.a5on4k h3 {
  font-size: 0.95rem; font-weight: 600; margin-bottom: 8px;
  color: var(--uwmcartt); line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
}
.i9hnbdf {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.8rem; color: var(--mxy450);
}
.ohsrri { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.mf6iiti {
  background: rgba(0, 212, 255, 0.1); color: var(--kwu1y76);
  padding: 3px 10px; border-radius: 12px; font-size: 0.75rem;
}

/* === Feature Grid === */
.stoa8x {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.cwfdl {
  background: var(--j3r7vjw); border-radius: var(--a7bq63);
  padding: 32px 24px; border: 1px solid var(--mkcnw);
  text-align: center; transition: var(--cw5qkea);
}
.cwfdl:hover {
  border-color: var(--i2wlpdjz);
  box-shadow: 0 8px 32px rgba(108, 60, 225, 0.15);
  transform: translateY(-4px);
}
.hs7y86x {
  width: 64px; height: 64px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.15), rgba(108, 60, 225, 0.15));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px; font-size: 1.8rem;
}
.cwfdl h3 { font-size: 1.1rem; margin-bottom: 10px; color: var(--uwmcartt); }
.cwfdl p { font-size: 0.9rem; color: var(--mxy450); line-height: 1.6; }

/* === AI Showcase === */
.liutcon {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
.liutcon img { border-radius: var(--a7bq63); }
.egkpu2v { display: flex; flex-direction: column; gap: 20px; }
.fnpdok12 {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--j3r7vjw); padding: 20px; border-radius: 12px;
  border: 1px solid var(--mkcnw); transition: var(--cw5qkea);
}
.fnpdok12:hover { border-color: var(--kwu1y76); }
.tf3tiw {
  width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--kwu1y76), var(--i2wlpdjz));
  display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
}
.fnpdok12 h4 { font-size: 1rem; margin-bottom: 6px; color: var(--uwmcartt); }
.fnpdok12 p { font-size: 0.88rem; color: var(--mxy450); }

/* === Community Grid === */
.j28m2 {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.spo12wv {
  background: var(--j3r7vjw); border-radius: var(--a7bq63);
  padding: 28px 20px; text-align: center;
  border: 1px solid var(--mkcnw); transition: var(--cw5qkea);
}
.spo12wv:hover {
  border-color: var(--jz56dsx1);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.12);
}
.rlfz8u { font-size: 2.5rem; margin-bottom: 14px; }
.spo12wv h3 { font-size: 1rem; margin-bottom: 8px; }
.spo12wv p { font-size: 0.85rem; color: var(--mxy450); }

/* === Expert Grid === */
.l0uoqwc9 {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.pi1oqs {
  background: var(--j3r7vjw); border-radius: var(--a7bq63);
  overflow: hidden; border: 1px solid var(--mkcnw);
  text-align: center; transition: var(--cw5qkea);
}
.pi1oqs:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(108, 60, 225, 0.15);
}
.e5cwjfur {
  width: 100px; height: 100px; border-radius: 50%;
  margin: 28px auto 16px; overflow: hidden;
  border: 3px solid var(--i2wlpdjz);
}
.e5cwjfur img { width: 100%; height: 100%; object-fit: cover; }
.pdjv1 { padding: 0 20px 24px; }
.pdjv1 h3 { font-size: 1.05rem; margin-bottom: 4px; }
.nlqb6cbq { font-size: 0.85rem; color: var(--kwu1y76); margin-bottom: 10px; }
.pdjv1 p { font-size: 0.83rem; color: var(--mxy450); margin-bottom: 14px; }
.tum7az8 { display: flex; gap: 8px; justify-content: center; }
.tum7az8 a {
  padding: 6px 14px; border-radius: 16px; font-size: 0.78rem;
  border: 1px solid var(--mkcnw); color: var(--mxy450);
}
.tum7az8 a:hover { border-color: var(--kwu1y76); color: var(--kwu1y76); }

/* === Partner Wall === */
.qklen5n { text-align: center; }
.qklen5n img {
  max-width: 900px; margin: 0 auto; border-radius: var(--a7bq63);
  opacity: 0.85; transition: var(--cw5qkea);
}
.qklen5n img:hover { opacity: 1; }

/* === How-To Steps === */
.e1tk4 {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.f391z {
  text-align: center; padding: 28px 20px;
  background: var(--j3r7vjw); border-radius: var(--a7bq63);
  border: 1px solid var(--mkcnw); position: relative;
}
.j5ogu {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--kwu1y76), var(--i2wlpdjz));
  color: #fff; font-size: 1.3rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.f391z h3 { font-size: 1rem; margin-bottom: 8px; }
.f391z p { font-size: 0.85rem; color: var(--mxy450); }

/* === Reviews === */
.t9kgnxd {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.mogl7w7 {
  background: var(--j3r7vjw); border-radius: var(--a7bq63);
  padding: 28px 24px; border: 1px solid var(--mkcnw);
}
.lilqrl { color: var(--vxkvx6); font-size: 1rem; margin-bottom: 12px; }
.mogl7w7 p { font-size: 0.92rem; color: var(--uwmcartt); margin-bottom: 16px; line-height: 1.7; }
.cr5zmjcf {
  display: flex; align-items: center; gap: 12px;
}
.b5fo4y {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--kwu1y76), var(--i2wlpdjz));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 1rem;
}
.s737v5tc { font-size: 0.88rem; font-weight: 600; }
.pst2f912 { font-size: 0.78rem; color: var(--mxy450); }

/* === FAQ === */
.wgcg2x { max-width: 800px; margin: 0 auto; }
.s2miul {
  background: var(--j3r7vjw); border-radius: 12px;
  margin-bottom: 12px; border: 1px solid var(--mkcnw);
  overflow: hidden;
}
.nn0tpe9g {
  padding: 18px 24px; cursor: pointer; font-weight: 600;
  display: flex; justify-content: space-between; align-items: center;
  transition: var(--cw5qkea);
}
.nn0tpe9g:hover { color: var(--kwu1y76); }
.nn0tpe9g::after { content: "+"; font-size: 1.3rem; color: var(--kwu1y76); }
.s2miul.active .nn0tpe9g::after { content: "−"; }
.c19vrka6 {
  max-height: 0; overflow: hidden; transition: max-height 0.35s ease;
}
.s2miul.active .c19vrka6 { max-height: 300px; }
.c19vrka6 p { padding: 0 24px 18px; color: var(--mxy450); font-size: 0.92rem; line-height: 1.7; }

/* === Share Bar === */
.rd1bcbqt {
  display: flex; justify-content: center; gap: 14px; padding: 32px 0;
}
.bm0xe {
  width: 48px; height: 48px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: #fff; transition: var(--cw5qkea);
  cursor: pointer;
}
.bm0xe:hover { transform: scale(1.15); }
.gmdbzm4v { background: #07C160; }
.uu1x3rz0 { background: #E6162D; }
.u7nn6 { background: #161823; border: 1px solid #333; }
.pp87j8 { background: #FB7299; }

/* === Footer === */
.yksdndog {
  background: var(--ds3uauft); border-top: 1px solid var(--mkcnw);
  padding: 56px 0 0;
}
.q14sy {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  margin-bottom: 40px;
}
.njxga p { color: var(--mxy450); font-size: 0.9rem; margin-top: 12px; line-height: 1.7; }
.xuwghq h4 {
  font-size: 1rem; margin-bottom: 16px; color: var(--uwmcartt);
}
.xuwghq ul { list-style: none; }
.xuwghq li { margin-bottom: 10px; }
.xuwghq a { color: var(--mxy450); font-size: 0.88rem; }
.xuwghq a:hover { color: var(--kwu1y76); }
.ehqpw8w {
  display: flex; gap: 20px;
}
.nrap8 { text-align: center; }
.nrap8 img { width: 110px; border-radius: 8px; margin-bottom: 6px; }
.nrap8 span { font-size: 0.78rem; color: var(--mxy450); }
.ai3wxyez {
  border-top: 1px solid var(--mkcnw);
  padding: 20px 0; text-align: center;
  font-size: 0.82rem; color: var(--mxy450);
}

/* === Breadcrumb === */
.w5s38sxz {
  padding: 14px 0; font-size: 0.85rem; color: var(--mxy450);
}
.w5s38sxz a { color: var(--mxy450); }
.w5s38sxz a:hover { color: var(--kwu1y76); }

/* === Page Banner === */
.ebamv8jx {
  margin-top: 68px; padding: 80px 0; text-align: center;
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--ds3uauft), var(--p8jlyj));
}
.ebamv8jx img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0.2;
}
.ebamv8jx h1 {
  position: relative; z-index: 2; font-size: 2.2rem; font-weight: 700;
}
.ebamv8jx p {
  position: relative; z-index: 2; color: var(--mxy450); margin-top: 10px;
}

/* === Content === */
.x90tak7b { padding: 48px 0; }
.x90tak7b h2 { font-size: 1.6rem; margin-bottom: 18px; color: var(--uwmcartt); }
.x90tak7b h3 { font-size: 1.25rem; margin: 24px 0 12px; color: var(--kwu1y76); }
.x90tak7b p { margin-bottom: 16px; color: var(--mxy450); line-height: 1.8; }
.x90tak7b img { border-radius: var(--a7bq63); margin: 20px 0; }

/* === Contact Grid === */
.aglluq {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.cjcsu {
  background: var(--j3r7vjw); border-radius: var(--a7bq63);
  padding: 32px; border: 1px solid var(--mkcnw);
}
.cjcsu h3 { font-size: 1.1rem; margin-bottom: 16px; color: var(--kwu1y76); }
.cjcsu p { font-size: 0.92rem; color: var(--mxy450); margin-bottom: 8px; }

/* === Video Player Placeholder === */
.e5esm {
  position: relative; aspect-ratio: 16/9; background: #000;
  border-radius: var(--a7bq63); overflow: hidden;
}
.e5esm img { width: 100%; height: 100%; object-fit: cover; }

/* === Animations === */
.qlual { opacity: 0; transform: translateY(30px); transition: all 0.6s ease; }
.qlual.thhcg7k { opacity: 1; transform: translateY(0); }

/* === Responsive === */
@media (max-width: 1024px) {
  .ea7vy2 { grid-template-columns: repeat(3, 1fr); }
  .stoa8x { grid-template-columns: repeat(2, 1fr); }
  .j28m2 { grid-template-columns: repeat(2, 1fr); }
  .l0uoqwc9 { grid-template-columns: repeat(2, 1fr); }
  .e1tk4 { grid-template-columns: repeat(2, 1fr); }
  .q14sy { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .h7hnv { display: block; }
  .y9vuihae {
    display: none; position: absolute; top: 68px; left: 0; width: 100%;
    background: var(--p8jlyj); flex-direction: column; padding: 16px;
    border-bottom: 1px solid var(--mkcnw);
  }
  .y9vuihae.active { display: flex; }
  .pwng5td { display: none; }
  .o4g6d1x h1 { font-size: 1.8rem; }
  .ou1b45k2 { min-height: 450px; }
  .ea7vy2 { grid-template-columns: repeat(2, 1fr); }
  .stoa8x { grid-template-columns: 1fr; }
  .liutcon { grid-template-columns: 1fr; }
  .j28m2 { grid-template-columns: repeat(2, 1fr); }
  .l0uoqwc9 { grid-template-columns: 1fr; }
  .t9kgnxd { grid-template-columns: 1fr; }
  .e1tk4 { grid-template-columns: 1fr; }
  .q14sy { grid-template-columns: 1fr; }
  .aglluq { grid-template-columns: 1fr; }
  .oqi5q30 .container { flex-direction: column; gap: 12px; }
  .cdj4n9m { margin-left: 0; margin-top: 10px; }
}
@media (max-width: 480px) {
  .ea7vy2 { grid-template-columns: 1fr; }
  .j28m2 { grid-template-columns: 1fr; }
  .o4g6d1x h1 { font-size: 1.5rem; }
}
