body.laonong-command-page .site-header {
  display: none;
}

body.laonong-command-page .cesium-page {
  height: 100vh;
  height: 100svh;
}

.laonong-command-stage::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(2, 7, 17, 0.72) 0%, transparent 24%, transparent 72%, rgba(2, 7, 17, 0.58) 100%),
    linear-gradient(180deg, rgba(2, 7, 17, 0.42) 0%, transparent 32%, rgba(2, 7, 17, 0.34) 100%);
}

.laonong-rain-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.38;
  background-image:
    repeating-linear-gradient(104deg, transparent 0 28px, rgba(191, 219, 254, 0.34) 29px, transparent 31px),
    repeating-linear-gradient(104deg, transparent 0 70px, rgba(125, 211, 252, 0.18) 72px, transparent 74px);
  background-size: 220px 220px, 360px 360px;
  animation: laonongRain 1.2s linear infinite;
}

@keyframes laonongRain {
  from { background-position: 0 0, 0 0; }
  to { background-position: -70px 210px, -110px 310px; }
}

.laonong-title-panel,
.laonong-alert-banner,
.laonong-mode-switch,
.laonong-lifecycle,
.laonong-focus-card {
  position: absolute;
  z-index: 6;
}

.laonong-title-panel {
  top: 28px;
  left: clamp(18px, 3vw, 42px);
  display: flex;
  align-items: center;
  gap: 14px;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.65);
}

.laonong-title-panel h1 {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1.08;
  letter-spacing: 0;
}

.laonong-title-panel p {
  margin: 4px 0 0;
  color: #b7d7f5;
  font-size: 15px;
}

.laonong-logo-mark {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(56, 189, 248, 0.8);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 56%, rgba(56, 189, 248, 0.95) 0 5px, transparent 6px),
    conic-gradient(from 45deg, transparent 0 12%, rgba(56, 189, 248, 0.9) 13% 24%, transparent 25% 38%, rgba(14, 165, 233, 0.75) 39% 52%, transparent 53% 100%);
  box-shadow: 0 0 30px rgba(56, 189, 248, 0.56);
}

.laonong-alert-banner {
  top: 34px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid rgba(251, 146, 60, 0.72);
  border-radius: 8px;
  color: #fff7ed;
  background: linear-gradient(90deg, rgba(67, 20, 7, 0.72), rgba(7, 17, 31, 0.82), rgba(67, 20, 7, 0.72));
  box-shadow: 0 0 34px rgba(249, 115, 22, 0.22);
  transform: translateX(-50%);
}

.laonong-alert-banner strong {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: #ef4444;
  box-shadow: 0 0 18px rgba(239, 68, 68, 0.75);
}

.laonong-mode-switch {
  top: 28px;
  right: clamp(18px, 3vw, 42px);
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.34);
  border-radius: 8px;
  background: rgba(7, 17, 31, 0.72);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}

.laonong-mode-switch button {
  min-width: 52px;
  min-height: 40px;
  border: 0;
  color: #b7c7dc;
  background: transparent;
  font: inherit;
  font-weight: 800;
}

.laonong-mode-switch .is-active {
  color: #fff;
  background: linear-gradient(180deg, #38bdf8, #0b74d1);
  box-shadow: 0 0 22px rgba(56, 189, 248, 0.58);
}

.laonong-command-stage .cesium-control-panel {
  top: 112px;
  background: rgba(2, 11, 22, 0.72);
}

.laonong-command-stage .cesium-legend {
  right: 28px;
  bottom: 150px;
  color: #dbeafe;
  background: rgba(2, 11, 22, 0.78);
  border-color: rgba(125, 211, 252, 0.28);
  backdrop-filter: blur(16px);
}

.cesium-station { background: #0ea5e9; }
.cesium-typhoon {
  background: linear-gradient(90deg, #38bdf8, #fb7185);
  box-shadow: 0 0 12px rgba(251, 113, 133, 0.58);
}
.cesium-real-river {
  background: linear-gradient(90deg, #bae6fd, #38bdf8);
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.62);
}

.laonong-lifecycle {
  left: clamp(18px, 3vw, 42px);
  right: min(440px, 34vw);
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  padding: 12px;
  border: 1px solid rgba(125, 211, 252, 0.26);
  border-radius: 8px;
  background: rgba(2, 11, 22, 0.78);
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(16px);
}

.laonong-lifecycle div {
  min-height: 72px;
  padding: 12px 16px;
  border-left: 1px solid rgba(125, 211, 252, 0.18);
  background: linear-gradient(180deg, rgba(14, 165, 233, 0.10), transparent);
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.laonong-lifecycle div:first-child {
  border-left: 0;
}

.laonong-lifecycle strong {
  display: block;
  color: #e0f2fe;
  font-size: 20px;
}

.laonong-lifecycle span {
  display: block;
  margin-top: 6px;
  color: #94a3b8;
  font-size: 13px;
}

.laonong-lifecycle div.is-active {
  background:
    radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.36), transparent 62%),
    linear-gradient(180deg, rgba(14, 165, 233, 0.22), rgba(239, 68, 68, 0.10));
  box-shadow: inset 0 0 0 1px rgba(125, 211, 252, 0.35), 0 0 28px rgba(56, 189, 248, 0.18);
  transform: translateY(-2px);
}

.laonong-lifecycle div.is-active strong {
  color: #fff;
}

.laonong-lifecycle div.is-active span {
  color: #dbeafe;
}

.laonong-focus-card {
  right: 28px;
  bottom: 24px;
  width: min(380px, calc(100vw - 56px));
  min-height: 106px;
  padding: 18px;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(2, 11, 22, 0.92), rgba(8, 47, 73, 0.48)),
    linear-gradient(135deg, rgba(239, 68, 68, 0.28), transparent 58%);
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(16px);
}

.laonong-focus-card span {
  color: #cbd5e1;
}

.laonong-focus-card strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 19px;
}

.laonong-focus-card p {
  margin: 10px 0 0;
  color: #fca5a5;
  font-size: 13px;
}

.laonong-livecam-stack {
  position: absolute;
  top: 94px;
  right: 28px;
  z-index: 5;
  display: grid;
  gap: 10px;
  width: min(330px, calc(100vw - 56px));
}

.laonong-livecam-card {
  padding: 11px;
  border: 1px solid rgba(125, 211, 252, 0.30);
  border-radius: 8px;
  color: #dff6ff;
  background: rgba(2, 11, 22, 0.76);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(16px);
}

.laonong-livecam-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.laonong-livecam-heading span {
  color: #7dd3fc;
  font-size: 11px;
  font-weight: 700;
}

.laonong-livecam-heading strong {
  color: #fff;
  font-size: 14px;
}

.laonong-livecam-frame {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.20);
  border-radius: 6px;
  background: #020711;
}

.laonong-livecam-frame img,
.laonong-livecam-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.laonong-livecam-card p {
  margin: 7px 0 0;
  color: #bae6fd;
  font-size: 11px;
}

@media (max-width: 900px) {
  .laonong-title-panel {
    top: 16px;
    left: 16px;
  }

  .laonong-title-panel h1 {
    max-width: 64vw;
    font-size: 24px;
  }

  .laonong-title-panel p,
  .laonong-alert-banner {
    display: none;
  }

  .laonong-mode-switch {
    top: 16px;
    right: 16px;
  }

  .laonong-command-stage .cesium-control-panel {
    top: 78px;
  }

  .laonong-command-stage .cesium-legend {
    bottom: 116px;
  }

  .laonong-lifecycle {
    left: 12px;
    right: 12px;
    bottom: 12px;
    grid-template-columns: repeat(5, minmax(84px, 1fr));
    overflow-x: auto;
  }

  .laonong-focus-card {
    display: none;
  }

  .laonong-livecam-stack {
    top: 74px;
    right: 16px;
    width: min(260px, calc(100vw - 132px));
  }

  .laonong-livecam-card {
    padding: 8px;
  }

  .laonong-livecam-heading strong {
    font-size: 12px;
  }
}

@media (max-width: 560px) {
  .laonong-command-stage {
    min-height: 100svh;
  }

  .laonong-command-stage .cesium-legend {
    right: 10px;
    bottom: 102px;
    min-width: 164px;
    font-size: 12px;
  }

  .laonong-logo-mark {
    width: 38px;
    height: 38px;
  }

  .laonong-title-panel h1 {
    max-width: 58vw;
    font-size: 20px;
  }

  .laonong-lifecycle {
    padding: 8px;
  }

  .laonong-lifecycle div {
    min-height: 60px;
    padding: 9px 10px;
  }

  .laonong-lifecycle strong {
    font-size: 16px;
  }

  .laonong-lifecycle span {
    font-size: 12px;
  }

  .laonong-livecam-stack {
    display: none;
  }
}

.fuxing-model-page .cesium-control-panel {
  max-height: calc(100vh - 132px);
  overflow-y: auto;
}

.fuxing-slider-controls {
  display: grid;
  gap: 10px;
  margin: 12px 0;
}

.fuxing-slider-controls label {
  display: grid;
  grid-template-columns: 44px minmax(120px, 1fr) 64px;
  align-items: center;
  gap: 10px;
  color: #cbd5e1;
  font-size: 12px;
}

.fuxing-slider-controls input[type="range"] {
  width: 100%;
  accent-color: #38bdf8;
}

.fuxing-slider-controls strong {
  color: #67e8f9;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.fuxing-model-page .laonong-command-stage::after {
  background:
    radial-gradient(circle at 70% 32%, rgba(14, 165, 233, 0.22), transparent 30%),
    linear-gradient(90deg, rgba(2, 7, 17, 0.78), transparent 26%, rgba(2, 7, 17, 0.16) 58%, rgba(2, 7, 17, 0.58));
}

.fuxing-showcase-title {
  top: 20px;
}

.fuxing-showcase-tabs,
.fuxing-island-card,
.fuxing-flow-panel,
.fuxing-tool-rail,
.fuxing-water-inset,
.fuxing-video-panel,
.fuxing-typhoon-card,
.fuxing-bottom-timeline {
  position: absolute;
  z-index: 7;
}

.fuxing-showcase-tabs {
  top: 26px;
  left: 50%;
  display: flex;
  gap: 12px;
  transform: translateX(-50%);
}

.fuxing-showcase-tabs button {
  min-width: 128px;
  min-height: 40px;
  border: 1px solid rgba(56, 189, 248, 0.24);
  border-radius: 12px;
  color: #dbeafe;
  background: rgba(2, 11, 22, 0.72);
  box-shadow: inset 0 0 18px rgba(56, 189, 248, 0.08);
  font: inherit;
  font-weight: 800;
}

.fuxing-showcase-tabs .is-active {
  color: #fff;
  background: linear-gradient(180deg, rgba(14, 165, 233, 0.86), rgba(14, 116, 144, 0.76));
  box-shadow: 0 0 26px rgba(56, 189, 248, 0.48);
}

.fuxing-island-card {
  display: none;
  top: 104px;
  right: 220px;
  width: min(390px, 32vw);
  padding: 18px;
  border: 1px solid rgba(56, 189, 248, 0.32);
  border-radius: 10px;
  color: #e0f2fe;
  background: rgba(2, 17, 31, 0.78);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.34), inset 0 0 42px rgba(14, 165, 233, 0.10);
  backdrop-filter: blur(16px);
}

.fuxing-island-card.is-mobile-open {
  display: block;
}

.fuxing-island-card button {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  color: #38bdf8;
  background: transparent;
  font-size: 24px;
}

.fuxing-island-card p {
  margin: 0 0 4px;
  color: #7dd3fc;
  font-weight: 800;
}

.fuxing-island-card h2 {
  margin: 0 0 14px;
  font-size: 25px;
}

.fuxing-island-card div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.fuxing-island-card span {
  padding: 5px 9px;
  border: 1px solid rgba(125, 211, 252, 0.24);
  border-radius: 6px;
  background: rgba(14, 165, 233, 0.10);
  font-size: 12px;
}

.fuxing-flow-panel {
  top: 114px;
  left: 22px;
  display: grid;
  gap: 14px;
  width: 190px;
  padding: 16px;
  border: 1px solid rgba(56, 189, 248, 0.26);
  border-radius: 8px;
  color: #e0f2fe;
  background: rgba(2, 11, 22, 0.76);
  backdrop-filter: blur(16px);
}

.fuxing-flow-panel span {
  display: grid;
  gap: 2px;
  color: #94a3b8;
  font-size: 12px;
}

.fuxing-flow-panel b {
  color: #e0f2fe;
  font-size: 18px;
}

.fuxing-water-inset {
  left: 22px;
  bottom: 126px;
  width: min(340px, 25vw);
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.30);
  border-radius: 8px;
  color: #e0f2fe;
  background: rgba(2, 11, 22, 0.78);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34), inset 0 0 28px rgba(14, 165, 233, 0.08);
  backdrop-filter: blur(14px);
}

.fuxing-water-inset div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 10px;
  border-bottom: 1px solid rgba(125, 211, 252, 0.18);
}

.fuxing-water-inset span {
  color: #7dd3fc;
  font-size: 12px;
  font-weight: 900;
}

.fuxing-water-inset strong {
  font-size: 12px;
}

.fuxing-water-inset figure {
  margin: 0;
}

.fuxing-water-inset figcaption {
  padding: 7px 10px 0;
  color: #bae6fd;
  font-size: 11px;
  font-weight: 900;
}

.fuxing-water-inset img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: contain;
  background: rgba(8, 47, 73, 0.26);
}

.fuxing-video-panel {
  right: 22px;
  top: 296px;
  bottom: 98px;
  width: min(560px, 37vw);
  overflow: hidden auto;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 8px;
  color: #e0f2fe;
  background: rgba(2, 11, 22, 0.80);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34), inset 0 0 32px rgba(14, 165, 233, 0.08);
  backdrop-filter: blur(14px);
}

.fuxing-typhoon-card {
  top: 92px;
  right: 22px;
  width: min(560px, 37vw);
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 8px;
  color: #e0f2fe;
  background: rgba(2, 11, 22, 0.80);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34), inset 0 0 34px rgba(14, 165, 233, 0.08);
  backdrop-filter: blur(14px);
}

.fuxing-typhoon-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(125, 211, 252, 0.18);
}

.fuxing-typhoon-head span {
  color: #7dd3fc;
  font-size: 12px;
  font-weight: 900;
}

.fuxing-typhoon-head strong {
  color: #fda4af;
  font-size: 12px;
}

.fuxing-typhoon-card svg {
  display: block;
  width: 100%;
  height: auto;
  background:
    radial-gradient(circle at 35% 48%, rgba(14, 165, 233, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(8, 47, 73, 0.46), rgba(2, 6, 23, 0.20));
}

.typhoon-grid {
  fill: none;
  stroke: rgba(148, 163, 184, 0.18);
  stroke-dasharray: 4 8;
  stroke-width: 2;
}

.typhoon-sea-grid {
  fill: none;
  stroke: rgba(56, 189, 248, 0.12);
  stroke-dasharray: 2 14;
  stroke-linecap: round;
  stroke-width: 1;
}

.typhoon-taiwan-shape {
  fill: rgba(15, 118, 110, 0.26);
  stroke: rgba(186, 230, 253, 0.72);
  stroke-width: 2;
  filter: url(#typhoon-glow);
}

.typhoon-taiwan-ridge {
  fill: none;
  stroke: rgba(186, 230, 253, 0.28);
  stroke-linecap: round;
  stroke-width: 2;
}

.typhoon-basin-shape {
  fill: rgba(34, 197, 94, 0.42);
  stroke: rgba(187, 247, 208, 0.92);
  stroke-width: 2;
}

.typhoon-basin-pulse {
  fill: none;
  stroke: rgba(34, 211, 238, 0.86);
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
  animation: basinPulse 2.4s ease-in-out infinite;
}

.typhoon-track-past,
.typhoon-track-forecast {
  fill: none;
  filter: url(#typhoon-glow);
  stroke-linecap: round;
  stroke-width: 4;
}

.typhoon-track-past {
  stroke: rgba(248, 113, 113, 0.86);
  stroke-dasharray: 10 10;
  animation: typhoonTrackPulse 4.8s ease-in-out infinite;
}

.typhoon-track-forecast {
  stroke: #38bdf8;
  stroke-dasharray: 10 8;
  animation: typhoonTrackFlow 1.8s linear infinite;
}

.typhoon-swirl {
  fill: url(#typhoon-core);
  transform-box: fill-box;
  transform-origin: center;
  animation: typhoonSwirlPulse 2.8s ease-in-out infinite;
}

.typhoon-core {
  fill: #f8fafc;
  stroke: #ef4444;
  stroke-width: 3;
  transform-box: fill-box;
  transform-origin: center;
  animation: typhoonCoreBlink 1.8s ease-in-out infinite;
}

.typhoon-points circle {
  fill: #f8fafc;
  stroke: #0f172a;
  stroke-width: 2;
  animation: typhoonPointStep 2.7s ease-in-out infinite;
}

.typhoon-points circle:nth-child(2) {
  animation-delay: 0.18s;
}

.typhoon-points circle:nth-child(3) {
  animation-delay: 0.36s;
}

.typhoon-points circle:nth-child(4) {
  animation-delay: 0.54s;
}

.typhoon-points circle:nth-child(5) {
  animation-delay: 0.72s;
}

.typhoon-points circle:nth-child(6) {
  animation-delay: 0.9s;
}

.typhoon-points circle:nth-child(7) {
  animation-delay: 1.08s;
}

.fuxing-typhoon-card text {
  fill: #e0f2fe;
  font-size: 13px;
  font-weight: 900;
}

.fuxing-typhoon-card .typhoon-basin-label {
  fill: #bbf7d0;
  font-size: 12px;
}

.fuxing-typhoon-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid rgba(125, 211, 252, 0.18);
  background: rgba(125, 211, 252, 0.12);
}

.fuxing-typhoon-meta span {
  display: grid;
  gap: 2px;
  padding: 8px 10px;
  color: #94a3b8;
  background: rgba(2, 11, 22, 0.64);
  font-size: 11px;
}

.fuxing-typhoon-meta b {
  color: #e0f2fe;
}

.fuxing-impact-panel {
  position: absolute;
  top: 390px;
  right: 22px;
  width: min(560px, 37vw);
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 8px;
  color: #e0f2fe;
  background: rgba(2, 11, 22, 0.78);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34), inset 0 0 32px rgba(14, 165, 233, 0.08);
  backdrop-filter: blur(14px);
}

.fuxing-impact-head,
.fuxing-impact-title,
.fuxing-impact-meta {
  display: flex;
  align-items: center;
}

.fuxing-impact-head {
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(125, 211, 252, 0.18);
}

.fuxing-impact-head span {
  color: #7dd3fc;
  font-size: 12px;
  font-weight: 900;
}

.fuxing-impact-head strong {
  color: #93c5fd;
  font-size: 12px;
}

.fuxing-impact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(125, 211, 252, 0.14);
}

.fuxing-impact-card {
  min-width: 0;
  padding: 10px;
  background: rgba(2, 11, 22, 0.72);
}

.fuxing-impact-title {
  gap: 8px;
  margin-bottom: 8px;
}

.fuxing-impact-title span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(103, 232, 249, 0.88);
  border-radius: 999px;
  color: #67e8f9;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 0 14px rgba(34, 211, 238, 0.34);
}

.fuxing-impact-title strong {
  color: #e0f2fe;
  font-size: 15px;
  font-weight: 900;
}

.fuxing-impact-title em {
  margin-left: auto;
  color: #93c5fd;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.fuxing-impact-map {
  display: block;
  width: 100%;
  aspect-ratio: 250 / 130;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 48% 55%, rgba(34, 211, 238, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(8, 47, 73, 0.26), rgba(2, 6, 23, 0.42));
}

.impact-island-base {
  fill: rgba(15, 23, 42, 0.62);
  stroke: rgba(125, 211, 252, 0.34);
  stroke-width: 1.5;
}

.impact-flood-area {
  fill: rgba(56, 189, 248, 0.34);
  stroke: rgba(186, 230, 253, 0.44);
  stroke-width: 1.2;
  transform-box: fill-box;
  transform-origin: center;
  animation: impactFloodPulse 3.6s ease-in-out infinite;
}

.impact-river-line {
  fill: none;
  stroke: rgba(125, 211, 252, 0.82);
  stroke-linecap: round;
  stroke-dasharray: 18 12;
  stroke-width: 6;
  animation: impactRiverFlow 1.8s linear infinite;
  filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.72));
}

.impact-building {
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}

.impact-building.normal {
  fill: rgba(226, 232, 240, 0.56);
  stroke: rgba(224, 242, 254, 0.58);
}

.impact-building.impact {
  fill: rgba(239, 68, 68, 0.78);
  stroke: rgba(251, 191, 36, 0.94);
  animation: impactBuildingAlert 2.4s ease-in-out infinite;
  filter: drop-shadow(0 0 5px rgba(248, 113, 113, 0.66));
}

.impact-building.impact:nth-of-type(3n) {
  animation-delay: 0.35s;
}

.impact-building.impact:nth-of-type(4n) {
  animation-delay: 0.7s;
}

.fuxing-impact-meta {
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 800;
}

.fuxing-impact-meta span {
  display: grid;
  gap: 2px;
}

.fuxing-impact-meta b {
  color: #fca5a5;
  font-size: 14px;
}

@keyframes typhoonTrackFlow {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -36;
  }
}

@keyframes impactFloodPulse {
  0%,
  100% {
    opacity: 0.58;
    transform: translateY(0) scaleX(0.98);
  }

  50% {
    opacity: 0.9;
    transform: translateY(-3px) scaleX(1.03);
  }
}

@keyframes impactRiverFlow {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -30;
  }
}

@keyframes impactBuildingAlert {
  0%,
  100% {
    opacity: 0.72;
  }

  50% {
    opacity: 1;
    stroke-width: 2;
  }
}

@keyframes typhoonTrackPulse {
  0%,
  100% {
    opacity: 0.72;
  }

  50% {
    opacity: 1;
  }
}

@keyframes typhoonSwirlPulse {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(0.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes typhoonCoreBlink {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

@keyframes typhoonPointStep {
  0%,
  100% {
    opacity: 0.5;
  }

  30% {
    opacity: 1;
  }
}

@keyframes basinPulse {
  0%,
  100% {
    opacity: 0.48;
    transform: scale(0.84);
  }

  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

.fuxing-video-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(125, 211, 252, 0.18);
}

.fuxing-video-panel-header span {
  color: #7dd3fc;
  font-size: 12px;
  font-weight: 900;
}

.fuxing-video-panel-header strong {
  color: #c4b5fd;
  font-size: 12px;
}

.fuxing-skybox-video,
.fuxing-video-grid {
  margin: 0;
}

.fuxing-skybox-video {
  padding: 10px 10px 0;
}

.fuxing-skybox-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(56, 189, 248, 0.20);
  border-radius: 7px;
  background: #020617;
}

.fuxing-skybox-video figcaption,
.fuxing-video-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 1px;
}

.fuxing-skybox-video figcaption span,
.fuxing-skybox-video figcaption strong,
.fuxing-video-section-title span,
.fuxing-video-section-title strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}

.fuxing-skybox-video figcaption span,
.fuxing-video-section-title span {
  color: #e0f2fe;
  font-weight: 900;
}

.fuxing-skybox-video figcaption strong,
.fuxing-video-section-title strong {
  color: #93c5fd;
  font-weight: 800;
}

.fuxing-video-section-title {
  margin: 0 10px;
  border-top: 1px solid rgba(125, 211, 252, 0.16);
}

.fuxing-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
}

.fuxing-video-grid figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(56, 189, 248, 0.20);
  border-radius: 7px;
  background: rgba(8, 47, 73, 0.26);
}

.fuxing-video-grid video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #020617;
}

.fuxing-video-grid figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 9px;
  border-top: 1px solid rgba(125, 211, 252, 0.14);
}

.fuxing-video-grid figcaption span,
.fuxing-video-grid figcaption strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}

.fuxing-video-grid figcaption span {
  color: #e0f2fe;
  font-weight: 900;
}

.fuxing-video-grid figcaption strong {
  color: #93c5fd;
  font-weight: 800;
}

.fuxing-tool-rail {
  top: 104px;
  right: 26px;
  display: grid;
  gap: 8px;
  width: 92px;
  padding: 12px;
  border: 1px solid rgba(56, 189, 248, 0.24);
  border-radius: 8px;
  background: rgba(2, 11, 22, 0.78);
}

.fuxing-tool-rail button {
  min-height: 50px;
  border: 0;
  border-bottom: 1px solid rgba(125, 211, 252, 0.14);
  color: #dbeafe;
  background: transparent;
  font: inherit;
  font-size: 12px;
}

.fuxing-model-page .fuxing-control-panel {
  top: auto;
  left: 22px;
  right: auto;
  bottom: 118px;
  width: 410px;
  max-height: 58vh;
  overflow-y: auto;
}

.fuxing-model-page .cesium-legend {
  display: none;
}

.fuxing-panel-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: block;
  width: 54px;
  min-height: 44px;
  border: 1px solid rgba(125, 211, 252, 0.34);
  border-radius: 8px;
  color: #e0f2fe;
  background: rgba(2, 11, 22, 0.86);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.30), inset 0 0 22px rgba(14, 165, 233, 0.12);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.fuxing-model-page .fuxing-control-panel.is-panel-collapsed {
  left: 22px;
  right: auto;
  width: 64px;
  height: 44px;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.fuxing-model-page .fuxing-control-panel.is-panel-collapsed .fuxing-panel-toggle {
  inset: 0;
  width: 100%;
}

.fuxing-model-page .fuxing-control-panel.is-panel-collapsed .cesium-panel-content {
  display: none;
}

.fuxing-select-field {
  display: grid;
  gap: 7px;
  margin: 10px 0 12px;
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 800;
}

.fuxing-select-field select {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(125, 211, 252, 0.26);
  border-radius: 6px;
  color: #e0f2fe;
  background: rgba(15, 23, 42, 0.92);
  font: inherit;
  padding: 0 10px;
}

.fuxing-bottom-timeline {
  left: 22px;
  right: 610px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(56, 189, 248, 0.22);
  border-radius: 10px;
  color: #dbeafe;
  background: rgba(2, 11, 22, 0.78);
  backdrop-filter: blur(16px);
}

.fuxing-bottom-timeline button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(125, 211, 252, 0.42);
  border-radius: 50%;
  color: #e0f2fe;
  background: rgba(14, 165, 233, 0.12);
}

.fuxing-bottom-timeline div {
  display: grid;
  grid-template-columns: repeat(6, minmax(104px, 1fr));
  gap: 14px;
  width: 100%;
}

.fuxing-bottom-timeline span {
  position: relative;
  color: #94a3b8;
  font-size: 12px;
}

.fuxing-bottom-timeline span::before {
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 7px;
  border: 2px solid #38bdf8;
  border-radius: 50%;
  content: "";
  background: #082f49;
}

.fuxing-bottom-timeline .is-current {
  color: #fff;
  font-weight: 900;
}

.fuxing-bottom-timeline .is-current::before {
  background: #22d3ee;
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.72);
}

.fuxing-mobile-dock {
  display: none;
}

@media (max-width: 760px) {
  .fuxing-model-page .laonong-command-stage {
    min-height: 100svh;
  }

  .fuxing-model-page .laonong-title-panel {
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    max-width: none;
    padding: 10px 12px;
  }

  .fuxing-showcase-title h1 {
    max-width: 68vw;
    font-size: 18px;
    line-height: 1.22;
  }

  .fuxing-showcase-title p {
    font-size: 11px;
  }

  .fuxing-showcase-tabs,
  .fuxing-flow-panel,
  .fuxing-tool-rail {
    display: none;
  }

  .fuxing-water-inset {
    left: 10px;
    bottom: calc(max(10px, env(safe-area-inset-bottom)) + 62px);
    width: min(45vw, 190px);
  }

  .fuxing-water-inset div {
    padding: 6px 7px;
  }

  .fuxing-water-inset span,
  .fuxing-water-inset strong,
  .fuxing-water-inset figcaption {
    font-size: 10px;
  }

  .fuxing-mobile-dock {
    position: absolute;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    z-index: 24;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    padding: 6px;
    border: 1px solid rgba(125, 211, 252, 0.28);
    border-radius: 10px;
    background: rgba(2, 11, 22, 0.82);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(18px);
  }

  .fuxing-mobile-dock button {
    min-width: 0;
    min-height: 40px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    color: #dbeafe;
    background: rgba(15, 23, 42, 0.72);
    font: inherit;
    font-size: 12px;
    font-weight: 800;
  }

  .fuxing-mobile-dock button.is-active {
    border-color: rgba(56, 189, 248, 0.72);
    color: #ffffff;
    background: rgba(14, 165, 233, 0.48);
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.24);
  }

  .fuxing-model-page .fuxing-control-panel,
  .fuxing-island-card,
  .fuxing-model-page .cesium-legend,
  .fuxing-typhoon-card,
  .fuxing-impact-panel,
  .fuxing-video-panel,
  .fuxing-bottom-timeline.is-mobile-open {
    display: none;
  }

  .fuxing-model-page .fuxing-control-panel.is-mobile-open,
  .fuxing-island-card.is-mobile-open,
  .fuxing-model-page .cesium-legend.is-mobile-open,
  .fuxing-typhoon-card.is-mobile-open,
  .fuxing-impact-panel.is-mobile-open,
  .fuxing-video-panel.is-mobile-open,
  .fuxing-bottom-timeline.is-mobile-open {
    position: absolute;
    z-index: 23;
    display: block;
  }

  .fuxing-model-page .fuxing-control-panel.is-mobile-open,
  .fuxing-model-page .cesium-legend.is-mobile-open,
  .fuxing-typhoon-card.is-mobile-open,
  .fuxing-impact-panel.is-mobile-open,
  .fuxing-video-panel.is-mobile-open,
  .fuxing-bottom-timeline.is-mobile-open {
    right: 10px;
    bottom: calc(max(10px, env(safe-area-inset-bottom)) + 62px);
    left: 10px;
    width: auto;
  }

  .fuxing-model-page .fuxing-control-panel.is-mobile-open {
    top: auto;
    max-height: 58svh;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .fuxing-model-page .fuxing-control-panel.is-mobile-open .fuxing-panel-toggle {
    display: none;
  }

  .fuxing-model-page .fuxing-control-panel.is-mobile-open .cesium-panel-content {
    display: block;
  }

  .fuxing-island-card.is-mobile-open {
    top: 86px;
    right: 10px;
    left: 10px;
    width: auto;
    padding: 14px;
  }

  .fuxing-island-card.is-mobile-open h2 {
    font-size: 20px;
  }

  .fuxing-bottom-timeline.is-mobile-open {
    padding: 10px;
    overflow-x: auto;
  }

  .fuxing-bottom-timeline.is-mobile-open div {
    min-width: 640px;
  }

  .fuxing-bottom-timeline {
    right: 10px;
    bottom: calc(max(10px, env(safe-area-inset-bottom)) + 62px);
    left: 210px;
    gap: 8px;
    padding: 8px 10px;
    overflow-x: auto;
  }

  .fuxing-bottom-timeline button {
    width: 34px;
    height: 34px;
  }

  .fuxing-bottom-timeline div {
    min-width: 520px;
    gap: 12px;
  }

  .fuxing-video-panel.is-mobile-open {
    max-height: 54svh;
    overflow-y: auto;
  }

  .fuxing-impact-panel.is-mobile-open {
    top: auto;
    max-height: 54svh;
    overflow-y: auto;
  }

  .fuxing-impact-grid {
    grid-template-columns: 1fr;
  }

  .fuxing-video-grid {
    grid-template-columns: 1fr;
  }

  .fuxing-model-page .cesium-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fuxing-model-page .cesium-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .wulai-model-page .laonong-command-stage {
    min-height: 100svh;
  }

  .wulai-model-page .laonong-title-panel {
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    max-width: none;
    padding: 10px 12px;
  }

  .wulai-model-page .laonong-title-panel h1 {
    max-width: 72vw;
    font-size: 18px;
    line-height: 1.22;
  }

  .wulai-model-page .cesium-control-panel,
  .wulai-model-page .cesium-legend {
    display: none;
  }

  .wulai-model-page .cesium-control-panel.is-mobile-open,
  .wulai-model-page .cesium-legend.is-mobile-open {
    position: absolute;
    right: 10px;
    bottom: calc(max(10px, env(safe-area-inset-bottom)) + 62px);
    left: 10px;
    z-index: 23;
    display: block;
    width: auto;
  }

  .wulai-model-page .cesium-control-panel.is-mobile-open {
    top: auto;
    max-height: 58svh;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .wulai-model-page .cesium-status-grid,
  .wulai-model-page .cesium-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.wulai-model-page [data-view-mode] {
  white-space: nowrap;
}

.wulai-panel-collapse,
.wulai-panel-peek {
  border: 1px solid rgba(125, 211, 252, 0.36);
  border-radius: 8px;
  color: #e0f2fe;
  background: rgba(14, 165, 233, 0.14);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
}

.wulai-panel-collapse {
  position: absolute;
  top: 12px;
  right: 12px;
  min-height: 32px;
  padding: 0 10px;
}

.wulai-panel-peek {
  position: absolute;
  top: 146px;
  left: 32px;
  z-index: 18;
  display: none;
  min-height: 38px;
  padding: 0 14px;
  background: rgba(2, 11, 22, 0.78);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.wulai-model-page .cesium-control-panel {
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.wulai-model-page .cesium-control-panel.is-panel-collapsed {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-18px);
}

.wulai-control-collapsed .wulai-panel-peek {
  display: block;
}

@media (max-width: 760px) {
  .wulai-panel-peek {
    top: 82px;
    left: 10px;
    min-height: 34px;
  }

  .wulai-panel-collapse {
    top: 10px;
    right: 10px;
  }

  .wulai-model-page .cesium-control-panel.is-panel-collapsed {
    display: none;
  }
}
