
/* 数码新海派电影刊物风总样式：文件围绕黑场监看器、珊瑚橙提示灯、刊物化排版和视频控制台层次来组织。 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700;900&family=Noto+Serif+SC:wght@700;900&family=Space+Grotesk:wght@500;700&display=swap');

:root {
  --bg: #050608;
  --bg-soft: #101317;
  --panel: #12161b;
  --panel-2: #171c23;
  --line: rgba(245, 236, 220, 0.18);
  --line-strong: rgba(245, 236, 220, 0.55);
  --text: #f5eedf;
  --muted: #b7b0a3;
  --accent: #ff8767;
  --accent-2: #ffb199;
  --gold: #e6dcc4;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  --max: 1240px;
  --radius: 22px;
  --radius-sm: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Noto Sans SC', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(255, 135, 103, 0.12), transparent 22%),
    linear-gradient(180deg, #060709 0%, #090c11 32%, #050608 100%);
  line-height: 1.72;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 100% 6px;
  opacity: 0.08;
  mix-blend-mode: screen;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.container {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.whefc5 {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(5, 6, 8, 0.82);
  border-bottom: 1px solid rgba(245, 236, 220, 0.08);
}

.rqi6o {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 16px;
}

.qcg8su {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.pfck9q {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  border: 1px solid rgba(245, 236, 220, 0.22);
  background: #050505;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
  overflow: hidden;
  flex: 0 0 auto;
}

.dk097 h2,
.dk097 p {
  margin: 0;
}

.dk097 h2 {
  font-family: 'Noto Serif SC', serif;
  font-size: 1.35rem;
  letter-spacing: 0.03em;
}

.dk097 p {
  color: var(--muted);
  font-size: 0.95rem;
}

.czcqk5l {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.a23unj9 {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  color: #ede6d6;
  transition: 0.24s ease;
}

.a23unj9:hover,
.a23unj9.ezgws2 {
  border-color: rgba(255, 135, 103, 0.35);
  color: var(--accent-2);
  background: rgba(255, 135, 103, 0.08);
}

.csppi6bm {
  padding: 0 0 18px;
}

.bm3f5 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(245, 236, 220, 0.1);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(20,24,29,0.92), rgba(10,12,15,0.96));
  box-shadow: var(--shadow);
}

.lrnaqmpy {
  width: 100%;
  border: 0;
  border-radius: 14px;
  background: rgba(255,255,255,0.03);
  color: var(--text);
  padding: 14px 16px;
  outline: none;
}

.c2h495,
.btn {
  border: 0;
  border-radius: 14px;
  padding: 13px 20px;
  transition: 0.24s ease;
  cursor: pointer;
}

.c2h495,
.btn-solid {
  background: linear-gradient(135deg, #ff8b6d, #ff6f58);
  color: #fffaf6;
  box-shadow: 0 16px 30px rgba(255, 110, 83, 0.24);
}

.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(245, 236, 220, 0.2);
}

.btn:hover,
.c2h495:hover {
  transform: translateY(-2px);
}

.s2qt47 {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.95rem;
}

.xo4w2 {
  padding: 44px 0 0;
}

.e9c70kbs {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.tacfr {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0 40px;
}

.vqrny,
.c7lr76ued,
.owuntqa {
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-2);
  font-size: 0.78rem;
}

.tacfr h1,
.xnb7vkdx h1 {
  font-family: 'Noto Serif SC', serif;
  font-size: clamp(2.5rem, 5vw, 4.95rem);
  line-height: 1.08;
  margin: 16px 0 18px;
  letter-spacing: 0.02em;
}

.tacfr p,
.xnb7vkdx p,
.f071p71,
.iuio9gv6 p {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0 0 18px;
}

.c4d5o60yo,
.z6l44s9l,
.ob07qdnc,
.q5y633 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.c784yp,
.b5s0wbz {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.wsfsgsl {
  padding: 18px;
  border: 1px solid rgba(245, 236, 220, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(17,20,24,0.95), rgba(10,11,14,0.98));
}

.wsfsgsl strong {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.72rem;
  margin-bottom: 4px;
  color: var(--text);
}

.c1lp38s4,
.b3pm6 {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(245,236,220,0.14);
  box-shadow: var(--shadow);
  min-height: 620px;
  background: #0d1015;
}

.c1lp38s4 img,
.b3pm6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u00f0,
.lqy85uyi {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(243, 235, 224, 0.4);
  pointer-events: none;
}

.u00f0::before,
.u00f0::after,
.lqy85uyi::before,
.lqy85uyi::after {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  border: 3px solid rgba(243, 235, 224, 0.72);
  border-right: 0;
  border-bottom: 0;
}

.u00f0::before,
.lqy85uyi::before { top: 24px; left: 24px; }
.u00f0::after,
.lqy85uyi::after { right: 24px; top: 24px; transform: scaleX(-1); }

.kumfx9y4,
.eynzntn,
.gdj75x,
.d90rmy {
  position: absolute;
  z-index: 2;
  backdrop-filter: blur(14px);
  background: rgba(8, 10, 14, 0.46);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  color: var(--text);
}

.kumfx9y4 {
  top: 28px;
  right: 30px;
  padding: 10px 16px;
  font-family: 'Space Grotesk', sans-serif;
  color: var(--accent);
}

.eynzntn {
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  padding: 10px 18px;
  font-family: 'Space Grotesk', sans-serif;
}

.gdj75x,
.d90rmy {
  padding: 15px 18px;
  max-width: 260px;
}

.gdj75x.one { left: 24px; bottom: 130px; }
.gdj75x.two { right: 28px; bottom: 130px; }

.section {
  padding: 84px 0 0;
}

.xo9eknz {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.xo9eknz h2,
.xo9eknz h3,
.iuio9gv6 h2 {
  margin: 10px 0 0;
  font-family: 'Noto Serif SC', serif;
  font-size: clamp(1.76rem, 3vw, 2.8rem);
  line-height: 1.18;
}

.bsmipc,
.n4uqt2xx {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.c4lmocr,
.fjsje {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(245,236,220,0.15);
  color: #efe8d9;
  background: rgba(255,255,255,0.03);
  font-size: 0.92rem;
}

.gyjpd,
.ugh7g0w,
.lm9tyt,
.x04ne1,
.c2v4l3n8n,
.y0149mmt,
.c2c53o1n,
.wkeu3,
.zp4qwp,
.rbrpdigz {
  display: grid;
  gap: 18px;
}

.lm9tyt { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gyjpd, .x04ne1, .y0149mmt, .c2c53o1n { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ugh7g0w { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.c2v4l3n8n { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wkeu3 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.zp4qwp { grid-template-columns: 1.3fr 0.7fr; }
.rbrpdigz { grid-template-columns: 1fr 1fr; }

.pg1olj,
.wbmyop8m,
.c9hj6jnj,
.c4tl44,
.ebr3tcb,
.dtnh7fux,
.mfeyqfor,
.xw6a4,
.c56ndh,
.c82jq6,
.c879dnwxi {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(245,236,220,0.12);
  background: linear-gradient(180deg, rgba(18,22,27,0.94), rgba(9,11,14,0.98));
  box-shadow: var(--shadow);
}

.pg1olj {
  cursor: pointer;
  transition: 0.28s ease;
}

.pg1olj:hover,
.pg1olj.c49vonzab,
.wbmyop8m:hover,
.c879dnwxi:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 135, 103, 0.32);
}

.o2ald5 {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.o2ald5::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.46) 100%);
}

.o2ald5 img,
.wg9lg2 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #090b0f;
}

.c12zcy {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%) scale(0.92);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(255, 135, 103, 0.88);
  box-shadow: 0 12px 28px rgba(255, 110, 80, 0.35);
  opacity: 0;
  transition: 0.28s ease;
  z-index: 2;
}

.c12zcy::before {
  content: '';
  position: absolute;
  left: 31px;
  top: 23px;
  border-left: 23px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.pg1olj:hover .c12zcy,
.pg1olj.c49vonzab .c12zcy { opacity: 1; transform: translate(-50%, -50%) scale(1); }

.c1jkvs,
.mfeyqfor,
.wbmyop8m,
.c9hj6jnj,
.c4tl44,
.ebr3tcb,
.dtnh7fux,
.xw6a4,
.c56ndh,
.c879dnwxi {
  padding: 20px;
}

.c1jkvs h3,
.c9hj6jnj h3,
.c4tl44 h3,
.c879dnwxi h3,
.mfeyqfor h3,
.xw6a4 h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
}

.c1jkvs p,
.c9hj6jnj p,
.c4tl44 dd,
.ebr3tcb p,
.dtnh7fux p,
.mfeyqfor p,
.c879dnwxi p { color: var(--muted); }

.hu6r67v {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 12px;
  color: #d3c9b5;
  font-size: 0.92rem;
}

.u91ki {
  display: block;
  margin-top: 12px;
  color: var(--accent-2);
  min-height: 46px;
  font-size: 0.9rem;
}

.bkf3k,
.c8thum,
.c3kivvb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 135, 103, 0.14);
  border: 1px solid rgba(255,135,103,0.18);
  color: var(--accent-2);
  font-size: 0.82rem;
  margin-bottom: 12px;
}

.c5tvm8u,
.c3ws6x2c,
.cn67rr {
  padding-left: 18px;
  margin: 12px 0 0;
  color: var(--muted);
}

.c4tl44 dl {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.c4tl44 dt {
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 4px;
}

.cm3ijan { color: var(--accent-2); margin-top: -4px; }

.l4qoi5id {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  border-radius: 18px;
  border: 1px solid rgba(245,236,220,0.1);
  background: linear-gradient(180deg, rgba(18,22,27,0.92), rgba(10,11,14,0.98));
  color: #f0e8d7;
  font-weight: 700;
  text-align: center;
  padding: 14px;
}

.c82jq6 {
  padding: 0 22px;
}

.c82jq6 summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  font-weight: 700;
}

.c82jq6 summary::-webkit-details-marker { display: none; }
.c82jq6 p { margin: 0 0 22px; color: var(--muted); }

.y02y6s3 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.h9xd3fn5 {
  padding: 12px 18px;
  border-radius: 14px;
  border: 1px solid rgba(245,236,220,0.18);
  background: rgba(255,255,255,0.02);
  color: var(--text);
  cursor: pointer;
}

.l2qqzq58,
.fe1byd8,
.xnb7vkdx,
.mxshhr {
  border-radius: 28px;
  border: 1px solid rgba(245,236,220,0.12);
  background: linear-gradient(180deg, rgba(18,22,27,0.94), rgba(8,10,12,0.98));
  box-shadow: var(--shadow);
}

.l2qqzq58 {
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.l2qqzq58 img {
  border-radius: 20px;
  min-height: 320px;
  object-fit: cover;
  height: 100%;
}

.fe1byd8 {
  padding: 22px;
  overflow: hidden;
}

pre {
  white-space: pre-wrap;
  word-break: break-word;
  margin: 0;
  padding: 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  color: #efe8d9;
  border: 1px solid rgba(245,236,220,0.09);
}

.xnb7vkdx {
  margin-top: 34px;
  overflow: hidden;
}

.cksfsdok {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0;
  min-height: 430px;
}

.iuio9gv6 {
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c879dnwxi img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 16px;
}

.footer {
  padding: 84px 0 46px;
}

.mxshhr {
  padding: 28px;
}

.phuhl {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  align-items: start;
}

.c7dq02q0 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.kxi3t {
  border-radius: 18px;
  padding: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(245,236,220,0.12);
  text-align: center;
}

.kxi3t img {
  border-radius: 14px;
  margin-bottom: 10px;
  background: #fffaf4;
}

.kkk9fmxf {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.kkk9fmxf a {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(245,236,220,0.12);
  color: var(--text);
  background: rgba(255,255,255,0.02);
}

.c6f9thsu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(245,236,220,0.08);
  color: var(--muted);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  margin-top: 16px;
}

.breadcrumb span::after {
  content: '/';
  margin-left: 8px;
  color: rgba(255,255,255,0.24);
}

.breadcrumb span:last-child::after { display: none; }

.c1kp4t { display: none; }

@media (max-width: 1080px) {
  .e9c70kbs,
  .cksfsdok,
  .l2qqzq58,
  .rbrpdigz,
  .zp4qwp,
  .phuhl { grid-template-columns: 1fr; }
  .lm9tyt,
  .gyjpd,
  .ugh7g0w,
  .x04ne1,
  .y0149mmt,
  .c2c53o1n,
  .wkeu3,
  .c2v4l3n8n,
  .c7dq02q0,
  .c784yp,
  .b5s0wbz { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .c1lp38s4,
  .b3pm6 { min-height: 420px; }
}

@media (max-width: 720px) {
  .rqi6o,
  .czcqk5l,
  .xo9eknz,
  .c4d5o60yo,
  .z6l44s9l,
  .ob07qdnc,
  .c6f9thsu { align-items: flex-start; }
  .bm3f5 { grid-template-columns: 1fr; }
  .lm9tyt,
  .gyjpd,
  .ugh7g0w,
  .x04ne1,
  .y0149mmt,
  .c2c53o1n,
  .wkeu3,
  .c2v4l3n8n,
  .c7dq02q0,
  .c784yp,
  .b5s0wbz { grid-template-columns: 1fr; }
  .tacfr h1,
  .xnb7vkdx h1 { font-size: 2.4rem; }
  .iuio9gv6 { padding: 30px 22px; }
  .c1lp38s4,
  .b3pm6 { min-height: 360px; }
  .pfck9q { width: 52px; height: 52px; border-radius: 14px; }
}
