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

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

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

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

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

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

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

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

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

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

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

.c6v41h3 {
  padding: 0 0 18px;
}

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

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

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

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

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

.pfhe8e7 {
  padding: 44px 0 0;
}

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

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

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

.vmfbgk h1,
.w6m5yv1 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;
}

.vmfbgk p,
.w6m5yv1 p,
.ugmj6emu,
.n4g2b p {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0 0 18px;
}

.n2i93,
.btmg6,
.c2l330j,
.c739pod {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

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

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

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

.quycq5ov,
.eettwv {
  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;
}

.quycq5ov img,
.eettwv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

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

.c2g4qlw57,
.c8l3cy6s,
.c8czlgp,
.c9cgv10j4 {
  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);
}

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

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

.c8czlgp,
.c9cgv10j4 {
  padding: 15px 18px;
  max-width: 260px;
}

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

.section {
  padding: 84px 0 0;
}

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

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

.c8eup5h,
.sefosgv {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.q04fks1h,
.c1d0ix {
  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;
}

.c55ak9ci4,
.dltk0iyl,
.c6boq8e4,
.p785uwz,
.obf28p,
.z6gsj5,
.c4hnof0v,
.ehklw,
.g988uq9m,
.c8nnylg {
  display: grid;
  gap: 18px;
}

.c6boq8e4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.c55ak9ci4, .p785uwz, .z6gsj5, .c4hnof0v { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dltk0iyl { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.obf28p { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ehklw { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.g988uq9m { grid-template-columns: 1.3fr 0.7fr; }
.c8nnylg { grid-template-columns: 1fr 1fr; }

.zzzy34z4,
.nj3uz7y,
.dakxv,
.iqgy70z,
.tpfnqx2,
.c926xh1e,
.c0ibdl,
.lpcr83ry,
.g208who9,
.waj6j6,
.c3jiz0wa {
  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);
}

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

.zzzy34z4:hover,
.zzzy34z4.gkq1oj2,
.nj3uz7y:hover,
.c3jiz0wa:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 135, 103, 0.32);
}

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

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

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

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

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

.zzzy34z4:hover .kxo6hqo,
.zzzy34z4.gkq1oj2 .kxo6hqo { opacity: 1; transform: translate(-50%, -50%) scale(1); }

.atin196,
.c0ibdl,
.nj3uz7y,
.dakxv,
.iqgy70z,
.tpfnqx2,
.c926xh1e,
.lpcr83ry,
.g208who9,
.c3jiz0wa {
  padding: 20px;
}

.atin196 h3,
.dakxv h3,
.iqgy70z h3,
.c3jiz0wa h3,
.c0ibdl h3,
.lpcr83ry h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
}

.atin196 p,
.dakxv p,
.iqgy70z dd,
.tpfnqx2 p,
.c926xh1e p,
.c0ibdl p,
.c3jiz0wa p { color: var(--muted); }

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

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

.c2wmupdim,
.katti,
.c0kqqlhj4 {
  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;
}

.ugqip,
.c6gshn,
.gf6l6s8 {
  padding-left: 18px;
  margin: 12px 0 0;
  color: var(--muted);
}

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

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

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

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

.waj6j6 {
  padding: 0 22px;
}

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

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

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

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

.zy49i9c,
.c542xi2,
.w6m5yv1,
.eq7w4s {
  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);
}

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

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

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

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

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

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

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

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

.eq7w4s {
  padding: 28px;
}

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

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

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

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

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

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

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

.hitqwl { display: none; }

@media (max-width: 1080px) {
  .c81h8g2mf,
  .c2ffsrhq9,
  .zy49i9c,
  .c8nnylg,
  .g988uq9m,
  .bt43frp { grid-template-columns: 1fr; }
  .c6boq8e4,
  .c55ak9ci4,
  .dltk0iyl,
  .p785uwz,
  .z6gsj5,
  .c4hnof0v,
  .ehklw,
  .obf28p,
  .c74cjf,
  .pfvv5mc9,
  .c8iq4wrm { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quycq5ov,
  .eettwv { min-height: 420px; }
}

@media (max-width: 720px) {
  .or8w1pct,
  .x5fkpfsv,
  .i20q7h,
  .n2i93,
  .btmg6,
  .c2l330j,
  .c05cjbz2 { align-items: flex-start; }
  .c68qxm3h { grid-template-columns: 1fr; }
  .c6boq8e4,
  .c55ak9ci4,
  .dltk0iyl,
  .p785uwz,
  .z6gsj5,
  .c4hnof0v,
  .ehklw,
  .obf28p,
  .c74cjf,
  .pfvv5mc9,
  .c8iq4wrm { grid-template-columns: 1fr; }
  .vmfbgk h1,
  .w6m5yv1 h1 { font-size: 2.4rem; }
  .n4g2b { padding: 30px 22px; }
  .quycq5ov,
  .eettwv { min-height: 360px; }
  .p3jyyv { width: 52px; height: 52px; border-radius: 14px; }
}
