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

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

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

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

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

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

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

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

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

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

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

.lbpukw5d {
  padding: 0 0 18px;
}

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

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

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

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

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

.tp924 {
  padding: 44px 0 0;
}

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

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

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

.y2ldjym h1,
.vrjj9yee 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;
}

.y2ldjym p,
.vrjj9yee p,
.c8y5ni,
.trqofog p {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0 0 18px;
}

.c3mfwz0qp,
.ryj84,
.c3wrlt8,
.v9pzv6bu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

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

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

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

.ehs299z,
.ee2wg9 {
  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;
}

.ehs299z img,
.ee2wg9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

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

.t297b,
.c3tjkelb,
.c32x9xc8,
.xn6z5qra {
  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);
}

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

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

.c32x9xc8,
.xn6z5qra {
  padding: 15px 18px;
  max-width: 260px;
}

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

.section {
  padding: 84px 0 0;
}

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

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

.utp7sh,
.aobvyri {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.c16i8lvm,
.wnc85sz {
  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;
}

.pmomyc,
.c7q7oet,
.yr5cz,
.c261xau5f,
.c7kt4mnt1,
.c4vlxflqi,
.c4omnhfh,
.zwrnkpn,
.p1aeev2i,
.eglhi {
  display: grid;
  gap: 18px;
}

.yr5cz { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pmomyc, .c261xau5f, .c4vlxflqi, .c4omnhfh { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.c7q7oet { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.c7kt4mnt1 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.zwrnkpn { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.p1aeev2i { grid-template-columns: 1.3fr 0.7fr; }
.eglhi { grid-template-columns: 1fr 1fr; }

.iv13t,
.yqpooaj3,
.hy2ylxes,
.qaxxhhc,
.c1mk7x,
.fxvjdpyh,
.jzztqkl,
.c1g72vp,
.iiq07,
.j99es4ae,
.c23bjme {
  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);
}

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

.iv13t:hover,
.iv13t.bd9ncvo,
.yqpooaj3:hover,
.c23bjme:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 135, 103, 0.32);
}

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

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

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

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

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

.iv13t:hover .v55sys,
.iv13t.bd9ncvo .v55sys { opacity: 1; transform: translate(-50%, -50%) scale(1); }

.dhyjjdrn,
.jzztqkl,
.yqpooaj3,
.hy2ylxes,
.qaxxhhc,
.c1mk7x,
.fxvjdpyh,
.c1g72vp,
.iiq07,
.c23bjme {
  padding: 20px;
}

.dhyjjdrn h3,
.hy2ylxes h3,
.qaxxhhc h3,
.c23bjme h3,
.jzztqkl h3,
.c1g72vp h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
}

.dhyjjdrn p,
.hy2ylxes p,
.qaxxhhc dd,
.c1mk7x p,
.fxvjdpyh p,
.jzztqkl p,
.c23bjme p { color: var(--muted); }

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

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

.qbdgn,
.wspqdm,
.c23s96qhh {
  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;
}

.c3c1vw,
.zw5z5e,
.dgsena {
  padding-left: 18px;
  margin: 12px 0 0;
  color: var(--muted);
}

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

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

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

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

.j99es4ae {
  padding: 0 22px;
}

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

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

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

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

.yozdy921,
.oc9s5l0,
.vrjj9yee,
.qdn7db1 {
  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);
}

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

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

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

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

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

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

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

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

.qdn7db1 {
  padding: 28px;
}

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

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

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

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

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

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

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

.c947ldk { display: none; }

@media (max-width: 1080px) {
  .abyxerj,
  .tb45uqj6,
  .yozdy921,
  .eglhi,
  .p1aeev2i,
  .npq43a17 { grid-template-columns: 1fr; }
  .yr5cz,
  .pmomyc,
  .c7q7oet,
  .c261xau5f,
  .c4vlxflqi,
  .c4omnhfh,
  .zwrnkpn,
  .c7kt4mnt1,
  .m8jh8q4b,
  .dkk0tm,
  .b1d0dyl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ehs299z,
  .ee2wg9 { min-height: 420px; }
}

@media (max-width: 720px) {
  .jsl53m,
  .c8r1q5f,
  .kj2nd,
  .c3mfwz0qp,
  .ryj84,
  .c3wrlt8,
  .spy3i6 { align-items: flex-start; }
  .c62dyrlk { grid-template-columns: 1fr; }
  .yr5cz,
  .pmomyc,
  .c7q7oet,
  .c261xau5f,
  .c4vlxflqi,
  .c4omnhfh,
  .zwrnkpn,
  .c7kt4mnt1,
  .m8jh8q4b,
  .dkk0tm,
  .b1d0dyl { grid-template-columns: 1fr; }
  .y2ldjym h1,
  .vrjj9yee h1 { font-size: 2.4rem; }
  .trqofog { padding: 30px 22px; }
  .ehs299z,
  .ee2wg9 { min-height: 360px; }
  .e1oeucy { width: 52px; height: 52px; border-radius: 14px; }
}
