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

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

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

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

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

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

.wyagn,
.t2oeke82 {
  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;
}

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

.t2oeke82 {
  padding: 36px;
}

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

.kbccgj,
.ddc36lj,
.g3cnmmx {
  position: relative;
  min-width: 0;
}
.kbccgj {
  display: grid;
  align-content: space-between;
  gap: 24px;
}
.kbccgj h1,
.t2oeke82 h1 {
  font-size: clamp(2.4rem, 4vw, 4.7rem);
  line-height: 1.08;
  max-width: 12ch;
  text-wrap: balance;
}
.caoo8p9l {
  color: rgba(243,236,222,0.84);
  font-size: 1.04rem;
  line-height: 1.95;
  max-width: 68ch;
}
.bs2nbyv {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bs2nbyv span,
.d9gbxwv3 {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(236,229,216,0.08);
  border: 1px solid rgba(236,229,216,0.08);
  color: #zs908zze;
  font-size: 0.9rem;
}
.im1xgo4 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.im1xgo4 article,
.akqqctc,
.s4d7e,
.fpchaa,
.i8hivlbd article,
.sem8t article,
.oisngud article,
.rpd9h 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);
}
.im1xgo4 article {
  padding: 18px 18px 20px;
}
.im1xgo4 strong {
  display: block;
  margin-bottom: 6px;
  color: #ohu86o;
  font-size: 2rem;
  font-family: "Noto Serif SC", serif;
}
.im1xgo4 span { color: var(--muted); font-size: 0.92rem; }

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

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

.td1wo,
.dezife,
.i8hivlbd,
.sem8t,
.oisngud,
.rpd9h,
.k8ion {
  display: grid;
  gap: 18px;
}
.td1wo { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dezife { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.i8hivlbd,
.sem8t,
.oisngud,
.k8ion,
.rpd9h { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.wqxmj {
  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);
}
.wqxmj:hover {
  transform: translateY(-4px) perspective(1000px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  border-color: rgba(212,91,41,0.35);
}
.jmhymzk {
  position: relative;
  margin-bottom: 16px;
  border-radius: 18px;
  overflow: hidden;
  min-height: 220px;
  background: #090a10;
}
.ay9a6 {
  display: block;
  width: 100%;
  min-height: 220px;
  object-fit: cover;
  background: #0d1017;
}
.tgxvqik {
  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: #ohu86o;
  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);
}
.wqxmj:hover .tgxvqik,
.wqxmj.vimav .tgxvqik {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.wqxmj h3,
.i8hivlbd h3,
.sem8t h3,
.oisngud h3,
.s4d7e h3,
.fpchaa h3,
.rpd9h h3 {
  font-size: 1.26rem;
  line-height: 1.45;
  margin-bottom: 12px;
}
.wqxmj p:last-child,
.i8hivlbd p,
.sem8t p,
.oisngud p,
.s4d7e p,
.fpchaa p,
.rpd9h p,
.akqqctc p,
.orywi0 p {
  color: rgba(243,236,222,0.78);
  line-height: 1.9;
}

.xglmm {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: start;
}
.i8hivlbd article,
.sem8t article,
.oisngud article,
.s4d7e,
.fpchaa,
.rpd9h article,
.akqqctc {
  padding: 22px;
}
.akqqctc {
  position: sticky;
  top: 118px;
  background:
    linear-gradient(180deg, rgba(212,91,41,0.16), transparent 38%),
    rgba(255,255,255,0.04);
}
.akqqctc blockquote {
  margin: 0 0 18px;
  color: #ohu86o;
  font-size: 1.36rem;
  line-height: 1.7;
}

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

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

.fpchaa .dltccz6j,
.ht15g3q,
.r283s {
  margin-bottom: 12px;
}
.ht15g3q {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ht15g3q span {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(111,138,143,0.14);
  color: #bszpbq;
  font-size: 0.82rem;
}

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

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

@media (max-width: 1080px) {
  .w6a8js57,
  .wyagn,
  .xglmm,
  .amt5139f {
    grid-template-columns: 1fr;
  }
  .la68nn { justify-content: flex-start; }
  .akqqctc { position: static; }
  .kbccgj h1,
  .t2oeke82 h1,
  .u03qo29 h2 { max-width: none; }
  .td1wo,
  .dezife,
  .i8hivlbd,
  .sem8t,
  .oisngud,
  .rpd9h,
  .k8ion,
  .io75f,
  .im1xgo4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .orywi0 { justify-items: start; text-align: left; }
}

@media (max-width: 760px) {
  .sxmrbo2 { width: min(100vw - 20px, 1240px); padding-top: 14px; }
  .w6a8js57 { border-radius: 28px; padding: 16px; }
  .cvye6gr { align-items: flex-start; }
  .zixy7ox { flex-shrink: 0; }
  .wyagn,
  .t2oeke82,
  .xm7bf,
  .amt5139f,
  .m49v8 { padding: 20px; }
  .td1wo,
  .dezife,
  .i8hivlbd,
  .sem8t,
  .oisngud,
  .rpd9h,
  .k8ion,
  .io75f,
  .im1xgo4 { grid-template-columns: 1fr; }
  .ddc36lj,
  .g3cnmmx { min-height: 260px; height: auto; }
  .ay9a6 { min-height: 190px; }
  .zcv2vgdf video { min-height: 220px; }
  .la68nn a { padding: 9px 13px; }
  .iuop9w p:last-child { font-size: 0.85rem; }
}
