:root {
  color-scheme: dark;
  --ink: #f8fbff;
  --muted: rgba(222, 232, 255, 0.74);
  --soft: rgba(187, 210, 255, 0.58);
  --line: rgba(172, 199, 255, 0.22);
  --glass: rgba(4, 10, 28, 0.44);
  --glass-strong: rgba(6, 13, 35, 0.68);
  --gold: #ffd27a;
  --cyan: #7de8ff;
  --violet: #b58cff;
  --blue: #4f8cff;
  --danger: #ff936d;
  --shadow: 0 30px 120px rgba(0, 0, 0, 0.42);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #02040d;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: #02040d;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.is-menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

#cosmic-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #02040d;
}

.cinema-vignette,
.film-grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.cinema-vignette {
  background:
    radial-gradient(circle at 50% 48%, transparent 0 46%, rgba(0, 0, 0, 0.26) 74%, rgba(0, 0, 0, 0.76) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.30), transparent 22%, transparent 72%, rgba(0, 0, 0, 0.52));
}

.film-grain {
  opacity: 0.13;
  mix-blend-mode: soft-light;
  background-image:
    repeating-radial-gradient(circle at 17% 23%, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 3px),
    repeating-radial-gradient(circle at 72% 61%, rgba(255, 210, 122, 0.08) 0 1px, transparent 1px 4px);
  background-size: 180px 180px, 240px 240px;
  animation: grainDrift 2.6s steps(3) infinite;
}

@keyframes grainDrift {
  0% { transform: translate3d(0, 0, 0); }
  33% { transform: translate3d(-1.4%, 1%, 0); }
  66% { transform: translate3d(1.1%, -0.8%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

.skip-link {
  position: fixed;
  left: 20px;
  top: -80px;
  z-index: 50;
  padding: 10px 14px;
  border-radius: 999px;
  color: #061125;
  background: #ffffff;
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: fixed;
  left: 50%;
  top: 18px;
  z-index: 20;
  width: min(var(--max), calc(100% - 36px));
  min-height: 66px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(190, 211, 255, 0.18);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  background: rgba(2, 7, 22, 0.42);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  transform: translateX(-50%);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(255, 210, 122, 0.22);
  background: rgba(3, 8, 26, 0.72);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.brand-symbol {
  width: 34px;
  height: 34px;
  filter: drop-shadow(0 0 18px rgba(125, 232, 255, 0.18));
}

.desktop-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 2px;
}

.desktop-nav a,
.mobile-panel a {
  min-height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: rgba(231, 240, 255, 0.74);
  font-size: 14px;
  font-weight: 800;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active,
.mobile-panel a:hover,
.mobile-panel a.is-active {
  color: #fff;
  background: rgba(125, 232, 255, 0.10);
  box-shadow: inset 0 0 0 1px rgba(125, 232, 255, 0.12);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-link {
  color: rgba(231, 240, 255, 0.78);
  font-size: 14px;
  font-weight: 850;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(190, 211, 255, 0.22);
  border-radius: 50%;
  display: none;
  place-items: center;
  gap: 4px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.menu-toggle span {
  width: 17px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3px) rotate(40deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3px) rotate(-40deg);
}

.mobile-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
  padding: 14px;
  border: 1px solid rgba(190, 211, 255, 0.18);
  border-radius: 28px;
  display: none;
  background: rgba(3, 8, 26, 0.88);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

.mobile-panel.open {
  display: block;
}

.mobile-panel nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.cosmic-stage {
  position: relative;
  z-index: 2;
}

.scene-section {
  position: relative;
  min-height: 118svh;
  padding: clamp(118px, 15vh, 180px) 0 clamp(82px, 11vh, 132px);
  display: grid;
  align-items: center;
  isolation: isolate;
}

.scene-section::before,
.scene-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

.scene-section::before {
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(125, 232, 255, 0.22), rgba(255, 210, 122, 0.18), transparent);
  opacity: 0.68;
}

.scene-section::after {
  bottom: -12vh;
  height: 24vh;
  background: linear-gradient(180deg, transparent, rgba(2, 4, 13, 0.26), transparent);
}

.hero-scene {
  min-height: 124svh;
  padding-top: clamp(138px, 18vh, 210px);
}

.finale-scene {
  min-height: 108svh;
}

.scene-inner {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
}

.scene-inner.split,
.scene-inner.reverse {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  align-items: center;
}

.scene-inner.reverse {
  grid-template-columns: minmax(360px, 0.85fr) minmax(0, 0.95fr);
}

.scene-copy {
  max-width: 760px;
  transform-style: preserve-3d;
}

.hero-scene .scene-copy {
  max-width: 920px;
}

.scene-kicker {
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 13px;
  border: 1px solid rgba(125, 232, 255, 0.22);
  border-radius: 999px;
  color: #cdefff;
  background: rgba(125, 232, 255, 0.08);
  box-shadow: 0 0 28px rgba(125, 232, 255, 0.10);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  margin-bottom: 22px;
  max-width: 980px;
  color: #fff;
  font-weight: 950;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 10px 44px rgba(0, 0, 0, 0.38), 0 0 34px rgba(125, 232, 255, 0.12);
}

h1 {
  font-size: clamp(46px, 8vw, 106px);
  line-height: 0.98;
}

h2 {
  font-size: clamp(34px, 5.2vw, 72px);
  line-height: 1.04;
}

h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 920;
  letter-spacing: 0;
}

.scene-lead,
.scene-copy > p:not(.scene-kicker),
.finale-core > p:not(.scene-kicker) {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.78;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.36);
}

.hero-actions,
.finale-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cosmic-button,
.ghost-button {
  position: relative;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid rgba(255, 210, 122, 0.34);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  cursor: pointer;
  color: #081020;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.95), transparent 0 24%, transparent 44%),
    linear-gradient(135deg, #ffe4a5, #89f1ff 46%, #bba0ff);
  box-shadow: 0 0 34px rgba(125, 232, 255, 0.23), 0 18px 54px rgba(255, 210, 122, 0.18);
  font-weight: 950;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.cosmic-button.small {
  min-height: 42px;
  padding: 0 16px;
  font-size: 14px;
}

.cosmic-button::before,
.cosmic-button::after {
  content: "";
  position: absolute;
  inset: -60%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms ease, transform 300ms ease;
}

.cosmic-button::before {
  background:
    radial-gradient(circle at 45% 50%, rgba(255, 255, 255, 0.95) 0 1px, transparent 2px),
    radial-gradient(circle at 56% 48%, rgba(125, 232, 255, 0.9) 0 1px, transparent 2px),
    radial-gradient(circle at 50% 58%, rgba(255, 210, 122, 0.9) 0 1px, transparent 2px);
  background-size: 28px 28px, 34px 34px, 42px 42px;
  transform: scale(1.2) rotate(8deg);
}

.cosmic-button::after {
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.95), transparent 0 18%, rgba(125, 232, 255, 0.16) 36%, transparent 58%);
}

.cosmic-button:hover,
.ghost-button:hover {
  transform: translateY(-2px);
}

.cosmic-button:hover {
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 52px rgba(125, 232, 255, 0.34), 0 22px 76px rgba(255, 210, 122, 0.25);
}

.cosmic-button:hover::before,
.cosmic-button:hover::after {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.ghost-button {
  color: #f7fbff;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(200, 218, 255, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 18px 54px rgba(0, 0, 0, 0.28);
}

.ghost-button:hover {
  border-color: rgba(125, 232, 255, 0.38);
  background: rgba(125, 232, 255, 0.10);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(125, 232, 255, 0.44);
  outline-offset: 4px;
}

.mission-telemetry,
.orbit-grid,
.gravity-panel,
.station-list,
.burst-metrics,
.endpoint-tunnel {
  transform-style: preserve-3d;
}

.mission-telemetry {
  width: min(960px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mission-telemetry div,
.orbit-grid article,
.gravity-panel div,
.station-list a,
.burst-metrics div,
.endpoint-tunnel div {
  position: relative;
  border: 1px solid rgba(190, 211, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025)),
    rgba(3, 8, 26, 0.48);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
}

.mission-telemetry div::before,
.orbit-grid article::before,
.station-list a::before,
.endpoint-tunnel div::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(125, 232, 255, 0.16), transparent 38%, rgba(255, 210, 122, 0.12));
  opacity: 0.58;
}

.mission-telemetry div {
  min-height: 108px;
  padding: 18px;
  border-radius: 22px;
}

.mission-telemetry span,
.mission-telemetry strong,
.orbit-grid span,
.gravity-panel span,
.gravity-panel strong,
.station-list span,
.station-list strong,
.burst-metrics span,
.burst-metrics strong,
.endpoint-tunnel span,
.endpoint-tunnel strong {
  position: relative;
  display: block;
}

.mission-telemetry span,
.orbit-grid span,
.gravity-panel span,
.station-list span,
.burst-metrics span,
.endpoint-tunnel span {
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mission-telemetry strong {
  margin-top: 9px;
  color: #fff;
  font-size: 16px;
  line-height: 1.38;
  font-weight: 920;
}

.orbit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.orbit-grid article {
  min-height: 158px;
  padding: 24px;
  border-radius: 26px;
}

.orbit-grid p,
.station-list strong {
  position: relative;
  margin: 0;
  color: var(--muted);
}

.gravity-panel {
  display: grid;
  gap: 14px;
}

.gravity-panel div {
  min-height: 112px;
  padding: 22px;
  border-radius: 999px;
  overflow: hidden;
}

.gravity-panel div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.82), rgba(125, 232, 255, 0.28) 22%, transparent 58%),
    conic-gradient(from 20deg, transparent, rgba(255, 210, 122, 0.7), transparent, rgba(181, 140, 255, 0.72), transparent);
  filter: blur(0.2px);
  transform: translateY(-50%);
}

.gravity-panel strong {
  margin-top: 6px;
  max-width: calc(100% - 92px);
  color: #fff;
  font-size: 22px;
  line-height: 1.22;
  font-weight: 950;
}

.station-list {
  display: grid;
  gap: 14px;
}

.station-list a {
  min-height: 116px;
  padding: 22px 24px;
  border-radius: 24px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.station-list a:hover {
  border-color: rgba(125, 232, 255, 0.34);
  background: rgba(8, 17, 44, 0.68);
  transform: translate3d(8px, -2px, 0);
}

.station-list strong {
  margin-top: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.42;
}

.burst-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.burst-metrics div {
  min-height: 154px;
  padding: 22px;
  border-radius: 28px;
  overflow: hidden;
}

.burst-metrics div::after {
  content: "";
  position: absolute;
  inset: auto -40px -72px auto;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 210, 122, 0.72), rgba(255, 147, 109, 0.22) 42%, transparent 68%);
  filter: blur(2px);
}

.burst-metrics strong {
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  font-weight: 950;
  text-shadow: 0 0 24px rgba(255, 210, 122, 0.24);
}

.burst-metrics span {
  margin-top: 14px;
  color: rgba(255, 232, 188, 0.78);
}

.endpoint-tunnel {
  position: relative;
  display: grid;
  gap: 12px;
}

.endpoint-tunnel::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: linear-gradient(180deg, var(--cyan), var(--violet), var(--gold));
  box-shadow: 0 0 22px rgba(125, 232, 255, 0.42);
}

.endpoint-tunnel div {
  min-height: 88px;
  margin-left: 38px;
  padding: 18px 20px;
  border-radius: 22px;
}

.endpoint-tunnel div::after {
  content: "";
  position: absolute;
  left: -28px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 22px rgba(125, 232, 255, 0.8), 0 0 44px rgba(255, 210, 122, 0.34);
  transform: translateY(-50%);
}

.endpoint-tunnel strong {
  margin-top: 7px;
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.finale-core {
  width: min(780px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(34px, 5vw, 62px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  display: grid;
  justify-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(2, 7, 22, 0.48);
  box-shadow: 0 0 90px rgba(125, 232, 255, 0.16), 0 34px 110px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.finale-core img {
  width: clamp(82px, 10vw, 132px);
  height: auto;
  margin-bottom: 22px;
  filter: drop-shadow(0 0 34px rgba(125, 232, 255, 0.32)) drop-shadow(0 0 52px rgba(255, 210, 122, 0.20));
  animation: coreBreath 5.8s ease-in-out infinite;
}

@keyframes coreBreath {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 28px rgba(125, 232, 255, 0.28)); }
  50% { transform: scale(1.045); filter: drop-shadow(0 0 48px rgba(255, 210, 122, 0.34)); }
}

.finale-core h2 {
  margin-bottom: 14px;
}

.finale-core .scene-kicker {
  margin-left: auto;
  margin-right: auto;
}

.finale-core .icp-line {
  margin-top: 16px;
  color: rgba(224, 244, 255, 0.58);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.finale-actions {
  justify-content: center;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 44px;
  width: 32px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  display: grid;
  place-items: start center;
  padding-top: 9px;
  transform: translateX(-50%);
  opacity: 0.82;
}

.scroll-cue span {
  width: 4px;
  height: 10px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 18px rgba(125, 232, 255, 0.82);
  animation: scrollCue 1.75s ease-in-out infinite;
}

@keyframes scrollCue {
  0% { transform: translateY(0); opacity: 0; }
  35% { opacity: 1; }
  100% { transform: translateY(22px); opacity: 0; }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 38px, 0) scale(0.985);
  transition: opacity 700ms ease, transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0) scale(1);
}

.stardust-dot {
  position: fixed;
  z-index: 60;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  pointer-events: none;
  background: #fff;
  box-shadow: 0 0 14px rgba(125, 232, 255, 0.95), 0 0 24px rgba(255, 210, 122, 0.52);
  animation: dotCollapse 640ms ease-out forwards;
}

@keyframes dotCollapse {
  from {
    opacity: 1;
    transform: translate3d(var(--sx), var(--sy), 0) scale(1);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.25);
  }
}

@media (max-width: 980px) {
  .site-header {
    width: min(720px, calc(100% - 24px));
    top: 12px;
    border-radius: 26px;
  }

  .desktop-nav,
  .header-link {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .brand {
    font-size: 18px;
  }

  .brand-symbol {
    width: 32px;
    height: 32px;
  }

  .header-actions {
    margin-left: auto;
  }

  .scene-inner.split,
  .scene-inner.reverse {
    grid-template-columns: 1fr;
  }

  .scene-inner.reverse .scene-copy {
    order: -1;
  }

  .mission-telemetry {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 15px;
  }

  .site-header {
    min-height: 60px;
    padding: 8px 9px 8px 14px;
  }

  .brand {
    font-size: 17px;
  }

  .brand-symbol {
    width: 30px;
    height: 30px;
  }

  .cosmic-button.small {
    display: none;
  }

  .mobile-panel nav {
    grid-template-columns: 1fr;
  }

  .scene-section {
    min-height: 112svh;
    padding: 112px 0 76px;
  }

  .hero-scene {
    min-height: 122svh;
  }

  .scene-inner,
  .finale-core {
    width: min(100% - 32px, var(--max));
  }

  h1 {
    font-size: clamp(42px, 14vw, 66px);
  }

  h2 {
    font-size: clamp(32px, 10.6vw, 48px);
  }

  .scene-lead,
  .scene-copy > p:not(.scene-kicker),
  .finale-core > p:not(.scene-kicker) {
    font-size: 16px;
  }

  .hero-actions,
  .finale-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cosmic-button,
  .ghost-button {
    width: 100%;
  }

  .burst-metrics {
    grid-template-columns: 1fr;
  }

  .gravity-panel div {
    border-radius: 28px;
  }

  .gravity-panel strong {
    font-size: 20px;
  }

  .endpoint-tunnel div {
    margin-left: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
