.next-status-header {
  --cyan: #62f7ff;
  --mint: #58ffd1;
  --pink: #ff42d0;
  --violet: #8c63ff;
  --gold: #ffc75e;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 56px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 3vw, 48px);
  padding-left: clamp(12px, 1.25vw, 18px);
  padding-right: clamp(18px, calc(3vw - 4px), 44px);
  overflow: visible;
  pointer-events: auto;
  isolation: isolate;
}

.next-status-header::before,
.next-status-header::after,
.next-atmosphere,
.next-runner {
  content: "";
  position: absolute;
  pointer-events: none;
}

.next-brand-zone,
.next-action-zone {
  position: relative;
  z-index: 8;
}

.next-brand-zone .brand-lockup {
  gap: 8px;
  transform: none;
}

.next-brand-zone .brand-mark,
.next-brand-zone .brand-mark img {
  width: 38px;
  height: 38px;
}

.next-brand-zone .brand-mark {
  flex-basis: 38px;
}

.next-brand-copy {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.next-brand-copy strong {
  color: rgba(244, 251, 255, .93);
  font-size: 14px;
  font-weight: 500;
}

.next-brand-copy i {
  margin: 0 7px;
  color: rgba(177, 200, 211, .36);
  font-style: normal;
}

.next-brand-copy b {
  color: rgba(210, 226, 234, .68);
  font-size: 13px;
  font-weight: 300;
}

.next-brand-zone .brand-profile { top: calc(100% + 12px); }

/* 保留版本统一支持：悬浮品牌区展示完整公司简介。 */
.next-brand-zone { pointer-events: auto; }
.next-brand-zone .brand-profile { z-index: 120; }
.next-brand-zone:hover .brand-profile,
.next-brand-zone:focus-within .brand-profile {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 0s;
  pointer-events: auto;
}

.next-action-zone {
  gap: clamp(18px, 2vw, 26px);
  transform: translateX(5px);
}

.next-download,
.next-status-header .language-option {
  min-height: 34px;
  padding: 0;
  border: 0;
  background: none;
  font-size: 14px;
}

.next-download { color: rgba(232, 244, 248, .86); }
.next-status-header .language-option { color: rgba(192, 206, 214, .55); }
.next-status-header .download-card { top: calc(100% + 10px); }

.next-creative-center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: clamp(470px, 48vw, 720px);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.next-visual,
.next-circuit,
.next-shards {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.next-message {
  position: relative;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.next-message small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(111, 244, 230, .68);
  font: 7px/1 Consolas, ui-monospace, monospace;
  letter-spacing: .17em;
}

.next-message small i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 7px var(--mint);
}

.next-message strong {
  color: #f4ffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .18em;
  text-indent: .18em;
}

.next-message > span {
  color: rgba(169, 197, 209, .55);
  font-size: 8px;
  letter-spacing: .08em;
}

.next-meter {
  position: absolute;
  right: 0;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.next-meter small {
  color: rgba(136, 174, 188, .5);
  font: 6px/1 Consolas, monospace;
  letter-spacing: .1em;
}

.next-meter b {
  color: var(--mint);
  font: 500 15px/1 Consolas, monospace;
}

.next-meter em { font-size: 7px; font-style: normal; }

/* 01 赛博信息轨：硬朗切面、高速双轨与故障闪烁。 */
body[data-next-style="cyber-rail"] .next-status-header {
  border-bottom: 1px solid rgba(255, 50, 207, .25);
  background: linear-gradient(180deg, rgba(10, 6, 19, .96), rgba(3, 8, 17, .92));
  box-shadow: 0 8px 25px rgba(0, 0, 0, .48), inset 0 -1px rgba(81, 247, 255, .12);
}

body[data-next-style="cyber-rail"] .next-status-header::before {
  inset: 0;
  z-index: -2;
  opacity: .28;
  background: repeating-linear-gradient(105deg, transparent 0 42px, rgba(255, 62, 207, .08) 43px, transparent 44px 88px);
}

body[data-next-style="cyber-rail"] .next-runner {
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0 5%, var(--pink) 13%, transparent 22% 46%, var(--cyan) 58%, transparent 68% 84%, var(--gold) 91%, transparent);
  background-size: 160% 100%;
  animation: rail-runner 5s linear infinite;
}

body[data-next-style="cyber-rail"] .next-brand-zone,
body[data-next-style="cyber-rail"] .next-action-zone {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  background: linear-gradient(110deg, rgba(255, 51, 207, .1), rgba(8, 16, 31, .72) 45%, rgba(64, 239, 255, .07));
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08), inset 0 -1px rgba(255, 61, 205, .25);
}

body[data-next-style="cyber-rail"] .next-action-zone {
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 100%, 8px 100%);
}

body[data-next-style="cyber-rail"] .brand-mark {
  border: 1px solid rgba(255, 62, 207, .46);
  border-radius: 4px;
  box-shadow: 3px 0 rgba(78, 245, 255, .26), -2px 0 rgba(255, 61, 207, .28), 0 0 12px rgba(255, 55, 203, .2);
}

body[data-next-style="cyber-rail"] .brand-mark img { border-radius: 3px; }
body[data-next-style="cyber-rail"] .next-brand-copy strong { text-shadow: 1px 0 var(--pink), -1px 0 rgba(83, 246, 255, .48); }

body[data-next-style="cyber-rail"] .next-creative-center {
  overflow: hidden;
  clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%);
  background: linear-gradient(90deg, transparent, rgba(255, 49, 208, .08) 20%, rgba(7, 17, 31, .82) 34% 66%, rgba(75, 242, 255, .08) 80%, transparent);
}

body[data-next-style="cyber-rail"] .next-visual::before,
body[data-next-style="cyber-rail"] .next-visual::after {
  content: "";
  position: absolute;
  left: -20%;
  width: 36%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--pink), #fff);
  box-shadow: 0 0 7px var(--pink);
  animation: rail-streak 2.7s linear infinite;
}

body[data-next-style="cyber-rail"] .next-visual::before { top: 9px; }
body[data-next-style="cyber-rail"] .next-visual::after { bottom: 9px; animation-delay: -1.4s; background: linear-gradient(90deg, transparent, var(--cyan), #fff); box-shadow: 0 0 7px var(--cyan); }
body[data-next-style="cyber-rail"] .next-message strong { color: #fff; text-shadow: -1px 0 var(--pink), 1px 0 var(--cyan), 0 0 11px rgba(255,255,255,.2); }
body[data-next-style="cyber-rail"] .next-download:hover { color: var(--pink); text-shadow: 0 0 9px var(--pink); }
body[data-next-style="cyber-rail"] .language-option:hover { color: var(--cyan); text-shadow: 0 0 9px var(--cyan); }

/* 02 全息量子核：透明悬浮核心、环轨和玻璃界面。 */
body[data-next-style="holo-core"] .next-status-header {
  border-bottom: 1px solid rgba(112, 235, 255, .12);
  background: linear-gradient(180deg, rgba(3, 15, 25, .86), rgba(2, 7, 15, .68));
  box-shadow: 0 12px 36px rgba(0,0,0,.32);
  backdrop-filter: blur(13px) saturate(1.25);
}

body[data-next-style="holo-core"] .next-atmosphere {
  inset: -20px 20% -16px;
  z-index: -2;
  background: radial-gradient(ellipse, rgba(71, 238, 255, .14), transparent 62%);
  filter: blur(12px);
  animation: holo-breathe 5s ease-in-out infinite alternate;
}

body[data-next-style="holo-core"] .next-brand-zone .brand-lockup,
body[data-next-style="holo-core"] .next-action-zone {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(131, 237, 255, .12);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(153, 244, 255, .06), rgba(5, 22, 33, .2));
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 7px 20px rgba(0,0,0,.22);
}

body[data-next-style="holo-core"] .brand-mark {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
  padding: 2px;
  border: 1px solid rgba(101, 243, 255, .35);
  box-shadow: 0 0 13px rgba(83, 235, 255, .15), inset 0 0 8px rgba(95, 240, 255, .1);
}

body[data-next-style="holo-core"] .brand-mark img { width: 26px; height: 26px; }

body[data-next-style="holo-core"] .next-creative-center { width: clamp(520px, 48vw, 700px); }
body[data-next-style="holo-core"] .next-message { padding-left: 58px; }
body[data-next-style="holo-core"] .next-visual { left: 25px; right: auto; top: 50%; width: 42px; height: 42px; transform: translateY(-50%); border-radius: 50%; background: radial-gradient(circle, #fff 0 2%, var(--mint) 3% 6%, rgba(86, 223, 255, .12) 14%, transparent 56%); box-shadow: 0 0 17px rgba(90, 240, 255, .18); }
body[data-next-style="holo-core"] .next-visual::before,
body[data-next-style="holo-core"] .next-visual::after,
body[data-next-style="holo-core"] .next-visual i:nth-child(-n+3) { content:""; position:absolute; inset:7px 0; border:1px solid rgba(101,239,255,.5); border-radius:50%; transform:rotate(25deg); animation:holo-orbit 6s linear infinite; }
body[data-next-style="holo-core"] .next-visual::after { transform:rotate(-55deg); border-color:rgba(158,104,255,.45); animation-direction:reverse; }
body[data-next-style="holo-core"] .next-visual i:nth-child(1) { inset:0 9px; transform:rotate(68deg); border-color:rgba(255,215,104,.38); }
body[data-next-style="holo-core"] .next-visual i:nth-child(2) { inset:3px; border-style:dashed; opacity:.38; }
body[data-next-style="holo-core"] .next-visual i:nth-child(3) { inset:18px; border:0; background:#fff; box-shadow:0 0 8px var(--mint); }
body[data-next-style="holo-core"] .next-message strong { background:linear-gradient(90deg,#e8ffff,#8fffe4,#d7c6ff); -webkit-background-clip:text; background-clip:text; color:transparent; }
body[data-next-style="holo-core"] .next-meter { padding-left:12px; border-left:1px solid rgba(106,233,245,.14); }

/* 03 霓虹频谱：高饱和霓虹灯管与音频式能量律动。 */
body[data-next-style="neon-spectrum"] .next-status-header {
  border-bottom: 1px solid rgba(255, 59, 212, .26);
  background: linear-gradient(180deg, rgba(20, 3, 30, .95), rgba(4, 5, 17, .93));
  box-shadow: 0 9px 30px rgba(0,0,0,.5), inset 0 -1px rgba(81,221,255,.14);
}

body[data-next-style="neon-spectrum"] .next-brand-zone::before,
body[data-next-style="neon-spectrum"] .next-action-zone::before {
  content:"";
  position:absolute;
  left:-10px;
  right:-10px;
  bottom:4px;
  height:2px;
  border-radius:2px;
  background:linear-gradient(90deg, var(--pink), var(--violet), var(--cyan));
  box-shadow:0 0 5px var(--pink), 0 0 12px rgba(255,60,211,.45);
}

body[data-next-style="neon-spectrum"] .next-action-zone::before { background:linear-gradient(90deg,var(--cyan),var(--violet),var(--pink)); box-shadow:0 0 5px var(--cyan),0 0 12px rgba(81,235,255,.4); }
body[data-next-style="neon-spectrum"] .brand-mark { border:1px solid var(--pink); box-shadow:0 0 7px var(--pink), inset 0 0 7px rgba(255,57,210,.25); }
body[data-next-style="neon-spectrum"] .next-brand-copy strong { color:#fff; text-shadow:0 0 5px #fff,0 0 12px var(--pink); }

body[data-next-style="neon-spectrum"] .next-visual { display:flex; align-items:center; justify-content:space-between; inset:7px 2%; opacity:.34; mask-image:linear-gradient(90deg,#000,transparent 32%,transparent 68%,#000); }
body[data-next-style="neon-spectrum"] .next-visual i { width:2px; height:8px; border-radius:2px; color:var(--cyan); background:currentColor; box-shadow:0 0 6px currentColor; animation:neon-bar 1.35s ease-in-out infinite alternate; }
body[data-next-style="neon-spectrum"] .next-visual i:nth-child(2n) { height:24px; color:var(--pink); animation-delay:-.25s; }
body[data-next-style="neon-spectrum"] .next-visual i:nth-child(3n) { height:38px; color:var(--violet); animation-delay:-.6s; }
body[data-next-style="neon-spectrum"] .next-message { padding:5px 18px; background:rgba(5,3,17,.82); box-shadow:0 0 20px rgba(12,4,28,.95); }
body[data-next-style="neon-spectrum"] .next-message strong { color:#fff; text-shadow:0 0 4px #fff,0 0 10px var(--pink),0 0 18px var(--violet); }
body[data-next-style="neon-spectrum"] .next-message small { color:#6dffff; text-shadow:0 0 7px var(--cyan); }
body[data-next-style="neon-spectrum"] .next-meter b { color:#fff; text-shadow:0 0 5px #fff,0 0 12px var(--cyan); }
body[data-next-style="neon-spectrum"] .next-download:hover { color:#fff; text-shadow:0 0 5px #fff,0 0 10px var(--pink); }

/* 04 宇宙电路：六节点逻辑总线与脉冲导通。 */
body[data-next-style="cosmic-circuit"] .next-status-header {
  border-bottom:1px solid rgba(80,255,168,.18);
  background-color:rgba(2,12,12,.95);
  background-image:linear-gradient(rgba(60,255,175,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(60,255,175,.025) 1px,transparent 1px);
  background-size:12px 12px;
  box-shadow:0 9px 26px rgba(0,0,0,.44),inset 0 -1px rgba(255,190,77,.08);
}

body[data-next-style="cosmic-circuit"] .next-brand-zone,
body[data-next-style="cosmic-circuit"] .next-action-zone { min-height:38px; display:flex; align-items:center; padding:0 12px; border:1px solid rgba(75,255,170,.15); background:rgba(4,28,24,.45); box-shadow:inset 0 0 14px rgba(63,255,170,.035); }
body[data-next-style="cosmic-circuit"] .next-brand-zone::after,
body[data-next-style="cosmic-circuit"] .next-action-zone::after { content:""; position:absolute; width:4px; height:4px; border:1px solid #67ffc1; background:#091d18; box-shadow:0 0 6px rgba(90,255,185,.55); transform:rotate(45deg); }
body[data-next-style="cosmic-circuit"] .next-brand-zone::after { right:-3px; }
body[data-next-style="cosmic-circuit"] .next-action-zone::after { left:-3px; }
body[data-next-style="cosmic-circuit"] .brand-mark { border:1px dashed rgba(92,255,184,.5); box-shadow:inset 0 0 9px rgba(68,255,170,.1); }
body[data-next-style="cosmic-circuit"] .next-brand-copy strong,
body[data-next-style="cosmic-circuit"] .next-message strong { color:#dffff0; text-shadow:0 0 8px rgba(78,255,172,.22); }
body[data-next-style="cosmic-circuit"] .next-brand-copy b,
body[data-next-style="cosmic-circuit"] .next-message small { color:rgba(105,255,192,.66); font-family:Consolas,monospace; }

body[data-next-style="cosmic-circuit"] .next-circuit { display:flex; align-items:center; justify-content:space-between; left:4%; right:4%; }
body[data-next-style="cosmic-circuit"] .next-circuit::before { content:""; position:absolute; left:0; right:0; top:50%; height:1px; background:linear-gradient(90deg,transparent,#4dffae 12% 43%,#ffc258 51% 55%,#4dffae 62% 88%,transparent); box-shadow:0 0 4px rgba(76,255,175,.35); }
body[data-next-style="cosmic-circuit"] .next-circuit i { position:relative; width:7px; height:7px; border:1px solid #55ffb5; background:#071a16; transform:rotate(45deg); box-shadow:0 0 6px rgba(80,255,178,.35); animation:circuit-node 2.4s ease-in-out infinite; }
body[data-next-style="cosmic-circuit"] .next-circuit i:nth-child(2n) { animation-delay:-.8s; }
body[data-next-style="cosmic-circuit"] .next-circuit i:nth-child(3n) { color:var(--gold); border-color:currentColor; animation-delay:-1.5s; }
body[data-next-style="cosmic-circuit"] .next-message { padding:6px 18px; background:rgba(2,14,13,.92); }
body[data-next-style="cosmic-circuit"] .next-meter b { color:#ffce69; text-shadow:0 0 8px rgba(255,197,79,.35); }
body[data-next-style="cosmic-circuit"] .next-download:hover,
body[data-next-style="cosmic-circuit"] .language-option:hover { color:#6bffc1; text-shadow:0 0 8px rgba(87,255,185,.5); }

/* 05 维度裂隙：斜向空间切口、折射碎片和双颜色差。 */
body[data-next-style="dimension-rift"] .next-status-header {
  border-bottom:1px solid rgba(255,148,70,.17);
  background:linear-gradient(178deg,rgba(9,8,18,.96),rgba(2,6,14,.9));
  box-shadow:0 10px 30px rgba(0,0,0,.48);
}

body[data-next-style="dimension-rift"] .next-status-header::before { inset:0; z-index:-2; opacity:.12; background:linear-gradient(112deg,transparent 0 39%,rgba(255,118,63,.4) 39.3%,transparent 39.7% 60%,rgba(84,222,255,.38) 60.3%,transparent 60.7%); }
body[data-next-style="dimension-rift"] .next-brand-zone,
body[data-next-style="dimension-rift"] .next-action-zone { min-height:40px; display:flex; align-items:center; padding:0 16px; background:linear-gradient(115deg,rgba(255,121,61,.1),rgba(7,15,28,.65) 38%,rgba(89,222,255,.07)); clip-path:polygon(0 0,92% 0,100% 50%,92% 100%,0 100%,6% 50%); }
body[data-next-style="dimension-rift"] .next-action-zone { background:linear-gradient(115deg,rgba(91,225,255,.08),rgba(8,15,29,.68) 55%,rgba(255,73,188,.1)); clip-path:polygon(8% 0,100% 0,94% 50%,100% 100%,8% 100%,0 50%); }
body[data-next-style="dimension-rift"] .brand-mark { border:1px solid rgba(255,140,73,.4); box-shadow:-3px 0 rgba(255,100,54,.22),3px 0 rgba(74,226,255,.22),0 0 10px rgba(255,119,61,.12); transform:skewX(-5deg); }

body[data-next-style="dimension-rift"] .next-creative-center::before { content:""; position:absolute; left:50%; top:-15px; width:2px; height:78px; background:linear-gradient(transparent,#fff 40%,#ff8246 47%,#7eeaff 55%,transparent); box-shadow:-5px 0 16px rgba(255,104,60,.42),5px 0 17px rgba(82,223,255,.4); transform:rotate(16deg); animation:rift-pulse 2.8s ease-in-out infinite; }
body[data-next-style="dimension-rift"] .next-shards { display:block; }
body[data-next-style="dimension-rift"] .next-shards i { position:absolute; left:50%; top:50%; width:12px; height:3px; background:linear-gradient(90deg,var(--gold),transparent); clip-path:polygon(0 50%,100% 0,74% 100%); filter:drop-shadow(0 0 4px rgba(255,156,72,.5)); animation:rift-shard 4s ease-in-out infinite; }
body[data-next-style="dimension-rift"] .next-shards i:nth-child(1){transform:translate(-88px,-15px) rotate(18deg)}
body[data-next-style="dimension-rift"] .next-shards i:nth-child(2){transform:translate(-56px,15px) rotate(-15deg);animation-delay:-.8s}
body[data-next-style="dimension-rift"] .next-shards i:nth-child(3){transform:translate(45px,-13px) rotate(190deg);background:linear-gradient(90deg,var(--cyan),transparent);animation-delay:-1.6s}
body[data-next-style="dimension-rift"] .next-shards i:nth-child(4){transform:translate(78px,14px) rotate(165deg);background:linear-gradient(90deg,var(--pink),transparent);animation-delay:-2.4s}
body[data-next-style="dimension-rift"] .next-shards i:nth-child(5){transform:translate(110px,-3px) rotate(180deg);background:linear-gradient(90deg,var(--cyan),transparent);animation-delay:-3.1s}
body[data-next-style="dimension-rift"] .next-message { gap:18px; }
body[data-next-style="dimension-rift"] .next-message strong { padding:0 18px; color:#fff; text-shadow:-2px 0 rgba(255,111,60,.45),2px 0 rgba(74,226,255,.45),0 0 12px rgba(255,255,255,.16); }
body[data-next-style="dimension-rift"] .next-meter b { background:linear-gradient(90deg,#ffb15e,#79ebff); -webkit-background-clip:text; background-clip:text; color:transparent; }
body[data-next-style="dimension-rift"] .next-download:hover { color:#ffad70; text-shadow:0 0 9px rgba(255,123,67,.5); }
body[data-next-style="dimension-rift"] .language-option:hover { color:#7deaff; text-shadow:0 0 9px rgba(85,224,255,.5); }

@keyframes rail-runner { to { background-position:-160% 0; } }
@keyframes rail-streak { to { left:115%; } }
@keyframes holo-breathe { to { opacity:.6; transform:scaleX(1.1); } }
@keyframes holo-orbit { to { transform:rotate(385deg); } }
@keyframes neon-bar { to { height:3px; opacity:.38; } }
@keyframes circuit-node { 50% { background:#7affc2; box-shadow:0 0 10px #61ffb7; } }
@keyframes rift-pulse { 50% { opacity:.48; transform:rotate(16deg) scaleY(.72); } }
@keyframes rift-shard { 50% { opacity:.22; margin-top:4px; } }

@media (max-width: 1120px) {
  .next-creative-center { width:clamp(390px,43vw,520px); }
  .next-message > span { display:none; }
  .next-meter { display:none; }
}

@media (max-width: 760px) {
  .next-status-header { padding-left:12px; padding-right:18px; }
  .next-creative-center { width:min(270px,36vw); }
  .next-message small { display:none; }
  .next-message strong { font-size:12px; }
  .next-action-zone { gap:12px; }
  .next-download,.next-status-header .language-option { font-size:12px; }
}

@media (max-width: 620px) {
  .next-creative-center { display:none; }
  .next-brand-copy b,.next-brand-copy i { display:none; }
}

@media (prefers-reduced-motion: reduce) {
  .next-status-header *,
  .next-status-header *::before,
  .next-status-header *::after { animation:none !important; }
}

/* 品牌简介必须越过切角外壳完整显示。 */
.next-brand-zone {
  overflow: visible !important;
  clip-path: none !important;
}

/* 统一校正：右侧是两个独立操作，不允许公共容器形成一个大按钮。 */
.next-action-zone {
  min-height: 36px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  clip-path: none !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

.next-action-zone::before,
.next-action-zone::after {
  display: none !important;
}

.next-action-zone .download-menu,
.next-action-zone .language-option {
  position: relative;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: transparent;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.next-action-zone .download-menu:hover,
.next-action-zone .download-menu:focus-within {
  border-color: rgba(86, 239, 255, .22);
  background: rgba(58, 221, 255, .055);
  box-shadow: inset 0 1px rgba(255, 255, 255, .05), 0 0 10px rgba(67, 228, 255, .07);
  transform: translateY(-1px);
}

.next-action-zone .language-option:hover,
.next-action-zone .language-option:focus-visible {
  border-color: rgba(177, 100, 255, .22);
  background: rgba(148, 75, 255, .055);
  box-shadow: inset 0 1px rgba(255, 255, 255, .05), 0 0 10px rgba(156, 80, 255, .07);
  transform: translateY(-1px);
}

/* 除全息量子核外，Logo 使用原始无框球体。 */
body:not([data-next-style="holo-core"]) .next-brand-zone .brand-mark {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, .68)) drop-shadow(0 0 5px rgba(96, 201, 255, .2)) !important;
  transform: none !important;
}

body:not([data-next-style="holo-core"]) .next-brand-zone .brand-mark::before,
body:not([data-next-style="holo-core"]) .next-brand-zone .brand-mark::after {
  display: none !important;
}

body:not([data-next-style="holo-core"]) .next-brand-zone .brand-mark img {
  width: 38px !important;
  height: 38px !important;
  border: 0 !important;
  border-radius: 50% !important;
}

/* 各主题的两枚独立按钮。 */
body[data-next-style="cyber-rail"] .next-action-zone .download-menu,
body[data-next-style="cyber-rail"] .next-action-zone .language-option {
  border-color: rgba(255, 63, 207, .22);
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(255, 55, 207, .07), rgba(10, 10, 25, .38));
  box-shadow: inset 0 -1px rgba(255, 54, 204, .18);
  clip-path: polygon(5px 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
}

body[data-next-style="cyber-rail"] .next-action-zone .language-option {
  border-color: rgba(76, 238, 255, .22);
  background: linear-gradient(180deg, rgba(69, 229, 255, .07), rgba(8, 15, 27, .38));
  box-shadow: inset 0 -1px rgba(70, 234, 255, .18);
}

body[data-next-style="holo-core"] .next-action-zone .download-menu,
body[data-next-style="holo-core"] .next-action-zone .language-option {
  border-color: rgba(137, 239, 255, .14);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(172, 246, 255, .07), rgba(7, 26, 37, .18));
  box-shadow: inset 0 1px rgba(255, 255, 255, .07), 0 5px 14px rgba(0, 0, 0, .16);
}

body[data-next-style="dimension-rift"] .next-action-zone .download-menu,
body[data-next-style="dimension-rift"] .next-action-zone .language-option {
  border-color: rgba(255, 139, 77, .2);
  border-radius: 0;
  background: linear-gradient(115deg, rgba(255, 116, 60, .08), rgba(8, 15, 28, .42));
  clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
}

body[data-next-style="dimension-rift"] .next-action-zone .language-option {
  border-color: rgba(81, 226, 255, .2);
  background: linear-gradient(115deg, rgba(76, 222, 255, .08), rgba(8, 15, 28, .42));
}

/* 赛博信息轨：参考实体凸起按键重新塑造两枚独立按钮。 */
body[data-next-style="cyber-rail"] .next-action-zone {
  gap: 12px;
  align-items: center;
}

body[data-next-style="cyber-rail"] .next-action-zone .download-menu,
body[data-next-style="cyber-rail"] .next-action-zone .language-option {
  min-height: 32px;
  padding: 0 13px;
  overflow: visible;
  clip-path: none;
  border: 1px solid rgba(255, 185, 238, .48);
  border-radius: 11px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .08) 18%, transparent 40%),
    linear-gradient(180deg, #ff56cf 0, #de2ca9 58%, #a41476 100%);
  box-shadow:
    inset 0 2px 1px rgba(255, 255, 255, .34),
    inset 0 -3px 4px rgba(92, 0, 64, .42),
    0 4px 0 #670345,
    0 7px 11px rgba(0, 0, 0, .58),
    0 0 12px rgba(255, 57, 203, .2);
  transform: translateY(-2px);
  transition: transform .12s ease, box-shadow .12s ease, filter .16s ease;
}

body[data-next-style="cyber-rail"] .next-action-zone .language-option {
  border-color: rgba(198, 251, 255, .55);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .32) 0, rgba(255, 255, 255, .09) 18%, transparent 40%),
    linear-gradient(180deg, #50eaff 0, #24bcd9 58%, #08738f 100%);
  box-shadow:
    inset 0 2px 1px rgba(255, 255, 255, .36),
    inset 0 -3px 4px rgba(0, 66, 83, .44),
    0 4px 0 #03495e,
    0 7px 11px rgba(0, 0, 0, .58),
    0 0 12px rgba(64, 232, 255, .2);
}

body[data-next-style="cyber-rail"] .next-action-zone .next-download,
body[data-next-style="cyber-rail"] .next-action-zone .language-option {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 2px 2px rgba(45, 0, 35, .7), 0 4px 5px rgba(0, 0, 0, .42);
}

body[data-next-style="cyber-rail"] .next-action-zone .download-menu:hover,
body[data-next-style="cyber-rail"] .next-action-zone .download-menu:focus-within,
body[data-next-style="cyber-rail"] .next-action-zone .language-option:hover,
body[data-next-style="cyber-rail"] .next-action-zone .language-option:focus-visible {
  filter: brightness(1.08) saturate(1.08);
  transform: translateY(-3px);
}

body[data-next-style="cyber-rail"] .next-action-zone .download-menu:active,
body[data-next-style="cyber-rail"] .next-action-zone .language-option:active {
  transform: translateY(2px);
  box-shadow:
    inset 0 2px 5px rgba(34, 0, 25, .42),
    inset 0 -1px rgba(255, 255, 255, .18),
    0 1px 0 rgba(34, 0, 25, .9),
    0 3px 5px rgba(0, 0, 0, .5);
}

/* 赛博立体键精修：薄侧壁、小投影、无悬浮黑层。 */
body[data-next-style="cyber-rail"] .next-action-zone .download-menu {
  --key-side: #7b0759;
  --key-glow: rgba(255, 57, 203, .11);
}

body[data-next-style="cyber-rail"] .next-action-zone .language-option {
  --key-side: #07566b;
  --key-glow: rgba(64, 232, 255, .11);
}

body[data-next-style="cyber-rail"] .next-action-zone .download-menu,
body[data-next-style="cyber-rail"] .next-action-zone .language-option {
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, .26),
    inset 0 -2px 2px rgba(30, 0, 22, .24),
    0 2px 0 var(--key-side),
    0 4px 5px rgba(0, 0, 0, .3),
    0 0 6px var(--key-glow);
  transform: translateY(-1px);
}

body[data-next-style="cyber-rail"] .next-action-zone .next-download,
body[data-next-style="cyber-rail"] .next-action-zone .next-download:hover,
body[data-next-style="cyber-rail"] .next-action-zone .next-download:focus-visible {
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: 0 1px 1px rgba(25, 0, 18, .42) !important;
  transform: none !important;
}

body[data-next-style="cyber-rail"] .next-action-zone .language-option {
  text-shadow: 0 1px 1px rgba(0, 27, 34, .42) !important;
}

body[data-next-style="cyber-rail"] .next-action-zone .download-menu:hover,
body[data-next-style="cyber-rail"] .next-action-zone .download-menu:focus-within,
body[data-next-style="cyber-rail"] .next-action-zone .language-option:hover,
body[data-next-style="cyber-rail"] .next-action-zone .language-option:focus-visible {
  background-color: transparent;
  filter: brightness(1.04) saturate(1.03);
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, .28),
    inset 0 -2px 2px rgba(30, 0, 22, .2),
    0 2px 0 var(--key-side),
    0 4px 5px rgba(0, 0, 0, .26),
    0 0 7px var(--key-glow);
}

body[data-next-style="cyber-rail"] .next-action-zone .download-menu:active,
body[data-next-style="cyber-rail"] .next-action-zone .language-option:active {
  transform: translateY(1px);
  box-shadow: inset 0 1px 3px rgba(20, 0, 15, .28), 0 1px 0 var(--key-side), 0 2px 3px rgba(0, 0, 0, .25);
}

/* 赛博信息轨最终配色与纯净品牌区。 */
body[data-next-style="cyber-rail"] .next-brand-zone {
  min-height: 38px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  clip-path: none !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  transform: translateX(5px) !important;
}

body[data-next-style="cyber-rail"] .next-brand-zone::before,
body[data-next-style="cyber-rail"] .next-brand-zone::after {
  display: none !important;
}

body[data-next-style="cyber-rail"] .next-brand-zone .brand-mark,
body[data-next-style="cyber-rail"] .next-brand-zone .brand-mark img {
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

body[data-next-style="cyber-rail"] .next-brand-zone .brand-mark::before,
body[data-next-style="cyber-rail"] .next-brand-zone .brand-mark::after {
  display: none !important;
}

body[data-next-style="cyber-rail"] .next-brand-copy,
body[data-next-style="cyber-rail"] .next-brand-copy strong,
body[data-next-style="cyber-rail"] .next-brand-copy b {
  font-family: "HarmonyOS Sans SC", "MiSans", "Alibaba PuHuiTi 3.0", "Microsoft YaHei UI", sans-serif;
}

body[data-next-style="cyber-rail"] .next-brand-copy strong {
  color: rgba(239, 244, 250, .92);
  font-size: 14px;
  font-weight: 550;
  letter-spacing: .045em;
  text-shadow: none !important;
}

body[data-next-style="cyber-rail"] .next-brand-copy b {
  color: rgba(179, 190, 207, .66);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .035em;
}

body[data-next-style="cyber-rail"] .next-brand-copy i {
  color: rgba(142, 155, 177, .36);
}

body[data-next-style="cyber-rail"] .next-action-zone .download-menu {
  --key-side: #383553;
  --key-glow: rgba(125, 119, 165, .07);
  border-color: rgba(186, 182, 215, .3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .18) 0, rgba(255, 255, 255, .045) 20%, transparent 41%),
    linear-gradient(180deg, #77718f 0, #5f5a78 58%, #49455f 100%);
}

body[data-next-style="cyber-rail"] .next-action-zone .language-option {
  --key-side: #294651;
  --key-glow: rgba(89, 143, 158, .07);
  border-color: rgba(175, 209, 216, .28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .18) 0, rgba(255, 255, 255, .045) 20%, transparent 41%),
    linear-gradient(180deg, #638795 0, #4f707e 58%, #3a5966 100%);
}

body[data-next-style="cyber-rail"] .next-action-zone .next-download,
body[data-next-style="cyber-rail"] .next-action-zone .language-option {
  color: rgba(250, 252, 255, .94);
  font-family: "HarmonyOS Sans SC", "MiSans", "Microsoft YaHei UI", sans-serif;
  font-weight: 500;
}

/* 全效果页品牌统一：光纤数据总线、沉浸极光深潜保留独立设计。 */
body:not([data-ten-style="fiber-bus"]):not([data-ten-style="aurora-dive"]) .next-brand-zone {
  min-height: 38px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  clip-path: none !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  transform: translateX(5px) !important;
  overflow: visible !important;
}

body:not([data-ten-style="fiber-bus"]):not([data-ten-style="aurora-dive"]) .next-brand-zone::before,
body:not([data-ten-style="fiber-bus"]):not([data-ten-style="aurora-dive"]) .next-brand-zone::after {
  display: none !important;
  content: none !important;
}

body:not([data-ten-style="fiber-bus"]):not([data-ten-style="aurora-dive"]) .next-brand-zone .brand-lockup {
  min-height: 38px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

body:not([data-ten-style="fiber-bus"]):not([data-ten-style="aurora-dive"]) .next-brand-zone .brand-mark {
  width: 38px !important;
  height: 38px !important;
  flex-basis: 38px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

body:not([data-ten-style="fiber-bus"]):not([data-ten-style="aurora-dive"]) .next-brand-zone .brand-mark::before,
body:not([data-ten-style="fiber-bus"]):not([data-ten-style="aurora-dive"]) .next-brand-zone .brand-mark::after {
  display: none !important;
  content: none !important;
}

body:not([data-ten-style="fiber-bus"]):not([data-ten-style="aurora-dive"]) .next-brand-zone .brand-mark img {
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

body:not([data-ten-style="fiber-bus"]):not([data-ten-style="aurora-dive"]) .next-brand-copy,
body:not([data-ten-style="fiber-bus"]):not([data-ten-style="aurora-dive"]) .next-brand-copy strong,
body:not([data-ten-style="fiber-bus"]):not([data-ten-style="aurora-dive"]) .next-brand-copy b {
  font-family: "HarmonyOS Sans SC", "MiSans", "Alibaba PuHuiTi 3.0", "Microsoft YaHei UI", sans-serif !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: .035em !important;
  text-shadow: none !important;
  filter: none !important;
}

body:not([data-ten-style="fiber-bus"]):not([data-ten-style="aurora-dive"]) .next-brand-copy strong {
  color: rgba(241, 246, 249, .92) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

body:not([data-ten-style="fiber-bus"]):not([data-ten-style="aurora-dive"]) .next-brand-copy b {
  color: rgba(205, 216, 223, .76) !important;
}

body:not([data-ten-style="fiber-bus"]):not([data-ten-style="aurora-dive"]) .next-brand-copy i {
  color: rgba(160, 175, 184, .38) !important;
  text-shadow: none !important;
  filter: none !important;
}

/* 状态区精简后仅保留主标题，取消旧辅助信息留下的偏移。 */
.next-creative-center .next-message {
  padding-left: 0;
  transform: none;
}

.next-creative-center .next-meter {
  display: none !important;
}

/* 赛博信息轨：同步深红紫 / 紫蓝材质，使用静态渐变而非边缘流光。 */
html body[data-next-style="cyber-rail"] .next-brand-zone {
  min-height: 38px !important;
  padding: 0 14px 0 7px !important;
  overflow: visible !important;
  border: 1px solid rgba(255, 133, 193, .18) !important;
  border-radius: 10px !important;
  clip-path: none !important;
  background:
    radial-gradient(circle at 13% 0%, rgba(255, 205, 79, .1), transparent 29%),
    linear-gradient(120deg, rgba(107, 25, 55, .94) 0%, rgba(65, 18, 75, .94) 52%, rgba(8, 53, 70, .92) 100%) !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .09),
    inset 0 -1px rgba(0, 0, 0, .2),
    0 3px 8px rgba(0, 0, 0, .22) !important;
  filter: none !important;
  transform: translateX(5px) !important;
}

html body[data-next-style="cyber-rail"] .next-brand-zone::before,
html body[data-next-style="cyber-rail"] .next-brand-zone::after,
html body[data-next-style="cyber-rail"] .next-brand-zone .brand-mark::before,
html body[data-next-style="cyber-rail"] .next-brand-zone .brand-mark::after {
  display: none !important;
  content: none !important;
  animation: none !important;
}

html body[data-next-style="cyber-rail"] .next-brand-zone .brand-lockup {
  min-height: 36px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

html body[data-next-style="cyber-rail"] .next-brand-zone .brand-mark,
html body[data-next-style="cyber-rail"] .next-brand-zone .brand-mark img {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

html body[data-next-style="cyber-rail"] .next-brand-zone .next-brand-copy,
html body[data-next-style="cyber-rail"] .next-brand-zone .next-brand-copy strong,
html body[data-next-style="cyber-rail"] .next-brand-zone .next-brand-copy b {
  font-family: "HarmonyOS Sans SC", "MiSans", "Alibaba PuHuiTi 3.0", "Microsoft YaHei UI", sans-serif !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: .035em !important;
  text-shadow: none !important;
  filter: none !important;
}

html body[data-next-style="cyber-rail"] .next-brand-zone .next-brand-copy strong,
html body[data-next-style="cyber-rail"] .next-brand-zone .next-brand-copy b {
  --cyber-brand-hue: 5deg;
  color: #fff !important;
  background-image: linear-gradient(90deg,
    hsl(var(--cyber-brand-hue) 100% 62%) 0%,
    hsl(calc(var(--cyber-brand-hue) + 32deg) 100% 62%) 48%,
    hsl(calc(var(--cyber-brand-hue) + 62deg) 100% 68%) 100%) !important;
  background-size: 100% 100% !important;
  background-position: 0% 50%;
  background-repeat: no-repeat !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  animation: cyber-brand-spectrum 7.2s linear infinite !important;
  will-change: --cyber-brand-hue;
}

html body[data-next-style="cyber-rail"] .next-brand-zone .next-brand-copy strong {
  animation-delay: 0s !important;
}

html body[data-next-style="cyber-rail"] .next-brand-zone .next-brand-copy b {
  animation-delay: -3.6s !important;
}

html body[data-next-style="cyber-rail"] .next-brand-zone .next-brand-copy i {
  color: rgba(237, 216, 255, .48) !important;
  text-shadow: none !important;
}

html body[data-next-style="cyber-rail"] .next-action-zone {
  min-height: 38px !important;
  gap: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  clip-path: none !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

html body[data-next-style="cyber-rail"] .next-action-zone .download-menu,
html body[data-next-style="cyber-rail"] .next-action-zone .language-option {
  min-height: 34px !important;
  padding: 0 14px !important;
  overflow: visible !important;
  border-radius: 9px !important;
  clip-path: none !important;
  color: rgba(255, 255, 255, .96) !important;
  font-family: "HarmonyOS Sans SC", "MiSans", "Microsoft YaHei UI", sans-serif !important;
  font-weight: 600 !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .34) !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .1),
    inset 0 -1px rgba(0, 0, 0, .22),
    0 3px 7px rgba(0, 0, 0, .22) !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
  transition: filter .2s ease, transform .2s ease, box-shadow .2s ease !important;
}

html body[data-next-style="cyber-rail"] .next-action-zone .download-menu {
  border: 1px solid rgba(255, 126, 184, .24) !important;
  background: linear-gradient(135deg, #7a203c 0%, #571750 52%, #421569 100%) !important;
}

html body[data-next-style="cyber-rail"] .next-action-zone .language-option {
  border: 1px solid rgba(111, 174, 229, .24) !important;
  background: linear-gradient(135deg, #35215d 0%, #241d50 52%, #0a4962 100%) !important;
}

html body[data-next-style="cyber-rail"] .next-action-zone .download-menu::before,
html body[data-next-style="cyber-rail"] .next-action-zone .language-option::before,
html body[data-next-style="cyber-rail"] .next-action-zone .language-option::after {
  display: none !important;
  content: none !important;
  background: none !important;
  box-shadow: none !important;
  animation: none !important;
}

/* 保留二维码下拉的透明悬停桥，仅取消其可见装饰。 */
html body[data-next-style="cyber-rail"] .next-action-zone .download-menu::after {
  content: "" !important;
  position: absolute !important;
  top: 100% !important;
  right: -8px !important;
  width: 248px !important;
  height: 12px !important;
  display: block !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  animation: none !important;
}

html body[data-next-style="cyber-rail"] .next-action-zone .next-download,
html body[data-next-style="cyber-rail"] .next-action-zone .next-download:hover,
html body[data-next-style="cyber-rail"] .next-action-zone .next-download:focus-visible {
  padding: 0 !important;
  color: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: inherit !important;
  transform: none !important;
}

html body[data-next-style="cyber-rail"] .next-action-zone .download-menu:hover,
html body[data-next-style="cyber-rail"] .next-action-zone .download-menu:focus-within,
html body[data-next-style="cyber-rail"] .next-action-zone .language-option:hover,
html body[data-next-style="cyber-rail"] .next-action-zone .language-option:focus-visible {
  filter: brightness(1.07) saturate(1.04) !important;
  transform: translateY(-1px) !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .12),
    inset 0 -1px rgba(0, 0, 0, .2),
    0 4px 8px rgba(0, 0, 0, .24) !important;
}

html body[data-next-style="cyber-rail"] .next-action-zone .download-menu:active,
html body[data-next-style="cyber-rail"] .next-action-zone .language-option:active {
  filter: brightness(.98) !important;
  transform: translateY(0) !important;
}

@property --cyber-brand-hue {
  syntax: "<angle>";
  inherits: false;
  initial-value: 5deg;
}

@keyframes cyber-brand-spectrum {
  0% {
    --cyber-brand-hue: 5deg;
  }
  100% {
    --cyber-brand-hue: 365deg;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body[data-next-style="cyber-rail"] .next-brand-zone .next-brand-copy strong,
  html body[data-next-style="cyber-rail"] .next-brand-zone .next-brand-copy b {
    animation: none !important;
    background-position: 50% 50% !important;
  }
}

/* 当前全部顶部条：底部渐变线统一压到无光晕的最细 1px。 */
.next-status-header > .next-runner {
  bottom: 0 !important;
  height: 1px !important;
  min-height: 0 !important;
  max-height: 1px !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}

/* 08131750 全版本：删除顶部条下方的渐变呼吸/流动横线。 */
.next-status-header > .next-runner {
  display: none !important;
  content: none !important;
  height: 0 !important;
  max-height: 0 !important;
  opacity: 0 !important;
  background: none !important;
  box-shadow: none !important;
  filter: none !important;
  animation: none !important;
}

.next-status-header {
  border-bottom: 0 !important;
}
