/* ============================================
   母狗 - 游戏解说视频社区 主样式表
   配色：深蓝#0a0e1a 主色#1a73e8 辅色#6c5ce7 金色#f0b90b
   ============================================ */

:root {
  --bg-dark: #0a0e1a;
  --bg-card: #131829;
  --bg-card-hover: #1a2038;
  --primary: #1a73e8;
  --primary-light: #4da3ff;
  --secondary: #6c5ce7;
  --accent: #f0b90b;
  --text-main: #e8eaf0;
  --text-muted: #8892a8;
  --text-dim: #5a6478;
  --border: #1e2740;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 4px 24px rgba(0,0,0,0.4);
  --transition: all 0.3s ease;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Microsoft YaHei', 'PingFang SC', -apple-system, sans-serif;
  background: var(--bg-dark);
  color: var(--text-main);
  line-height: 1.7;
  min-height: 100vh;
}

a { color: var(--primary-light); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--accent); }

img { max-width: 100%; height: auto; display: block; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* === HEADER === */
.eyfbml6 {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(10,14,26,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 20px;
}

.uoidjf {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}

.b61to4 { display: flex; align-items: center; gap: 10px; }
.b61to4 img { height: 40px; width: auto; }
.b61to4 .to6eey4 { font-size: 1.3rem; font-weight: 700; color: var(--primary); }
.b61to4 .phvk2w { font-size: 0.72rem; color: var(--text-muted); margin-top: 2px; }

.awge2 { display: flex; gap: 6px; }
.awge2 a {
  padding: 8px 16px; border-radius: var(--radius-sm);
  font-size: 0.9rem; color: var(--text-main); font-weight: 500;
  transition: var(--transition);
}
.awge2 a:hover, .awge2 a.active {
  background: var(--primary); color: #fff;
}

.xhfn84n {
  display: flex; align-items: center;
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: 20px; padding: 6px 14px; gap: 8px;
}
.xhfn84n input {
  background: none; border: none; outline: none;
  color: var(--text-main); font-size: 0.85rem; width: 160px;
}
.xhfn84n input::placeholder { color: var(--text-dim); }
.xhfn84n button {
  background: none; border: none; color: var(--primary); cursor: pointer; font-size: 1rem;
}

.hamburger-btn {
  display: none; background: none; border: none;
  color: var(--text-main); font-size: 1.5rem; cursor: pointer;
}

/* === HERO BANNER === */
.whk8z {
  position: relative; margin-top: 68px;
  height: 520px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.whk8z .vdvg4 {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: brightness(0.5);
}
.xtapt6e0 {
  position: relative; z-index: 2; text-align: center;
  max-width: 700px; padding: 0 20px;
}
.xtapt6e0 h1 {
  font-size: 2.8rem; font-weight: 800; margin-bottom: 16px;
  background: linear-gradient(135deg, var(--primary-light), var(--accent));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.xtapt6e0 p {
  font-size: 1.1rem; color: var(--text-muted); margin-bottom: 24px; line-height: 1.8;
}
.z408lxn { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.z408lxn span {
  background: rgba(26,115,232,0.2); border: 1px solid var(--primary);
  padding: 6px 16px; border-radius: 20px; font-size: 0.82rem; color: var(--primary-light);
}

/* === SECTION COMMON === */
.section { padding: 70px 0; }
.se7qo {
  text-align: center; margin-bottom: 48px;
}
.se7qo h2 {
  font-size: 2rem; font-weight: 700; margin-bottom: 10px;
  color: var(--text-main);
}
.se7qo h2 span { color: var(--primary); }
.se7qo p { color: var(--text-muted); font-size: 0.95rem; }

/* === VIDEO CARDS === */
.g2hj4r {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}
.czvbfpc {
  background: var(--bg-card); border-radius: var(--radius);
  overflow: hidden; border: 1px solid var(--border);
  transition: var(--transition); cursor: pointer;
}
.czvbfpc:hover {
  transform: translateY(-4px); border-color: var(--primary);
  box-shadow: 0 8px 32px rgba(26,115,232,0.2);
}
.czvbfpc .b3v2q {
  position: relative; padding-top: 56.25%; overflow: hidden;
}
.czvbfpc .b3v2q img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.czvbfpc:hover .b3v2q img { transform: scale(1.05); }
.czvbfpc .roqebixi {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(0);
  width: 60px; height: 60px; background: rgba(26,115,232,0.9);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  transition: transform 0.3s ease; box-shadow: 0 4px 20px rgba(26,115,232,0.4);
}
.czvbfpc .roqebixi::after {
  content: ''; width: 0; height: 0;
  border-style: solid; border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}
.czvbfpc:hover .roqebixi { transform: translate(-50%,-50%) scale(1); }
.czvbfpc .duration {
  position: absolute; bottom: 8px; right: 8px;
  background: rgba(0,0,0,0.8); padding: 2px 8px;
  border-radius: 4px; font-size: 0.75rem; color: #fff;
}
.czvbfpc .aup7xgj4 { padding: 16px; }
.czvbfpc .aup7xgj4 h3 {
  font-size: 0.95rem; font-weight: 600; margin-bottom: 8px;
  color: var(--text-main); line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.czvbfpc .lprm0tv9 {
  display: flex; gap: 12px; font-size: 0.78rem; color: var(--text-muted);
}
.czvbfpc .gj7yf5vt { margin-top: 10px; display: flex; gap: 6px; flex-wrap: wrap; }
.czvbfpc .gj7yf5vt span {
  background: rgba(108,92,231,0.15); color: var(--secondary);
  padding: 3px 10px; border-radius: 12px; font-size: 0.72rem;
}

/* === STATS BAR === */
.ckv8uxg {
  background: linear-gradient(135deg, var(--bg-card), #1a1f35);
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 32px; display: grid;
  grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center;
}
.k7idhc .hk8q4yl {
  font-size: 2rem; font-weight: 800; color: var(--accent);
  display: block; margin-bottom: 4px;
}
.k7idhc .rl0j67g { font-size: 0.85rem; color: var(--text-muted); }

/* === EXPERT SECTION === */
.lzdl2q { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.u3rh96x2 {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px; text-align: center;
  transition: var(--transition);
}
.u3rh96x2:hover { border-color: var(--primary); transform: translateY(-3px); }
.u3rh96x2 .avatar {
  width: 90px; height: 90px; border-radius: 50%; margin: 0 auto 16px;
  object-fit: cover; border: 3px solid var(--primary);
}
.u3rh96x2 h4 { font-size: 1.05rem; margin-bottom: 6px; color: var(--text-main); }
.u3rh96x2 .role { font-size: 0.82rem; color: var(--secondary); margin-bottom: 10px; }
.u3rh96x2 .desc { font-size: 0.82rem; color: var(--text-muted); line-height: 1.6; }
.u3rh96x2 .awards { margin-top: 12px; font-size: 0.75rem; color: var(--accent); }
.u3rh96x2 .btns { margin-top: 14px; display: flex; gap: 8px; justify-content: center; }
.u3rh96x2 .btns a {
  padding: 6px 14px; border-radius: 16px; font-size: 0.78rem;
  border: 1px solid var(--primary); color: var(--primary);
}
.u3rh96x2 .btns a:hover { background: var(--primary); color: #fff; }

/* === FAQ === */
.mfqv0 { max-width: 800px; margin: 0 auto; }
.thx4l {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-sm); margin-bottom: 12px; overflow: hidden;
}
.faq-q {
  padding: 18px 24px; cursor: pointer; font-weight: 600;
  display: flex; justify-content: space-between; align-items: center;
  transition: var(--transition);
}
.faq-q:hover { background: var(--bg-card-hover); }
.faq-q::after { content: '+'; font-size: 1.3rem; color: var(--primary); transition: var(--transition); }
.thx4l.open .faq-q::after { content: '-'; }
.asnpmax { padding: 0 24px 18px; color: var(--text-muted); font-size: 0.9rem; display: none; }
.thx4l.open .asnpmax { display: block; }

/* === REVIEWS === */
.t7whit6 { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.emyhdo {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 24px;
}
.emyhdo .stars { color: var(--accent); font-size: 0.9rem; margin-bottom: 10px; }
.emyhdo .rj34vae { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 12px; }
.emyhdo .reviewer { font-size: 0.8rem; color: var(--text-dim); }

/* === CONTACT === */
.gqib0bq {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px;
}
.ymb2pf {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-sm); padding: 20px; text-align: center;
}
.ymb2pf .icon { font-size: 2rem; margin-bottom: 10px; }
.ymb2pf h4 { font-size: 0.9rem; margin-bottom: 6px; color: var(--text-main); }
.ymb2pf p { font-size: 0.82rem; color: var(--text-muted); }

/* === JSON OUTPUT BLOCK === */
.r2nmeqq {
  background: #0d1117; border: 1px solid var(--border);
  border-radius: var(--radius-sm); padding: 20px; overflow-x: auto;
  font-family: Consolas, Menlo, Monaco, 'SF Mono', monospace;
  font-size: 0.82rem; color: #7ee787; line-height: 1.8;
  white-space: pre-wrap; word-break: break-all;
  font-variant-ligatures: none;
}

/* === SHARE === */
.t28hul { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.cosfe {
  padding: 8px 18px; border-radius: 20px; font-size: 0.82rem;
  background: var(--bg-card); border: 1px solid var(--border);
  color: var(--text-main); cursor: pointer; transition: var(--transition);
}
.cosfe:hover { border-color: var(--primary); color: var(--primary); }

/* === FOOTER === */
.td0j4 {
  background: #060a14; border-top: 1px solid var(--border);
  padding: 48px 20px 24px;
}
.gy0ecnp {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px;
}
.b079r7vy h4 { font-size: 0.95rem; margin-bottom: 14px; color: var(--text-main); }
.b079r7vy a { display: block; font-size: 0.82rem; color: var(--text-muted); margin-bottom: 8px; }
.b079r7vy a:hover { color: var(--primary-light); }
.b079r7vy .vlmp8c {
  width: 100px; height: 100px; background: var(--bg-card);
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; color: var(--text-dim); margin-top: 8px;
}
.raqc0wdp {
  max-width: 1200px; margin: 30px auto 0; padding-top: 20px;
  border-top: 1px solid var(--border); text-align: center;
  font-size: 0.8rem; color: var(--text-dim);
}
.raqc0wdp .q8jktrrr { height: 30px; margin: 0 auto 10px; }

/* === BREADCRUMB === */
.b7lk2zn {
  padding: 14px 0; font-size: 0.82rem; color: var(--text-muted);
}
.b7lk2zn a { color: var(--primary-light); }
.b7lk2zn span { margin: 0 6px; }

/* === HOWTO === */
.x1tb5 { max-width: 700px; margin: 0 auto; }
.dsvw4 {
  display: flex; gap: 18px; margin-bottom: 24px; align-items: flex-start;
}
.dsvw4 .jx9r2 {
  width: 40px; height: 40px; min-width: 40px;
  background: var(--primary); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.1rem; color: #fff;
}
.dsvw4 .gylxup h4 { font-size: 0.95rem; margin-bottom: 4px; }
.dsvw4 .gylxup p { font-size: 0.85rem; color: var(--text-muted); }

/* === MOBILE === */
@media (max-width: 768px) {
  .awge2 { display: none; }
  .hamburger-btn { display: block; }
  .xhfn84n { display: none; }
  .whk8z { height: 380px; }
  .xtapt6e0 h1 { font-size: 1.8rem; }
  .ckv8uxg { grid-template-columns: repeat(2, 1fr); }
  .g2hj4r { grid-template-columns: 1fr; }
  .lzdl2q { grid-template-columns: 1fr; }
  .t7whit6 { grid-template-columns: 1fr; }
  .gy0ecnp { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .ckv8uxg { grid-template-columns: 1fr; }
  .gy0ecnp { grid-template-columns: 1fr; }
  .xtapt6e0 h1 { font-size: 1.5rem; }
}

/* === MOBILE NAV OVERLAY === */
.mobile-nav {
  display: none; position: fixed; inset: 0; z-index: 999;
  background: rgba(10,14,26,0.98); flex-direction: column;
  align-items: center; justify-content: center; gap: 20px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-size: 1.2rem; color: var(--text-main); padding: 12px 30px;
  border-radius: var(--radius-sm);
}
.mobile-nav a:hover { background: var(--primary); color: #fff; }
.mobile-nav .close-btn {
  position: absolute; top: 20px; right: 20px;
  background: none; border: none; color: var(--text-main);
  font-size: 2rem; cursor: pointer;
}

/* === PARTNER LOGOS === */
.w8mjq33 {
  display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: center;
}
.w8mjq33 .y4pl5 {
  width: 120px; height: 60px; background: var(--bg-card);
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; color: var(--text-muted); transition: var(--transition);
}
.w8mjq33 .y4pl5:hover { border-color: var(--primary); }

/* === CATEGORY TABS === */
.vd9ne { display: flex; gap: 8px; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; }
.vd9ne .tab {
  padding: 8px 20px; border-radius: 20px; font-size: 0.85rem;
  background: var(--bg-card); border: 1px solid var(--border);
  color: var(--text-muted); cursor: pointer; transition: var(--transition);
}
.vd9ne .tab:hover, .vd9ne .tab.active {
  background: var(--primary); border-color: var(--primary); color: #fff;
}

/* === INNER PAGE HERO === */
.lb9fpw {
  margin-top: 68px; padding: 60px 20px; text-align: center;
  background: linear-gradient(135deg, var(--bg-card), #0f1525);
  border-bottom: 1px solid var(--border);
}
.lb9fpw h1 { font-size: 2.2rem; margin-bottom: 12px; }
.lb9fpw p { color: var(--text-muted); font-size: 0.95rem; }
