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

:root {
  --f30: #080909;
  --y56: #101111;
  --b26: #151616;
  --g90: #f2efe6;
  --g46: #aaa89f;
  --p61: #f2c94c;
  --x76: #b99b32;
  --a56: #e73e37;
  --g64: #313230;
  --t19: #5b5748;
  --z33: #47c987;
  --k15: 8px 8px 0 rgba(0, 0, 0, .48);
  --z27: cubic-bezier(.23, 1, .32, 1);
  --g29: cubic-bezier(.77, 0, .175, 1);
  --x65: 1380px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  color: var(--g90);
  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(--f30);
  background: var(--p61);
}

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

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

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

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

svg {
  display: block;
}

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

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

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

.h1l6x8:hover .dk-body {
  animation-play-state: paused;
}

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

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

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

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

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

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

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

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

.cy-zone {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

._9bbzt {
  display: grid;
  line-height: 1;
}

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

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

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

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

._ipn8m a,
._grscq {
  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(--z27), background 180ms var(--z27), transform 140ms var(--z27);
}

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

._ipn8m a:hover,
._grscq:hover {
  color: var(--g90);
  background: rgba(242, 201, 76, .08);
}

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

._ipn8m a[aria-current="page"] {
  color: var(--p61);
}

._grscq {
  margin-left: 8px;
  border: 1px solid var(--g64);
}

._grscq:active,
.v9j6y9:active,
.f4i2g2:active,
._jkvv6:active {
  transform: scale(.97);
}

._jkvv6 {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--g64);
  background: var(--b26);
  transition: transform 140ms var(--z27);
}

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

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

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

.p6n5s1 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--z33);
  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); }
}

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

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

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

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

.e3g7e1 b {
  color: var(--g46);
}

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

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

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

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

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

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

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

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

._6wqw1,
.m5e2s9,
.v2z5t1 img,
.dk-slot img,
._ne1r3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.l7q5k2:hover ._6wqw1 {
  opacity: .92;
  transform: scale(1.015);
}

.l7q5k2::before,
._x6iq1::before,
.v2z5t1::before,
._ne1r3::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%);
}

.tx-pill {
  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%);
}

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

.dk-card,
._svdov,
._5ssko,
._ppbzk {
  color: var(--p61);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

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

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

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

.xz-row a:hover {
  color: var(--p61);
}

.p3t6s4,
._n2g02,
._cqk13,
.lq-foot,
._nk6hj {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  color: var(--g46);
  font-size: 12px;
}

.p3t6s4 strong,
._n2g02 strong {
  color: var(--g90);
}

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

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

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

.bw-mark small {
  color: var(--g46);
  font-size: 11px;
  letter-spacing: .08em;
}

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

._x6iq1 {
  position: relative;
  display: grid;
  min-height: 202px;
  overflow: hidden;
  border: 1px solid var(--g64);
  background: var(--y56);
  transition: border-color 180ms var(--z27), transform 180ms var(--z27);
}

._x6iq1:hover,
.brief-card._9gdty {
  z-index: 3;
  border-color: var(--p61);
  transform: translateX(-6px);
}

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

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

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

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

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

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

.zt-row:last-child {
  border-right: 0;
}

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

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

.zt-row p {
  margin: 8px 0 0;
  color: var(--g46);
  font-size: 12px;
}

.v1q4u8 {
  margin: 0 0 92px;
}

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

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

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

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

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

.zt-chip {
  position: relative;
  min-height: 184px;
  padding: 26px;
  overflow: hidden;
  border-right: 1px solid var(--g64);
  background: var(--y56);
  transition: background 200ms var(--z27), color 200ms var(--z27);
}

.zt-chip:last-child {
  border-right: 0;
}

.zt-chip::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(--z27), color 240ms var(--z27);
}

.zt-chip:hover {
  color: #111;
  background: var(--p61);
}

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

.z8b2y9 {
  font-size: 26px;
}

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

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

.zt-chip:hover small {
  color: rgba(0, 0, 0, .66);
}

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

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

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

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

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

.pn-pill:hover {
  border-color: var(--p61);
  transform: translateY(-7px);
}

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

.v2z5t1 img {
  filter: saturate(.72) contrast(1.04);
  transition: transform 450ms var(--g29), filter 250ms var(--z27);
}

.pn-pill:hover .v2z5t1 img {
  filter: saturate(.92) contrast(1.08);
  transform: scale(1.035);
}

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

.zt-area {
  padding: 18px 4px 22px;
}

.zt-area 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;
}

.zt-area h3 a:hover {
  color: var(--p61);
}

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

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

.j8y9u6 {
  margin-left: auto;
  color: var(--p61);
  letter-spacing: -.08em;
}

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

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

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

.xz-pan {
  height: 342px;
  overflow: hidden;
}

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

.xz-pan:hover .rp-item {
  animation-play-state: paused;
}

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

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

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

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

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

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

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

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

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

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

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

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

._pey2k {
  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(--g64);
  transition: background 180ms var(--z27), padding-left 180ms var(--z27);
}

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

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

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

._pey2k:nth-child(-n + 3) ._8haa5 {
  color: var(--a56);
}

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

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

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

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

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

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

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

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

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

.l4z4x4 .tx-cell {
  width: 44px;
  height: 44px;
  border-width: 1px;
}

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

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

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

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

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

.f4i2g2:hover,
.like-button._bn0oe {
  color: var(--p61);
}

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

.x9f3a6::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;
}

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

._iwo2p a:hover {
  color: var(--p61);
}

.x9f3a6 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;
}

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

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

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

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

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

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

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

.j9w4f2 .tx-cell {
  width: 36px;
  height: 36px;
}

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

.hp-box p {
  margin: 26px 0;
}

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

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

.jm-head strong {
  color: var(--p61);
}

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

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

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

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

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

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

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

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

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

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

.dk-slot img {
  filter: saturate(.62) contrast(1.08);
  transition: transform 500ms var(--g29), filter 250ms var(--z27);
}

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

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

.dk-note {
  position: sticky;
  top: 118px;
}

.i4o4u2 {
  padding: 26px;
  color: #121212;
  background: var(--p61);
}

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

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

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

.rp-zone {
  margin-top: 18px;
  border: 1px solid var(--g64);
}

.rp-zone h3 {
  margin: 0;
  padding: 15px 17px;
  border-bottom: 1px solid var(--g64);
  font-size: 13px;
}

.rp-zone ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rp-zone li {
  border-bottom: 1px solid var(--g64);
}

.rp-zone li:last-child {
  border-bottom: 0;
}

.rp-zone 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(--z27), background 170ms var(--z27);
}

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

.rp-zone a:hover {
  color: var(--p61);
  background: rgba(242, 201, 76, .05);
}

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

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

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

._mtwhw .tx-cell {
  width: 42px;
  height: 42px;
}

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

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

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

.t5r7k5 .tx-cell {
  width: 180px;
  height: 180px;
  border-width: 4px;
}

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

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

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

._rwaj0 {
  padding: 28px;
  border-right: 1px solid var(--g64);
}

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

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

._rwaj0 small {
  color: var(--g46);
  font-size: 11px;
}

.s8n9l4 {
  border-top: 1px solid var(--g64);
}

.n2h1l9 {
  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(--g64);
  transition: background 180ms var(--z27), padding-left 180ms var(--z27);
}

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

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

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

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

.vw-zone {
  border-top: 1px solid var(--g64);
}

.vw-zone:last-child {
  border-bottom: 1px solid var(--g64);
}

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

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

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

.vw-zone p {
  max-width: 780px;
  margin: 0;
  padding: 0 0 28px;
  color: var(--g46);
}

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

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

.i5s9d3::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;
}

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

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

.qr-slot p {
  margin: 0 0 25px;
  color: #d5d1c6;
}

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

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

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

._v833u p {
  color: var(--g46);
}

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

.v9j6y9:hover {
  background: #ffe173;
}

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

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

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

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

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

._tdxvx a {
  color: var(--g46);
  font-size: 11px;
  transition: color 160ms var(--z27);
}

._tdxvx a:hover {
  color: var(--p61);
}

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

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

.qr-flow p {
  max-width: 430px;
  color: var(--g46);
  font-size: 12px;
}

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

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

.nf-note a:hover {
  color: var(--g90);
}

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

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

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

.zt-head {
  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.dk-chip {
  visibility: visible;
  pointer-events: auto;
}

._3dxae {
  width: min(100%, 760px);
  padding: 30px;
  border: 1px solid var(--p61);
  background: #0d0e0e;
  box-shadow: var(--k15);
  transform: translateY(12px) scale(.98);
  transition: transform 220ms var(--z27);
}

.search-sheet.dk-chip ._3dxae {
  transform: translateY(0) scale(1);
}

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

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

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

.pn-wrap button,
.f2l6c3 {
  border: 0;
  background: var(--p61);
  color: #111;
  font-weight: 900;
}

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

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

.toast-note.mv-col {
  visibility: visible;
  transform: translateY(0);
}

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

.reveal-unit.mv-col {
  transform: translateY(0);
}

.n4l7s5 {
  grid-column: 1 / -1;
  padding: 50px;
  color: var(--g46);
  border: 1px solid var(--g64);
  text-align: center;
}

@media (max-width: 1024px) {
  .m8l6p2 { min-height: 76px; }
  ._jkvv6 { display: block; }
  ._ipn8m {
    position: absolute;
    top: 76px;
    right: 20px;
    left: 20px;
    display: grid;
    padding: 12px;
    visibility: hidden;
    border: 1px solid var(--g64);
    background: #0d0e0e;
    box-shadow: var(--k15);
    transform: translateY(-10px);
    transition: transform 200ms var(--z27), visibility 200ms;
  }
  .nav-cluster.dk-chip { visibility: visible; transform: translateY(0); }
  ._ipn8m a, ._grscq { justify-content: flex-start; margin: 0; }
  .rp-slot { grid-template-columns: 1fr; }
  .hp-body { display: grid; grid-template-columns: repeat(5, 1fr); }
  .e3g7e1 { grid-column: 1 / -1; }
  ._l8h9y { border-right: 1px solid var(--g64); }
  .sl-area { display: none; }
  .v8g7f6 { grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr; }
  .l7q5k2 { min-height: 560px; }
  ._x6iq1 { min-height: 230px; }
  .g9w2u3 { padding: 22px; }
  .g9w2u3 h2 { font-size: 17px; }
  .vw-box { grid-template-columns: repeat(2, 1fr); }
  .zt-row:nth-child(2) { border-right: 0; }
  .zt-row:nth-child(-n + 2) { border-bottom: 1px solid var(--g64); }
  .e2u3w7 { grid-template-columns: repeat(3, 1fr); }
  .zt-chip:nth-child(3) { border-right: 0; }
  .zt-chip:nth-child(-n + 3) { border-bottom: 1px solid var(--g64); }
  .o5w4d6 { grid-template-columns: 1fr; }
  ._g2zty { position: static; padding: 0; border-left: 0; }
  .tx-pan { grid-template-columns: repeat(2, 1fr); }
  ._aqw21 { grid-template-columns: repeat(2, 1fr); }
  .wd-mark { grid-template-columns: minmax(0, 1fr) 280px; gap: 32px; }
  .c6i4j7 { grid-template-columns: 1fr; }
  ._8nsi7 { grid-template-columns: repeat(2, 1fr); }
  ._tdxvx { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px) {
  .c5k3q6 { width: min(calc(100% - 28px), var(--x65)); }
  ._yqqcz { align-items: flex-start; flex-direction: column; justify-content: center; gap: 3px; padding: 10px 0; }
  .rp-slot { padding-top: 18px; }
  .hp-body { grid-template-columns: repeat(2, 1fr); }
  ._l8h9y:nth-of-type(6) { grid-column: 1 / -1; }
  .l7q5k2 { min-height: 510px; }
  .bw-slot { right: 22px; bottom: 25px; left: 22px; }
  .i7f6t2 { font-size: clamp(34px, 9.6vw, 54px); }
  .v8g7f6 { grid-template-columns: 1fr; }
  ._x6iq1 { min-height: 190px; }
  ._x6iq1:hover, .brief-card._9gdty { transform: translateX(0); }
  .vw-box { margin-bottom: 62px; }
  .v1q4u8 { margin-bottom: 68px; }
  .b6w2q8 { align-items: flex-start; flex-direction: column; gap: 12px; }
  .rp-row { display: none; }
  .e2u3w7 { grid-template-columns: repeat(2, 1fr); }
  .zt-chip, .zt-chip:nth-child(3) { border-right: 1px solid var(--g64); border-bottom: 1px solid var(--g64); }
  .zt-chip:nth-child(even) { border-right: 0; }
  .zt-chip:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .tx-pan { grid-template-columns: 1fr 1fr; }
  .pn-pill:nth-child(n) { margin-top: 0; }
  ._aqw21 { grid-template-columns: 1fr 1fr; }
  .dk-list { grid-template-columns: 1fr; }
  ._g4egu { min-height: 330px; border-top: 1px solid var(--g64); border-left: 0; }
  .qr-unit { grid-template-columns: 1fr; }
  .x9f3a6 { padding: 52px 0 42px; }
  .wd-mark { grid-template-columns: 1fr; }
  .dk-note { position: static; }
  .u8l8r8 { grid-template-columns: 1fr 1fr; }
  .dk-slot:first-child { grid-column: 1 / -1; grid-row: auto; min-height: 360px; }
  ._8nsi7 { grid-template-columns: 1fr 1fr; }
  .t5r7k5 { grid-template-columns: 120px 1fr; gap: 22px; }
  .t5r7k5 .tx-cell { width: 120px; height: 120px; }
  .n2h1l9 { grid-template-columns: 1fr 80px; }
  .n2h1l9 time { display: none; }
  .zt-slot { grid-template-columns: 1fr; gap: 38px; }
  .i5s9d3 { position: relative; top: auto; min-height: 340px; }
  ._n37ju { grid-template-columns: 1fr; }
  .v7t4k2 { min-height: 340px; }
  ._tdxvx { grid-template-columns: repeat(3, 1fr); }
  ._qtcoq { grid-template-columns: 1.5fr 1fr 1fr; }
  .qr-flow { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  body { font-size: 15px; }
  ._9bbzt strong { max-width: 190px; font-size: 17px; }
  .vw-slot { width: 42px; height: 42px; }
  .cy-zone { width: 34px; height: 34px; }
  ._9bbzt strong::after { display: none; }
  .l7q5k2 { min-height: 470px; }
  .p3t6s4 { gap: 5px 9px; }
  .p3t6s4 span:nth-last-child(-n + 2) { display: none; }
  .vw-box { grid-template-columns: 1fr; }
  .zt-row { min-height: 104px; border-right: 0; border-bottom: 1px solid var(--g64); }
  .zt-row:last-child { border-bottom: 0; }
  .e2u3w7 { grid-template-columns: 1fr; }
  .zt-chip, .zt-chip:nth-child(n) { min-height: 145px; border-right: 0; border-bottom: 1px solid var(--g64); }
  .zt-chip:last-child { grid-column: auto; border-bottom: 0; }
  .tx-pan { grid-template-columns: 1fr; }
  ._aqw21 { grid-template-columns: 1fr; }
  ._pey2k { grid-template-columns: 40px 1fr 62px; gap: 8px; padding-inline: 12px; }
  .l4z4x4 { grid-template-columns: 38px 1fr; padding: 18px 14px; }
  .l4z4x4 .tx-cell { width: 38px; height: 38px; }
  .x9f3a6 h1 { font-size: clamp(36px, 12vw, 54px); }
  .hp-box { font-size: 16px; }
  .u9g6i7 li { grid-template-columns: 1fr; gap: 4px; }
  .u8l8r8 { grid-template-columns: 1fr; }
  .dk-slot:first-child { grid-column: auto; min-height: 280px; }
  .dk-slot { min-height: 240px; }
  ._8nsi7 { grid-template-columns: 1fr; }
  .t5r7k5 { grid-template-columns: 1fr; }
  .t5r7k5 .tx-cell { width: 104px; height: 104px; }
  .z7l8k4 { grid-template-columns: 1fr; }
  ._rwaj0 { border-right: 0; border-bottom: 1px solid var(--g64); }
  ._rwaj0:last-child { border-bottom: 0; }
  .n2h1l9 { grid-template-columns: 1fr; gap: 3px; }
  .n2h1l9 span { text-align: left; }
  .pn-wrap { grid-template-columns: 1fr; }
  ._tdxvx { grid-template-columns: repeat(2, 1fr); }
  ._qtcoq { grid-template-columns: 1fr 1fr; }
  .qr-flow { grid-column: 1 / -1; }
  .t1h4d5 { align-items: flex-start; flex-direction: column; }
  .nf-col { 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; }
  .q7i4b5 { transform: none; }
}
