/* ============================================
   蘑菇视频 游戏解说视频社区 - 原创CSS样式表
   域名: mrsjay.cn
   主题: 蘑菇视频·热门游戏
   配色: 深蓝黑 + 金色 + 电光蓝 + 战斗红
   ============================================ */

/* === CSS变量 === */
:root {
  --gm-gold: #FFD700;
  --gm-cyan: #00E5FF;
  --gm-red: #FF4444;
  --gm-dark: #0F1923;
  --gm-dark2: #1A2634;
  --gm-card: #1E2D3D;
  --gm-text: #E8EDF2;
  --gm-muted: #8899AA;
  --gm-grad: linear-gradient(135deg, #FFD700, #FF8C00);
  --gm-grad2: linear-gradient(135deg, #00E5FF, #0088FF);
  --gm-radius: 10px;
  --gm-shadow: 0 4px 20px rgba(0,229,255,0.12);
}

/* === 重置与基础 === */
*, *::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(--gm-dark);
  color: var(--gm-text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--gm-cyan); text-decoration: none; transition: color 0.3s; }
a:hover { color: var(--gm-gold); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
.ggxgz3j { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* === 容器 === */
.ei6s79h { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* === 头部导航 === */
.gm-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(15,25,35,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,229,255,0.15);
  transition: all 0.3s;
}
.consh {
  max-width: 1200px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.fhw3vd2m { display: flex; align-items: center; gap: 10px; }
.fhw3vd2m img { height: 38px; width: auto; }
.d3juo { font-size: 1.2rem; font-weight: 700; color: var(--gm-gold); letter-spacing: 1px; }
.gm-nav { display: flex; gap: 6px; align-items: center; }
.gm-nav a {
  padding: 8px 14px; border-radius: 6px; font-size: 0.92rem; font-weight: 500;
  color: var(--gm-text); transition: all 0.3s;
}
.gm-nav a:hover, .gm-nav a.active { background: rgba(0,229,255,0.12); color: var(--gm-cyan); }
.hpsw8v38 {
  display: none; background: none; border: none; color: var(--gm-gold);
  font-size: 1.5rem; cursor: pointer;
}

/* === 搜索框 === */
.lfr5r {
  background: var(--gm-dark2); border-bottom: 1px solid rgba(0,229,255,0.1);
  padding: 12px 0; margin-top: 64px;
}
.lfr5r form {
  max-width: 600px; margin: 0 auto; display: flex; gap: 8px; padding: 0 20px;
}
.lfr5r input {
  flex: 1; padding: 10px 16px; border-radius: 8px; border: 1px solid rgba(0,229,255,0.25);
  background: var(--gm-card); color: var(--gm-text); font-size: 0.95rem;
  outline: none; transition: border-color 0.3s;
}
.lfr5r input:focus { border-color: var(--gm-cyan); }
.lfr5r input::placeholder { color: var(--gm-muted); }
.lfr5r button {
  padding: 10px 24px; border-radius: 8px; border: none;
  background: var(--gm-grad2); color: #fff; font-weight: 600;
  cursor: pointer; transition: opacity 0.3s; font-size: 0.95rem;
}
.lfr5r button:hover { opacity: 0.85; }

/* === Hero Banner === */
.qrnzd3y {
  position: relative; min-height: 520px; display: flex; align-items: center;
  overflow: hidden;
}
.jlc4p7 {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  z-index: 0;
}
.gv5kzxb {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(15,25,35,0.7) 0%, rgba(15,25,35,0.85) 60%, var(--gm-dark) 100%);
}
.g4x7w {
  position: relative; z-index: 2; max-width: 1200px; margin: 0 auto;
  padding: 80px 20px 60px; text-align: center;
}
.g4x7w h1 { font-size: 2.6rem; font-weight: 800; margin-bottom: 16px; line-height: 1.3; }
.g4x7w h1 span { color: var(--gm-gold); }
.updy5bm {
  font-size: 1.08rem; color: var(--gm-muted); max-width: 750px; margin: 0 auto 28px;
  line-height: 1.8;
}
.p6hs8ac { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 20px; }
.p6hs8ac span {
  padding: 6px 16px; border-radius: 20px; font-size: 0.85rem; font-weight: 500;
  background: rgba(0,229,255,0.1); color: var(--gm-cyan); border: 1px solid rgba(0,229,255,0.2);
}

/* === 按钮 === */
.tulionh {
  display: inline-block; padding: 12px 28px; border-radius: 8px;
  font-weight: 600; font-size: 0.95rem; transition: all 0.3s; cursor: pointer;
  border: none; text-align: center;
}
.qbkw1 { background: var(--gm-grad); color: #0F1923; }
.qbkw1:hover { opacity: 0.9; transform: translateY(-2px); color: #0F1923; }
.cceun {
  background: transparent; color: var(--gm-cyan);
  border: 2px solid var(--gm-cyan);
}
.cceun:hover { background: rgba(0,229,255,0.1); }
.eqhnf { padding: 8px 18px; font-size: 0.85rem; }

/* === 通用区块 === */
.yk66uqxm { padding: 64px 0; }
.pa3payb { background: var(--gm-dark2); }
.akm49mm {
  text-align: center; margin-bottom: 40px;
}
.akm49mm h2 {
  font-size: 1.8rem; font-weight: 700; margin-bottom: 10px;
  background: var(--gm-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.akm49mm p { color: var(--gm-muted); font-size: 0.95rem; }

/* === 视频卡片网格 === */
.tec7hl7 {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.tov3r {
  background: var(--gm-card); border-radius: var(--gm-radius); overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s; position: relative;
}
.tov3r:hover { transform: translateY(-6px); box-shadow: var(--gm-shadow); }
.efjl1x {
  position: relative; padding-top: 56.25%; overflow: hidden;
}
.efjl1x img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s;
}
.tov3r:hover .efjl1x img { transform: scale(1.06); }
.cadb0 {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(15,25,35,0.5); opacity: 0; transition: opacity 0.3s; z-index: 2;
}
.tov3r:hover .cadb0 { opacity: 1; }
.cadb0::after {
  content: "▶"; font-size: 2.4rem; color: var(--gm-gold);
  width: 60px; height: 60px; border-radius: 50%;
  background: rgba(255,215,0,0.2); display: flex; align-items: center; justify-content: center;
  border: 2px solid var(--gm-gold);
}
.m7zf9 {
  position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,0.75);
  color: #fff; padding: 2px 8px; border-radius: 4px; font-size: 0.78rem; z-index: 3;
}
.qcqvx2 { padding: 14px; }
.qcqvx2 h3 { font-size: 0.95rem; font-weight: 600; margin-bottom: 6px; line-height: 1.4; }
.w2d9h1 {
  display: flex; gap: 12px; font-size: 0.8rem; color: var(--gm-muted);
}
.a5th67 { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.a5th67 span {
  padding: 2px 8px; border-radius: 4px; font-size: 0.72rem;
  background: rgba(0,229,255,0.08); color: var(--gm-cyan);
}

/* === 特色功能网格 === */
.tdi1iadj { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.t7l4sey {
  background: var(--gm-card); border-radius: var(--gm-radius); padding: 28px 20px;
  text-align: center; transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid rgba(0,229,255,0.08);
}
.t7l4sey:hover { transform: translateY(-4px); box-shadow: var(--gm-shadow); }
.pixru {
  width: 56px; height: 56px; border-radius: 14px; margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center; font-size: 1.6rem;
}
.vvx6st { background: rgba(255,215,0,0.15); color: var(--gm-gold); }
.unkop { background: rgba(0,229,255,0.15); color: var(--gm-cyan); }
.wtbhm { background: rgba(255,68,68,0.15); color: var(--gm-red); }
.ky3v2go { background: rgba(138,43,226,0.15); color: #8A2BE2; }
.t7l4sey h3 { font-size: 1.05rem; margin-bottom: 8px; }
.t7l4sey p { font-size: 0.88rem; color: var(--gm-muted); line-height: 1.6; }

/* === 专家团队 === */
.o6oqfai { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.mxxu304 {
  background: var(--gm-card); border-radius: var(--gm-radius); padding: 24px;
  text-align: center; transition: transform 0.3s;
  border: 1px solid rgba(255,215,0,0.08);
}
.mxxu304:hover { transform: translateY(-4px); }
.j080i4j {
  width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 12px;
  border: 3px solid var(--gm-gold); overflow: hidden;
}
.j080i4j img { width: 100%; height: 100%; object-fit: cover; }
.g3731b { color: var(--gm-cyan); font-size: 0.82rem; margin-bottom: 6px; }
.puts2x3k { font-size: 0.85rem; color: var(--gm-muted); line-height: 1.6; margin-bottom: 12px; }
.b56ajpd { display: flex; gap: 8px; justify-content: center; }

/* === FAQ === */
.p5c2s { max-width: 800px; margin: 0 auto; }
.vd2rhi39 {
  background: var(--gm-card); border-radius: var(--gm-radius); margin-bottom: 12px;
  overflow: hidden; border: 1px solid rgba(0,229,255,0.08);
}
.gm-faq-q {
  padding: 18px 20px; cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; font-weight: 600; font-size: 0.95rem;
  transition: background 0.3s;
}
.gm-faq-q:hover { background: rgba(0,229,255,0.05); }
.prruy3 { color: var(--gm-cyan); font-size: 1.2rem; transition: transform 0.3s; }
.o91qr9 {
  padding: 0 20px 18px; font-size: 0.9rem; color: var(--gm-muted); line-height: 1.7;
  display: none;
}
.vd2rhi39.active .o91qr9 { display: block; }
.vd2rhi39.active .prruy3 { transform: rotate(180deg); }

/* === 用户评价 === */
.baqm0 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gcfwu {
  background: var(--gm-card); border-radius: var(--gm-radius); padding: 24px;
  border: 1px solid rgba(255,215,0,0.08);
}
.wekwf { color: var(--gm-gold); font-size: 0.9rem; margin-bottom: 10px; }
.bagtl { font-size: 0.9rem; color: var(--gm-text); line-height: 1.7; margin-bottom: 12px; font-style: italic; }
.hf1damu { display: flex; align-items: center; gap: 10px; }
.gt665c {
  width: 36px; height: 36px; border-radius: 50%; background: var(--gm-grad2);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; font-weight: 700; color: #fff;
}
.ca6knx { font-size: 0.82rem; color: var(--gm-muted); }
.ca6knx strong { color: var(--gm-text); display: block; }

/* === 联系我们 === */
.b43lds8 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.upqh0bvl {
  background: var(--gm-card); border-radius: var(--gm-radius); padding: 24px;
  text-align: center; border: 1px solid rgba(0,229,255,0.08);
}
.mwpe6d3 { font-size: 2rem; margin-bottom: 12px; }
.zzuhppsc { font-size: 0.88rem; color: var(--gm-muted); margin-bottom: 4px; }

/* === 品牌墙 === */
.qa92zh {
  display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: center;
}
.zexs25 {
  background: var(--gm-card); border-radius: 8px; padding: 12px 20px;
  border: 1px solid rgba(0,229,255,0.08); transition: transform 0.3s;
}
.zexs25:hover { transform: scale(1.05); }
.zexs25 img { height: 36px; width: auto; opacity: 0.7; transition: opacity 0.3s; }
.zexs25:hover img { opacity: 1; }

/* === How-To步骤 === */
.j2gp2m { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.wpjbyiio {
  background: var(--gm-card); border-radius: var(--gm-radius); padding: 24px;
  text-align: center; position: relative;
  border: 1px solid rgba(255,215,0,0.08);
}
.x9a3das {
  width: 40px; height: 40px; border-radius: 50%; background: var(--gm-grad);
  color: #0F1923; font-weight: 800; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
}
.wpjbyiio h3 { font-size: 1rem; margin-bottom: 8px; }
.wpjbyiio p { font-size: 0.85rem; color: var(--gm-muted); }

/* === 分享栏 === */
.ej7x7zj { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cqgthu2n {
  padding: 10px 20px; border-radius: 8px; font-size: 0.88rem; font-weight: 500;
  transition: all 0.3s; border: 1px solid rgba(0,229,255,0.15);
  background: var(--gm-card); color: var(--gm-text);
}
.cqgthu2n:hover { background: rgba(0,229,255,0.1); color: var(--gm-cyan); }

/* === 面包屑 === */
.h9b6a {
  padding: 12px 0; font-size: 0.85rem; color: var(--gm-muted);
}
.h9b6a a { color: var(--gm-cyan); }
.h9b6a span { margin: 0 6px; }

/* === 页脚 === */
.exhlc {
  background: var(--gm-dark2); border-top: 1px solid rgba(0,229,255,0.1);
  padding: 48px 0 24px;
}
.ydzk6h4 { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 30px; }
.uojxj8e { }
.uojxj8e img { height: 36px; margin-bottom: 12px; }
.wxt3l2 h4 {
  font-size: 0.95rem; font-weight: 600; margin-bottom: 14px; color: var(--gm-gold);
}
.wxt3l2 a { display: block; font-size: 0.88rem; color: var(--gm-muted); margin-bottom: 8px; }
.wxt3l2 a:hover { color: var(--gm-cyan); }
.xmc4s { display: flex; gap: 16px; margin-top: 12px; }
.xmc4s img { width: 90px; height: 90px; border-radius: 6px; }
.n9do1 { font-size: 0.78rem; color: var(--gm-muted); text-align: center; margin-top: 4px; }
.hi1slnif {
  border-top: 1px solid rgba(0,229,255,0.08); padding-top: 20px;
  text-align: center; font-size: 0.82rem; color: var(--gm-muted);
}
.gzdul { margin-top: 6px; font-size: 0.8rem; }

/* === MCP Widget === */
.v9s68u1 {
  background: var(--gm-card); border-radius: var(--gm-radius); padding: 20px;
  margin-top: 20px; border: 1px solid rgba(0,229,255,0.1);
  text-align: center; font-size: 0.85rem; color: var(--gm-muted);
}

/* === 页面Hero（内页） === */
.k7ujgw2j {
  background: var(--gm-dark2); padding: 100px 0 40px;
  text-align: center; border-bottom: 1px solid rgba(0,229,255,0.08);
}
.k7ujgw2j h1 { font-size: 2rem; font-weight: 700; margin-bottom: 10px; }
.k7ujgw2j p { color: var(--gm-muted); font-size: 0.95rem; }

/* === 内容区 === */
.x804zz3o { padding: 40px 0; }
.x804zz3o h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 16px; color: var(--gm-gold); }
.x804zz3o h3 { font-size: 1.2rem; font-weight: 600; margin-bottom: 12px; }
.x804zz3o p { margin-bottom: 16px; line-height: 1.8; }

/* === 动画 === */
.gm-fade { opacity: 0; transform: translateY(24px); transition: opacity 0.6s, transform 0.6s; }
.gm-visible { opacity: 1; transform: translateY(0); }

/* === 响应式 === */
@media (max-width: 1024px) {
  .tec7hl7 { grid-template-columns: repeat(3, 1fr); }
  .tdi1iadj { grid-template-columns: repeat(2, 1fr); }
  .o6oqfai { grid-template-columns: repeat(2, 1fr); }
  .ydzk6h4 { grid-template-columns: 1fr 1fr; }
  .j2gp2m { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .gm-nav { display: none; position: fixed; top: 64px; left: 0; right: 0; background: var(--gm-dark); flex-direction: column; padding: 20px; gap: 4px; border-bottom: 1px solid rgba(0,229,255,0.15); }
  .gm-nav.gm-open { display: flex; }
  .hpsw8v38 { display: block; }
  .g4x7w h1 { font-size: 1.8rem; }
  .qrnzd3y { min-height: 400px; }
  .tec7hl7 { grid-template-columns: repeat(2, 1fr); }
  .tdi1iadj { grid-template-columns: 1fr; }
  .o6oqfai { grid-template-columns: 1fr; }
  .baqm0 { grid-template-columns: 1fr; }
  .b43lds8 { grid-template-columns: 1fr; }
  .ydzk6h4 { grid-template-columns: 1fr; }
  .j2gp2m { grid-template-columns: 1fr; }
  .yk66uqxm { padding: 40px 0; }
  .akm49mm h2 { font-size: 1.4rem; }
}
@media (max-width: 480px) {
  .tec7hl7 { grid-template-columns: 1fr; }
  .g4x7w h1 { font-size: 1.5rem; }
  .updy5bm { font-size: 0.92rem; }
}
