/* 夜班档案室：新粗野主义编辑排版、真实纪实摄影、证据黄索引与克制红章。 */
@charset "UTF-8";

:root {
  --f20: #080909;
  --x43: #101111;
  --x52: #151616;
  --m47: #f2efe6;
  --u7: #aaa89f;
  --a34: #f2c94c;
  --f19: #b99b32;
  --t70: #e73e37;
  --t73: #313230;
  --y34: #5b5748;
  --v76: #47c987;
  --j76: 8px 8px 0 rgba(0, 0, 0, .48);
  --n19: cubic-bezier(.23, 1, .32, 1);
  --w22: cubic-bezier(.77, 0, .175, 1);
  --j99: 1380px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--f20);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--m47);
  background:
    radial-gradient(circle at 86% 8%, rgba(242, 201, 76, .065), transparent 28rem),
    linear-gradient(180deg, #070808 0%, #0a0b0b 45%, #070808 100%);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: 50;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

::selection {
  color: var(--f20);
  background: var(--a34);
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--a34);
  outline-offset: 4px;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  display: block;
}

.cy-col {
  width: min(calc(100% - 40px), var(--j99));
  margin-inline: auto;
}

.r6x2w3 {
  position: relative;
  z-index: 20;
  height: 37px;
  overflow: hidden;
  color: #111;
  border-bottom: 1px solid #90771c;
  background: var(--a34);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cy-row {
  display: flex;
  align-items: center;
  width: max-content;
  height: 100%;
  animation: ticker-run 32s linear infinite;
}

.r6x2w3:hover .cy-row {
  animation-play-state: paused;
}

.fn-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 28px;
  white-space: nowrap;
}

.fn-tag::before {
  width: 6px;
  height: 6px;
  background: #111;
  content: "";
  transform: rotate(45deg);
}

@keyframes ticker-run {
  to { transform: translateX(-50%); }
}

.n3c6e5 {
  position: sticky;
  z-index: 18;
  top: 0;
  border-bottom: 1px solid rgba(242, 201, 76, .28);
  background: rgba(8, 9, 9, .93);
  backdrop-filter: blur(18px);
}

._snnrl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 32px;
}

._37v9w {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 13px;
}

.bw-head {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 50px;
  height: 50px;
  padding: 4px;
  border: 1px solid var(--a34);
  background: #0a0b0b;
  clip-path: polygon(0 0, 100% 0, 100% 79%, 79% 100%, 0 100%);
}

.bw-head::before {
  position: absolute;
  top: 7px;
  left: -1px;
  width: 4px;
  height: 4px;
  background: var(--a34);
  box-shadow: 0 9px 0 var(--a34), 0 18px 0 var(--a34), 0 27px 0 var(--a34);
  content: "";
}

.vw-grid {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.hp-flow {
  display: grid;
  line-height: 1;
}

.hp-flow strong {
  position: relative;
  overflow: hidden;
  max-width: 300px;
  color: var(--m47);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hp-flow strong::after {
  display: inline-block;
  width: 26px;
  height: 8px;
  margin-left: 9px;
  background: repeating-linear-gradient(90deg, var(--a34) 0 4px, transparent 4px 7px);
  content: "";
  transform: translateY(-2px);
}

.hp-flow small {
  margin-top: 7px;
  color: var(--a34);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
}

.mv-pill {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.mv-pill a,
.mv-note {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  color: #d4d1c7;
  font-size: 13px;
  font-weight: 700;
  transition: color 180ms var(--n19), background 180ms var(--n19), transform 140ms var(--n19);
}

.mv-pill a::after {
  position: absolute;
  right: 14px;
  bottom: 7px;
  left: 14px;
  height: 2px;
  background: var(--a34);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms var(--n19);
}

.mv-pill a:hover,
.mv-note:hover {
  color: var(--m47);
  background: rgba(242, 201, 76, .08);
}

.mv-pill a:hover::after,
.mv-pill a[aria-current="page"]::after {
  transform: scaleX(1);
}

.mv-pill a[aria-current="page"] {
  color: var(--a34);
}

.mv-note {
  margin-left: 8px;
  border: 1px solid var(--t73);
}

.mv-note:active,
._kv3pa:active,
._7ebaw:active,
.u4l5k3:active {
  transform: scale(.97);
}

.u4l5k3 {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--t73);
  background: var(--x52);
  transition: transform 140ms var(--n19);
}

.u4l5k3 span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--a34);
}

._ful2q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  gap: 20px;
  color: var(--u7);
  border-bottom: 1px solid var(--t73);
  font-size: 12px;
}

.qr-box {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

._m1wd3 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--v76);
  box-shadow: 0 0 0 0 rgba(71, 201, 135, .5);
  animation: pulse-status 2.4s infinite;
}

@keyframes pulse-status {
  60% { box-shadow: 0 0 0 8px rgba(71, 201, 135, 0); }
  100% { box-shadow: 0 0 0 0 rgba(71, 201, 135, 0); }
}

.hp-row {
  color: var(--a34);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

._tu79e {
  display: grid;
  grid-template-columns: 148px minmax(0, 1.5fr) minmax(300px, .68fr);
  gap: 2px;
  padding: 32px 0 22px;
}

._6wtg1 {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--t73);
  background: #0b0c0c;
}

.k2d3i4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 12px;
  color: var(--a34);
  border-bottom: 1px solid var(--t73);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 10px;
  letter-spacing: .12em;
}

.k2d3i4 b {
  color: var(--u7);
}

.w1b9n9 {
  display: grid;
  gap: 2px;
  padding: 16px 12px;
  border-bottom: 1px solid var(--t73);
  transition: color 160ms var(--n19), background 160ms var(--n19), padding-left 160ms var(--n19);
}

.w1b9n9 b {
  color: var(--m47);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 21px;
  line-height: 1;
}

.w1b9n9 span {
  color: var(--a34);
  font-size: 9px;
  font-weight: 800;
}

.w1b9n9 time {
  color: var(--u7);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 9px;
  letter-spacing: .08em;
}

.w1b9n9:hover {
  padding-left: 17px;
  color: #111;
  background: var(--a34);
}

.w1b9n9:hover b,
.w1b9n9:hover span,
.w1b9n9:hover time {
  color: #111;
}

.mv-head {
  margin: auto 10px 12px;
  padding: 11px 8px;
  color: #ff6f67;
  border: 2px solid rgba(231, 62, 55, .72);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .12em;
  text-align: center;
  transform: rotate(-2deg);
}

.l3b7e7 {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid var(--t73);
  background: #050505;
}

.q3y2z3,
.p4v5x8,
.a7l8n8 img,
.n4l9z4 img,
._wl5o0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.q3y2z3 {
  position: absolute;
  inset: 0;
  opacity: .82;
  filter: saturate(.78) contrast(1.08);
  transition: opacity 220ms var(--n19), transform 700ms var(--w22);
}

.l3b7e7:hover .q3y2z3 {
  opacity: .92;
  transform: scale(1.015);
}

.l3b7e7::before,
.rp-tag::before,
.a7l8n8::before,
._wl5o0::before {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  bottom: 14px;
  left: 14px;
  pointer-events: none;
  border: 1px solid rgba(242, 239, 230, .28);
  content: "";
  clip-path: polygon(0 0, 17px 0, 17px 1px, 1px 1px, 1px 17px, 0 17px, 0 0, 100% 0, 100% 17px, calc(100% - 1px) 17px, calc(100% - 1px) 1px, calc(100% - 17px) 1px, calc(100% - 17px) 0, 100% 0, 100% 100%, calc(100% - 17px) 100%, calc(100% - 17px) calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) calc(100% - 17px), 100% calc(100% - 17px), 100% 100%, 0 100%, 0 calc(100% - 17px), 1px calc(100% - 17px), 1px calc(100% - 1px), 17px calc(100% - 1px), 17px 100%, 0 100%);
}

._x0let {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .86) 0%, rgba(0, 0, 0, .34) 62%, rgba(0, 0, 0, .06) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .92) 0%, transparent 58%);
}

._grdal {
  position: absolute;
  z-index: 3;
  right: 6%;
  bottom: 7%;
  left: 6%;
  max-width: 770px;
}

.d8h6j3,
.t7b2j8,
.d4q6w5,
._zgfvp {
  color: var(--a34);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.lq-slot {
  max-width: 730px;
  margin: 12px 0 18px;
  font-size: clamp(34px, 5.1vw, 72px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.055em;
  text-wrap: balance;
}

._9pkpj {
  margin: -5px 0 15px;
  color: var(--a34);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}

.tx-head {
  max-width: 680px;
  margin: 0 0 18px;
  font-size: clamp(19px, 2.2vw, 30px);
  line-height: 1.3;
  letter-spacing: -.025em;
}

.tx-head a:hover {
  color: var(--a34);
}

.b3o4f7,
.wd-wrap,
.e2m9j1,
.k4y3z2,
.w9u2w5 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  color: var(--u7);
  font-size: 12px;
}

.b3o4f7 strong,
.wd-wrap strong {
  color: var(--m47);
}

.j4q8a7 {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 3px 10px;
  color: #fff;
  border: 2px solid #ff6f67;
  background: rgba(184, 23, 18, .82);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  transform: rotate(-2deg);
}

._j9r71 {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 16px;
  color: var(--a34);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
}

._j9r71 b {
  font-size: 28px;
  line-height: 1;
}

._j9r71 small {
  color: var(--u7);
  font-size: 11px;
  letter-spacing: .08em;
}

._1o60r {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 2px;
}

.rp-tag {
  position: relative;
  display: grid;
  min-height: 202px;
  overflow: hidden;
  border: 1px solid var(--t73);
  background: var(--x43);
  transition: border-color 180ms var(--n19), transform 180ms var(--n19);
}

.rp-tag:hover,
.brief-card._l4u50 {
  z-index: 3;
  border-color: var(--a34);
  transform: translateX(-6px);
}

.p4v5x8 {
  position: absolute;
  inset: 0;
  opacity: .4;
  filter: saturate(.65);
}

.nf-flow {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #090a0a 3%, rgba(9, 10, 10, .8) 47%, rgba(9, 10, 10, .25));
}

.pn-wrap {
  position: relative;
  z-index: 3;
  align-self: end;
  padding: 28px;
}

.pn-wrap h2 {
  max-width: 460px;
  margin: 8px 0 12px;
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: -.025em;
}

.b1s5e4 {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  margin: 14px 0 80px;
  border-top: 1px solid var(--f19);
  border-bottom: 1px solid var(--f19);
  background: rgba(242, 201, 76, .035);
}

.d9h5m3 {
  min-height: 120px;
  padding: 23px 24px;
  border-right: 1px solid var(--t73);
}

.d9h5m3:last-child {
  border-right: 0;
}

.d9h5m3 small {
  display: block;
  color: var(--u7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}

.d9h5m3 strong {
  display: block;
  margin-top: 8px;
  color: var(--a34);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.d9h5m3 p {
  margin: 8px 0 0;
  color: var(--u7);
  font-size: 12px;
}

.fn-mark {
  margin: 0 0 92px;
}

.c6h1q6 {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--t73);
}

.c6h1q6 h2,
.c6h1q6 h1 {
  margin: 5px 0 0;
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.c6h1q6 p {
  max-width: 490px;
  margin: 0;
  color: var(--u7);
  font-size: 13px;
}

._97hk5 {
  color: var(--y34);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}

._l0jiy {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--t73);
}

.l3a3v7 {
  position: relative;
  min-height: 184px;
  padding: 26px;
  overflow: hidden;
  border-right: 1px solid var(--t73);
  background: var(--x43);
  transition: background 200ms var(--n19), color 200ms var(--n19);
}

.l3a3v7:last-child {
  border-right: 0;
}

.l3a3v7::after {
  position: absolute;
  right: -20px;
  bottom: -44px;
  color: rgba(242, 201, 76, .055);
  content: attr(data-code);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 1;
  transition: transform 240ms var(--n19), color 240ms var(--n19);
}

.l3a3v7:hover {
  color: #111;
  background: var(--a34);
}

.l3a3v7:hover::after {
  color: rgba(0, 0, 0, .09);
  transform: translate(-10px, -8px);
}

._4qzr3 {
  font-size: 26px;
}

.l3a3v7 b {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 35px;
  font-size: 18px;
}

.l3a3v7 small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 7px;
  color: var(--u7);
  font-size: 11px;
}

.l3a3v7:hover small {
  color: rgba(0, 0, 0, .66);
}

.f1g7m9 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
  gap: 38px;
}

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

.dk-unit {
  position: relative;
  min-width: 0;
  border-bottom: 1px solid var(--t73);
  background: linear-gradient(180deg, rgba(255,255,255,.025), transparent);
  transition: transform 200ms var(--n19), border-color 200ms var(--n19);
}

.dk-unit:nth-child(4n + 2) {
  margin-top: 38px;
}

.dk-unit:nth-child(5n) {
  margin-top: 16px;
}

.dk-unit:hover {
  border-color: var(--a34);
  transform: translateY(-7px);
}

.a7l8n8 {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #050505;
}

.a7l8n8 img {
  filter: saturate(.72) contrast(1.04);
  transition: transform 450ms var(--w22), filter 250ms var(--n19);
}

.dk-unit:hover .a7l8n8 img {
  filter: saturate(.92) contrast(1.08);
  transform: scale(1.035);
}

.bx-line {
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  padding: 34px 18px 14px;
  color: var(--m47);
  background: linear-gradient(0deg, rgba(0,0,0,.86), transparent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.hp-col {
  padding: 18px 4px 22px;
}

.hp-col h3 {
  display: -webkit-box;
  min-height: 54px;
  margin: 8px 0 14px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -.025em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hp-col h3 a:hover {
  color: var(--a34);
}

.q8c4v1 {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 2px 7px;
  color: var(--a34);
  border: 1px solid var(--f19);
  font-size: 10px;
  font-weight: 800;
}

.y9h5c9 {
  color: #85837b;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 9px;
  letter-spacing: .08em;
}

.pn-unit {
  margin-left: auto;
  color: var(--a34);
  letter-spacing: -.08em;
}

._f9zoz {
  position: sticky;
  top: 118px;
  padding-left: 24px;
  border-left: 1px solid var(--t73);
}

.wd-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--a34);
  font-size: 14px;
}

.wd-flow span {
  color: var(--t70);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 11px;
  letter-spacing: .14em;
}

.lq-note {
  height: 342px;
  overflow: hidden;
}

._d6jjc {
  animation: feed-rise 28s linear infinite;
}

.lq-note:hover ._d6jjc {
  animation-play-state: paused;
}

@keyframes feed-rise {
  to { transform: translateY(-50%); }
}

._0iv9v {
  padding: 13px 0;
  color: #d7d3c7;
  border-bottom: 1px dashed var(--t73);
  font-size: 12px;
}

._0iv9v time {
  display: block;
  margin-bottom: 3px;
  color: var(--a34);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 10px;
  letter-spacing: .08em;
}

.b9v5q8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--t73);
  border-left: 1px solid var(--t73);
}

.q1h5v4 {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  min-height: 145px;
  gap: 17px;
  padding: 24px;
  border-right: 1px solid var(--t73);
  border-bottom: 1px solid var(--t73);
  background: rgba(255, 255, 255, .018);
  transition: background 180ms var(--n19), transform 180ms var(--n19);
}

.q1h5v4:hover {
  z-index: 2;
  background: rgba(242, 201, 76, .08);
  transform: translate(-4px, -4px);
}

.x3i9m6 {
  width: 64px;
  height: 64px;
  border: 2px solid var(--a34);
  border-radius: 50%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.03);
}

._rjj6u b {
  display: block;
  font-size: 16px;
}

.hp-area {
  display: inline-block;
  margin-top: 4px;
  color: var(--a34);
  font-size: 10px;
  font-weight: 800;
}

.rp-slot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 10px;
  color: var(--u7);
  font-size: 10px;
}

._66mdn {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  border: 1px solid var(--t73);
}

._jdwjz {
  margin: 0;
  padding: 0;
  list-style: none;
}

._e5yob {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 86px;
  align-items: center;
  min-height: 66px;
  gap: 16px;
  padding: 10px 22px;
  border-bottom: 1px solid var(--t73);
  transition: background 180ms var(--n19), padding-left 180ms var(--n19);
}

._e5yob:last-child {
  border-bottom: 0;
}

._e5yob:hover {
  padding-left: 28px;
  background: rgba(242, 201, 76, .055);
}

.nf-area {
  color: var(--a34);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

._e5yob:nth-child(-n + 3) .nf-area {
  color: var(--t70);
}

.fn-col {
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._lw6k6 {
  color: var(--a34);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  text-align: right;
}

.j7i6h5 {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-left: 1px solid var(--t73);
  background: #0d0e0e;
}

.j7i6h5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
  filter: saturate(.6);
}

.y7a1k6 {
  position: absolute;
  inset: auto 28px 28px;
}

.y7a1k6 strong {
  display: block;
  max-width: 310px;
  font-size: 28px;
  line-height: 1.2;
}

.y7a1k6 p {
  margin: 10px 0 0;
  color: var(--u7);
  font-size: 12px;
}

.n3d3o2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--t73);
  border-left: 1px solid var(--t73);
}

.dk-area {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  min-height: 150px;
  padding: 22px;
  border-right: 1px solid var(--t73);
  border-bottom: 1px solid var(--t73);
}

.dk-area .x3i9m6 {
  width: 44px;
  height: 44px;
  border-width: 1px;
}

._hxxt6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.q1b5f1 {
  margin-left: auto;
  color: var(--a34);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
}

._hxxt6 b {
  font-size: 13px;
}

.dk-area p {
  margin: 9px 0 13px;
  color: #d4d1c7;
  font-size: 13px;
  line-height: 1.75;
}

._7ebaw {
  padding: 0;
  color: var(--u7);
  border: 0;
  background: transparent;
  font-size: 11px;
  transition: color 160ms var(--n19), transform 140ms var(--n19);
}

._7ebaw:hover,
.like-button.n8o1j8 {
  color: var(--a34);
}

.lq-tag {
  position: relative;
  padding: 72px 0 52px;
  border-bottom: 1px solid var(--t73);
}

.lq-tag::after {
  position: absolute;
  right: 2%;
  bottom: -24px;
  color: rgba(242, 201, 76, .055);
  content: attr(data-index);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(110px, 19vw, 260px);
  font-weight: 700;
  line-height: .7;
  pointer-events: none;
}

.b2o7l6 {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px;
  color: var(--u7);
  font-size: 11px;
}

.b2o7l6 a:hover {
  color: var(--a34);
}

.lq-tag h1 {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0;
  font-size: clamp(40px, 7vw, 88px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -.06em;
}

.lq-tag p {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 20px 0 0;
  color: var(--u7);
  font-size: 15px;
}

.fn-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 50px;
  padding: 46px 0 90px;
}

._wl5o0 {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-bottom: 32px;
  background: #050505;
}

._wl5o0 img {
  filter: saturate(.72) contrast(1.06);
}

.v8h6h7 {
  position: absolute;
  z-index: 3;
  right: 25px;
  bottom: 22px;
  padding: 5px 9px;
  color: var(--a34);
  background: rgba(0, 0, 0, .72);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 11px;
  letter-spacing: .13em;
}

.k4y3z2 {
  justify-content: space-between;
  padding: 14px 0 18px;
  border-top: 1px solid var(--t73);
  border-bottom: 1px solid var(--t73);
}

.a9l1u7 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.a9l1u7 .x3i9m6 {
  width: 36px;
  height: 36px;
}

.jm-zone {
  color: #ddd9cf;
  font-size: 17px;
  line-height: 2;
}

.jm-zone p {
  margin: 26px 0;
}

.jm-zone p:first-child::first-letter {
  float: left;
  margin: 10px 10px 0 0;
  color: var(--a34);
  font-family: "Noto Sans SC", sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: .75;
}

._1gevr {
  margin: 34px 0;
  padding: 22px 24px;
  color: #d5d0c3;
  border-left: 4px solid var(--a34);
  background: rgba(242, 201, 76, .07);
  font-size: 13px;
}

._1gevr strong {
  color: var(--a34);
}

.z4s6q9 {
  margin: 38px 0 48px;
  padding: 0;
  list-style: none;
}

.z4s6q9 li {
  position: relative;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
  padding: 0 0 32px 30px;
  border-left: 1px solid var(--y34);
}

.z4s6q9 li:last-child {
  padding-bottom: 0;
  border-left-color: transparent;
}

.z4s6q9 li::before {
  position: absolute;
  top: 2px;
  left: -6px;
  width: 11px;
  height: 11px;
  border: 2px solid var(--f20);
  background: var(--a34);
  content: "";
  transform: rotate(45deg);
}

.z4s6q9 time {
  color: var(--a34);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.z4s6q9 strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}

.z4s6q9 p {
  margin: 0;
  color: var(--u7);
  font-size: 13px;
}

.i1r6q4 {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 4px;
  margin: 34px 0 48px;
}

.n4l9z4 {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  background: #050505;
}

.n4l9z4:first-child {
  grid-row: span 2;
  min-height: 484px;
}

.n4l9z4 img {
  filter: saturate(.62) contrast(1.08);
  transition: transform 500ms var(--w22), filter 250ms var(--n19);
}

.n4l9z4:hover img {
  filter: saturate(.88) contrast(1.03);
  transform: scale(1.025);
}

.n4l9z4 figcaption {
  position: absolute;
  inset: auto 14px 14px;
  padding: 8px 10px;
  color: var(--m47);
  background: rgba(0, 0, 0, .78);
  font-size: 10px;
}

.sl-flow {
  position: sticky;
  top: 118px;
}

.qr-slot {
  padding: 26px;
  color: #121212;
  background: var(--a34);
}

.qr-slot small {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.qr-slot strong {
  display: block;
  margin: 8px 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 62px;
  line-height: 1;
}

.qr-slot p {
  margin: 0;
  font-size: 12px;
}

.cy-tag {
  margin-top: 18px;
  border: 1px solid var(--t73);
}

.cy-tag h3 {
  margin: 0;
  padding: 15px 17px;
  border-bottom: 1px solid var(--t73);
  font-size: 13px;
}

.cy-tag ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cy-tag li {
  border-bottom: 1px solid var(--t73);
}

.cy-tag li:last-child {
  border-bottom: 0;
}

.cy-tag a {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 8px;
  padding: 14px 16px;
  color: #cfcbc0;
  font-size: 11px;
  line-height: 1.55;
  transition: color 170ms var(--n19), background 170ms var(--n19);
}

.cy-tag a span {
  color: var(--a34);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
}

.cy-tag a:hover {
  color: var(--a34);
  background: rgba(242, 201, 76, .05);
}

.hp-zone {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.fn-line {
  position: relative;
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--f19);
  background: rgba(242, 201, 76, .05);
}

.fn-line::before {
  position: absolute;
  top: -11px;
  left: 18px;
  padding: 2px 8px;
  color: #111;
  background: var(--a34);
  content: "神评";
  font-size: 10px;
  font-weight: 900;
}

.fn-line .x3i9m6 {
  width: 42px;
  height: 42px;
}

.fn-line p {
  color: #dedacf;
  font-size: 13px;
}

._ucu9s {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.l7u5w4 {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: end;
  gap: 34px;
  padding: 58px 0 40px;
  border-bottom: 1px solid var(--t73);
}

.l7u5w4 .x3i9m6 {
  width: 180px;
  height: 180px;
  border-width: 4px;
}

.l7u5w4 h1,
.l7u5w4 h2 {
  margin: 6px 0 12px;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 1;
  letter-spacing: -.055em;
}

.l7u5w4 p {
  max-width: 710px;
  margin: 0;
  color: var(--u7);
}

.a7u6g4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 32px 0 62px;
  border: 1px solid var(--t73);
}

.vw-item {
  padding: 28px;
  border-right: 1px solid var(--t73);
}

.vw-item:last-child {
  border-right: 0;
}

.vw-item strong {
  display: block;
  color: var(--a34);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 42px;
  line-height: 1;
}

.vw-item small {
  color: var(--u7);
  font-size: 11px;
}

._l8jyv {
  border-top: 1px solid var(--t73);
}

.f6n2a8 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 100px 100px;
  align-items: center;
  gap: 20px;
  min-height: 74px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--t73);
  transition: background 180ms var(--n19), padding-left 180ms var(--n19);
}

.f6n2a8:hover {
  padding-left: 25px;
  background: rgba(242, 201, 76, .05);
}

.f6n2a8 b {
  font-size: 14px;
}

.f6n2a8 span,
.f6n2a8 time {
  color: var(--u7);
  font-size: 11px;
  text-align: right;
}

.c8i5d7 {
  max-width: 980px;
  margin: 40px 0 80px;
}

.y3g8s1 {
  border-top: 1px solid var(--t73);
}

.y3g8s1:last-child {
  border-bottom: 1px solid var(--t73);
}

.y3g8s1 summary {
  position: relative;
  padding: 24px 50px 24px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}

.y3g8s1 summary::after {
  position: absolute;
  top: 24px;
  right: 4px;
  color: var(--a34);
  content: "+";
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 26px;
  transition: transform 180ms var(--n19);
}

.y3g8s1[open] summary::after {
  transform: rotate(45deg);
}

.y3g8s1 p {
  max-width: 780px;
  margin: 0;
  padding: 0 0 28px;
  color: var(--u7);
}

.tx-list {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  padding: 50px 0 90px;
}

.r2b3d4 {
  position: sticky;
  top: 128px;
  align-self: start;
  min-height: 510px;
  padding: 34px;
  overflow: hidden;
  color: #111;
  background: var(--a34);
}

.r2b3d4::after {
  position: absolute;
  right: -32px;
  bottom: -40px;
  color: rgba(0, 0, 0, .11);
  content: "FILE";
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 170px;
  font-weight: 700;
}

.r2b3d4 strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 330px;
  font-size: 42px;
  line-height: 1.12;
}

.r3i5p1 h2 {
  margin: 0 0 18px;
  font-size: 32px;
}

.r3i5p1 p {
  margin: 0 0 25px;
  color: #d5d1c6;
}

.j8d9t3 {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 2px;
  margin: 48px 0 90px;
  border: 1px solid var(--t73);
}

.c9i8w6 {
  padding: clamp(28px, 6vw, 72px);
  background: var(--x43);
}

.c9i8w6 h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.08;
}

.c9i8w6 p {
  color: var(--u7);
}

._kv3pa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 18px;
  padding: 0 22px;
  color: #111;
  border: 0;
  background: var(--a34);
  font-size: 13px;
  font-weight: 900;
  transition: background 180ms var(--n19), transform 140ms var(--n19);
}

._kv3pa:hover {
  background: #ffe173;
}

.m3u4b5 {
  position: relative;
  min-height: 460px;
  overflow: hidden;
}

.m3u4b5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.64);
}

.k1s5i2 {
  margin-top: 85px;
  padding: 42px 0;
  border-top: 1px solid var(--t73);
}

.k1s5i2 h2 {
  margin: 0 0 22px;
  font-size: 18px;
}

._yte17 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px 22px;
}

._yte17 a {
  color: var(--u7);
  font-size: 11px;
  transition: color 160ms var(--n19);
}

._yte17 a:hover {
  color: var(--a34);
}

.mv-zone {
  margin-top: 40px;
  padding: 52px 0 34px;
  border-top: 4px solid var(--a34);
  background: #050606;
}

.mv-row {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 45px;
}

.sl-item p {
  max-width: 430px;
  color: var(--u7);
  font-size: 12px;
}

._qb37p strong {
  display: block;
  margin-bottom: 13px;
  color: var(--a34);
  font-size: 12px;
}

._qb37p a {
  display: block;
  margin: 8px 0;
  color: var(--u7);
  font-size: 11px;
}

._qb37p a:hover {
  color: var(--m47);
}

.d5k4v5 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 38px;
  color: var(--a34);
  border-top: 1px solid #2c2c28;
  border-left: 1px solid #2c2c28;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 9px;
  letter-spacing: .1em;
}

.d5k4v5 span {
  padding: 10px 12px;
  border-right: 1px solid #2c2c28;
  border-bottom: 1px solid #2c2c28;
}

._sciix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  padding-top: 22px;
  color: #77766f;
  border-top: 1px solid #202120;
  font-size: 10px;
}

.p6n6x2 {
  position: fixed;
  z-index: 60;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  visibility: hidden;
  background: rgba(0, 0, 0, .82);
  pointer-events: none;
  transition: visibility 220ms;
}

.search-sheet.w9y9c7 {
  visibility: visible;
  pointer-events: auto;
}

.cy-foot {
  width: min(100%, 760px);
  padding: 30px;
  border: 1px solid var(--a34);
  background: #0d0e0e;
  box-shadow: var(--j76);
  transform: translateY(12px) scale(.98);
  transition: transform 220ms var(--n19);
}

.search-sheet.w9y9c7 .cy-foot {
  transform: translateY(0) scale(1);
}

.cy-foot label {
  display: block;
  margin-bottom: 12px;
  color: var(--a34);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
}

.l5r2f9 {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 8px;
}

.l5r2f9 input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  color: var(--m47);
  border: 1px solid var(--t73);
  border-radius: 0;
  background: #080909;
}

.l5r2f9 button,
.sl-cell {
  border: 0;
  background: var(--a34);
  color: #111;
  font-weight: 900;
}

.sl-cell {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  font-size: 20px;
}

._dx6tn {
  position: fixed;
  z-index: 70;
  right: 22px;
  bottom: 22px;
  max-width: 360px;
  padding: 14px 18px;
  color: #111;
  background: var(--a34);
  font-size: 12px;
  font-weight: 800;
  box-shadow: var(--j76);
  visibility: hidden;
  transform: translateY(16px);
  transition: transform 180ms var(--n19), visibility 180ms;
}

.toast-note.fn-foot {
  visibility: visible;
  transform: translateY(0);
}

._wd899 {
  transform: translateY(18px);
  transition: transform 480ms var(--n19);
}

.reveal-unit.fn-foot {
  transform: translateY(0);
}

.e8g4r3 {
  grid-column: 1 / -1;
  padding: 50px;
  color: var(--u7);
  border: 1px solid var(--t73);
  text-align: center;
}

@media (max-width: 1024px) {
  ._snnrl { min-height: 76px; }
  .u4l5k3 { display: block; }
  .mv-pill {
    position: absolute;
    top: 76px;
    right: 20px;
    left: 20px;
    display: grid;
    padding: 12px;
    visibility: hidden;
    border: 1px solid var(--t73);
    background: #0d0e0e;
    box-shadow: var(--j76);
    transform: translateY(-10px);
    transition: transform 200ms var(--n19), visibility 200ms;
  }
  .nav-cluster.w9y9c7 { visibility: visible; transform: translateY(0); }
  .mv-pill a, .mv-note { justify-content: flex-start; margin: 0; }
  ._tu79e { grid-template-columns: 1fr; }
  ._6wtg1 { display: grid; grid-template-columns: repeat(5, 1fr); }
  .k2d3i4 { grid-column: 1 / -1; }
  .w1b9n9 { border-right: 1px solid var(--t73); }
  .mv-head { display: none; }
  ._1o60r { grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr; }
  .l3b7e7 { min-height: 560px; }
  .rp-tag { min-height: 230px; }
  .pn-wrap { padding: 22px; }
  .pn-wrap h2 { font-size: 17px; }
  .b1s5e4 { grid-template-columns: repeat(2, 1fr); }
  .d9h5m3:nth-child(2) { border-right: 0; }
  .d9h5m3:nth-child(-n + 2) { border-bottom: 1px solid var(--t73); }
  ._l0jiy { grid-template-columns: repeat(3, 1fr); }
  .l3a3v7:nth-child(3) { border-right: 0; }
  .l3a3v7:nth-child(-n + 3) { border-bottom: 1px solid var(--t73); }
  .f1g7m9 { grid-template-columns: 1fr; }
  ._f9zoz { position: static; padding: 0; border-left: 0; }
  ._umqzz { grid-template-columns: repeat(2, 1fr); }
  .b9v5q8 { grid-template-columns: repeat(2, 1fr); }
  .fn-note { grid-template-columns: minmax(0, 1fr) 280px; gap: 32px; }
  .hp-zone { grid-template-columns: 1fr; }
  ._ucu9s { grid-template-columns: repeat(2, 1fr); }
  ._yte17 { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px) {
  .cy-col { width: min(calc(100% - 28px), var(--j99)); }
  ._ful2q { align-items: flex-start; flex-direction: column; justify-content: center; gap: 3px; padding: 10px 0; }
  ._tu79e { padding-top: 18px; }
  ._6wtg1 { grid-template-columns: repeat(2, 1fr); }
  .w1b9n9:nth-of-type(6) { grid-column: 1 / -1; }
  .l3b7e7 { min-height: 510px; }
  ._grdal { right: 22px; bottom: 25px; left: 22px; }
  .lq-slot { font-size: clamp(34px, 9.6vw, 54px); }
  ._1o60r { grid-template-columns: 1fr; }
  .rp-tag { min-height: 190px; }
  .rp-tag:hover, .brief-card._l4u50 { transform: translateX(0); }
  .b1s5e4 { margin-bottom: 62px; }
  .fn-mark { margin-bottom: 68px; }
  .c6h1q6 { align-items: flex-start; flex-direction: column; gap: 12px; }
  ._97hk5 { display: none; }
  ._l0jiy { grid-template-columns: repeat(2, 1fr); }
  .l3a3v7, .l3a3v7:nth-child(3) { border-right: 1px solid var(--t73); border-bottom: 1px solid var(--t73); }
  .l3a3v7:nth-child(even) { border-right: 0; }
  .l3a3v7:last-child { grid-column: 1 / -1; border-bottom: 0; }
  ._umqzz { grid-template-columns: 1fr 1fr; }
  .dk-unit:nth-child(n) { margin-top: 0; }
  .b9v5q8 { grid-template-columns: 1fr 1fr; }
  ._66mdn { grid-template-columns: 1fr; }
  .j7i6h5 { min-height: 330px; border-top: 1px solid var(--t73); border-left: 0; }
  .n3d3o2 { grid-template-columns: 1fr; }
  .lq-tag { padding: 52px 0 42px; }
  .fn-note { grid-template-columns: 1fr; }
  .sl-flow { position: static; }
  .i1r6q4 { grid-template-columns: 1fr 1fr; }
  .n4l9z4:first-child { grid-column: 1 / -1; grid-row: auto; min-height: 360px; }
  ._ucu9s { grid-template-columns: 1fr 1fr; }
  .l7u5w4 { grid-template-columns: 120px 1fr; gap: 22px; }
  .l7u5w4 .x3i9m6 { width: 120px; height: 120px; }
  .f6n2a8 { grid-template-columns: 1fr 80px; }
  .f6n2a8 time { display: none; }
  .tx-list { grid-template-columns: 1fr; gap: 38px; }
  .r2b3d4 { position: relative; top: auto; min-height: 340px; }
  .j8d9t3 { grid-template-columns: 1fr; }
  .m3u4b5 { min-height: 340px; }
  ._yte17 { grid-template-columns: repeat(3, 1fr); }
  .mv-row { grid-template-columns: 1.5fr 1fr 1fr; }
  .sl-item { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  body { font-size: 15px; }
  .hp-flow strong { max-width: 190px; font-size: 17px; }
  .bw-head { width: 42px; height: 42px; }
  .vw-grid { width: 34px; height: 34px; }
  .hp-flow strong::after { display: none; }
  .l3b7e7 { min-height: 470px; }
  .b3o4f7 { gap: 5px 9px; }
  .b3o4f7 span:nth-last-child(-n + 2) { display: none; }
  .b1s5e4 { grid-template-columns: 1fr; }
  .d9h5m3 { min-height: 104px; border-right: 0; border-bottom: 1px solid var(--t73); }
  .d9h5m3:last-child { border-bottom: 0; }
  ._l0jiy { grid-template-columns: 1fr; }
  .l3a3v7, .l3a3v7:nth-child(n) { min-height: 145px; border-right: 0; border-bottom: 1px solid var(--t73); }
  .l3a3v7:last-child { grid-column: auto; border-bottom: 0; }
  ._umqzz { grid-template-columns: 1fr; }
  .b9v5q8 { grid-template-columns: 1fr; }
  ._e5yob { grid-template-columns: 40px 1fr 62px; gap: 8px; padding-inline: 12px; }
  .dk-area { grid-template-columns: 38px 1fr; padding: 18px 14px; }
  .dk-area .x3i9m6 { width: 38px; height: 38px; }
  .lq-tag h1 { font-size: clamp(36px, 12vw, 54px); }
  .jm-zone { font-size: 16px; }
  .z4s6q9 li { grid-template-columns: 1fr; gap: 4px; }
  .i1r6q4 { grid-template-columns: 1fr; }
  .n4l9z4:first-child { grid-column: auto; min-height: 280px; }
  .n4l9z4 { min-height: 240px; }
  ._ucu9s { grid-template-columns: 1fr; }
  .l7u5w4 { grid-template-columns: 1fr; }
  .l7u5w4 .x3i9m6 { width: 104px; height: 104px; }
  .a7u6g4 { grid-template-columns: 1fr; }
  .vw-item { border-right: 0; border-bottom: 1px solid var(--t73); }
  .vw-item:last-child { border-bottom: 0; }
  .f6n2a8 { grid-template-columns: 1fr; gap: 3px; }
  .f6n2a8 span { text-align: left; }
  .l5r2f9 { grid-template-columns: 1fr; }
  ._yte17 { grid-template-columns: repeat(2, 1fr); }
  .mv-row { grid-template-columns: 1fr 1fr; }
  .sl-item { grid-column: 1 / -1; }
  ._sciix { align-items: flex-start; flex-direction: column; }
  .d5k4v5 { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  ._wd899 { transform: none; }
}
