
/* 数码新海派电影刊物风总样式：文件围绕黑场监看器、珊瑚橙提示灯、刊物化排版和视频控制台层次来组织。 */
@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;
}

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

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

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

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

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

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

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

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

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

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

.c3n7r4d0 {
  padding: 0 0 18px;
}

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

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

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

.orkyz9,
.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,
.orkyz9:hover {
  transform: translateY(-2px);
}

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

.c5quw2b {
  padding: 44px 0 0;
}

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

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

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

.qputdd h1,
.p7q8nbn 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;
}

.qputdd p,
.p7q8nbn p,
.ff9bz2,
.t4klb p {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0 0 18px;
}

.c26kk293,
.c2raz9,
.prxk9k7,
.hn5en {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

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

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

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

.c3435p7h,
.c8yn9w {
  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;
}

.c3435p7h img,
.c8yn9w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

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

.e4vvt9y,
.hkcxtaps,
.c45vq7s,
.yox1mkf {
  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);
}

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

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

.c45vq7s,
.yox1mkf {
  padding: 15px 18px;
  max-width: 260px;
}

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

.section {
  padding: 84px 0 0;
}

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

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

.ts1ong,
.qarhjzc {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.oxdo3,
.bezmc {
  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;
}

.y1nsah3,
.i1idigf9,
.h9aqi7,
.ffniwgvs,
.c04wv5,
.pud75qb3,
.ryu1fq,
.sjjifz,
.wp958uo,
.tqf142 {
  display: grid;
  gap: 18px;
}

.h9aqi7 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.y1nsah3, .ffniwgvs, .pud75qb3, .ryu1fq { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.i1idigf9 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.c04wv5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sjjifz { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.wp958uo { grid-template-columns: 1.3fr 0.7fr; }
.tqf142 { grid-template-columns: 1fr 1fr; }

.fyj46zbi,
.c5no9w,
.lnx4zlw,
.c1dviw2o,
.uj2jeztv,
.tlal8xwj,
.c6ic0p0c,
.lw0s1,
.c0ronj,
.gnyip,
.ogblt7yp {
  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);
}

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

.fyj46zbi:hover,
.fyj46zbi.l3qmkb9,
.c5no9w:hover,
.ogblt7yp:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 135, 103, 0.32);
}

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

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

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

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

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

.fyj46zbi:hover .ymkm7v,
.fyj46zbi.l3qmkb9 .ymkm7v { opacity: 1; transform: translate(-50%, -50%) scale(1); }

.ur16vav,
.c6ic0p0c,
.c5no9w,
.lnx4zlw,
.c1dviw2o,
.uj2jeztv,
.tlal8xwj,
.lw0s1,
.c0ronj,
.ogblt7yp {
  padding: 20px;
}

.ur16vav h3,
.lnx4zlw h3,
.c1dviw2o h3,
.ogblt7yp h3,
.c6ic0p0c h3,
.lw0s1 h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
}

.ur16vav p,
.lnx4zlw p,
.c1dviw2o dd,
.uj2jeztv p,
.tlal8xwj p,
.c6ic0p0c p,
.ogblt7yp p { color: var(--muted); }

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

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

.fby3f,
.c2isc50,
.chvr9gs2 {
  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;
}

.n4k5l,
.vxhja7bc,
.c76t0pw {
  padding-left: 18px;
  margin: 12px 0 0;
  color: var(--muted);
}

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

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

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

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

.gnyip {
  padding: 0 22px;
}

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

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

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

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

.tn5f8d,
.ai2y67f,
.p7q8nbn,
.c0ci54v2 {
  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);
}

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

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

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

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

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

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

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

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

.c0ci54v2 {
  padding: 28px;
}

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

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

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

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

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

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

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

.c3j7aa6 { display: none; }

@media (max-width: 1080px) {
  .fqpqly,
  .c0h66qrk,
  .tn5f8d,
  .tqf142,
  .wp958uo,
  .c8bq24 { grid-template-columns: 1fr; }
  .h9aqi7,
  .y1nsah3,
  .i1idigf9,
  .ffniwgvs,
  .pud75qb3,
  .ryu1fq,
  .sjjifz,
  .c04wv5,
  .e8mj36d,
  .buipo1,
  .c2c8andu { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .c3435p7h,
  .c8yn9w { min-height: 420px; }
}

@media (max-width: 720px) {
  .c0uhhn,
  .c1zmgn6in,
  .mo4bhx5x,
  .c26kk293,
  .c2raz9,
  .prxk9k7,
  .wzjrbg { align-items: flex-start; }
  .c8bl5q { grid-template-columns: 1fr; }
  .h9aqi7,
  .y1nsah3,
  .i1idigf9,
  .ffniwgvs,
  .pud75qb3,
  .ryu1fq,
  .sjjifz,
  .c04wv5,
  .e8mj36d,
  .buipo1,
  .c2c8andu { grid-template-columns: 1fr; }
  .qputdd h1,
  .p7q8nbn h1 { font-size: 2.4rem; }
  .t4klb { padding: 30px 22px; }
  .c3435p7h,
  .c8yn9w { min-height: 360px; }
  .wy8zjs { width: 52px; height: 52px; border-radius: 14px; }
}
