html.home-route body {
  background: #050b12;
}

html.home-route main > div > section:first-child {
  isolation: isolate;
  background: #050b12 !important;
}

.ec-home-hero-ready {
  --ec-cyan: 34, 211, 238;
  --ec-lime: 163, 230, 53;
  --ec-gold: 245, 158, 11;
}

.ec-home-hero-ready::before,
.ec-home-hero-ready::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.ec-home-hero-ready::before {
  background:
    linear-gradient(115deg, rgba(var(--ec-cyan), 0.18), transparent 26%),
    linear-gradient(245deg, rgba(var(--ec-gold), 0.12), transparent 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 96px);
  mask-image: linear-gradient(180deg, black 0%, black 82%, transparent 100%);
  opacity: 0.85;
}

.ec-home-hero-ready::after {
  background:
    linear-gradient(180deg, rgba(5, 11, 18, 0) 0%, rgba(5, 11, 18, 0.16) 54%, rgba(5, 11, 18, 0.92) 100%),
    repeating-linear-gradient(180deg, transparent 0 13px, rgba(255, 255, 255, 0.055) 14px, transparent 15px);
  mix-blend-mode: soft-light;
  opacity: 0.65;
}

.ec-home-dynamics {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  contain: layout paint size;
}

.ec-home-dynamics canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ec-home-ribbon {
  position: absolute;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.55), rgba(163, 230, 53, 0.36), transparent);
  opacity: 0.8;
  transform: translate3d(0, 0, 0);
}

.ec-home-ribbon:nth-child(2) {
  top: 18%;
  animation: ecRibbonDrift 9s linear infinite;
}

.ec-home-ribbon:nth-child(3) {
  top: 76%;
  animation: ecRibbonDrift 12s linear infinite reverse;
}

.ec-home-corner {
  position: absolute;
  width: 96px;
  height: 96px;
  border-color: rgba(224, 242, 254, 0.58);
  opacity: 0.72;
}

.ec-home-corner-a {
  top: 7.5rem;
  left: max(1rem, 5vw);
  border-top: 1px solid;
  border-left: 1px solid;
}

.ec-home-corner-b {
  right: max(1rem, 5vw);
  bottom: 3rem;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.ec-home-token {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(226, 232, 240, 0.22);
  background: rgba(2, 6, 23, 0.38);
  color: rgba(240, 249, 255, 0.74);
  padding: 0 10px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translate3d(var(--x, 0), var(--y, 0), 0);
  animation: ecTokenFloat 7s ease-in-out infinite;
}

.ec-home-token:nth-child(6) {
  top: 20%;
  left: 10%;
}

.ec-home-token:nth-child(7) {
  top: 26%;
  right: 11%;
  animation-delay: -2s;
}

.ec-home-token:nth-child(8) {
  left: 13%;
  bottom: 18%;
  animation-delay: -4s;
}

.ec-home-token:nth-child(9) {
  right: 13%;
  bottom: 24%;
  animation-delay: -1s;
}

html.home-route .train-scene {
  filter: saturate(1.05) contrast(1.02);
}

html.home-route .train-speed-lines {
  opacity: 0.52;
}

html.home-route .liquid-glass-dark {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 34px 90px rgba(2, 6, 23, 0.46);
}

html.home-route .nav-glass-shell-home {
  background: linear-gradient(180deg, rgba(4, 12, 20, 0.54), rgba(4, 12, 20, 0));
}

@keyframes ecRibbonDrift {
  0% {
    transform: translate3d(-8%, 0, 0) scaleX(0.86);
  }
  50% {
    transform: translate3d(8%, 0, 0) scaleX(1);
  }
  100% {
    transform: translate3d(-8%, 0, 0) scaleX(0.86);
  }
}

@keyframes ecTokenFloat {
  0%, 100% {
    transform: translate3d(var(--x, 0), var(--y, 0), 0);
  }
  50% {
    transform: translate3d(calc(var(--x, 0) + 8px), calc(var(--y, 0) - 10px), 0);
  }
}

@media (max-width: 767px) {
  html.home-route main,
  html.home-route main > div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  html.home-route .ec-home-hero-ready {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  html.home-route .ec-home-hero-ready,
  html.home-route .ec-home-hero-ready * {
    box-sizing: border-box;
  }

  html.home-route .ec-home-hero-ready > div.relative,
  html.home-route .ec-home-hero-ready > div.relative.z-10 {
    width: min(calc(100vw - 24px), 366px) !important;
    max-width: min(calc(100vw - 24px), 366px) !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html.home-route .ec-home-hero-ready > div.relative *,
  html.home-route .ec-home-hero-ready > div.relative.z-10 > div,
  html.home-route .ec-home-hero-ready > div.relative.z-10 > div > div {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  html.home-route .ec-home-hero-ready h1 {
    font-size: clamp(2rem, 12vw, 3.15rem) !important;
    line-height: 0.98 !important;
  }

  html.home-route .ec-home-hero-ready p {
    max-width: 100%;
  }

  html.home-route .ec-home-hero-ready form {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
  }

  html.home-route .ec-home-hero-ready form input,
  html.home-route .ec-home-hero-ready form select,
  html.home-route .ec-home-hero-ready form button {
    min-width: 0;
  }

  html.home-route .ec-home-hero-ready form input {
    text-overflow: ellipsis;
  }

  html.home-route .ec-home-hero-ready form button {
    padding-left: 8px !important;
    padding-right: 8px !important;
    white-space: normal;
  }

  html.home-route .ec-home-hero-ready form > div:nth-of-type(2) > div:first-child {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html.home-route .ec-home-hero-ready form > div:nth-of-type(3) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ec-home-corner,
  .ec-home-token {
    display: none;
  }

  .ec-home-hero-ready::before {
    background:
      linear-gradient(115deg, rgba(34, 211, 238, 0.16), transparent 32%),
      repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.036) 0 1px, transparent 1px 72px);
  }
}

@media (min-width: 520px) and (max-width: 767px) {
  html.home-route .ec-home-hero-ready > div.relative,
  html.home-route .ec-home-hero-ready > div.relative.z-10 {
    width: min(calc(100vw - 48px), 620px) !important;
    max-width: min(calc(100vw - 48px), 620px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ec-home-ribbon,
  .ec-home-token {
    animation: none;
  }
}

html.home-route main > div > section:first-child,
html.home-route .ec-home-hero-ready {
  background: #050914 !important;
}

html.home-route .ec-home-hero-ready > .absolute.inset-0 {
  background:
    radial-gradient(circle at 50% 20%, rgba(34, 211, 238, 0.18), transparent 30%),
    radial-gradient(circle at 84% 72%, rgba(245, 158, 11, 0.12), transparent 28%),
    linear-gradient(180deg, #06121f 0%, #07101b 43%, #071a18 67%, #05070d 100%) !important;
}

html.home-route .ec-home-hero-ready > div.relative.z-10 > .liquid-glass-dark {
  border-color: rgba(125, 211, 252, 0.24) !important;
  background: linear-gradient(135deg, rgba(6, 13, 25, 0.88), rgba(3, 7, 18, 0.72)) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 26px 70px rgba(148, 163, 184, 0.08),
    0 36px 110px rgba(0, 0, 0, 0.56) !important;
}

html.home-route .ec-home-hero-ready > div.relative.z-10 > .liquid-glass-dark > div.relative {
  border-color: rgba(186, 230, 253, 0.28) !important;
  background: #06101c !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    inset 0 0 54px rgba(34, 211, 238, 0.16),
    0 0 0 1px rgba(3, 7, 18, 0.72) !important;
}

html.home-route .ec-home-hero-ready .train-scene {
  background-image:
    linear-gradient(180deg, rgba(8, 19, 35, 0.12), rgba(5, 7, 13, 0.92)),
    repeating-linear-gradient(90deg, rgba(125, 211, 252, 0.14) 0 1px, transparent 1px 78px),
    repeating-linear-gradient(0deg, rgba(226, 232, 240, 0.08) 0 1px, transparent 1px 12px),
    linear-gradient(180deg, #081c31 0%, #07111f 46%, #09211d 68%, #05070d 100%) !important;
  background-position: center, 0 0, 0 0, center !important;
  background-repeat: no-repeat, repeat, repeat, no-repeat !important;
  background-size: 100% 100%, 780px 100%, 100% 100%, 100% 100% !important;
  animation: ecStationPan 34s linear infinite !important;
  filter: none !important;
}

html.home-route .ec-home-hero-ready .train-scene::before,
html.home-route .ec-home-hero-ready .train-scene::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

html.home-route .ec-home-hero-ready .train-scene::before {
  inset: auto -8% 0;
  height: 42%;
  background:
    linear-gradient(100deg, transparent 0 42%, rgba(34, 211, 238, 0.46) 43%, transparent 44% 56%, rgba(163, 230, 53, 0.3) 57%, transparent 58%),
    repeating-linear-gradient(90deg, rgba(34, 211, 238, 0.18) 0 2px, transparent 2px 58px),
    linear-gradient(180deg, rgba(10, 39, 35, 0), rgba(4, 10, 15, 0.88));
  clip-path: polygon(12% 0, 88% 0, 100% 100%, 0 100%);
  opacity: 0.58;
}

html.home-route .ec-home-hero-ready .train-scene::after {
  inset: 46% 0 auto;
  height: 23%;
  background:
    linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.42), transparent),
    repeating-linear-gradient(90deg, transparent 0 76px, rgba(250, 204, 21, 0.32) 77px 79px, transparent 80px 150px);
  opacity: 0.72;
}

html.home-route .ec-home-hero-ready .train-speed-lines {
  opacity: 0.34;
  mix-blend-mode: screen;
}

html.home-route .ec-home-hero-ready .train-screen-lines {
  opacity: 0.22;
  mix-blend-mode: screen;
}

html.home-route .ec-home-hero-ready .liquid-control {
  border: 1px solid rgba(125, 211, 252, 0.26) !important;
  background: linear-gradient(135deg, rgba(8, 47, 73, 0.58), rgba(15, 23, 42, 0.42)) !important;
  color: rgba(224, 242, 254, 0.92) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 12px 32px rgba(8, 145, 178, 0.18) !important;
}

html.home-route .ec-home-hero-ready h1 {
  color: #e8fbff !important;
  font-size: clamp(3.05rem, 5.25vw, 5rem) !important;
  line-height: 1.03 !important;
  text-shadow:
    0 0 30px rgba(34, 211, 238, 0.22),
    0 2px 0 rgba(2, 6, 23, 0.42) !important;
}

html.home-route .ec-home-hero-ready h1 span {
  color: inherit !important;
}

html.home-route .ec-home-hero-ready h1 + p {
  max-width: 48rem !important;
  color: rgba(224, 242, 254, 0.82) !important;
  font-size: clamp(1rem, 1.45vw, 1.35rem) !important;
  text-shadow: 0 14px 34px rgba(2, 6, 23, 0.42);
}

html.home-route .ec-home-hero-ready form.liquid-glass-dark {
  border: 1px solid rgba(125, 211, 252, 0.28) !important;
  background: linear-gradient(135deg, rgba(3, 7, 18, 0.82), rgba(15, 23, 42, 0.64)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 28px 70px rgba(0, 0, 0, 0.46),
    0 0 42px rgba(34, 211, 238, 0.12) !important;
}

html.home-route .ec-home-hero-ready form input,
html.home-route .ec-home-hero-ready form select,
html.home-route .ec-home-hero-ready form label,
html.home-route .ec-home-hero-ready form button[type="button"] {
  color: #ecfeff !important;
}

html.home-route .ec-home-hero-ready form input,
html.home-route .ec-home-hero-ready form label,
html.home-route .ec-home-hero-ready form button[type="button"] {
  background: rgba(8, 14, 28, 0.7) !important;
  border: 1px solid rgba(148, 163, 184, 0.14) !important;
}

html.home-route .ec-home-hero-ready form input::placeholder {
  color: rgba(226, 232, 240, 0.72) !important;
}

html.home-route .ec-home-hero-ready form button[type="button"]:hover {
  background: rgba(14, 165, 233, 0.18) !important;
}

html.home-route .ec-home-hero-ready form button[type="submit"] {
  background: linear-gradient(135deg, #f8fafc 0%, #a7f3d0 48%, #67e8f9 100%) !important;
  color: #041018 !important;
  letter-spacing: 0.08em !important;
  box-shadow:
    0 16px 38px rgba(34, 211, 238, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

.ec-home-track {
  position: absolute;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.82), rgba(163, 230, 53, 0.42), transparent);
  opacity: 0.78;
  box-shadow: 0 0 22px rgba(34, 211, 238, 0.32);
}

.ec-home-track-a {
  bottom: 17%;
}

.ec-home-track-b {
  bottom: 13%;
  transform: scaleX(0.86);
  opacity: 0.46;
}

.ec-home-node {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(34, 211, 238, 0.82);
  background: #050914;
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.45);
  transform: rotate(45deg);
}

.ec-home-node-a {
  left: 18%;
  bottom: 16.6%;
}

.ec-home-node-b {
  left: 39%;
  bottom: 12.6%;
  border-color: rgba(250, 204, 21, 0.72);
}

.ec-home-node-c {
  right: 34%;
  bottom: 16.6%;
}

.ec-home-node-d {
  right: 16%;
  bottom: 12.6%;
  border-color: rgba(163, 230, 53, 0.68);
}

.ec-home-token-a {
  top: 19%;
  left: 10%;
}

.ec-home-token-b {
  top: 27%;
  right: 10%;
  animation-delay: -2s;
}

.ec-home-token-c {
  left: 12%;
  bottom: 22%;
  animation-delay: -4s;
}

.ec-home-token-d {
  right: 12%;
  bottom: 25%;
  animation-delay: -1s;
}

@keyframes ecStationPan {
  0% {
    background-position: center, 0 0, 0 0, center;
  }
  100% {
    background-position: center, -780px 0, 0 0, center;
  }
}

@media (max-width: 767px) {
  html.home-route .ec-home-hero-ready h1 {
    font-size: clamp(2.1rem, 10.5vw, 3rem) !important;
  }

  html.home-route .ec-home-hero-ready h1 + p {
    font-size: 0.98rem !important;
  }

  html.home-route .ec-home-hero-ready form.liquid-glass-dark {
    border-radius: 24px !important;
  }

  .ec-home-track,
  .ec-home-node {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.home-route .ec-home-hero-ready .train-scene {
    animation: none !important;
  }
}

.ec-home-dynamics {
  --ec-parallax-x: 0;
  --ec-parallax-y: 0;
}

html.home-route .ec-home-hero-ready .train-scene {
  transform: translate3d(calc(var(--ec-parallax-x) * 5px), calc(var(--ec-parallax-y) * 3px), 0) scale(1.018);
  transform-origin: center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.ec-home-route-preview {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  width: min(520px, calc(100% - 32px));
  padding: 10px 14px 12px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  background: linear-gradient(135deg, rgba(3, 7, 18, 0.68), rgba(15, 23, 42, 0.5));
  color: rgba(226, 232, 240, 0.74);
  opacity: 0.56;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 40px rgba(2, 6, 23, 0.26);
}

.ec-home-route-preview.is-active {
  border-color: rgba(34, 211, 238, 0.5);
  opacity: 0.96;
  transform: translateX(-50%) translateY(0);
}

.ec-home-route-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  font-size: 10px;
}

.ec-home-route-kicker {
  color: rgba(103, 232, 249, 0.82);
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.ec-home-route-goal {
  min-width: 0;
  overflow: hidden;
  color: rgba(240, 249, 255, 0.88);
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ec-home-route-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.ec-home-route-path::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 6%;
  left: 6%;
  height: 1px;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.74), rgba(163, 230, 53, 0.4), rgba(245, 158, 11, 0.28));
}

.ec-home-route-stop {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 22px;
  color: rgba(148, 163, 184, 0.76);
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.ec-home-route-stop::before {
  content: "";
  position: absolute;
  top: 0;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: #07101b;
  transform: rotate(45deg);
  transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.ec-home-route-stop.is-active,
.ec-home-route-preview.is-active .ec-home-route-stop {
  color: rgba(224, 242, 254, 0.9);
}

.ec-home-route-preview.is-active .ec-home-route-stop::before {
  border-color: rgba(34, 211, 238, 0.86);
  background: #083344;
  box-shadow: 0 0 12px rgba(34, 211, 238, 0.5);
}

.ec-home-route-preview.is-active .ec-home-route-stop:nth-child(2)::before {
  animation: ecRouteStopPulse 1.8s ease-in-out infinite 0.15s;
}

.ec-home-route-preview.is-active .ec-home-route-stop:nth-child(3)::before {
  animation: ecRouteStopPulse 1.8s ease-in-out infinite 0.35s;
}

.ec-home-route-preview.is-active .ec-home-route-stop:nth-child(4)::before {
  border-color: rgba(163, 230, 53, 0.82);
  background: #1a2e05;
  animation: ecRouteStopPulse 1.8s ease-in-out infinite 0.55s;
}

.ec-home-dynamics.is-generating .ec-home-track {
  animation: ecRouteSignal 0.92s ease-out;
}

.ec-home-dynamics.is-generating .ec-home-node {
  animation: ecNodeSignal 0.92s ease-out;
}

html.home-route .ec-home-hero-ready.ec-route-launch form button[type="submit"] {
  animation: ecSubmitSignal 0.92s ease-out;
}

@keyframes ecRouteStopPulse {
  0%, 100% {
    opacity: 0.72;
    transform: rotate(45deg) scale(1);
  }
  50% {
    opacity: 1;
    transform: rotate(45deg) scale(1.28);
  }
}

@keyframes ecRouteSignal {
  0% {
    opacity: 0.35;
    transform: scaleX(0.7);
  }
  45% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0.78;
    transform: scaleX(0.94);
  }
}

@keyframes ecNodeSignal {
  0%, 100% {
    opacity: 0.72;
    box-shadow: 0 0 16px rgba(34, 211, 238, 0.45);
  }
  45% {
    opacity: 1;
    box-shadow: 0 0 28px rgba(34, 211, 238, 0.9);
  }
}

@keyframes ecSubmitSignal {
  0%, 100% {
    filter: brightness(1);
    transform: translateY(0);
  }
  28% {
    filter: brightness(1.16);
    transform: translateY(-2px);
  }
  58% {
    filter: brightness(1.04);
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .ec-home-route-preview {
    display: none;
  }

  html.home-route .ec-home-hero-ready .train-scene {
    transform: scale(1.01);
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.home-route .ec-home-hero-ready .train-scene {
    transform: none;
    transition: none;
  }

  .ec-home-route-preview.is-active .ec-home-route-stop::before,
  .ec-home-dynamics.is-generating .ec-home-track,
  .ec-home-dynamics.is-generating .ec-home-node,
  html.home-route .ec-home-hero-ready.ec-route-launch form button[type="submit"] {
    animation: none !important;
  }
}

html.home-route .ec-home-hero-ready form.liquid-glass-dark {
  display: none !important;
}

html.home-route .ec-home-hero-ready .ec-home-route-preview {
  display: none !important;
}

:root.ec-route-switching *,
:root.ec-route-switching *::before,
:root.ec-route-switching *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}

html.home-route main > div {
  background:
    radial-gradient(circle at 14% 18%, rgba(34, 211, 238, 0.14), transparent 28%),
    radial-gradient(circle at 88% 58%, rgba(245, 158, 11, 0.1), transparent 26%),
    linear-gradient(180deg, #050914 0%, #06121f 38%, #061914 68%, #04070d 100%) !important;
  color: #e8fbff !important;
}

html.home-route main > div > section:nth-of-type(n + 2) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

html.home-route main > div > section:nth-of-type(n + 2)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(125, 211, 252, 0.075) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgba(226, 232, 240, 0.045) 0 1px, transparent 1px 72px);
  mask-image: linear-gradient(180deg, transparent 0%, black 12%, black 88%, transparent 100%);
}

html.home-route main > div > section:nth-of-type(n + 2)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 28%, rgba(34, 211, 238, 0.12) 31%, transparent 33% 66%, rgba(163, 230, 53, 0.08) 69%, transparent 72%),
    linear-gradient(180deg, rgba(5, 9, 20, 0.16), rgba(5, 9, 20, 0.72));
  opacity: 0.72;
}

html.home-route main > div > section:nth-of-type(n + 2) > * {
  position: relative;
  z-index: 1;
}

html.home-route main > div > section:nth-of-type(2) {
  border-color: rgba(125, 211, 252, 0.2) !important;
  background: linear-gradient(90deg, rgba(3, 7, 18, 0.9), rgba(8, 47, 73, 0.5), rgba(3, 7, 18, 0.88)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(125, 211, 252, 0.12),
    0 24px 80px rgba(0, 0, 0, 0.28);
}

html.home-route main > div > section:nth-of-type(2) .liquid-glass {
  border: 1px solid rgba(125, 211, 252, 0.22) !important;
  background:
    linear-gradient(135deg, rgba(8, 14, 28, 0.78), rgba(6, 32, 42, 0.5)),
    linear-gradient(90deg, rgba(34, 211, 238, 0.09), transparent) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 16px 42px rgba(0, 0, 0, 0.28) !important;
}

html.home-route main > div > section:nth-of-type(2) .liquid-glass > div:first-child {
  border-color: rgba(125, 211, 252, 0.28) !important;
  background: rgba(3, 7, 18, 0.68) !important;
  color: rgba(103, 232, 249, 0.92) !important;
}

html.home-route main > div > section:nth-of-type(2) .liquid-glass p:first-child,
html.home-route main > div > section:nth-of-type(3) p[class*="tracking"],
html.home-route main > div > section:nth-of-type(4) p[class*="tracking"] {
  color: rgba(103, 232, 249, 0.78) !important;
  letter-spacing: 0.14em !important;
}

html.home-route main > div > section:nth-of-type(2) .liquid-glass p:last-child {
  color: rgba(240, 249, 255, 0.94) !important;
}

html.home-route main > div > section:nth-of-type(3) {
  background:
    linear-gradient(180deg, rgba(5, 9, 20, 0.42), rgba(5, 9, 20, 0.1) 52%, rgba(4, 7, 13, 0.74)),
    radial-gradient(circle at 12% 18%, rgba(34, 211, 238, 0.11), transparent 24%),
    radial-gradient(circle at 82% 34%, rgba(245, 158, 11, 0.09), transparent 25%) !important;
}

html.home-route .learning-console {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.24) !important;
  background:
    linear-gradient(180deg, rgba(8, 19, 35, 0.9), rgba(3, 7, 18, 0.92)),
    repeating-linear-gradient(0deg, rgba(226, 232, 240, 0.045) 0 1px, transparent 1px 14px) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 0 42px rgba(34, 211, 238, 0.12),
    0 34px 100px rgba(0, 0, 0, 0.48) !important;
}

html.home-route .learning-console::before {
  content: "";
  position: absolute;
  inset: auto 2rem 2rem;
  height: 180px;
  pointer-events: none;
  border: 1px solid rgba(125, 211, 252, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(110deg, transparent 0 42%, rgba(34, 211, 238, 0.26) 43%, transparent 44% 56%, rgba(245, 158, 11, 0.2) 57%, transparent 58%),
    repeating-linear-gradient(90deg, transparent 0 82px, rgba(34, 211, 238, 0.16) 83px 84px, transparent 85px 164px);
  opacity: 0.5;
}

html.home-route main > div > section:nth-of-type(3) h2,
html.home-route main > div > section:nth-of-type(4) h2 {
  color: #e8fbff !important;
  text-shadow:
    0 0 26px rgba(34, 211, 238, 0.18),
    0 2px 0 rgba(2, 6, 23, 0.42) !important;
}

html.home-route main > div > section:nth-of-type(3) .liquid-control {
  border: 1px solid rgba(125, 211, 252, 0.26) !important;
  background: linear-gradient(135deg, rgba(8, 47, 73, 0.58), rgba(15, 23, 42, 0.42)) !important;
  color: rgba(224, 242, 254, 0.92) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 12px 32px rgba(8, 145, 178, 0.18) !important;
}

html.home-route .station-ticket {
  border: 1px solid rgba(125, 211, 252, 0.22) !important;
  background:
    linear-gradient(135deg, rgba(8, 19, 35, 0.86), rgba(3, 7, 18, 0.78)),
    repeating-linear-gradient(0deg, rgba(226, 232, 240, 0.04) 0 1px, transparent 1px 16px) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 64px rgba(0, 0, 0, 0.34) !important;
}

html.home-route .station-ticket > div:first-child {
  background: linear-gradient(180deg, #67e8f9, #22c55e 48%, #f59e0b) !important;
  box-shadow: 0 0 22px rgba(34, 211, 238, 0.28);
}

html.home-route .station-ticket h3 {
  color: rgba(240, 249, 255, 0.98) !important;
}

html.home-route .station-ticket p,
html.home-route .station-ticket span:last-child {
  color: rgba(203, 213, 225, 0.72) !important;
}

html.home-route .station-ticket span:first-child {
  border: 1px solid rgba(125, 211, 252, 0.2) !important;
  background: rgba(3, 7, 18, 0.62) !important;
  color: rgba(224, 242, 254, 0.92) !important;
}

html.home-route .station-ticket > div:last-child > div:last-child {
  border-color: rgba(125, 211, 252, 0.18) !important;
}

html.home-route .station-ticket div[class*="place-items-center"] {
  border-color: rgba(125, 211, 252, 0.22) !important;
  background: rgba(3, 7, 18, 0.64) !important;
  color: rgba(103, 232, 249, 0.92) !important;
}

html.home-route main > div > section:nth-of-type(4) {
  background:
    linear-gradient(180deg, rgba(4, 7, 13, 0.84), rgba(6, 18, 31, 0.86)),
    radial-gradient(circle at 18% 28%, rgba(34, 211, 238, 0.12), transparent 26%),
    radial-gradient(circle at 78% 72%, rgba(245, 158, 11, 0.1), transparent 28%) !important;
}

html.home-route .route-map::before {
  content: "";
  position: absolute;
  top: 3.2rem;
  right: 8%;
  left: 8%;
  height: 2px;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.82), rgba(163, 230, 53, 0.44), rgba(245, 158, 11, 0.42));
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.34);
}

html.home-route .route-map .liquid-glass {
  border: 1px solid rgba(125, 211, 252, 0.2) !important;
  background:
    linear-gradient(135deg, rgba(8, 19, 35, 0.84), rgba(3, 7, 18, 0.76)),
    repeating-linear-gradient(90deg, rgba(125, 211, 252, 0.045) 0 1px, transparent 1px 58px) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 70px rgba(0, 0, 0, 0.34) !important;
}

html.home-route .route-map h3 {
  color: rgba(240, 249, 255, 0.96) !important;
}

html.home-route .route-map p {
  color: rgba(203, 213, 225, 0.74) !important;
}

html.home-route .route-map button {
  color: rgba(103, 232, 249, 0.92) !important;
}

html.home-route footer {
  border-color: rgba(125, 211, 252, 0.16) !important;
  background: linear-gradient(180deg, rgba(4, 7, 13, 0.9), #03060b) !important;
  color: rgba(203, 213, 225, 0.72) !important;
}

html.home-route footer span,
html.home-route footer a {
  color: rgba(203, 213, 225, 0.72) !important;
}

html.home-route footer div[class*="bg-[#0b1916]"] {
  background: #67e8f9 !important;
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.44);
}

html.home-route body main section:not(:first-of-type) {
  background:
    radial-gradient(circle at 18% 22%, rgba(34, 211, 238, 0.1), transparent 30%),
    radial-gradient(circle at 84% 58%, rgba(245, 158, 11, 0.08), transparent 28%),
    linear-gradient(180deg, #050914, #07111f 48%, #05070d) !important;
}

html.home-route body main section:nth-of-type(2) {
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.96), rgba(8, 47, 73, 0.68), rgba(3, 7, 18, 0.96)) !important;
}

html.home-route body main section:nth-of-type(2) .liquid-glass.liquid-glass {
  border-color: rgba(125, 211, 252, 0.24) !important;
  background:
    linear-gradient(135deg, rgba(8, 19, 35, 0.92), rgba(3, 7, 18, 0.78)) !important;
  color: rgba(224, 242, 254, 0.9) !important;
}

html.home-route body main section:nth-of-type(2) .liquid-glass.liquid-glass p {
  color: rgba(224, 242, 254, 0.92) !important;
}

html.home-route body main section:nth-of-type(2) .liquid-glass.liquid-glass p:first-child {
  color: rgba(103, 232, 249, 0.82) !important;
}

html.home-route body main button.station-ticket.station-ticket {
  border: 1px solid rgba(125, 211, 252, 0.24) !important;
  background:
    linear-gradient(135deg, rgba(8, 19, 35, 0.94), rgba(3, 7, 18, 0.84)) !important;
  color: rgba(240, 249, 255, 0.96) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 24px 70px rgba(0, 0, 0, 0.4) !important;
}

html.home-route body main button.station-ticket.station-ticket h3 {
  color: rgba(240, 249, 255, 0.98) !important;
}

html.home-route body main button.station-ticket.station-ticket p {
  color: rgba(203, 213, 225, 0.74) !important;
}

html.home-route body main button.station-ticket.station-ticket span {
  color: rgba(203, 213, 225, 0.74) !important;
}

html.home-route body main button.station-ticket.station-ticket span:first-child {
  border: 1px solid rgba(125, 211, 252, 0.2) !important;
  background: rgba(3, 7, 18, 0.68) !important;
  color: rgba(224, 242, 254, 0.92) !important;
}

html.home-route body main button.station-ticket.station-ticket > div:first-child {
  background: linear-gradient(180deg, #67e8f9, #22c55e 46%, #f59e0b) !important;
}

html.home-route body main button.station-ticket.station-ticket div[class*="place-items-center"] {
  border-color: rgba(125, 211, 252, 0.24) !important;
  background: rgba(3, 7, 18, 0.7) !important;
  color: rgba(103, 232, 249, 0.92) !important;
}

html.home-route body main .route-map .liquid-glass.liquid-glass {
  border: 1px solid rgba(125, 211, 252, 0.22) !important;
  background:
    linear-gradient(135deg, rgba(8, 19, 35, 0.94), rgba(3, 7, 18, 0.82)) !important;
  color: rgba(224, 242, 254, 0.9) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 24px 76px rgba(0, 0, 0, 0.38) !important;
}

html.home-route body main .route-map .liquid-glass.liquid-glass h3 {
  color: rgba(240, 249, 255, 0.98) !important;
}

html.home-route body main .route-map .liquid-glass.liquid-glass p {
  color: rgba(203, 213, 225, 0.76) !important;
}

:root.home-route:not(.theme-switching) body main button.station-ticket.station-ticket.liquid-glass {
  border: 1px solid rgba(125, 211, 252, 0.24) !important;
  background:
    linear-gradient(135deg, rgba(8, 19, 35, 0.94), rgba(3, 7, 18, 0.84)) !important;
  color: rgba(240, 249, 255, 0.96) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 24px 70px rgba(0, 0, 0, 0.4) !important;
}

:root.home-route:not(.theme-switching) body main button.station-ticket.station-ticket.liquid-glass h3 {
  color: rgba(240, 249, 255, 0.98) !important;
}

:root.home-route:not(.theme-switching) body main button.station-ticket.station-ticket.liquid-glass p {
  color: rgba(203, 213, 225, 0.76) !important;
}

:root.home-route:not(.theme-switching) body main button.station-ticket.station-ticket.liquid-glass span {
  color: rgba(203, 213, 225, 0.76) !important;
}

:root.home-route:not(.theme-switching) body main button.station-ticket.station-ticket.liquid-glass > div:first-child {
  background: linear-gradient(180deg, #67e8f9, #22c55e 46%, #f59e0b) !important;
}

:root.home-route:not(.theme-switching) body main button.station-ticket.station-ticket.liquid-glass div[class*="place-items-center"] {
  border-color: rgba(125, 211, 252, 0.24) !important;
  background: rgba(3, 7, 18, 0.7) !important;
  color: rgba(103, 232, 249, 0.92) !important;
}

:root.home-route:not(.theme-switching) body main button.station-ticket.station-ticket.liquid-glass > div:last-child > div:last-child {
  border-color: rgba(125, 211, 252, 0.18) !important;
}

:root.home-route:not(.theme-switching) body main button.station-ticket.station-ticket.liquid-glass > div:last-child > div:last-child span:first-child {
  border: 1px solid rgba(125, 211, 252, 0.2) !important;
  background: rgba(3, 7, 18, 0.68) !important;
  color: rgba(224, 242, 254, 0.92) !important;
}

:root.home-route:not(.theme-switching) body main section:has(.station-ticket),
:root.home-route:not(.theme-switching) body main section:has(.learning-console) {
  background:
    radial-gradient(circle at 14% 18%, rgba(34, 211, 238, 0.12), transparent 30%),
    radial-gradient(circle at 82% 62%, rgba(245, 158, 11, 0.08), transparent 28%),
    linear-gradient(180deg, #050914, #07111f 52%, #05070d) !important;
}

:root.home-route:not(.theme-switching) body main section:has(.route-map) {
  background:
    radial-gradient(circle at 18% 20%, rgba(34, 211, 238, 0.12), transparent 30%),
    radial-gradient(circle at 78% 70%, rgba(245, 158, 11, 0.1), transparent 28%),
    linear-gradient(180deg, #050914, #07111f 46%, #05070d) !important;
}
