/* ============================================
   91爆料网 - 游戏解说视频社区 主样式表
   配色：深蓝#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 === */
.cxmloj {
  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;
}

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

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

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

.s3ph3d65 {
  display: flex; align-items: center;
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: 20px; padding: 6px 14px; gap: 8px;
}
.s3ph3d65 input {
  background: none; border: none; outline: none;
  color: var(--text-main); font-size: 0.85rem; width: 160px;
}
.s3ph3d65 input::placeholder { color: var(--text-dim); }
.s3ph3d65 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 === */
.ksix2n4 {
  position: relative; margin-top: 68px;
  height: 520px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.ksix2n4 .hb9aytbz {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: brightness(0.5);
}
.srznt {
  position: relative; z-index: 2; text-align: center;
  max-width: 700px; padding: 0 20px;
}
.srznt 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;
}
.srznt p {
  font-size: 1.1rem; color: var(--text-muted); margin-bottom: 24px; line-height: 1.8;
}
.easxse { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.easxse 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; }
.yg22ful {
  text-align: center; margin-bottom: 48px;
}
.yg22ful h2 {
  font-size: 2rem; font-weight: 700; margin-bottom: 10px;
  color: var(--text-main);
}
.yg22ful h2 span { color: var(--primary); }
.yg22ful p { color: var(--text-muted); font-size: 0.95rem; }

/* === VIDEO CARDS === */
.upd95spk {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}
.hegtbs6 {
  background: var(--bg-card); border-radius: var(--radius);
  overflow: hidden; border: 1px solid var(--border);
  transition: var(--transition); cursor: pointer;
}
.hegtbs6:hover {
  transform: translateY(-4px); border-color: var(--primary);
  box-shadow: 0 8px 32px rgba(26,115,232,0.2);
}
.hegtbs6 .konx0 {
  position: relative; padding-top: 56.25%; overflow: hidden;
}
.hegtbs6 .konx0 img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.hegtbs6:hover .konx0 img { transform: scale(1.05); }
.hegtbs6 .z4k3jpun {
  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);
}
.hegtbs6 .z4k3jpun::after {
  content: ''; width: 0; height: 0;
  border-style: solid; border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}
.hegtbs6:hover .z4k3jpun { transform: translate(-50%,-50%) scale(1); }
.hegtbs6 .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;
}
.hegtbs6 .efrfx { padding: 16px; }
.hegtbs6 .efrfx 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;
}
.hegtbs6 .hn9bpc62 {
  display: flex; gap: 12px; font-size: 0.78rem; color: var(--text-muted);
}
.hegtbs6 .rhtuf74 { margin-top: 10px; display: flex; gap: 6px; flex-wrap: wrap; }
.hegtbs6 .rhtuf74 span {
  background: rgba(108,92,231,0.15); color: var(--secondary);
  padding: 3px 10px; border-radius: 12px; font-size: 0.72rem;
}

/* === STATS BAR === */
.fuzhsl {
  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;
}
.p0d8h9 .yggs98cc {
  font-size: 2rem; font-weight: 800; color: var(--accent);
  display: block; margin-bottom: 4px;
}
.p0d8h9 .gq9gcz8h { font-size: 0.85rem; color: var(--text-muted); }

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

/* === FAQ === */
.it9z9z1 { max-width: 800px; margin: 0 auto; }
.tug23v0v {
  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); }
.tug23v0v.open .faq-q::after { content: '-'; }
.qqyhpf { padding: 0 24px 18px; color: var(--text-muted); font-size: 0.9rem; display: none; }
.tug23v0v.open .qqyhpf { display: block; }

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

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

/* === JSON OUTPUT BLOCK === */
.ki8z0j {
  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 === */
.xpx25ja { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.jypoxns7 {
  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);
}
.jypoxns7:hover { border-color: var(--primary); color: var(--primary); }

/* === FOOTER === */
.hpqiy {
  background: #060a14; border-top: 1px solid var(--border);
  padding: 48px 20px 24px;
}
.bk11z6 {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px;
}
.nc3udd1g h4 { font-size: 0.95rem; margin-bottom: 14px; color: var(--text-main); }
.nc3udd1g a { display: block; font-size: 0.82rem; color: var(--text-muted); margin-bottom: 8px; }
.nc3udd1g a:hover { color: var(--primary-light); }
.nc3udd1g .ltxsgn84 {
  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;
}
.r36zv0p {
  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);
}
.r36zv0p .mtv9gl4l { height: 30px; margin: 0 auto 10px; }

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

/* === HOWTO === */
.ngpbe { max-width: 700px; margin: 0 auto; }
.wy9ws {
  display: flex; gap: 18px; margin-bottom: 24px; align-items: flex-start;
}
.wy9ws .gmsbirew {
  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;
}
.wy9ws .xehlwfj h4 { font-size: 0.95rem; margin-bottom: 4px; }
.wy9ws .xehlwfj p { font-size: 0.85rem; color: var(--text-muted); }

/* === MOBILE === */
@media (max-width: 768px) {
  .pwfxm { display: none; }
  .hamburger-btn { display: block; }
  .s3ph3d65 { display: none; }
  .ksix2n4 { height: 380px; }
  .srznt h1 { font-size: 1.8rem; }
  .fuzhsl { grid-template-columns: repeat(2, 1fr); }
  .upd95spk { grid-template-columns: 1fr; }
  .ktphn { grid-template-columns: 1fr; }
  .i3623 { grid-template-columns: 1fr; }
  .bk11z6 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .fuzhsl { grid-template-columns: 1fr; }
  .bk11z6 { grid-template-columns: 1fr; }
  .srznt 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 === */
.vd1es0p {
  display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: center;
}
.vd1es0p .pr7158 {
  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);
}
.vd1es0p .pr7158:hover { border-color: var(--primary); }

/* === CATEGORY TABS === */
.ckdquwy3 { display: flex; gap: 8px; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; }
.ckdquwy3 .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);
}
.ckdquwy3 .tab:hover, .ckdquwy3 .tab.active {
  background: var(--primary); border-color: var(--primary); color: #fff;
}

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