/* ============================================
   爱嚼冰淇淋 游戏解说视频社区 原创样式表
   配色：电竞蓝 #00D4FF / 深空紫 #6C3CE1 / 暗夜黑 #0A0E1A
   ============================================ */
:root {
  --d9id491c: #00D4FF;
  --yye6mn: #6C3CE1;
  --swk6oc3f: #0A0E1A;
  --oav3qa: #060912;
  --igom6: #111827;
  --zg36kyt: #E2E8F0;
  --ttk1cr2: #94A3B8;
  --f7htn: #FF2D78;
  --x7vrr: #FFD700;
  --idpbo: #10B981;
  --saftugib: #1E293B;
  --i36lm5w: 0 8px 32px rgba(0, 212, 255, 0.08);
  --gi2tu3lv: 14px;
  --itlbhfm3: 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(--swk6oc3f);
  color: var(--zg36kyt);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: var(--d9id491c); text-decoration: none; transition: var(--itlbhfm3); }
a:hover { color: var(--x7vrr); }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }

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

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

/* === Stats Bar === */
.ng9zd {
  background: var(--igom6); border-top: 1px solid var(--saftugib);
  border-bottom: 1px solid var(--saftugib); padding: 28px 0;
}
.ng9zd .container {
  display: flex; justify-content: space-around; flex-wrap: wrap; gap: 16px;
}
.rsw28v21 { text-align: center; }
.eufxb3 {
  font-size: 2rem; font-weight: 800;
  background: linear-gradient(135deg, var(--d9id491c), var(--x7vrr));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.rhwbhx { font-size: 0.88rem; color: var(--ttk1cr2); margin-top: 4px; }

/* === Section Common === */
.n6zw0ji { padding: 72px 0; }
.k63zq { background: var(--oav3qa); }
.ql6rl38q {
  text-align: center; margin-bottom: 48px;
}
.ql6rl38q h2 {
  font-size: 2rem; font-weight: 700; margin-bottom: 12px;
  color: var(--zg36kyt);
}
.ql6rl38q h2 span {
  background: linear-gradient(135deg, var(--d9id491c), var(--yye6mn));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ql6rl38q p { color: var(--ttk1cr2); font-size: 1rem; }

/* === Video Grid === */
.bv747 {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.z2tli9k1 {
  background: var(--igom6); border-radius: var(--gi2tu3lv);
  overflow: hidden; border: 1px solid var(--saftugib);
  transition: var(--itlbhfm3); cursor: pointer;
}
.z2tli9k1:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 212, 255, 0.15);
  border-color: var(--d9id491c);
}
.zj0sw {
  position: relative; overflow: hidden; aspect-ratio: 16/9;
}
.zj0sw img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.z2tli9k1:hover .zj0sw img { transform: scale(1.08); }
.pwg7ogxc {
  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(--itlbhfm3);
}
.pwg7ogxc::after {
  content: ""; width: 0; height: 0;
  border-left: 18px solid #fff; border-top: 11px solid transparent;
  border-bottom: 11px solid transparent; margin-left: 4px;
}
.z2tli9k1:hover .pwg7ogxc { transform: translate(-50%, -50%) scale(1); }
.lvow5v {
  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;
}
.ykbbjymd { padding: 14px 16px; }
.ykbbjymd h3 {
  font-size: 0.95rem; font-weight: 600; margin-bottom: 8px;
  color: var(--zg36kyt); line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
}
.pzm4lx {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.8rem; color: var(--ttk1cr2);
}
.yp9udpla { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.xnh9nb {
  background: rgba(0, 212, 255, 0.1); color: var(--d9id491c);
  padding: 3px 10px; border-radius: 12px; font-size: 0.75rem;
}

/* === Feature Grid === */
.qfz777wz {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.kpacods {
  background: var(--igom6); border-radius: var(--gi2tu3lv);
  padding: 32px 24px; border: 1px solid var(--saftugib);
  text-align: center; transition: var(--itlbhfm3);
}
.kpacods:hover {
  border-color: var(--yye6mn);
  box-shadow: 0 8px 32px rgba(108, 60, 225, 0.15);
  transform: translateY(-4px);
}
.e08lfee3 {
  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;
}
.kpacods h3 { font-size: 1.1rem; margin-bottom: 10px; color: var(--zg36kyt); }
.kpacods p { font-size: 0.9rem; color: var(--ttk1cr2); line-height: 1.6; }

/* === AI Showcase === */
.b4nmejf {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
.b4nmejf img { border-radius: var(--gi2tu3lv); }
.ghy2tzpd { display: flex; flex-direction: column; gap: 20px; }
.f0xhfi {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--igom6); padding: 20px; border-radius: 12px;
  border: 1px solid var(--saftugib); transition: var(--itlbhfm3);
}
.f0xhfi:hover { border-color: var(--d9id491c); }
.tahfcs {
  width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--d9id491c), var(--yye6mn));
  display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
}
.f0xhfi h4 { font-size: 1rem; margin-bottom: 6px; color: var(--zg36kyt); }
.f0xhfi p { font-size: 0.88rem; color: var(--ttk1cr2); }

/* === Community Grid === */
.ph4brk {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.dfg0b {
  background: var(--igom6); border-radius: var(--gi2tu3lv);
  padding: 28px 20px; text-align: center;
  border: 1px solid var(--saftugib); transition: var(--itlbhfm3);
}
.dfg0b:hover {
  border-color: var(--idpbo);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.12);
}
.fqccvd { font-size: 2.5rem; margin-bottom: 14px; }
.dfg0b h3 { font-size: 1rem; margin-bottom: 8px; }
.dfg0b p { font-size: 0.85rem; color: var(--ttk1cr2); }

/* === Expert Grid === */
.d6p12xxk {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.xxrbi {
  background: var(--igom6); border-radius: var(--gi2tu3lv);
  overflow: hidden; border: 1px solid var(--saftugib);
  text-align: center; transition: var(--itlbhfm3);
}
.xxrbi:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(108, 60, 225, 0.15);
}
.fpo48hfv {
  width: 100px; height: 100px; border-radius: 50%;
  margin: 28px auto 16px; overflow: hidden;
  border: 3px solid var(--yye6mn);
}
.fpo48hfv img { width: 100%; height: 100%; object-fit: cover; }
.dr0wq { padding: 0 20px 24px; }
.dr0wq h3 { font-size: 1.05rem; margin-bottom: 4px; }
.g75nilq { font-size: 0.85rem; color: var(--d9id491c); margin-bottom: 10px; }
.dr0wq p { font-size: 0.83rem; color: var(--ttk1cr2); margin-bottom: 14px; }
.m3vlgays { display: flex; gap: 8px; justify-content: center; }
.m3vlgays a {
  padding: 6px 14px; border-radius: 16px; font-size: 0.78rem;
  border: 1px solid var(--saftugib); color: var(--ttk1cr2);
}
.m3vlgays a:hover { border-color: var(--d9id491c); color: var(--d9id491c); }

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

/* === How-To Steps === */
.szocc {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.zh8jz8 {
  text-align: center; padding: 28px 20px;
  background: var(--igom6); border-radius: var(--gi2tu3lv);
  border: 1px solid var(--saftugib); position: relative;
}
.aou30 {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--d9id491c), var(--yye6mn));
  color: #fff; font-size: 1.3rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.zh8jz8 h3 { font-size: 1rem; margin-bottom: 8px; }
.zh8jz8 p { font-size: 0.85rem; color: var(--ttk1cr2); }

/* === Reviews === */
.lzn8o {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.eb3mqno8 {
  background: var(--igom6); border-radius: var(--gi2tu3lv);
  padding: 28px 24px; border: 1px solid var(--saftugib);
}
.w4n4z { color: var(--x7vrr); font-size: 1rem; margin-bottom: 12px; }
.eb3mqno8 p { font-size: 0.92rem; color: var(--zg36kyt); margin-bottom: 16px; line-height: 1.7; }
.s0zai {
  display: flex; align-items: center; gap: 12px;
}
.vnv68zf {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--d9id491c), var(--yye6mn));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 1rem;
}
.l8xj3uva { font-size: 0.88rem; font-weight: 600; }
.t5zxbos { font-size: 0.78rem; color: var(--ttk1cr2); }

/* === FAQ === */
.qzhv79 { max-width: 800px; margin: 0 auto; }
.itpfal {
  background: var(--igom6); border-radius: 12px;
  margin-bottom: 12px; border: 1px solid var(--saftugib);
  overflow: hidden;
}
.ew9dj7nw {
  padding: 18px 24px; cursor: pointer; font-weight: 600;
  display: flex; justify-content: space-between; align-items: center;
  transition: var(--itlbhfm3);
}
.ew9dj7nw:hover { color: var(--d9id491c); }
.ew9dj7nw::after { content: "+"; font-size: 1.3rem; color: var(--d9id491c); }
.itpfal.active .ew9dj7nw::after { content: "−"; }
.y2qecyj {
  max-height: 0; overflow: hidden; transition: max-height 0.35s ease;
}
.itpfal.active .y2qecyj { max-height: 300px; }
.y2qecyj p { padding: 0 24px 18px; color: var(--ttk1cr2); font-size: 0.92rem; line-height: 1.7; }

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

/* === Footer === */
.an2ot {
  background: var(--oav3qa); border-top: 1px solid var(--saftugib);
  padding: 56px 0 0;
}
.yourcep {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  margin-bottom: 40px;
}
.pfryx p { color: var(--ttk1cr2); font-size: 0.9rem; margin-top: 12px; line-height: 1.7; }
.ttvnkov h4 {
  font-size: 1rem; margin-bottom: 16px; color: var(--zg36kyt);
}
.ttvnkov ul { list-style: none; }
.ttvnkov li { margin-bottom: 10px; }
.ttvnkov a { color: var(--ttk1cr2); font-size: 0.88rem; }
.ttvnkov a:hover { color: var(--d9id491c); }
.y859zc {
  display: flex; gap: 20px;
}
.iikv5wx { text-align: center; }
.iikv5wx img { width: 110px; border-radius: 8px; margin-bottom: 6px; }
.iikv5wx span { font-size: 0.78rem; color: var(--ttk1cr2); }
.rrzfe {
  border-top: 1px solid var(--saftugib);
  padding: 20px 0; text-align: center;
  font-size: 0.82rem; color: var(--ttk1cr2);
}

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

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

/* === Content === */
.skejdb { padding: 48px 0; }
.skejdb h2 { font-size: 1.6rem; margin-bottom: 18px; color: var(--zg36kyt); }
.skejdb h3 { font-size: 1.25rem; margin: 24px 0 12px; color: var(--d9id491c); }
.skejdb p { margin-bottom: 16px; color: var(--ttk1cr2); line-height: 1.8; }
.skejdb img { border-radius: var(--gi2tu3lv); margin: 20px 0; }

/* === Contact Grid === */
.h6jrx6 {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.kzkq7ny {
  background: var(--igom6); border-radius: var(--gi2tu3lv);
  padding: 32px; border: 1px solid var(--saftugib);
}
.kzkq7ny h3 { font-size: 1.1rem; margin-bottom: 16px; color: var(--d9id491c); }
.kzkq7ny p { font-size: 0.92rem; color: var(--ttk1cr2); margin-bottom: 8px; }

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

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

/* === Responsive === */
@media (max-width: 1024px) {
  .bv747 { grid-template-columns: repeat(3, 1fr); }
  .qfz777wz { grid-template-columns: repeat(2, 1fr); }
  .ph4brk { grid-template-columns: repeat(2, 1fr); }
  .d6p12xxk { grid-template-columns: repeat(2, 1fr); }
  .szocc { grid-template-columns: repeat(2, 1fr); }
  .yourcep { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .uyabcg7q { display: block; }
  .gazwbcy {
    display: none; position: absolute; top: 68px; left: 0; width: 100%;
    background: var(--swk6oc3f); flex-direction: column; padding: 16px;
    border-bottom: 1px solid var(--saftugib);
  }
  .gazwbcy.active { display: flex; }
  .fe41sm { display: none; }
  .jyy18uo h1 { font-size: 1.8rem; }
  .sqjvyqz { min-height: 450px; }
  .bv747 { grid-template-columns: repeat(2, 1fr); }
  .qfz777wz { grid-template-columns: 1fr; }
  .b4nmejf { grid-template-columns: 1fr; }
  .ph4brk { grid-template-columns: repeat(2, 1fr); }
  .d6p12xxk { grid-template-columns: 1fr; }
  .lzn8o { grid-template-columns: 1fr; }
  .szocc { grid-template-columns: 1fr; }
  .yourcep { grid-template-columns: 1fr; }
  .h6jrx6 { grid-template-columns: 1fr; }
  .ng9zd .container { flex-direction: column; gap: 12px; }
  .svofm2 { margin-left: 0; margin-top: 10px; }
}
@media (max-width: 480px) {
  .bv747 { grid-template-columns: 1fr; }
  .ph4brk { grid-template-columns: 1fr; }
  .jyy18uo h1 { font-size: 1.5rem; }
}
