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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* === MOBILE === */
@media (max-width: 768px) {
  .vxrcz { display: none; }
  .hamburger-btn { display: block; }
  .nvdtym { display: none; }
  .e18tf09 { height: 380px; }
  .n4dw86jq h1 { font-size: 1.8rem; }
  .nkywsr { grid-template-columns: repeat(2, 1fr); }
  .qh7mnsui { grid-template-columns: 1fr; }
  .guhzulj { grid-template-columns: 1fr; }
  .kno230f { grid-template-columns: 1fr; }
  .k2mfwwvf { grid-template-columns: 1fr 1fr; }
}

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

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

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