
/*
  设计哲学：新东方赛博水墨。
  文件职责：统一金年会体育整站的品牌色、排版体系、视频卡片、舞台式分镜布局与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: #l7l52pfg;
  --muted: #ra25uyb;
  --accent: #fcss1;
  --accent-2: #bul5afk;
  --accent-3: #6f8a8f;
  --paper: #coai3zm;
  --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;
}

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

.w4ze3 {
  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);
}

.uvtvwaj { display: flex; align-items: center; gap: 14px; min-width: 0; }
.jf25kh8r { display: flex; align-items: center; gap: 10px; }
.jf25kh8r 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);
}
.jf25kh8r img:last-child {
  width: 118px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.24));
}
.ilybxvw { min-width: 0; }
.nm4gq {
  font-weight: 800;
  color: #ptt2ev;
  margin-bottom: 2px;
  font-size: 1rem;
}
.ilybxvw p:last-child { color: var(--muted); font-size: 0.9rem; }

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

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

.hog8m,
.spvzsf {
  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;
}

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

.spvzsf {
  padding: 36px;
}

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

.tw9lcs5,
.nl4k67,
.kp22n {
  position: relative;
  min-width: 0;
}
.tw9lcs5 {
  display: grid;
  align-content: space-between;
  gap: 24px;
}
.tw9lcs5 h1,
.spvzsf h1 {
  font-size: clamp(2.4rem, 4vw, 4.7rem);
  line-height: 1.08;
  max-width: 12ch;
  text-wrap: balance;
}
.j93qupb5 {
  color: rgba(243,236,222,0.84);
  font-size: 1.04rem;
  line-height: 1.95;
  max-width: 68ch;
}
.tefa0d8 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tefa0d8 span,
.uyw9t {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(236,229,216,0.08);
  border: 1px solid rgba(236,229,216,0.08);
  color: #w562au4;
  font-size: 0.9rem;
}
.k994x {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.k994x article,
.ow555i,
.dzo8pa9,
.rhxlf,
.slkwtp article,
.y9wtp7h9 article,
.x3d1h article,
.o8f3b6qr 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);
}
.k994x article {
  padding: 18px 18px 20px;
}
.k994x strong {
  display: block;
  margin-bottom: 6px;
  color: #ymeej0;
  font-size: 2rem;
  font-family: "Noto Serif SC", serif;
}
.k994x span { color: var(--muted); font-size: 0.92rem; }

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

.q2uw751j {
  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);
}
.mdmiiy {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}
.mdmiiy h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.16;
  max-width: 16ch;
}
.mdmiiy p:last-child {
  color: rgba(243,236,222,0.8);
  line-height: 1.9;
  max-width: 74ch;
}

.tefyxi0m,
.xqzxc,
.slkwtp,
.y9wtp7h9,
.x3d1h,
.o8f3b6qr,
.ljorh {
  display: grid;
  gap: 18px;
}
.tefyxi0m { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.xqzxc { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.slkwtp,
.y9wtp7h9,
.x3d1h,
.ljorh,
.o8f3b6qr { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.cuvq88a {
  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);
}
.cuvq88a:hover {
  transform: translateY(-4px) perspective(1000px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  border-color: rgba(212,91,41,0.35);
}
.yal0n {
  position: relative;
  margin-bottom: 16px;
  border-radius: 18px;
  overflow: hidden;
  min-height: 220px;
  background: #090a10;
}
.joaaksj4 {
  display: block;
  width: 100%;
  min-height: 220px;
  object-fit: cover;
  background: #0d1017;
}
.n67w5 {
  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: #ymeej0;
  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);
}
.cuvq88a:hover .n67w5,
.cuvq88a.hkrf5k7 .n67w5 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.cuvq88a h3,
.slkwtp h3,
.y9wtp7h9 h3,
.x3d1h h3,
.dzo8pa9 h3,
.rhxlf h3,
.o8f3b6qr h3 {
  font-size: 1.26rem;
  line-height: 1.45;
  margin-bottom: 12px;
}
.cuvq88a p:last-child,
.slkwtp p,
.y9wtp7h9 p,
.x3d1h p,
.dzo8pa9 p,
.rhxlf p,
.o8f3b6qr p,
.ow555i p,
.q56utqp p {
  color: rgba(243,236,222,0.78);
  line-height: 1.9;
}

.myaolyp {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: start;
}
.slkwtp article,
.y9wtp7h9 article,
.x3d1h article,
.dzo8pa9,
.rhxlf,
.o8f3b6qr article,
.ow555i {
  padding: 22px;
}
.ow555i {
  position: sticky;
  top: 118px;
  background:
    linear-gradient(180deg, rgba(212,91,41,0.16), transparent 38%),
    rgba(255,255,255,0.04);
}
.ow555i blockquote {
  margin: 0 0 18px;
  color: #ymeej0;
  font-size: 1.36rem;
  line-height: 1.7;
}

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

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

.rhxlf .ce1sjlp6,
.zjdyiwhp,
.e57ypko {
  margin-bottom: 12px;
}
.zjdyiwhp {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.zjdyiwhp span {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(111,138,143,0.14);
  color: #nlp7uw;
  font-size: 0.82rem;
}

.ug4725m4 {
  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);
}
.qaztqd9 {
  display: flex;
  gap: 18px;
  align-items: center;
}
.qaztqd9 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);
}
.sa87t {
  margin-bottom: 8px;
  font-family: "Noto Serif SC", serif;
  font-size: 1.2rem;
  color: #ymeej0;
}
.q56utqp {
  display: grid;
  gap: 10px;
  justify-items: end;
  text-align: right;
}

.sajn7[hidden] { display: none; }
.sajn7 {
  position: fixed;
  inset: 0;
  z-index: 50;
}
.b2nuc763 {
  position: absolute;
  inset: 0;
  background: rgba(5, 6, 10, 0.74);
  backdrop-filter: blur(8px);
}
.rd1pt3 {
  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);
}
.o71rvge9 {
  position: absolute;
  top: 16px;
  right: 18px;
  border: 0;
  background: transparent;
  color: var(--paper);
  font-size: 2rem;
  line-height: 1;
}
.rd1pt3 h2 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}
.rd1pt3 p {
  line-height: 1.9;
  color: rgba(243,236,222,0.82);
}
.i9ahwk {
  margin-top: 20px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(234,215,177,0.12);
  background: #0a0b11;
}
.i9ahwk video {
  width: 100%;
  min-height: 320px;
  display: block;
}

@media (max-width: 1080px) {
  .w4ze3,
  .hog8m,
  .myaolyp,
  .ug4725m4 {
    grid-template-columns: 1fr;
  }
  .gwl5l3ko { justify-content: flex-start; }
  .ow555i { position: static; }
  .tw9lcs5 h1,
  .spvzsf h1,
  .mdmiiy h2 { max-width: none; }
  .tefyxi0m,
  .xqzxc,
  .slkwtp,
  .y9wtp7h9,
  .x3d1h,
  .o8f3b6qr,
  .ljorh,
  .ml68sfz,
  .k994x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .q56utqp { justify-items: start; text-align: left; }
}

@media (max-width: 760px) {
  .t31z1 { width: min(100vw - 20px, 1240px); padding-top: 14px; }
  .w4ze3 { border-radius: 28px; padding: 16px; }
  .uvtvwaj { align-items: flex-start; }
  .jf25kh8r { flex-shrink: 0; }
  .hog8m,
  .spvzsf,
  .q2uw751j,
  .ug4725m4,
  .rd1pt3 { padding: 20px; }
  .tefyxi0m,
  .xqzxc,
  .slkwtp,
  .y9wtp7h9,
  .x3d1h,
  .o8f3b6qr,
  .ljorh,
  .ml68sfz,
  .k994x { grid-template-columns: 1fr; }
  .nl4k67,
  .kp22n { min-height: 260px; height: auto; }
  .joaaksj4 { min-height: 190px; }
  .i9ahwk video { min-height: 220px; }
  .gwl5l3ko a { padding: 9px 13px; }
  .ilybxvw p:last-child { font-size: 0.85rem; }
}
