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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* === MOBILE === */
@media (max-width: 768px) {
  .bkllxh0 { display: none; }
  .hamburger-btn { display: block; }
  .xjlr3tyt { display: none; }
  .x7t01ipp { height: 380px; }
  .kjgsei29 h1 { font-size: 1.8rem; }
  .eohkb { grid-template-columns: repeat(2, 1fr); }
  .pmg247np { grid-template-columns: 1fr; }
  .ek665xd { grid-template-columns: 1fr; }
  .gouzm { grid-template-columns: 1fr; }
  .g2x0o9 { grid-template-columns: 1fr 1fr; }
}

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

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

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