/* ============================================
   抖阴 游戏解说视频社区 - 原创CSS样式表
   域名: kvodos.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; }
.r8xot95u { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* === 容器 === */
.owjp9di { 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;
}
.dwhj1 {
  max-width: 1200px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.t8alk89 { display: flex; align-items: center; gap: 10px; }
.t8alk89 img { height: 38px; width: auto; }
.nvrqg { 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); }
.njybr {
  display: none; background: none; border: none; color: var(--gm-gold);
  font-size: 1.5rem; cursor: pointer;
}

/* === 搜索框 === */
.ld1wb8 {
  background: var(--gm-dark2); border-bottom: 1px solid rgba(0,229,255,0.1);
  padding: 12px 0; margin-top: 64px;
}
.ld1wb8 form {
  max-width: 600px; margin: 0 auto; display: flex; gap: 8px; padding: 0 20px;
}
.ld1wb8 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;
}
.ld1wb8 input:focus { border-color: var(--gm-cyan); }
.ld1wb8 input::placeholder { color: var(--gm-muted); }
.ld1wb8 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;
}
.ld1wb8 button:hover { opacity: 0.85; }

/* === Hero Banner === */
.t2xsy {
  position: relative; min-height: 520px; display: flex; align-items: center;
  overflow: hidden;
}
.gu4eg00a {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  z-index: 0;
}
.gcljx8c {
  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%);
}
.cnhg8 {
  position: relative; z-index: 2; max-width: 1200px; margin: 0 auto;
  padding: 80px 20px 60px; text-align: center;
}
.cnhg8 h1 { font-size: 2.6rem; font-weight: 800; margin-bottom: 16px; line-height: 1.3; }
.cnhg8 h1 span { color: var(--gm-gold); }
.adllb {
  font-size: 1.08rem; color: var(--gm-muted); max-width: 750px; margin: 0 auto 28px;
  line-height: 1.8;
}
.skgpvv { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 20px; }
.skgpvv 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);
}

/* === 按钮 === */
.grbsqg6d {
  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;
}
.of43iuvi { background: var(--gm-grad); color: #0F1923; }
.of43iuvi:hover { opacity: 0.9; transform: translateY(-2px); color: #0F1923; }
.sfpia2rp {
  background: transparent; color: var(--gm-cyan);
  border: 2px solid var(--gm-cyan);
}
.sfpia2rp:hover { background: rgba(0,229,255,0.1); }
.p95fr { padding: 8px 18px; font-size: 0.85rem; }

/* === 通用区块 === */
.nsbhvm { padding: 64px 0; }
.ui6p3 { background: var(--gm-dark2); }
.adql6sqs {
  text-align: center; margin-bottom: 40px;
}
.adql6sqs 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;
}
.adql6sqs p { color: var(--gm-muted); font-size: 0.95rem; }

/* === 视频卡片网格 === */
.bdct80xn {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.ftyb4su0 {
  background: var(--gm-card); border-radius: var(--gm-radius); overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s; position: relative;
}
.ftyb4su0:hover { transform: translateY(-6px); box-shadow: var(--gm-shadow); }
.zyga1q {
  position: relative; padding-top: 56.25%; overflow: hidden;
}
.zyga1q img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s;
}
.ftyb4su0:hover .zyga1q img { transform: scale(1.06); }
.j5mrv {
  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;
}
.ftyb4su0:hover .j5mrv { opacity: 1; }
.j5mrv::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);
}
.eugzw2u {
  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;
}
.i1x3slcd { padding: 14px; }
.i1x3slcd h3 { font-size: 0.95rem; font-weight: 600; margin-bottom: 6px; line-height: 1.4; }
.zlo2689w {
  display: flex; gap: 12px; font-size: 0.8rem; color: var(--gm-muted);
}
.lv6irw1r { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.lv6irw1r span {
  padding: 2px 8px; border-radius: 4px; font-size: 0.72rem;
  background: rgba(0,229,255,0.08); color: var(--gm-cyan);
}

/* === 特色功能网格 === */
.ci3tzk7 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.h4fb24u {
  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);
}
.h4fb24u:hover { transform: translateY(-4px); box-shadow: var(--gm-shadow); }
.yyr2q5h {
  width: 56px; height: 56px; border-radius: 14px; margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center; font-size: 1.6rem;
}
.jo98tqx { background: rgba(255,215,0,0.15); color: var(--gm-gold); }
.g09phzw { background: rgba(0,229,255,0.15); color: var(--gm-cyan); }
.x8v58te7 { background: rgba(255,68,68,0.15); color: var(--gm-red); }
.kwob8 { background: rgba(138,43,226,0.15); color: #8A2BE2; }
.h4fb24u h3 { font-size: 1.05rem; margin-bottom: 8px; }
.h4fb24u p { font-size: 0.88rem; color: var(--gm-muted); line-height: 1.6; }

/* === 专家团队 === */
.mij50 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.anu8r {
  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);
}
.anu8r:hover { transform: translateY(-4px); }
.lieip {
  width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 12px;
  border: 3px solid var(--gm-gold); overflow: hidden;
}
.lieip img { width: 100%; height: 100%; object-fit: cover; }
.ehgto2ix { color: var(--gm-cyan); font-size: 0.82rem; margin-bottom: 6px; }
.dlk6h7 { font-size: 0.85rem; color: var(--gm-muted); line-height: 1.6; margin-bottom: 12px; }
.xwvwdxc { display: flex; gap: 8px; justify-content: center; }

/* === FAQ === */
.a10iha { max-width: 800px; margin: 0 auto; }
.fb42coy {
  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); }
.e3xq2 { color: var(--gm-cyan); font-size: 1.2rem; transition: transform 0.3s; }
.mjq6f {
  padding: 0 20px 18px; font-size: 0.9rem; color: var(--gm-muted); line-height: 1.7;
  display: none;
}
.fb42coy.active .mjq6f { display: block; }
.fb42coy.active .e3xq2 { transform: rotate(180deg); }

/* === 用户评价 === */
.u68ab2b { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.snkou4 {
  background: var(--gm-card); border-radius: var(--gm-radius); padding: 24px;
  border: 1px solid rgba(255,215,0,0.08);
}
.ur7rvx { color: var(--gm-gold); font-size: 0.9rem; margin-bottom: 10px; }
.rb71tuf { font-size: 0.9rem; color: var(--gm-text); line-height: 1.7; margin-bottom: 12px; font-style: italic; }
.r4sm0l { display: flex; align-items: center; gap: 10px; }
.jfwdf {
  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;
}
.fpok8tp { font-size: 0.82rem; color: var(--gm-muted); }
.fpok8tp strong { color: var(--gm-text); display: block; }

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

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

/* === How-To步骤 === */
.hlhda { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.v50fyveh {
  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);
}
.xk8hlve {
  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;
}
.v50fyveh h3 { font-size: 1rem; margin-bottom: 8px; }
.v50fyveh p { font-size: 0.85rem; color: var(--gm-muted); }

/* === 分享栏 === */
.mpfny04 { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.n0qivw {
  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);
}
.n0qivw:hover { background: rgba(0,229,255,0.1); color: var(--gm-cyan); }

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

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

/* === MCP Widget === */
.rvi3tq {
  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（内页） === */
.xb9mh5a8 {
  background: var(--gm-dark2); padding: 100px 0 40px;
  text-align: center; border-bottom: 1px solid rgba(0,229,255,0.08);
}
.xb9mh5a8 h1 { font-size: 2rem; font-weight: 700; margin-bottom: 10px; }
.xb9mh5a8 p { color: var(--gm-muted); font-size: 0.95rem; }

/* === 内容区 === */
.x5a7jvo5 { padding: 40px 0; }
.x5a7jvo5 h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 16px; color: var(--gm-gold); }
.x5a7jvo5 h3 { font-size: 1.2rem; font-weight: 600; margin-bottom: 12px; }
.x5a7jvo5 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) {
  .bdct80xn { grid-template-columns: repeat(3, 1fr); }
  .ci3tzk7 { grid-template-columns: repeat(2, 1fr); }
  .mij50 { grid-template-columns: repeat(2, 1fr); }
  .se60qpqb { grid-template-columns: 1fr 1fr; }
  .hlhda { 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; }
  .njybr { display: block; }
  .cnhg8 h1 { font-size: 1.8rem; }
  .t2xsy { min-height: 400px; }
  .bdct80xn { grid-template-columns: repeat(2, 1fr); }
  .ci3tzk7 { grid-template-columns: 1fr; }
  .mij50 { grid-template-columns: 1fr; }
  .u68ab2b { grid-template-columns: 1fr; }
  .ugobdp1 { grid-template-columns: 1fr; }
  .se60qpqb { grid-template-columns: 1fr; }
  .hlhda { grid-template-columns: 1fr; }
  .nsbhvm { padding: 40px 0; }
  .adql6sqs h2 { font-size: 1.4rem; }
}
@media (max-width: 480px) {
  .bdct80xn { grid-template-columns: 1fr; }
  .cnhg8 h1 { font-size: 1.5rem; }
  .adllb { font-size: 0.92rem; }
}
