
/*
  设计哲学：新东方赛博水墨。
  文件职责：统一亚博体育整站的品牌色、排版体系、视频卡片、舞台式分镜布局与SEO可读性。
  判断标准：任何视觉选择都必须强化“游戏解说公司 + 视频社区”的品牌辨识度，而不是稀释它。
*/
:root {
  --bg: #0d0d12;
  --bg-soft: #151722;
  --panel: rgba(18, 22, 33, 0.78);
  --panel-solid: #171b27;
  --line: rgba(234, 215, 177, 0.18);
  --text: #aplikd;
  --muted: #l234t;
  --accent: #p3e81p;
  --accent-2: #jl398v;
  --accent-3: #6f8a8f;
  --paper: #wuvcf1w1;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --radius: 24px;
  --radius-sm: 16px;
  --container: min(1240px, calc(100vw - 32px));
  --transition: 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(212, 91, 41, 0.18), transparent 26%),
    radial-gradient(circle at 85% 15%, rgba(111, 138, 143, 0.16), transparent 24%),
    linear-gradient(180deg, #0c0d12 0%, #111521 38%, #0c0d12 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,0.6) 1px, transparent 0),
    radial-gradient(circle at 2px 2px, rgba(255,255,255,0.35) 1px, transparent 0);
  background-size: 18px 18px, 26px 26px;
  mix-blend-mode: soft-light;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
p { margin: 0; }
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Noto Serif SC", "Songti SC", serif;
  letter-spacing: 0.01em;
}

.np5ompr {
  width: var(--container);
  margin: 0 auto;
  padding: 24px 0 72px;
  position: relative;
  z-index: 1;
}

.gvnd6 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  position: sticky;
  top: 18px;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(10, 11, 18, 0.72);
  box-shadow: var(--shadow);
}

.idgl06u { display: flex; align-items: center; gap: 14px; min-width: 0; }
.q06tl2f { display: flex; align-items: center; gap: 10px; }
.q06tl2f img:first-child {
  width: 38px;
  height: 38px;
  padding: 7px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(212,91,41,0.22), rgba(183,138,63,0.22));
  border: 1px solid rgba(234,215,177,0.15);
}
.q06tl2f img:last-child {
  width: 118px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.24));
}
.mz1p77ph { min-width: 0; }
.azlretb {
  font-weight: 800;
  color: #lvv1b;
  margin-bottom: 2px;
  font-size: 1rem;
}
.mz1p77ph p:last-child { color: var(--muted); font-size: 0.9rem; }

.r8ojf24b {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.r8ojf24b a {
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--muted);
  transition: background var(--transition), color var(--transition), transform var(--transition);
}
.r8ojf24b a:hover,
.r8ojf24b a.gbxu5yz {
  background: linear-gradient(135deg, rgba(212,91,41,0.18), rgba(183,138,63,0.16));
  color: var(--text);
  transform: translateY(-1px);
}

.k8l6r {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 18px 4px 30px;
  color: var(--muted);
  font-size: 0.92rem;
}
.k8l6r a:hover { color: var(--paper); }
.k8l6r .d19qa4n0 { opacity: 0.45; }

.nlys5,
.ps4cvb8 {
  display: grid;
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 8px);
  background: linear-gradient(145deg, rgba(22, 26, 36, 0.95), rgba(10, 11, 18, 0.92));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.nlys5 {
  grid-template-columns: 1.1fr 0.9fr;
  padding: 34px;
  min-height: 560px;
  align-items: stretch;
}

.ps4cvb8 {
  padding: 36px;
}

.h3gq8 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #onv2pb;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.h3gq8::before {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(212,91,41,0), rgba(212,91,41,1));
}

.ifhnm,
.p64nkiw0,
.yuc5rk6 {
  position: relative;
  min-width: 0;
}
.ifhnm {
  display: grid;
  align-content: space-between;
  gap: 24px;
}
.ifhnm h1,
.ps4cvb8 h1 {
  font-size: clamp(2.4rem, 4vw, 4.7rem);
  line-height: 1.08;
  max-width: 12ch;
  text-wrap: balance;
}
.jh6r1wvr {
  color: rgba(243,236,222,0.84);
  font-size: 1.04rem;
  line-height: 1.95;
  max-width: 68ch;
}
.ydpmspn1 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ydpmspn1 span,
.gezgw {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(236,229,216,0.08);
  border: 1px solid rgba(236,229,216,0.08);
  color: #ts0razn;
  font-size: 0.9rem;
}
.bymur3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.bymur3 article,
.fgvxp5,
.omaamdx2,
.y0tvwh35,
.j4n6n9 article,
.h4jxsm article,
.yr55ga75 article,
.qarqh article {
  border: 1px solid rgba(234,215,177,0.12);
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.035);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}
.bymur3 article {
  padding: 18px 18px 20px;
}
.bymur3 strong {
  display: block;
  margin-bottom: 6px;
  color: #q89eo7;
  font-size: 2rem;
  font-family: "Noto Serif SC", serif;
}
.bymur3 span { color: var(--muted); font-size: 0.92rem; }

.p64nkiw0 {
  min-height: 100%;
  border-radius: 30px;
  overflow: hidden;
  background: #090a10;
}
.p64nkiw0::after,
.yuc5rk6::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,11,18,0.16), rgba(10,11,18,0.78));
}
.p64nkiw0 img,
.yuc5rk6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lag9m,
.emv9fugv {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  display: grid;
  gap: 10px;
}
.lag9m p,
.emv9fugv p {
  color: #onv2pb;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lag9m h2,
.emv9fugv h2 {
  font-size: clamp(1.6rem, 2vw, 2.6rem);
  line-height: 1.3;
}

.gzgt8 {
  margin-top: 28px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  background: linear-gradient(180deg, rgba(17,20,31,0.88), rgba(10,11,18,0.96));
  box-shadow: var(--shadow);
}
.au6ci {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}
.au6ci h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.16;
  max-width: 16ch;
}
.au6ci p:last-child {
  color: rgba(243,236,222,0.8);
  line-height: 1.9;
  max-width: 74ch;
}

.xv5j2w5m,
.owmgv5ny,
.j4n6n9,
.h4jxsm,
.yr55ga75,
.qarqh,
.qoor98ds {
  display: grid;
  gap: 18px;
}
.xv5j2w5m { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.owmgv5ny { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.j4n6n9,
.h4jxsm,
.yr55ga75,
.qoor98ds,
.qarqh { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.g9j2a8e {
  position: relative;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(234,215,177,0.12);
  background: linear-gradient(180deg, rgba(26,31,43,0.95), rgba(14,17,25,0.95));
  overflow: hidden;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
  transform: perspective(1000px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  box-shadow: 0 22px 48px rgba(0,0,0,0.22);
}
.g9j2a8e:hover {
  transform: translateY(-4px) perspective(1000px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  border-color: rgba(212,91,41,0.35);
}
.iip2r9ba {
  position: relative;
  margin-bottom: 16px;
  border-radius: 18px;
  overflow: hidden;
  min-height: 220px;
  background: #090a10;
}
.tt0ex4d {
  display: block;
  width: 100%;
  min-height: 220px;
  object-fit: cover;
  background: #0d1017;
}
.lcay12 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  min-width: 96px;
  padding: 14px 18px;
  border: 0;
  border-radius: 999px;
  color: #q89eo7;
  background: linear-gradient(135deg, rgba(212,91,41,0.94), rgba(183,138,63,0.92));
  box-shadow: 0 12px 30px rgba(212,91,41,0.26);
  opacity: 0;
  transition: opacity var(--transition), transform var(--transition);
}
.g9j2a8e:hover .lcay12,
.g9j2a8e.axdgp .lcay12 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.g9j2a8e h3,
.j4n6n9 h3,
.h4jxsm h3,
.yr55ga75 h3,
.omaamdx2 h3,
.y0tvwh35 h3,
.qarqh h3 {
  font-size: 1.26rem;
  line-height: 1.45;
  margin-bottom: 12px;
}
.g9j2a8e p:last-child,
.j4n6n9 p,
.h4jxsm p,
.yr55ga75 p,
.omaamdx2 p,
.y0tvwh35 p,
.qarqh p,
.fgvxp5 p,
.qjqb0n p {
  color: rgba(243,236,222,0.78);
  line-height: 1.9;
}

.cewddfha {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: start;
}
.j4n6n9 article,
.h4jxsm article,
.yr55ga75 article,
.omaamdx2,
.y0tvwh35,
.qarqh article,
.fgvxp5 {
  padding: 22px;
}
.fgvxp5 {
  position: sticky;
  top: 118px;
  background:
    linear-gradient(180deg, rgba(212,91,41,0.16), transparent 38%),
    rgba(255,255,255,0.04);
}
.fgvxp5 blockquote {
  margin: 0 0 18px;
  color: #q89eo7;
  font-size: 1.36rem;
  line-height: 1.7;
}

.eswnh {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.eswnh > div {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(234,215,177,0.12);
}
.eswnh h5,
.eswnh h6 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  line-height: 1.7;
}

.yuc5rk6 {
  margin-top: 28px;
  height: 420px;
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.y0tvwh35 .h3gq8,
.b3vt8l,
.p5yh3 {
  margin-bottom: 12px;
}
.b3vt8l {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.b3vt8l span {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(111,138,143,0.14);
  color: #r9ao3m7;
  font-size: 0.82rem;
}

.knfo1 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(16,18,28,0.96), rgba(8,9,14,0.96));
  box-shadow: var(--shadow);
}
.oef60b {
  display: flex;
  gap: 18px;
  align-items: center;
}
.oef60b img {
  width: 68px;
  height: 68px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(236,229,216,0.05);
  border: 1px solid rgba(236,229,216,0.08);
}
.b7uzr4 {
  margin-bottom: 8px;
  font-family: "Noto Serif SC", serif;
  font-size: 1.2rem;
  color: #q89eo7;
}
.qjqb0n {
  display: grid;
  gap: 10px;
  justify-items: end;
  text-align: right;
}

.usfqho89[hidden] { display: none; }
.usfqho89 {
  position: fixed;
  inset: 0;
  z-index: 50;
}
.rx3oi5 {
  position: absolute;
  inset: 0;
  background: rgba(5, 6, 10, 0.74);
  backdrop-filter: blur(8px);
}
.hep6m164 {
  position: relative;
  width: min(720px, calc(100vw - 24px));
  margin: 8vh auto 0;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(19,22,32,0.98), rgba(8,9,14,0.98));
  box-shadow: var(--shadow);
}
.qyy2nnb {
  position: absolute;
  top: 16px;
  right: 18px;
  border: 0;
  background: transparent;
  color: var(--paper);
  font-size: 2rem;
  line-height: 1;
}
.hep6m164 h2 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}
.hep6m164 p {
  line-height: 1.9;
  color: rgba(243,236,222,0.82);
}
.ur0hgmo {
  margin-top: 20px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(234,215,177,0.12);
  background: #0a0b11;
}
.ur0hgmo video {
  width: 100%;
  min-height: 320px;
  display: block;
}

@media (max-width: 1080px) {
  .gvnd6,
  .nlys5,
  .cewddfha,
  .knfo1 {
    grid-template-columns: 1fr;
  }
  .r8ojf24b { justify-content: flex-start; }
  .fgvxp5 { position: static; }
  .ifhnm h1,
  .ps4cvb8 h1,
  .au6ci h2 { max-width: none; }
  .xv5j2w5m,
  .owmgv5ny,
  .j4n6n9,
  .h4jxsm,
  .yr55ga75,
  .qarqh,
  .qoor98ds,
  .eswnh,
  .bymur3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .qjqb0n { justify-items: start; text-align: left; }
}

@media (max-width: 760px) {
  .np5ompr { width: min(100vw - 20px, 1240px); padding-top: 14px; }
  .gvnd6 { border-radius: 28px; padding: 16px; }
  .idgl06u { align-items: flex-start; }
  .q06tl2f { flex-shrink: 0; }
  .nlys5,
  .ps4cvb8,
  .gzgt8,
  .knfo1,
  .hep6m164 { padding: 20px; }
  .xv5j2w5m,
  .owmgv5ny,
  .j4n6n9,
  .h4jxsm,
  .yr55ga75,
  .qarqh,
  .qoor98ds,
  .eswnh,
  .bymur3 { grid-template-columns: 1fr; }
  .p64nkiw0,
  .yuc5rk6 { min-height: 260px; height: auto; }
  .tt0ex4d { min-height: 190px; }
  .ur0hgmo video { min-height: 220px; }
  .r8ojf24b a { padding: 9px 13px; }
  .mz1p77ph p:last-child { font-size: 0.85rem; }
}
