/* ============================================
   幼女漫画 游戏解说视频社区 原创样式表
   配色：电竞蓝 #00D4FF / 深空紫 #6C3CE1 / 暗夜黑 #0A0E1A
   ============================================ */
:root {
  --x28tvcy: #00D4FF;
  --yyzwux3s: #6C3CE1;
  --irv6qa8: #0A0E1A;
  --fh7g8: #060912;
  --w72dsc1: #111827;
  --mq3yc: #E2E8F0;
  --vx6ui: #94A3B8;
  --tgrlk: #FF2D78;
  --afzsjqr9: #FFD700;
  --ab0wdf3: #10B981;
  --giios: #1E293B;
  --m8vams: 0 8px 32px rgba(0, 212, 255, 0.08);
  --pkzg3b: 14px;
  --w7i2o: 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(--irv6qa8);
  color: var(--mq3yc);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: var(--x28tvcy); text-decoration: none; transition: var(--w7i2o); }
a:hover { color: var(--afzsjqr9); }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }

/* === Header === */
.k9k9nu {
  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(--giios);
  padding: 0 24px;
  transition: var(--w7i2o);
}
.k9k9nu .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.ficoyc { display: flex; align-items: center; gap: 10px; }
.ficoyc img { height: 42px; width: auto; border-radius: 8px; }
.ficoyc span {
  font-size: 1.25rem; font-weight: 700;
  background: linear-gradient(135deg, var(--x28tvcy), var(--yyzwux3s));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.bkkhxmw6 {
  display: none; background: none; border: none; color: var(--mq3yc);
  font-size: 1.6rem; cursor: pointer; padding: 6px;
}
.kazc3gag { display: flex; align-items: center; gap: 6px; }
.kazc3gag a {
  color: var(--vx6ui); font-size: 0.92rem; padding: 8px 14px;
  border-radius: 8px; transition: var(--w7i2o); white-space: nowrap;
}
.kazc3gag a:hover, .kazc3gag a.active {
  color: var(--x28tvcy); background: rgba(0, 212, 255, 0.08);
}
.skynq9yt {
  position: relative; margin-left: 12px;
}
.aokpdm {
  background: var(--w72dsc1); border: 1px solid var(--giios);
  border-radius: 24px; padding: 7px 16px 7px 36px;
  color: var(--mq3yc); font-size: 0.88rem; width: 180px;
  outline: none; transition: var(--w7i2o);
}
.aokpdm:focus { border-color: var(--x28tvcy); width: 220px; }
.skynq9yt::before {
  content: "🔍"; position: absolute; left: 12px; top: 50%;
  transform: translateY(-50%); font-size: 0.85rem;
}

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

/* === Stats Bar === */
.tneypmg5 {
  background: var(--w72dsc1); border-top: 1px solid var(--giios);
  border-bottom: 1px solid var(--giios); padding: 28px 0;
}
.tneypmg5 .container {
  display: flex; justify-content: space-around; flex-wrap: wrap; gap: 16px;
}
.f1xesnk { text-align: center; }
.z5l4e {
  font-size: 2rem; font-weight: 800;
  background: linear-gradient(135deg, var(--x28tvcy), var(--afzsjqr9));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p6qlvcx { font-size: 0.88rem; color: var(--vx6ui); margin-top: 4px; }

/* === Section Common === */
.ugw29zw { padding: 72px 0; }
.tx2gh { background: var(--fh7g8); }
.builvx {
  text-align: center; margin-bottom: 48px;
}
.builvx h2 {
  font-size: 2rem; font-weight: 700; margin-bottom: 12px;
  color: var(--mq3yc);
}
.builvx h2 span {
  background: linear-gradient(135deg, var(--x28tvcy), var(--yyzwux3s));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.builvx p { color: var(--vx6ui); font-size: 1rem; }

/* === Video Grid === */
.vwwhk {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.lsapjs {
  background: var(--w72dsc1); border-radius: var(--pkzg3b);
  overflow: hidden; border: 1px solid var(--giios);
  transition: var(--w7i2o); cursor: pointer;
}
.lsapjs:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 212, 255, 0.15);
  border-color: var(--x28tvcy);
}
.nwh808ok {
  position: relative; overflow: hidden; aspect-ratio: 16/9;
}
.nwh808ok img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.lsapjs:hover .nwh808ok img { transform: scale(1.08); }
.onys723 {
  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(--w7i2o);
}
.onys723::after {
  content: ""; width: 0; height: 0;
  border-left: 18px solid #fff; border-top: 11px solid transparent;
  border-bottom: 11px solid transparent; margin-left: 4px;
}
.lsapjs:hover .onys723 { transform: translate(-50%, -50%) scale(1); }
.u2sgpl9p {
  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;
}
.fju3d { padding: 14px 16px; }
.fju3d h3 {
  font-size: 0.95rem; font-weight: 600; margin-bottom: 8px;
  color: var(--mq3yc); line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
}
.shjznp {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.8rem; color: var(--vx6ui);
}
.ouhpd1h1 { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.cmrzv3si {
  background: rgba(0, 212, 255, 0.1); color: var(--x28tvcy);
  padding: 3px 10px; border-radius: 12px; font-size: 0.75rem;
}

/* === Feature Grid === */
.qn5m1kn9 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.dtz5p3d {
  background: var(--w72dsc1); border-radius: var(--pkzg3b);
  padding: 32px 24px; border: 1px solid var(--giios);
  text-align: center; transition: var(--w7i2o);
}
.dtz5p3d:hover {
  border-color: var(--yyzwux3s);
  box-shadow: 0 8px 32px rgba(108, 60, 225, 0.15);
  transform: translateY(-4px);
}
.f7wbpn3h {
  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;
}
.dtz5p3d h3 { font-size: 1.1rem; margin-bottom: 10px; color: var(--mq3yc); }
.dtz5p3d p { font-size: 0.9rem; color: var(--vx6ui); line-height: 1.6; }

/* === AI Showcase === */
.b4d2e {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
.b4d2e img { border-radius: var(--pkzg3b); }
.y53j629 { display: flex; flex-direction: column; gap: 20px; }
.n9nzra {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--w72dsc1); padding: 20px; border-radius: 12px;
  border: 1px solid var(--giios); transition: var(--w7i2o);
}
.n9nzra:hover { border-color: var(--x28tvcy); }
.hiuf4t {
  width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--x28tvcy), var(--yyzwux3s));
  display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
}
.n9nzra h4 { font-size: 1rem; margin-bottom: 6px; color: var(--mq3yc); }
.n9nzra p { font-size: 0.88rem; color: var(--vx6ui); }

/* === Community Grid === */
.shv7og4q {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.wcy83b {
  background: var(--w72dsc1); border-radius: var(--pkzg3b);
  padding: 28px 20px; text-align: center;
  border: 1px solid var(--giios); transition: var(--w7i2o);
}
.wcy83b:hover {
  border-color: var(--ab0wdf3);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.12);
}
.n4f8d { font-size: 2.5rem; margin-bottom: 14px; }
.wcy83b h3 { font-size: 1rem; margin-bottom: 8px; }
.wcy83b p { font-size: 0.85rem; color: var(--vx6ui); }

/* === Expert Grid === */
.oxmu4p3 {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.pxr9g5x {
  background: var(--w72dsc1); border-radius: var(--pkzg3b);
  overflow: hidden; border: 1px solid var(--giios);
  text-align: center; transition: var(--w7i2o);
}
.pxr9g5x:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(108, 60, 225, 0.15);
}
.k5r4yv {
  width: 100px; height: 100px; border-radius: 50%;
  margin: 28px auto 16px; overflow: hidden;
  border: 3px solid var(--yyzwux3s);
}
.k5r4yv img { width: 100%; height: 100%; object-fit: cover; }
.erwfezpa { padding: 0 20px 24px; }
.erwfezpa h3 { font-size: 1.05rem; margin-bottom: 4px; }
.bjnw4 { font-size: 0.85rem; color: var(--x28tvcy); margin-bottom: 10px; }
.erwfezpa p { font-size: 0.83rem; color: var(--vx6ui); margin-bottom: 14px; }
.bjohn5eg { display: flex; gap: 8px; justify-content: center; }
.bjohn5eg a {
  padding: 6px 14px; border-radius: 16px; font-size: 0.78rem;
  border: 1px solid var(--giios); color: var(--vx6ui);
}
.bjohn5eg a:hover { border-color: var(--x28tvcy); color: var(--x28tvcy); }

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

/* === How-To Steps === */
.s1us4e5 {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.togufcu {
  text-align: center; padding: 28px 20px;
  background: var(--w72dsc1); border-radius: var(--pkzg3b);
  border: 1px solid var(--giios); position: relative;
}
.ue0sj9 {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--x28tvcy), var(--yyzwux3s));
  color: #fff; font-size: 1.3rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.togufcu h3 { font-size: 1rem; margin-bottom: 8px; }
.togufcu p { font-size: 0.85rem; color: var(--vx6ui); }

/* === Reviews === */
.acbbxsy {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.ngnov8x {
  background: var(--w72dsc1); border-radius: var(--pkzg3b);
  padding: 28px 24px; border: 1px solid var(--giios);
}
.hfoq3bpa { color: var(--afzsjqr9); font-size: 1rem; margin-bottom: 12px; }
.ngnov8x p { font-size: 0.92rem; color: var(--mq3yc); margin-bottom: 16px; line-height: 1.7; }
.z7jca5 {
  display: flex; align-items: center; gap: 12px;
}
.g5h97 {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--x28tvcy), var(--yyzwux3s));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 1rem;
}
.dnaz2y { font-size: 0.88rem; font-weight: 600; }
.mqz1r6 { font-size: 0.78rem; color: var(--vx6ui); }

/* === FAQ === */
.wx7uex6l { max-width: 800px; margin: 0 auto; }
.ud2gpaxa {
  background: var(--w72dsc1); border-radius: 12px;
  margin-bottom: 12px; border: 1px solid var(--giios);
  overflow: hidden;
}
.ixfmd0 {
  padding: 18px 24px; cursor: pointer; font-weight: 600;
  display: flex; justify-content: space-between; align-items: center;
  transition: var(--w7i2o);
}
.ixfmd0:hover { color: var(--x28tvcy); }
.ixfmd0::after { content: "+"; font-size: 1.3rem; color: var(--x28tvcy); }
.ud2gpaxa.active .ixfmd0::after { content: "−"; }
.wtxi85 {
  max-height: 0; overflow: hidden; transition: max-height 0.35s ease;
}
.ud2gpaxa.active .wtxi85 { max-height: 300px; }
.wtxi85 p { padding: 0 24px 18px; color: var(--vx6ui); font-size: 0.92rem; line-height: 1.7; }

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

/* === Footer === */
.s0i0dvtm {
  background: var(--fh7g8); border-top: 1px solid var(--giios);
  padding: 56px 0 0;
}
.wcs3ie {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  margin-bottom: 40px;
}
.oiclu0zk p { color: var(--vx6ui); font-size: 0.9rem; margin-top: 12px; line-height: 1.7; }
.ujbaoy h4 {
  font-size: 1rem; margin-bottom: 16px; color: var(--mq3yc);
}
.ujbaoy ul { list-style: none; }
.ujbaoy li { margin-bottom: 10px; }
.ujbaoy a { color: var(--vx6ui); font-size: 0.88rem; }
.ujbaoy a:hover { color: var(--x28tvcy); }
.ehslo2x7 {
  display: flex; gap: 20px;
}
.uc53yjs6 { text-align: center; }
.uc53yjs6 img { width: 110px; border-radius: 8px; margin-bottom: 6px; }
.uc53yjs6 span { font-size: 0.78rem; color: var(--vx6ui); }
.irgdy {
  border-top: 1px solid var(--giios);
  padding: 20px 0; text-align: center;
  font-size: 0.82rem; color: var(--vx6ui);
}

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

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

/* === Content === */
.nwoazi { padding: 48px 0; }
.nwoazi h2 { font-size: 1.6rem; margin-bottom: 18px; color: var(--mq3yc); }
.nwoazi h3 { font-size: 1.25rem; margin: 24px 0 12px; color: var(--x28tvcy); }
.nwoazi p { margin-bottom: 16px; color: var(--vx6ui); line-height: 1.8; }
.nwoazi img { border-radius: var(--pkzg3b); margin: 20px 0; }

/* === Contact Grid === */
.e2wroiv {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.dzrsa7d {
  background: var(--w72dsc1); border-radius: var(--pkzg3b);
  padding: 32px; border: 1px solid var(--giios);
}
.dzrsa7d h3 { font-size: 1.1rem; margin-bottom: 16px; color: var(--x28tvcy); }
.dzrsa7d p { font-size: 0.92rem; color: var(--vx6ui); margin-bottom: 8px; }

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

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

/* === Responsive === */
@media (max-width: 1024px) {
  .vwwhk { grid-template-columns: repeat(3, 1fr); }
  .qn5m1kn9 { grid-template-columns: repeat(2, 1fr); }
  .shv7og4q { grid-template-columns: repeat(2, 1fr); }
  .oxmu4p3 { grid-template-columns: repeat(2, 1fr); }
  .s1us4e5 { grid-template-columns: repeat(2, 1fr); }
  .wcs3ie { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .bkkhxmw6 { display: block; }
  .kazc3gag {
    display: none; position: absolute; top: 68px; left: 0; width: 100%;
    background: var(--irv6qa8); flex-direction: column; padding: 16px;
    border-bottom: 1px solid var(--giios);
  }
  .kazc3gag.active { display: flex; }
  .skynq9yt { display: none; }
  .jo019up h1 { font-size: 1.8rem; }
  .cfjvz { min-height: 450px; }
  .vwwhk { grid-template-columns: repeat(2, 1fr); }
  .qn5m1kn9 { grid-template-columns: 1fr; }
  .b4d2e { grid-template-columns: 1fr; }
  .shv7og4q { grid-template-columns: repeat(2, 1fr); }
  .oxmu4p3 { grid-template-columns: 1fr; }
  .acbbxsy { grid-template-columns: 1fr; }
  .s1us4e5 { grid-template-columns: 1fr; }
  .wcs3ie { grid-template-columns: 1fr; }
  .e2wroiv { grid-template-columns: 1fr; }
  .tneypmg5 .container { flex-direction: column; gap: 12px; }
  .yurtc2ko { margin-left: 0; margin-top: 10px; }
}
@media (max-width: 480px) {
  .vwwhk { grid-template-columns: 1fr; }
  .shv7og4q { grid-template-columns: 1fr; }
  .jo019up h1 { font-size: 1.5rem; }
}
