@font-face {
  font-family: "DM Sans";
  src: url("/static/fonts/dm-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #171e42;
  --ink-soft: rgba(23, 30, 66, 0.72);
  --ink-faint: rgba(23, 30, 66, 0.095);
  --sky: #cce6fb;
  --paper: #f4f9fd;
  --void: #080c1b;
  --white: #ffffff;
  --line: rgba(23, 30, 66, 0.16);
  --line-strong: rgba(23, 30, 66, 0.32);
  --acid: #e7ff53;
  --coral: #ff7668;
  --mint: #a7f4d0;
  --shadow: 0 24px 80px rgba(23, 30, 66, 0.13);
  --page-gutter: clamp(1rem, 4vw, 3rem);
  --section-block: clamp(3.75rem, 7.6vw, 7.2rem);
  --section-rail: minmax(7.5rem, 0.21fr);
  --display:
    "DM Sans",
    "Figma Sans",
    "Aptos Display",
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  --mono:
    "SFMono-Regular",
    "IBM Plex Mono",
    "Cascadia Mono",
    "Roboto Mono",
    ui-monospace,
    monospace;
  --sans:
    "DM Sans",
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  -webkit-text-size-adjust: 100%;
}

.contact-html {
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  background:
    linear-gradient(132deg, rgba(255, 118, 104, 0.045), transparent 24rem),
    linear-gradient(28deg, rgba(167, 244, 208, 0.08), transparent 22rem),
    linear-gradient(90deg, rgba(23, 30, 66, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 30, 66, 0.045) 1px, transparent 1px),
    var(--paper);
  background-size: 100% 100%, 100% 100%, 4rem 4rem, 4rem 4rem, 100% 100%;
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

a:hover {
  text-decoration-color: var(--coral);
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  padding: clamp(1.05rem, 2.7vw, 1.8rem) var(--page-gutter);
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
  color: var(--ink);
  mix-blend-mode: normal;
  pointer-events: none;
}

.brand-lockup,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--display);
  font-size: 0.96rem;
  font-weight: 620;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-lockup,
.nav-links {
  pointer-events: auto;
}

.brand-lockup img {
  width: clamp(4.4rem, 7vw, 6.2rem);
  height: auto;
  opacity: 0.95;
}

.nav-links,
.footer-links {
  display: flex;
  align-items: center;
  gap: clamp(0.42rem, 1vw, 0.72rem);
  font-family: var(--display);
  font-size: clamp(0.78rem, 1vw, 0.9rem);
  font-weight: 560;
}

.nav-links {
  gap: clamp(1rem, 2.2vw, 1.65rem);
}

.nav-links a,
.footer-links a {
  text-decoration: none;
}

.nav-links a {
  padding: 0.28rem 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-shadow: 0 1px 18px rgba(244, 249, 253, 0.92);
  white-space: nowrap;
  transition: opacity 160ms ease, color 160ms ease, transform 160ms ease;
}

.nav-links a:hover {
  color: var(--ink);
  opacity: 0.68;
  transform: translateY(-1px);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 88svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  overflow: hidden;
  padding: clamp(6rem, 10vh, 7.6rem) var(--page-gutter)
    clamp(1.6rem, 4vh, 2.8rem);
  background:
    linear-gradient(
      105deg,
      rgba(244, 249, 253, 0.94) 0 44%,
      rgba(204, 230, 251, 0.42) 78%,
      rgba(167, 244, 208, 0.2)
    ),
    linear-gradient(178deg, rgba(255, 255, 255, 0.22), transparent 48%),
    var(--sky);
  border-bottom: 1px solid var(--line);
}

.ascii-wavefield,
.hero-grid {
  position: absolute;
  inset: 0;
  height: 100%;
  pointer-events: none;
}

.ascii-wavefield {
  inset-inline: -3vw -11vw;
  z-index: -2;
  overflow: hidden;
  padding: clamp(4.8rem, 7.4vw, 6.8rem) 0 0;
  color: rgba(23, 30, 66, 0.44);
  contain: layout paint style;
  font-family: var(--mono);
  font-size: clamp(13px, 1.26vw, 20px);
  font-weight: 780;
  line-height: 1.02;
  white-space: pre;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.46);
  transform: translateZ(0);
  animation: asciiDrift 18s ease-in-out infinite alternate;
  user-select: none;
  will-change: auto;
}

.hero-grid {
  width: 100%;
  z-index: -3;
  background-image:
    linear-gradient(rgba(23, 30, 66, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 30, 66, 0.08) 1px, transparent 1px);
  background-size: 3.25rem 3.25rem;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.96), transparent 92%);
  transform: translateZ(0);
  animation: gridBreath 18s ease-in-out infinite alternate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: -1;
  background:
    radial-gradient(
      circle at 62% 34%,
      rgba(255, 118, 104, 0.12),
      transparent 18rem
    ),
    radial-gradient(
    circle at 73% 26%,
    rgba(231, 255, 83, 0.1),
    transparent 16rem
  );
  opacity: 0.82;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 52%;
  background:
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(244, 249, 253, 0.76) 58%,
      rgba(244, 249, 253, 0.96)
    ),
    linear-gradient(
    90deg,
    rgba(231, 255, 83, 0.18),
    transparent 32%,
    rgba(255, 118, 104, 0.08)
  );
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 24%);
  mask-image: linear-gradient(180deg, transparent, #000 24%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: min(78rem, 100%);
  padding-top: clamp(0.4rem, 3vh, 2rem);
  animation: heroContentIn 860ms cubic-bezier(0.18, 0.78, 0.22, 1) both;
}

.eyebrow,
.section-label,
.index,
.flow-node span {
  font-family: var(--mono);
  font-size: clamp(0.68rem, 0.9vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  color: rgba(23, 30, 66, 0.7);
  margin-bottom: 1.1rem;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: var(--display);
  font-weight: 430;
  letter-spacing: 0;
  line-height: 0.92;
}

h1 {
  font-size: clamp(5.4rem, 18vw, 17rem);
  max-width: 9ch;
  margin-left: -0.065em;
}

h2 {
  font-size: clamp(2.5rem, 6.8vw, 7.8rem);
  max-width: 11ch;
}

h3 {
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  font-weight: 620;
  line-height: 1.08;
}

.hero-kicker {
  max-width: 68rem;
  margin-top: 0.2rem;
  font-family: var(--display);
  font-size: clamp(1.65rem, 3.8vw, 4.2rem);
  line-height: 1.02;
  font-weight: 430;
}

.hero-kicker a {
  text-decoration-color: rgba(23, 30, 66, 0.25);
}

.hero-copy {
  max-width: 45rem;
  margin-top: 1rem;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.hero-meta-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 55rem;
  margin-top: clamp(1.15rem, 3vh, 1.9rem);
  padding: 0.36rem;
  border: 1px solid rgba(23, 30, 66, 0.18);
  border-radius: 999px;
  background:
    radial-gradient(circle at 10% 50%, rgba(231, 255, 83, 0.34), transparent 24%),
    radial-gradient(circle at 86% 46%, rgba(255, 118, 104, 0.16), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.22)),
    rgba(244, 249, 253, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 1.1rem 3.4rem rgba(23, 30, 66, 0.11);
  backdrop-filter: blur(18px) saturate(1.08);
  overflow: hidden;
}

.hero-meta-grid::before {
  content: "";
  position: absolute;
  top: 28%;
  right: 0.36rem;
  bottom: 28%;
  left: 0.36rem;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      transparent calc(25% - 0.5px),
      rgba(23, 30, 66, 0.2) calc(25% - 0.5px),
      rgba(23, 30, 66, 0.2) calc(25% + 0.5px),
      transparent calc(25% + 0.5px),
      transparent calc(50% - 0.5px),
      rgba(23, 30, 66, 0.18) calc(50% - 0.5px),
      rgba(23, 30, 66, 0.18) calc(50% + 0.5px),
      transparent calc(50% + 0.5px),
      transparent calc(75% - 0.5px),
      rgba(23, 30, 66, 0.2) calc(75% - 0.5px),
      rgba(23, 30, 66, 0.2) calc(75% + 0.5px),
      transparent calc(75% + 0.5px)
    );
}

.hero-signal-card {
  position: relative;
  z-index: 1;
  min-height: clamp(3.85rem, 5.2vw, 4.75rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  padding: clamp(0.72rem, 1.1vw, 0.9rem) clamp(1rem, 1.45vw, 1.18rem);
  border-radius: 999px;
  background: transparent;
  overflow: hidden;
  text-align: center;
  animation: metaCellIn 560ms cubic-bezier(0.18, 0.78, 0.22, 1) both;
}

.hero-signal-card::before {
  display: none;
}

.hero-signal-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.54rem;
  width: 2.1rem;
  height: 0.22rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--acid), var(--mint), var(--coral));
  opacity: 0.62;
  transform: translateX(-50%);
  transform-origin: center;
}

.hero-signal-card:last-child::before {
  display: none;
}

.hero-signal-card strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.25rem, 2.05vw, 1.86rem);
  font-weight: 520;
  letter-spacing: 0;
  line-height: 0.92;
  white-space: nowrap;
}

.hero-signal-card span {
  color: rgba(23, 30, 66, 0.58);
  font-family: var(--mono);
  font-size: clamp(0.58rem, 0.72vw, 0.68rem);
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-signal-card:nth-child(1) {
  animation-delay: 180ms;
}

.hero-signal-card:nth-child(2) {
  animation-delay: 250ms;
}

.hero-signal-card:nth-child(3) {
  animation-delay: 320ms;
}

.hero-signal-card:nth-child(4) {
  animation-delay: 390ms;
}

.ticker-band {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(23, 30, 66, 0.16);
  border-bottom: 1px solid rgba(23, 30, 66, 0.16);
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.22),
      transparent 22%,
      rgba(255, 255, 255, 0.18)
    ),
    rgba(231, 255, 83, 0.42);
  color: var(--ink);
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 4.5rem,
    #000 calc(100% - 4.5rem),
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 4.5rem,
    #000 calc(100% - 4.5rem),
    transparent
  );
}

.ticker-track {
  display: flex;
  width: max-content;
  min-width: 100%;
  animation: ticker 38s linear infinite;
  will-change: auto;
}

.ticker-track span {
  flex: 0 0 auto;
  padding: 0.72rem 1.35rem;
  border-right: 1px solid rgba(23, 30, 66, 0.18);
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 650;
}

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

@keyframes asciiDrift {
  0% {
    transform: translate3d(-1.6rem, -0.4rem, 0);
  }

  50% {
    transform: translate3d(1.1rem, 0.25rem, 0);
  }

  100% {
    transform: translate3d(-0.4rem, 0.85rem, 0);
  }
}

@keyframes gridBreath {
  0% {
    opacity: 0.68;
    transform: translate3d(-0.8rem, -0.4rem, 0) scale(1.01);
  }

  100% {
    opacity: 0.96;
    transform: translate3d(0.7rem, 0.35rem, 0) scale(1.025);
  }
}

@keyframes fieldSweep {
  0%,
  18% {
    transform: translateX(-58%);
    opacity: 0;
  }

  38%,
  62% {
    opacity: 0.82;
  }

  100% {
    transform: translateX(58%);
    opacity: 0;
  }
}

@keyframes heroContentIn {
  from {
    opacity: 0;
    transform: translate3d(0, 1.3rem, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes metaCellIn {
  from {
    opacity: 0;
    transform: translate3d(0, 0.45rem, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes surfaceFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.55rem);
  }
}

@keyframes fieldFrame {
  0%,
  100% {
    opacity: 0.72;
    transform: skewX(-18deg) translateX(-0.35rem);
  }

  50% {
    opacity: 1;
    transform: skewX(-18deg) translateX(0.35rem);
  }
}

@keyframes surfacePulse {
  0%,
  100% {
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(0.82);
  }

  50% {
    opacity: 0.58;
    transform: translate(-50%, -50%) scale(1.05);
  }
}

@keyframes arrowBreathe {
  0%,
  100% {
    opacity: 0.42;
  }

  50% {
    opacity: 0.86;
  }
}

@keyframes statSheen {
  0% {
    transform: translateX(-120%) skewX(-18deg);
  }

  100% {
    transform: translateX(220%) skewX(-18deg);
  }
}

@keyframes visualPulse {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(0.94);
  }

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

@keyframes visualSweep {
  0% {
    transform: translateX(-130%);
  }

  100% {
    transform: translateX(180%);
  }
}

@keyframes visualRise {
  0%,
  100% {
    transform: scaleY(0.48);
  }

  50% {
    transform: scaleY(1);
  }
}

@keyframes nodeBlink {
  0%,
  100% {
    opacity: 0.84;
  }

  50% {
    opacity: 1;
  }
}

@keyframes contextRay {
  0%,
  12% {
    transform: translateX(-120%);
    opacity: 0;
  }

  34%,
  64% {
    opacity: 0.9;
  }

  100% {
    transform: translateX(240%);
    opacity: 0;
  }
}

@keyframes railPulse {
  0%,
  20% {
    transform: translateX(-120%);
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  82%,
  100% {
    transform: translateX(310%);
    opacity: 0;
  }
}

@keyframes audioPeak {
  0%,
  100% {
    transform: scaleY(0.42);
  }

  50% {
    transform: scaleY(1);
  }
}

@keyframes signalThread {
  0% {
    opacity: 0.1;
    transform: scaleX(0.18);
  }

  45%,
  70% {
    opacity: 0.72;
  }

  100% {
    opacity: 0.08;
    transform: scaleX(1);
  }
}

@keyframes signalThreadDrop {
  0% {
    opacity: 0.08;
    transform: scaleY(0.14);
  }

  45%,
  70% {
    opacity: 0.66;
  }

  100% {
    opacity: 0.06;
    transform: scaleY(1);
  }
}

@keyframes routerSweep {
  to {
    transform: rotate(1turn);
  }
}

@keyframes clientFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.45rem);
  }
}

@keyframes appConstellationFloat {
  0%,
  100% {
    transform: translate3d(var(--app-x, 0), var(--app-y, 0), 0)
      rotate(var(--app-rotate, 0deg));
  }

  50% {
    transform: translate3d(
      calc(var(--app-x, 0) + var(--app-drift-x, 0.2rem)),
      calc(var(--app-y, 0) - var(--app-drift-y, 0.55rem)),
      0
    ) rotate(calc(var(--app-rotate, 0deg) * -1));
  }
}

@keyframes interfaceDot {
  0% {
    opacity: 0;
    transform: translate3d(-0.75rem, 0.5rem, 0) scale(0.72);
  }

  45%,
  70% {
    opacity: 0.88;
  }

  100% {
    opacity: 0;
    transform: translate3d(0.85rem, -0.62rem, 0) scale(1);
  }
}

@keyframes livePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 118, 104, 0.36);
  }

  50% {
    box-shadow: 0 0 0 0.42rem rgba(255, 118, 104, 0);
  }
}

@keyframes liveComment {
  0%,
  100% {
    opacity: 0.3;
    transform: translateX(-0.24rem);
  }

  50% {
    opacity: 0.82;
    transform: translateX(0.18rem);
  }
}

@keyframes checkinPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.82);
    opacity: 0.28;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.18);
    opacity: 0.78;
  }
}

@keyframes reportSpin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes codeScan {
  0% {
    transform: translateY(-110%);
  }

  100% {
    transform: translateY(360%);
  }
}

@keyframes caretBlink {
  0%,
  42% {
    opacity: 1;
  }

  43%,
  100% {
    opacity: 0;
  }
}

html[data-reveal-ready="true"] .motion-reveal {
  opacity: 0.001;
  translate: 0 1.25rem;
  transition:
    opacity 620ms ease,
    translate 760ms cubic-bezier(0.18, 0.78, 0.22, 1),
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease,
    filter 220ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

html[data-reveal-ready="true"] .motion-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}

html[data-motion-managed="true"] .ascii-wavefield,
html[data-motion-managed="true"] .hero-grid,
html[data-motion-managed="true"] .ticker-track,
html[data-motion-managed="true"] .surface-field::before,
html[data-motion-managed="true"] .surface-field::after,
html[data-motion-managed="true"] .surface-field:not(.adaptive-lab) span,
html[data-motion-managed="true"] .surface-field:not(.adaptive-lab) i,
html[data-motion-managed="true"] .adaptive-lab .context-device,
html[data-motion-managed="true"] .adaptive-lab .context-ray::after,
html[data-motion-managed="true"] .arc-visual::after,
html[data-motion-managed="true"] .arc-visual b,
html[data-motion-managed="true"] .arc-visual i,
html[data-motion-managed="true"] .contrast-mini::after,
html[data-motion-managed="true"] .contrast-mini i,
html[data-motion-managed="true"] .adaptive-lab .audio-bars b,
html[data-motion-managed="true"] .adaptive-lab .format-pill,
html[data-motion-managed="true"] .adaptive-lab .live-dot,
html[data-motion-managed="true"] .adaptive-lab .live-comments b,
html[data-motion-managed="true"] .adaptive-lab .place-map::after,
html[data-motion-managed="true"] .surface-expansion .format-chip,
html[data-motion-managed="true"] .surface-expansion .welkin-router::after,
html[data-motion-managed="true"] .surface-expansion .client-surface,
html[data-motion-managed="true"] .surface-expansion .interface-dot,
html[data-motion-managed="true"] .surface-expansion .signal-thread::after,
html[data-motion-managed="true"] .atmosphere-map .app-icon,
html[data-motion-managed="true"] .stat::after,
html[data-motion-managed="true"] .plan-visual i,
html[data-motion-managed="true"] .graph-visual i,
html[data-motion-managed="true"] .report-visual::before,
html[data-motion-managed="true"] .flow-arrow,
html[data-motion-managed="true"] .code-panel::before,
html[data-motion-managed="true"] .code-panel::after {
  animation-play-state: paused;
}

html[data-motion-managed="true"] .hero.is-motion-active .ascii-wavefield,
html[data-motion-managed="true"] .hero.is-motion-active .hero-grid,
html[data-motion-managed="true"] .ticker-band.is-motion-active .ticker-track,
html[data-motion-managed="true"] .surface-field.is-motion-active::before,
html[data-motion-managed="true"] .surface-field.is-motion-active::after,
html[data-motion-managed="true"]
  .surface-field.is-motion-active:not(.adaptive-lab)
  span,
html[data-motion-managed="true"]
  .surface-field.is-motion-active:not(.adaptive-lab)
  i,
html[data-motion-managed="true"] .adaptive-lab.is-motion-active .context-device,
html[data-motion-managed="true"]
  .adaptive-lab.is-motion-active
  .context-ray::after,
html[data-motion-managed="true"] .arc-step.is-motion-active .arc-visual::after,
html[data-motion-managed="true"] .arc-step.is-motion-active .arc-visual b,
html[data-motion-managed="true"] .arc-step.is-motion-active .arc-visual i,
html[data-motion-managed="true"]
  .contrast-row.is-motion-active
  .contrast-mini::after,
html[data-motion-managed="true"]
  .contrast-row.is-motion-active
  .contrast-mini
  i,
html[data-motion-managed="true"] .adaptive-lab.is-motion-active .audio-bars b,
html[data-motion-managed="true"] .adaptive-lab.is-motion-active .format-pill,
html[data-motion-managed="true"] .adaptive-lab.is-motion-active .live-dot,
html[data-motion-managed="true"]
  .adaptive-lab.is-motion-active
  .live-comments
  b,
html[data-motion-managed="true"]
  .adaptive-lab.is-motion-active
  .place-map::after,
html[data-motion-managed="true"]
  .surface-expansion.is-motion-active
  .format-chip,
html[data-motion-managed="true"]
  .surface-expansion.is-motion-active
  .welkin-router::after,
html[data-motion-managed="true"]
  .surface-expansion.is-motion-active
  .client-surface,
html[data-motion-managed="true"]
  .surface-expansion.is-motion-active
  .interface-dot,
html[data-motion-managed="true"]
  .surface-expansion.is-motion-active
  .signal-thread::after,
html[data-motion-managed="true"] .atmosphere-map.is-motion-active .app-icon,
html[data-motion-managed="true"] .stat.is-motion-active::after,
html[data-motion-managed="true"] .flow-node.is-motion-active .plan-visual i,
html[data-motion-managed="true"] .flow-node.is-motion-active .graph-visual i,
html[data-motion-managed="true"]
  .flow-node.is-motion-active
  .report-visual::before,
html[data-motion-managed="true"] .flow-arrow.is-motion-active,
html[data-motion-managed="true"] .code-panel.is-motion-active::before,
html[data-motion-managed="true"] .code-panel.is-motion-active::after {
  animation-play-state: running;
}

html[data-motion-managed="true"] .hero.is-motion-active .ascii-wavefield,
html[data-motion-managed="true"] .hero.is-motion-active .hero-grid,
html[data-motion-managed="true"] .ticker-band.is-motion-active .ticker-track {
  will-change: transform;
}

.section {
  position: relative;
  overflow: clip;
  padding: var(--section-block) var(--page-gutter);
  border-bottom: 1px solid var(--line);
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

.section > * {
  position: relative;
  z-index: 1;
}

.market-proof,
.architecture {
  contain-intrinsic-size: auto 1080px;
}

.contrast {
  contain-intrinsic-size: auto 980px;
}

.principles {
  contain-intrinsic-size: auto 520px;
}

.lexicon {
  contain-intrinsic-size: auto 380px;
}

.closing {
  contain-intrinsic-size: auto 700px;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.05rem, 3vw, 2.8rem);
  min-height: 66svh;
  align-items: start;
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(255, 118, 104, 0.08),
      transparent 28rem
    ),
    linear-gradient(
    135deg,
    transparent 0 54%,
    rgba(204, 230, 251, 0.16) 54% 54.08%,
    transparent 54.08%
  ),
    var(--paper);
}

.section-label {
  color: rgba(23, 30, 66, 0.58);
}

.intro-copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.42fr);
  gap: clamp(1.2rem, 4vw, 3.8rem);
  align-items: start;
}

.intro-copy h2 {
  max-width: 100%;
  font-size: clamp(3.15rem, 6.45vw, 7.05rem);
  line-height: 0.94;
}

.intro-copy p,
.market-proof-copy p,
.architecture-header p,
.closing p {
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.65vw, 1.35rem);
  line-height: 1.42;
}

.market-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.05rem, 3vw, 2.8rem);
  align-items: start;
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(167, 244, 208, 0.14),
      transparent 26rem
    ),
    linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.72),
    rgba(244, 249, 253, 0.96)
  ),
    #ffffff;
}

.market-proof-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 0.42fr);
  gap: clamp(1.2rem, 4vw, 3.8rem);
  align-items: start;
}

.market-proof-copy h2 {
  max-width: 12ch;
}

.intro-copy p,
.market-proof-copy p {
  padding-top: clamp(0.35rem, 0.85vw, 0.9rem);
}

.intro-copy p {
  padding-left: clamp(1rem, 1.8vw, 1.55rem);
  border-left: 1px solid rgba(23, 30, 66, 0.2);
}

.contrast {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.05rem, 3vw, 2.8rem);
  align-items: start;
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(231, 255, 83, 0.16),
      transparent 26rem
    ),
    radial-gradient(
    circle at 12% 88%,
    rgba(255, 118, 104, 0.07),
    transparent 24rem
  ),
    linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.84),
    rgba(244, 249, 253, 0.94)
  ),
    #ffffff;
}

.contrast-copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(18rem, 0.42fr);
  gap: clamp(1.2rem, 4vw, 3.8rem);
  align-items: start;
}

.contrast-copy h2 {
  max-width: 12ch;
  font-size: clamp(3rem, 8vw, 8.4rem);
}

.contrast-copy p {
  padding-top: clamp(0.35rem, 0.85vw, 0.9rem);
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.65vw, 1.35rem);
  line-height: 1.42;
}

.contrast-grid {
  position: relative;
  z-index: 1;
  grid-column: 1;
  display: grid;
  margin-top: clamp(1.8rem, 4.8vw, 4.2rem);
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 24px 76px rgba(23, 30, 66, 0.055);
}

.contrast-row {
  position: relative;
  min-height: clamp(5.8rem, 8.2vw, 7.4rem);
  display: grid;
  grid-template-columns:
    minmax(0, 0.42fr) clamp(3.4rem, 5.4vw, 5rem) minmax(
      0,
      0.58fr
    );
  align-items: stretch;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.56), transparent 62%),
    rgba(204, 230, 251, 0.16);
  overflow: hidden;
  transition: background-color 220ms ease, transform 220ms ease;
}

.contrast-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent 0 1.1rem,
    rgba(23, 30, 66, 0.035) 1.1rem 1.16rem
  );
  pointer-events: none;
}

.contrast-row div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.58rem;
  padding: clamp(0.9rem, 1.8vw, 1.25rem);
}

.contrast-row div:first-child {
  background: rgba(255, 255, 255, 0.28);
  padding-right: clamp(1rem, 2.4vw, 2rem);
}

.contrast-row div:last-child {
  background:
    radial-gradient(
      circle at 88% 50%,
      rgba(231, 255, 83, 0.18),
      transparent 46%
    ),
    rgba(255, 255, 255, 0.14);
  padding-left: clamp(1.35rem, 3.2vw, 2.75rem);
}

.contrast-row span {
  color: rgba(23, 30, 66, 0.5);
  font-family: var(--mono);
  font-size: clamp(0.58rem, 0.82vw, 0.7rem);
  font-weight: 780;
  text-transform: uppercase;
}

.contrast-row strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.15rem, 2vw, 1.85rem);
  font-weight: 620;
  line-height: 1.04;
}

.contrast-row div:first-child strong {
  color: rgba(23, 30, 66, 0.54);
}

.contrast-mini {
  position: relative;
  z-index: 1;
  width: min(13.6rem, 100%);
  min-height: 3.15rem;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(23, 30, 66, 0.14);
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(23, 30, 66, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 30, 66, 0.045) 1px, transparent 1px),
    rgba(255, 255, 255, 0.42);
  background-size: 1rem 1rem, 1rem 1rem, 100% 100%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.contrast-mini::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 42%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.64),
    transparent
  );
  animation: visualSweep 8.8s ease-in-out infinite;
}

.contrast-mini i {
  position: absolute;
  z-index: 1;
  display: block;
  border: 1px solid rgba(23, 30, 66, 0.15);
  background: rgba(255, 255, 255, 0.62);
}

.old-wall {
  background:
    repeating-linear-gradient(
      90deg,
      rgba(23, 30, 66, 0.12) 0 0.34rem,
      transparent 0.34rem 0.74rem
    ),
    rgba(255, 255, 255, 0.42);
}

.old-wall i {
  top: 0.62rem;
  bottom: 0.62rem;
  width: 1.2rem;
  border-radius: 4px;
  background: rgba(23, 30, 66, 0.12);
}

.old-wall i:nth-child(1) {
  left: 18%;
}

.old-wall i:nth-child(2) {
  left: 46%;
}

.old-wall i:nth-child(3) {
  right: 18%;
}

.open-reach i,
.old-track i,
.context-match i,
.provenance-path i,
.portable-rules i {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  animation: visualPulse 4.5s ease-in-out infinite;
}

.open-reach::before,
.provenance-path::before,
.portable-rules::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 50%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(23, 30, 66, 0.18),
    rgba(231, 255, 83, 0.56),
    rgba(255, 118, 104, 0.36)
  );
}

.open-reach {
  background:
    radial-gradient(
      circle at 18% 36%,
      rgba(255, 118, 104, 0.16),
      transparent 1.5rem
    ),
    radial-gradient(
    circle at 80% 35%,
    rgba(231, 255, 83, 0.24),
    transparent 1.8rem
  ),
    rgba(255, 255, 255, 0.44);
}

.open-reach::before {
  top: 50%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(23, 30, 66, 0.18),
    rgba(231, 255, 83, 0.7),
    rgba(255, 118, 104, 0.42),
    transparent
  );
}

.open-reach i {
  width: 1.28rem;
  height: 0.92rem;
  border-radius: 6px;
}

.open-reach i:nth-child(1) {
  left: 12%;
  top: 34%;
}

.open-reach i:nth-child(2) {
  left: 38%;
  top: 18%;
  background: rgba(231, 255, 83, 0.46);
}

.open-reach i:nth-child(3) {
  right: 34%;
  bottom: 18%;
  background: rgba(204, 230, 251, 0.64);
}

.open-reach i:nth-child(4) {
  right: 12%;
  top: 36%;
  background: rgba(255, 118, 104, 0.2);
}

.old-track i {
  width: 1.22rem;
  height: 1.22rem;
  background: rgba(23, 30, 66, 0.14);
}

.old-track i:nth-child(1) {
  left: 16%;
  top: 28%;
}

.old-track i:nth-child(2) {
  left: 43%;
  top: 30%;
}

.old-track i:nth-child(3) {
  right: 18%;
  top: 30%;
}

.old-track::before {
  content: "";
  position: absolute;
  left: 21%;
  right: 23%;
  top: 50%;
  height: 1px;
  background: rgba(23, 30, 66, 0.36);
}

.context-match {
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(231, 255, 83, 0.22),
      transparent 58%
    ),
    rgba(255, 255, 255, 0.44);
}

.context-match::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid rgba(23, 30, 66, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 0.55rem rgba(231, 255, 83, 0.12),
    0 0 0 1.1rem rgba(204, 230, 251, 0.16);
  transform: translate(-50%, -50%);
}

.context-match::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 118, 104, 0.54),
    transparent
  );
  transform-origin: left center;
  animation: routerSweep 9s linear infinite;
}

.context-match i {
  border-radius: 999px;
  width: 2.15rem;
  height: 0.72rem;
  background: rgba(204, 230, 251, 0.52);
}

.context-match i:nth-child(1) {
  left: 11%;
  top: 0.62rem;
}

.context-match i:nth-child(2) {
  left: 42%;
  bottom: 0.56rem;
  background: rgba(231, 255, 83, 0.4);
}

.context-match i:nth-child(3) {
  right: 9%;
  top: 0.78rem;
  background: rgba(167, 244, 208, 0.3);
}

.old-opaque {
  background:
    linear-gradient(
      135deg,
      rgba(23, 30, 66, 0.2),
      rgba(23, 30, 66, 0.04)
    ),
    rgba(255, 255, 255, 0.38);
}

.old-opaque::before {
  content: "";
  position: absolute;
  inset: 0.72rem 1rem;
  border-radius: 4px;
  background: rgba(23, 30, 66, 0.12);
  filter: blur(0.5px);
}

.old-opaque i {
  left: 1.1rem;
  right: 1.1rem;
  height: 0.32rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
}

.old-opaque i:nth-child(1) {
  top: 0.92rem;
}

.old-opaque i:nth-child(2) {
  top: 1.48rem;
}

.old-opaque i:nth-child(3) {
  top: 2.04rem;
}

.provenance-path i:nth-child(1) {
  left: 11%;
  top: 44%;
  background: rgba(204, 230, 251, 0.68);
}

.provenance-path i:nth-child(2) {
  left: 44%;
  top: 18%;
  background: rgba(231, 255, 83, 0.48);
}

.provenance-path i:nth-child(3) {
  right: 11%;
  top: 42%;
  background: rgba(167, 244, 208, 0.36);
}

.provenance-path {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.62),
      rgba(204, 230, 251, 0.18)
    ),
    rgba(255, 255, 255, 0.44);
}

.provenance-path::before {
  top: 50%;
  height: 2px;
  background:
    linear-gradient(
      112deg,
      transparent 0 11%,
      rgba(23, 30, 66, 0.28) 11% 12%,
      transparent 12% 43%,
      rgba(231, 255, 83, 0.66) 43% 44%,
      transparent 44% 72%,
      rgba(255, 118, 104, 0.38) 72% 73%,
      transparent 73%
    ),
    linear-gradient(
    90deg,
    transparent,
    rgba(23, 30, 66, 0.18),
    rgba(231, 255, 83, 0.52),
    transparent
  );
}

.provenance-path::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 18%;
  bottom: 0.62rem;
  height: 0.36rem;
  border-block: 1px solid rgba(23, 30, 66, 0.12);
  opacity: 0.8;
}

.old-lock i {
  left: 50%;
  transform: translateX(-50%);
}

.old-lock i:nth-child(1) {
  top: 0.54rem;
  width: 1.8rem;
  height: 1.18rem;
  border-radius: 999px 999px 0 0;
  border-bottom: 0;
  background: transparent;
}

.old-lock i:nth-child(2) {
  top: 1.36rem;
  width: 2.6rem;
  height: 1.4rem;
  border-radius: 5px;
  background: rgba(23, 30, 66, 0.15);
}

.old-lock i:nth-child(3) {
  top: 1.78rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: rgba(23, 30, 66, 0.4);
}

.portable-rules i {
  width: 1.72rem;
  height: 2.05rem;
  border-radius: 5px;
  background:
    linear-gradient(
      180deg,
      rgba(23, 30, 66, 0.18) 0 0.22rem,
      transparent 0.22rem
    ),
    rgba(255, 255, 255, 0.68);
}

.portable-rules i:nth-child(1) {
  left: 13%;
  top: 0.66rem;
}

.portable-rules i:nth-child(2) {
  left: 42%;
  top: 0.48rem;
  background:
    linear-gradient(
      180deg,
      rgba(255, 118, 104, 0.22) 0 0.22rem,
      transparent 0.22rem
    ),
    rgba(231, 255, 83, 0.3);
}

.portable-rules i:nth-child(3) {
  right: 13%;
  top: 0.66rem;
  background:
    linear-gradient(
      180deg,
      rgba(23, 30, 66, 0.18) 0 0.22rem,
      transparent 0.22rem
    ),
    rgba(204, 230, 251, 0.54);
}

.portable-rules {
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(231, 255, 83, 0.18),
      transparent 50%
    ),
    rgba(255, 255, 255, 0.44);
}

.portable-rules::before {
  left: 15%;
  right: 15%;
  top: 47%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(23, 30, 66, 0.08),
    rgba(204, 230, 251, 0.58),
    rgba(231, 255, 83, 0.56),
    rgba(23, 30, 66, 0.08)
  );
}

.portable-rules::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px dashed rgba(23, 30, 66, 0.24);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.contrast-row > i {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(23, 30, 66, 0.48);
  font-family: var(--mono);
  font-style: normal;
  font-weight: 900;
}

.contrast-row > i::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(23, 30, 66, 0.13),
      transparent
    ),
    radial-gradient(circle, rgba(255, 255, 255, 0.6), transparent 52%);
  background-size: 1px 100%, 100% 100%;
  background-repeat: no-repeat;
  background-position: center, center;
}

.contrast-row > i::before {
  content: "->";
}

.contrast-row:nth-child(2) {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.58), transparent 62%),
    rgba(231, 255, 83, 0.12);
}

.contrast-row:nth-child(3) {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.58), transparent 62%),
    rgba(255, 118, 104, 0.08);
}

.contrast-row:nth-child(4) {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.58), transparent 62%),
    rgba(167, 244, 208, 0.15);
}

.buyer-arc-grid {
  position: relative;
  z-index: 1;
  grid-column: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(2rem, 5vw, 4.8rem);
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 22px 72px rgba(23, 30, 66, 0.045);
}

.arc-step {
  position: relative;
  min-height: clamp(14.5rem, 18vw, 17rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.2rem;
  padding: clamp(0.9rem, 1.8vw, 1.25rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), transparent),
    rgba(255, 255, 255, 0.28);
  overflow: hidden;
  transition: background-color 220ms ease;
}

.arc-step::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background:
    linear-gradient(180deg, transparent, rgba(204, 230, 251, 0.32)),
    repeating-linear-gradient(
    90deg,
    rgba(23, 30, 66, 0.08) 0 1px,
    transparent 1px 0.78rem
  );
  opacity: 0.58;
  pointer-events: none;
}

.arc-visual {
  position: relative;
  z-index: 1;
  min-height: clamp(5.4rem, 8vw, 7rem);
  margin-block: 0.2rem;
  overflow: hidden;
  border: 1px solid rgba(23, 30, 66, 0.14);
  border-radius: 6px;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(231, 255, 83, 0.16),
      transparent 58%
    ),
    linear-gradient(90deg, rgba(23, 30, 66, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 30, 66, 0.045) 1px, transparent 1px),
    rgba(255, 255, 255, 0.42);
  background-size: 100% 100%, 1.15rem 1.15rem, 1.15rem 1.15rem, 100% 100%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.arc-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 48%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.72),
    transparent
  );
  animation: visualSweep 7.4s ease-in-out infinite;
  pointer-events: none;
}

.arc-visual b,
.arc-visual i {
  position: absolute;
  z-index: 1;
  display: block;
}

.reach-visual b {
  width: 1.55rem;
  height: 1.55rem;
  border: 1px solid rgba(23, 30, 66, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.68);
  animation: visualPulse 4.4s ease-in-out infinite;
}

.reach-visual b:nth-child(1) {
  left: 12%;
  top: 18%;
}

.reach-visual b:nth-child(2) {
  left: 55%;
  top: 12%;
  border-radius: 50%;
  background: rgba(255, 118, 104, 0.18);
  animation-delay: 0.25s;
}

.reach-visual b:nth-child(3) {
  left: 24%;
  bottom: 14%;
  background: rgba(204, 230, 251, 0.58);
  animation-delay: 0.5s;
}

.reach-visual b:nth-child(4) {
  right: 12%;
  bottom: 18%;
  border-radius: 50%;
  background: rgba(231, 255, 83, 0.36);
  animation-delay: 0.75s;
}

.reach-visual i,
.context-visual i {
  left: 16%;
  top: 50%;
  width: 70%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(23, 30, 66, 0.26),
    transparent
  );
  transform-origin: center;
}

.reach-visual i:nth-of-type(1) {
  transform: rotate(-18deg);
}

.reach-visual i:nth-of-type(2) {
  transform: rotate(23deg);
}

.brief-visual {
  display: grid;
  align-content: center;
  gap: 0.44rem;
  padding: 0.86rem;
}

.brief-visual b {
  position: relative;
  width: 78%;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(23, 30, 66, 0.16);
}

.brief-visual b:nth-child(2) {
  width: 94%;
  background: rgba(204, 230, 251, 0.78);
}

.brief-visual b:nth-child(3) {
  width: 58%;
  background: rgba(255, 118, 104, 0.2);
}

.brief-visual i {
  right: 0.78rem;
  width: 2.1rem;
  height: 1.02rem;
  border: 1px solid rgba(23, 30, 66, 0.15);
  border-radius: 999px;
  background: rgba(231, 255, 83, 0.34);
}

.brief-visual i:nth-of-type(1) {
  top: 0.78rem;
}

.brief-visual i:nth-of-type(2) {
  bottom: 0.78rem;
  width: 1.62rem;
  background: rgba(167, 244, 208, 0.28);
}

.context-visual b {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid rgba(23, 30, 66, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
}

.context-visual b:nth-child(1) {
  left: 14%;
  top: 22%;
}

.context-visual b:nth-child(2) {
  right: 14%;
  top: 22%;
  background: rgba(204, 230, 251, 0.52);
}

.context-visual b:nth-child(3) {
  left: 50%;
  bottom: 12%;
  background: rgba(231, 255, 83, 0.38);
  transform: translateX(-50%);
}

.context-visual i {
  left: 50%;
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(23, 30, 66, 0.2);
  border-radius: 50% 50% 46% 46%;
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(23, 30, 66, 0.36) 0 0.26rem,
      transparent 0.28rem
    ),
    rgba(255, 255, 255, 0.72);
  transform: translate(-50%, -50%);
  animation: visualPulse 4.8s ease-in-out infinite;
}

.outcome-visual {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 0.62rem;
  padding: 0.78rem 0.82rem;
}

.outcome-visual b {
  position: relative;
  width: 1rem;
  height: 62%;
  border: 1px solid rgba(23, 30, 66, 0.15);
  border-radius: 999px 999px 4px 4px;
  background: rgba(204, 230, 251, 0.6);
  transform-origin: bottom;
  animation: visualRise 3.8s ease-in-out infinite;
}

.outcome-visual b:nth-child(2) {
  height: 84%;
  background: rgba(231, 255, 83, 0.42);
  animation-delay: 0.25s;
}

.outcome-visual b:nth-child(3) {
  height: 46%;
  background: rgba(255, 118, 104, 0.2);
  animation-delay: 0.5s;
}

.outcome-visual i {
  left: 0.82rem;
  right: 0.82rem;
  top: 1rem;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(23, 30, 66, 0.18),
    rgba(255, 118, 104, 0.34),
    rgba(231, 255, 83, 0.46)
  );
}

.arc-step span {
  position: relative;
  z-index: 1;
  display: block;
  color: rgba(23, 30, 66, 0.56);
  font-family: var(--mono);
  font-size: clamp(0.58rem, 0.78vw, 0.68rem);
  font-weight: 760;
  text-transform: uppercase;
}

.arc-step:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), transparent),
    rgba(204, 230, 251, 0.28);
}

.arc-step:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), transparent),
    rgba(231, 255, 83, 0.16);
}

.arc-step:nth-child(4) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), transparent),
    rgba(255, 118, 104, 0.1);
}

.arc-step strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 15rem;
  color: rgba(23, 30, 66, 0.86);
  font-family: var(--display);
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  font-weight: 620;
  line-height: 1.08;
}

.surface-field {
  position: relative;
  grid-column: 1;
  min-height: clamp(13rem, 24vw, 20rem);
  margin-top: clamp(1.4rem, 3vw, 2.35rem);
  overflow: hidden;
  border: 1px solid rgba(23, 30, 66, 0.18);
  border-radius: 6px;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(231, 255, 83, 0.2),
      transparent 30%
    ),
    linear-gradient(90deg, rgba(23, 30, 66, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 30, 66, 0.055) 1px, transparent 1px),
    rgba(204, 230, 251, 0.28);
  background-size: 100% 100%, 2.2rem 2.2rem, 2.2rem 2.2rem, 100% 100%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 18px 62px rgba(23, 30, 66, 0.06);
  transition: filter 220ms ease, box-shadow 220ms ease;
}

.surface-map {
  min-height: clamp(48rem, 76vw, 60rem);
}

.surface-map::before {
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.64), transparent),
    linear-gradient(180deg, transparent, rgba(255, 118, 104, 0.1), transparent),
    repeating-linear-gradient(
    135deg,
    transparent 0 2.5rem,
    rgba(23, 30, 66, 0.045) 2.5rem 2.58rem
  );
}

.surface-map::after {
  inset: 14% 8% 20%;
}

.surface-field::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.64), transparent),
    linear-gradient(
    180deg,
    transparent,
    rgba(255, 118, 104, 0.12),
    transparent
  );
  transform: translateX(-55%);
  animation: fieldSweep 10s ease-in-out infinite;
}

.surface-field::after {
  content: "";
  position: absolute;
  inset: 18% 10%;
  border: 1px solid rgba(23, 30, 66, 0.16);
  transform: skewX(-18deg);
  animation: fieldFrame 10s ease-in-out infinite;
}

.surface-field:not(.adaptive-lab) span,
.surface-field:not(.adaptive-lab) i {
  position: absolute;
  z-index: 1;
}

.surface-field:not(.adaptive-lab) span {
  left: var(--x);
  top: var(--y);
  padding: 0.45rem 0.58rem;
  border: 1px solid rgba(23, 30, 66, 0.22);
  background: rgba(255, 255, 255, 0.58);
  color: rgba(23, 30, 66, 0.76);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 760;
  text-transform: uppercase;
  animation: surfaceFloat 8s ease-in-out infinite;
  animation-delay: var(--d);
}

.surface-field:not(.adaptive-lab) i {
  left: var(--x);
  top: var(--y);
  width: var(--s);
  height: var(--s);
  border: 1px solid rgba(23, 30, 66, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: surfacePulse 7.2s ease-in-out infinite;
}

.adaptive-lab {
  isolation: isolate;
  background:
    radial-gradient(
      circle at 50% 47%,
      rgba(231, 255, 83, 0.24),
      transparent 16rem
    ),
    radial-gradient(
    circle at 13% 18%,
    rgba(255, 118, 104, 0.13),
    transparent 12rem
  ),
    radial-gradient(
    circle at 86% 78%,
    rgba(167, 244, 208, 0.2),
    transparent 14rem
  ),
    linear-gradient(90deg, rgba(23, 30, 66, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 30, 66, 0.055) 1px, transparent 1px),
    rgba(204, 230, 251, 0.3);
  background-size:
    100% 100%,
    100% 100%,
    100% 100%,
    2.2rem 2.2rem,
    2.2rem 2.2rem,
    100% 100%;
}

.adaptive-lab span {
  position: static;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
  animation: none;
}

.context-core,
.context-device,
.context-ray {
  position: absolute;
  z-index: 2;
}

.context-core {
  left: 50%;
  top: 50%;
  z-index: 4;
  width: min(13.2rem, 29%);
  min-height: 8.8rem;
  display: grid;
  place-content: center;
  gap: 0.34rem;
  padding: 1.1rem;
  border: 1px solid rgba(23, 30, 66, 0.28);
  border-radius: 6px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.48)
    ),
    rgba(231, 255, 83, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 18px 54px rgba(23, 30, 66, 0.1);
  text-align: center;
  transform: translate(-50%, -50%);
}

.context-core span,
.device-header small {
  color: rgba(23, 30, 66, 0.58);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 760;
  text-transform: uppercase;
}

.context-core strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 520;
  line-height: 0.98;
}

.context-core small {
  max-width: 10rem;
  color: rgba(23, 30, 66, 0.64);
  font-size: 0.78rem;
  line-height: 1.18;
}

.context-ray {
  left: 50%;
  top: 50%;
  z-index: 1;
  width: var(--ray-width, 24%);
  height: 1px;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(23, 30, 66, 0.34),
    transparent
  );
  transform: translate(-50%, -50%) rotate(var(--ray-angle, 0deg));
  transform-origin: center;
}

.context-ray::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 34%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.92),
    transparent
  );
  animation: contextRay 4.8s ease-in-out infinite;
  animation-delay: var(--ray-delay, 0s);
}

.ray-video {
  --ray-angle: -138deg;
  --ray-delay: 0s;
  --ray-width: 55%;
}

.ray-article {
  --ray-angle: -42deg;
  --ray-delay: 0.3s;
  --ray-width: 54%;
}

.ray-audio {
  --ray-angle: 180deg;
  --ray-delay: 0.6s;
  --ray-width: 52%;
}

.ray-event {
  --ray-angle: -90deg;
  --ray-delay: 0.9s;
  --ray-width: 46%;
}

.ray-live {
  --ray-angle: 90deg;
  --ray-delay: 1.2s;
  --ray-width: 45%;
}

.ray-review {
  --ray-angle: 0deg;
  --ray-delay: 1.5s;
  --ray-width: 52%;
}

.ray-place {
  --ray-angle: 138deg;
  --ray-delay: 1.8s;
  --ray-width: 52%;
}

.ray-story {
  --ray-angle: 43deg;
  --ray-delay: 2.1s;
  --ray-width: 55%;
}

.context-device {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-height: 8.5rem;
  padding: 0.82rem;
  border: 1px solid rgba(23, 30, 66, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.72),
      rgba(255, 255, 255, 0.5)
    ),
    rgba(244, 249, 253, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 18px 52px rgba(23, 30, 66, 0.08);
  animation: surfaceFloat 8s ease-in-out infinite;
  animation-delay: var(--device-delay, 0s);
}

.device-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.6rem;
  color: var(--ink);
}

.device-header span {
  font-family: var(--display);
  font-size: 0.96rem;
  font-weight: 680;
  line-height: 1;
}

.device-header small {
  text-align: right;
  opacity: 0.72;
}

.video-device {
  left: 3.2%;
  top: 6%;
  width: min(11.8rem, 22%);
  min-height: 16.8rem;
  --device-delay: 0s;
}

.article-device {
  right: 3.2%;
  top: 6%;
  width: min(17.2rem, 29%);
  min-height: 12.4rem;
  --device-delay: 0.5s;
}

.audio-device {
  left: 3.2%;
  top: 40%;
  width: min(17.2rem, 28%);
  min-height: 10.2rem;
  --device-delay: 0.9s;
}

.event-device {
  left: 50%;
  top: 4.2%;
  width: min(12.8rem, 21%);
  min-height: 11.6rem;
  translate: -50% 0;
  --device-delay: 1.35s;
}

.live-device {
  left: 50%;
  bottom: 4.2%;
  width: min(14.2rem, 23%);
  min-height: 11.8rem;
  translate: -50% 0;
  --device-delay: 1.7s;
}

.review-device {
  right: 3.2%;
  top: 40%;
  width: min(15rem, 25%);
  min-height: 10.8rem;
  --device-delay: 2.05s;
}

.place-device {
  left: 3.2%;
  bottom: 6%;
  width: min(13.4rem, 23%);
  min-height: 10.9rem;
  --device-delay: 2.4s;
}

.story-device {
  right: 3.2%;
  bottom: 6%;
  width: min(12.7rem, 21%);
  min-height: 12rem;
  align-items: center;
  --device-delay: 2.75s;
}

.story-device .device-header {
  width: 100%;
}

.video-pane {
  position: relative;
  flex: 1;
  min-height: 9.4rem;
  overflow: hidden;
  border: 1px solid rgba(23, 30, 66, 0.18);
  border-radius: 6px;
  background:
    radial-gradient(
      circle at 50% 34%,
      rgba(255, 118, 104, 0.42),
      transparent 24%
    ),
    linear-gradient(160deg, rgba(23, 30, 66, 0.9), rgba(23, 30, 66, 0.32)),
    rgba(204, 230, 251, 0.55);
}

.video-pane b {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.3rem;
  height: 2.3rem;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.video-pane b::after {
  content: "";
  position: absolute;
  left: 0.82rem;
  top: 0.62rem;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.72rem solid rgba(255, 255, 255, 0.82);
}

.format-pill,
.inline-placement {
  width: max-content;
  max-width: 100%;
  padding: 0.36rem 0.48rem;
  border: 1px solid rgba(23, 30, 66, 0.16);
  border-radius: 999px;
  background: rgba(231, 255, 83, 0.28);
  color: rgba(23, 30, 66, 0.72);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 760;
  text-transform: uppercase;
  animation: nodeBlink 4.4s ease-in-out infinite;
}

.article-lines {
  display: grid;
  gap: 0.46rem;
  margin-top: 0.15rem;
}

.article-lines b {
  display: block;
  height: 0.52rem;
  border-radius: 999px;
  background: rgba(23, 30, 66, 0.16);
}

.article-lines b:nth-child(1) {
  width: 82%;
}

.article-lines b:nth-child(2) {
  width: 96%;
}

.article-lines b:nth-child(3) {
  width: 68%;
}

.article-lines b:nth-child(4) {
  width: 88%;
  background: rgba(255, 118, 104, 0.22);
}

.inline-placement {
  border-radius: 6px;
  background: rgba(204, 230, 251, 0.45);
}

.audio-bars {
  display: flex;
  align-items: center;
  gap: 0.32rem;
  min-height: 3.4rem;
  padding: 0.5rem 0.2rem;
}

.audio-bars b {
  flex: 1 1 0;
  height: 2.8rem;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255, 118, 104, 0.64),
    rgba(231, 255, 83, 0.52)
  );
  transform-origin: center;
  animation: audioPeak 1.9s ease-in-out infinite;
  animation-delay: calc(var(--bar-index, 0) * 0.11s);
}

.audio-bars b:nth-child(1) {
  --bar-index: 1;
}

.audio-bars b:nth-child(2) {
  --bar-index: 4;
}

.audio-bars b:nth-child(3) {
  --bar-index: 2;
}

.audio-bars b:nth-child(4) {
  --bar-index: 6;
}

.audio-bars b:nth-child(5) {
  --bar-index: 3;
}

.audio-bars b:nth-child(6) {
  --bar-index: 7;
}

.audio-bars b:nth-child(7) {
  --bar-index: 2;
}

.audio-bars b:nth-child(8) {
  --bar-index: 5;
}

.surface-expansion {
  grid-column: 1;
  display: grid;
  grid-template-columns: minmax(14rem, 0.34fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.6vw, 2rem);
  align-items: stretch;
  margin-top: clamp(1.2rem, 2.8vw, 2.2rem);
  overflow: clip;
}

.surface-expansion-copy,
.client-constellation {
  min-width: 0;
  border: 1px solid rgba(23, 30, 66, 0.18);
  border-radius: 6px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.38)
    ),
    rgba(204, 230, 251, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 18px 58px rgba(23, 30, 66, 0.055);
}

.surface-expansion-copy {
  display: grid;
  align-content: space-between;
  gap: clamp(1.2rem, 2.2vw, 1.8rem);
  padding: clamp(1rem, 2vw, 1.4rem);
}

.surface-expansion-copy span,
.client-surface {
  font-family: var(--mono);
  font-weight: 760;
  text-transform: uppercase;
}

.surface-expansion-copy span {
  color: rgba(23, 30, 66, 0.56);
  font-size: 0.65rem;
}

.surface-expansion-copy h3 {
  max-width: 13ch;
  font-family: var(--display);
  font-size: clamp(2.1rem, 4.9vw, 4.8rem);
  font-weight: 470;
  line-height: 1.02;
}

.surface-expansion-copy p {
  color: var(--ink-soft);
  font-size: clamp(0.98rem, 1.3vw, 1.1rem);
  line-height: 1.46;
}

.client-constellation {
  position: relative;
  min-height: clamp(36rem, 58vw, 45rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto auto minmax(19rem, 1fr);
  gap: clamp(0.7rem, 1.45vw, 1.1rem);
  align-items: stretch;
  overflow: hidden;
  padding: clamp(1rem, 2vw, 1.35rem);
  background:
    radial-gradient(
      circle at 48% 52%,
      rgba(231, 255, 83, 0.22),
      transparent 11rem
    ),
    radial-gradient(
    circle at 83% 26%,
    rgba(255, 118, 104, 0.12),
    transparent 12rem
  ),
    radial-gradient(
    circle at 18% 78%,
    rgba(167, 244, 208, 0.18),
    transparent 13rem
  ),
    linear-gradient(90deg, rgba(23, 30, 66, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 30, 66, 0.05) 1px, transparent 1px),
    rgba(244, 249, 253, 0.7);
  background-size:
    100% 100%,
    100% 100%,
    100% 100%,
    2rem 2rem,
    2rem 2rem,
    100% 100%;
}

.creative-node {
  position: relative;
  z-index: 2;
  justify-self: center;
  width: min(17rem, 62%);
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.66rem 0.9rem;
  border: 1px solid rgba(23, 30, 66, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.76),
      rgba(255, 255, 255, 0.4)
    ),
    rgba(204, 230, 251, 0.2);
}

.creative-node span,
.visual-label,
.welkin-router span,
.client-surface,
.format-chip {
  font-family: var(--mono);
  font-weight: 760;
  text-transform: uppercase;
}

.creative-node span,
.visual-label,
.welkin-router span {
  color: rgba(23, 30, 66, 0.56);
  font-size: 0.58rem;
}

.creative-node strong {
  min-width: 0;
  color: var(--ink);
  font-family: var(--mono);
  font-size: clamp(0.72rem, 0.9vw, 0.86rem);
  font-weight: 820;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.creative-node i {
  position: absolute;
  left: 50%;
  top: calc(100% + 0.18rem);
  width: 1px;
  height: clamp(0.55rem, 1.1vw, 0.9rem);
  background: linear-gradient(180deg, rgba(23, 30, 66, 0.34), transparent);
}

.format-stack,
.welkin-router,
.interface-cloud {
  position: relative;
  min-width: 0;
}

.format-stack {
  z-index: 3;
  justify-self: center;
  width: min(35rem, 86%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.42rem;
}

.format-stack::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.18rem;
  width: 1px;
  height: 1.18rem;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(23, 30, 66, 0.28),
    rgba(231, 255, 83, 0.46)
  );
}

.format-stack::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 1.5rem;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(23, 30, 66, 0.2),
    rgba(231, 255, 83, 0.58),
    rgba(23, 30, 66, 0.2),
    transparent
  );
  box-shadow:
    0 3.65rem 0 rgba(23, 30, 66, 0.055),
    0 5.35rem 0 rgba(231, 255, 83, 0.12);
}

.visual-label {
  grid-column: 1 / -1;
  align-self: end;
  letter-spacing: 0.06em;
}

.format-chip {
  position: relative;
  min-height: 2.36rem;
  display: flex;
  align-items: center;
  gap: 0.48rem;
  padding: 0.48rem 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(23, 30, 66, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.58);
  color: rgba(23, 30, 66, 0.78);
  font-size: clamp(0.54rem, 0.78vw, 0.62rem);
  animation: clientFloat 7.4s ease-in-out infinite;
  animation-delay: var(--client-delay, 0s);
}

.format-chip::before {
  content: "";
  flex: 0 0 1.05rem;
  width: 1.05rem;
  height: 1.05rem;
  border: 1px solid rgba(23, 30, 66, 0.14);
  border-radius: 4px;
  background: rgba(204, 230, 251, 0.58);
}

.format-chip::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  bottom: 0.42rem;
  width: 1.05rem;
  height: 1px;
  background: rgba(23, 30, 66, 0.32);
}

.video-chip::before {
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(23, 30, 66, 0.52) 0 0.18rem,
      transparent 0.2rem
    ),
    rgba(255, 118, 104, 0.24);
}

.audio-chip::before {
  background:
    repeating-linear-gradient(
      90deg,
      rgba(23, 30, 66, 0.42) 0 0.08rem,
      transparent 0.08rem 0.22rem
    ),
    rgba(204, 230, 251, 0.62);
}

.article-chip::before {
  background:
    linear-gradient(
      180deg,
      rgba(23, 30, 66, 0.35) 0 0.12rem,
      transparent 0.12rem 0.32rem
    ),
    rgba(255, 255, 255, 0.76);
}

.event-chip::before {
  background:
    linear-gradient(180deg, rgba(255, 118, 104, 0.3) 0 28%, transparent 28%),
    rgba(255, 255, 255, 0.76);
}

.live-chip::before {
  border-radius: 50%;
  background: rgba(255, 118, 104, 0.38);
}

.review-chip::before {
  border-radius: 50%;
  background: rgba(231, 255, 83, 0.58);
}

.place-chip::before {
  border-radius: 50% 50% 50% 0;
  background: rgba(167, 244, 208, 0.54);
  transform: rotate(-45deg);
}

.story-chip::before {
  border-radius: 50%;
  background: conic-gradient(
    rgba(255, 118, 104, 0.74),
    rgba(231, 255, 83, 0.68),
    rgba(204, 230, 251, 0.76),
    rgba(255, 118, 104, 0.74)
  );
}

.more-chip {
  border-style: dashed;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.52), rgba(231, 255, 83, 0.2)),
    rgba(255, 255, 255, 0.34);
}

.more-chip::before {
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 32% 50%,
      rgba(23, 30, 66, 0.42) 0 0.12rem,
      transparent 0.14rem
    ),
    radial-gradient(
    circle at 50% 50%,
    rgba(23, 30, 66, 0.32) 0 0.12rem,
    transparent 0.14rem
  ),
    radial-gradient(
    circle at 68% 50%,
    rgba(23, 30, 66, 0.24) 0 0.12rem,
    transparent 0.14rem
  ),
    rgba(204, 230, 251, 0.58);
}

.audio-chip,
.live-chip,
.place-chip {
  --client-delay: 0.35s;
}

.article-chip,
.review-chip,
.story-chip {
  --client-delay: 0.7s;
}

.welkin-router {
  z-index: 4;
  justify-self: center;
  width: min(8.8rem, 38%);
  min-height: clamp(4.9rem, 8vw, 6.4rem);
  display: grid;
  place-content: center;
  padding: 1rem;
  overflow: visible;
  border: 1px solid rgba(23, 30, 66, 0.24);
  border-radius: 999px;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(231, 255, 83, 0.3),
    rgba(255, 255, 255, 0.72) 55%,
    rgba(204, 230, 251, 0.24)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 18px 54px rgba(23, 30, 66, 0.09);
  text-align: center;
}

.welkin-router::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: -1.05rem;
  width: 1px;
  height: calc(100% + 2.8rem);
  background: linear-gradient(
    180deg,
    transparent,
    rgba(23, 30, 66, 0.18) 18%,
    rgba(231, 255, 83, 0.52) 50%,
    rgba(23, 30, 66, 0.18) 82%,
    transparent
  );
  transform: translateX(-50%);
}

.welkin-router::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0.48rem;
  border-radius: 50%;
  background: conic-gradient(
    transparent,
    rgba(255, 118, 104, 0.18),
    transparent,
    rgba(23, 30, 66, 0.12),
    transparent
  );
  animation: routerSweep 16s linear infinite;
}

.welkin-router img {
  position: relative;
  z-index: 1;
  width: min(5.4rem, 72%);
  height: auto;
  margin-inline: auto;
  opacity: 0.9;
}

.interface-cloud {
  isolation: isolate;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: minmax(4.85rem, 1fr);
  gap: clamp(0.42rem, 0.76vw, 0.62rem);
  align-content: stretch;
  min-height: clamp(16.7rem, 23vw, 20.5rem);
  overflow: hidden;
  padding: clamp(1.72rem, 2vw, 2.08rem) clamp(0.88rem, 1.6vw, 1.28rem)
    clamp(0.88rem, 1.45vw, 1.18rem);
  border: 1px solid rgba(23, 30, 66, 0.14);
  border-radius: 6px;
  background:
    radial-gradient(
      ellipse at 50% 50%,
      rgba(231, 255, 83, 0.24),
      transparent 54%
    ),
    radial-gradient(
    ellipse at 18% 78%,
    rgba(255, 118, 104, 0.1),
    transparent 42%
  ),
    radial-gradient(
    ellipse at 82% 24%,
    rgba(204, 230, 251, 0.32),
    transparent 42%
  ),
    linear-gradient(90deg, rgba(23, 30, 66, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 30, 66, 0.04) 1px, transparent 1px),
    rgba(255, 255, 255, 0.32);
  background-size:
    100% 100%,
    100% 100%,
    100% 100%,
    1.75rem 1.75rem,
    1.75rem 1.75rem,
    100% 100%;
}

.interface-cloud::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(244, 249, 253, 0.96),
      rgba(244, 249, 253, 0.22) 12%,
      transparent 28% 72%,
      rgba(244, 249, 253, 0.22) 88%,
      rgba(244, 249, 253, 0.96)
    ),
    linear-gradient(
    180deg,
    rgba(244, 249, 253, 0.32),
    transparent 18% 72%,
    rgba(244, 249, 253, 0.74)
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    #000,
    transparent 18%,
    transparent 82%,
    #000
  );
  mask-image: linear-gradient(
    90deg,
    #000,
    transparent 18%,
    transparent 82%,
    #000
  );
}

.interface-cloud .visual-label {
  position: absolute;
  z-index: 6;
  left: clamp(0.78rem, 1.4vw, 1.1rem);
  top: 0.74rem;
}

.interface-cloud::after {
  content: "";
  position: absolute;
  inset: 8% 4%;
  z-index: 1;
  border: 1px solid rgba(23, 30, 66, 0.09);
  border-radius: 50%;
}

.client-surface {
  position: relative;
  z-index: 3;
  min-width: 0;
  min-height: 4.85rem;
  display: grid;
  grid-template-rows: minmax(3rem, 1fr) auto;
  place-items: center;
  gap: 0.3rem;
  overflow: hidden;
  padding: 0.44rem 0.44rem 0.4rem;
  border: 1px solid rgba(23, 30, 66, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.74),
      rgba(255, 255, 255, 0.43)
    ),
    rgba(255, 255, 255, 0.46);
  box-shadow:
    0 0.6rem 1.7rem rgba(23, 30, 66, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: rgba(23, 30, 66, 0.72);
  text-align: center;
  animation: clientFloat 6.5s ease-in-out infinite;
  animation-delay: var(--client-delay, 0s);
}

.client-surface::before {
  content: "";
  position: absolute;
  inset: -58% -24% auto;
  height: 74%;
  background: radial-gradient(
    ellipse at 50% 50%,
    var(--surface-glow, rgba(204, 230, 251, 0.28)),
    transparent 68%
  );
  pointer-events: none;
}

.client-surface strong {
  position: relative;
  z-index: 2;
  align-self: end;
  max-width: 100%;
  color: rgba(23, 30, 66, 0.7);
  font-size: clamp(0.43rem, 0.58vw, 0.52rem);
  font-weight: 790;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.interface-cloud .client-surface.edge-client {
  opacity: 0.7;
  filter: blur(0.22px);
}

html[data-reveal-ready="true"] .interface-cloud .edge-client.is-visible {
  opacity: 0.7;
}

.interface-cloud .client-surface.far-client {
  opacity: 0.46;
  filter: blur(0.9px);
}

html[data-reveal-ready="true"] .interface-cloud .far-client.is-visible {
  opacity: 0.46;
}

.device-frame {
  position: relative;
  z-index: 2;
  align-self: center;
  justify-self: center;
  display: block;
  width: min(5rem, 100%);
  height: 2.65rem;
  border: 1px solid rgba(23, 30, 66, 0.3);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), transparent 45%),
    rgba(244, 249, 253, 0.76);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.42),
    0 0.28rem 0.9rem rgba(23, 30, 66, 0.08);
}

.device-frame::before,
.device-frame::after {
  content: "";
  position: absolute;
  display: block;
}

.device-frame i {
  position: absolute;
  display: block;
  left: 0.52rem;
  right: 0.52rem;
  height: 1px;
  border-radius: 999px;
  background: rgba(23, 30, 66, 0.24);
}

.device-frame i:nth-child(1) {
  top: 0.72rem;
}

.device-frame i:nth-child(2) {
  top: 1.28rem;
}

.device-frame i:nth-child(3) {
  top: 1.84rem;
  right: 1.5rem;
}

.surface-phone {
  --surface-glow: rgba(231, 255, 83, 0.3);
  --client-delay: 0.2s;
}

.surface-phone .device-frame {
  width: 2.1rem;
  height: 3.22rem;
  border-radius: 0.7rem;
}

.surface-phone .device-frame::before {
  left: 50%;
  top: 0.26rem;
  width: 0.46rem;
  height: 0.08rem;
  border-radius: 999px;
  background: rgba(23, 30, 66, 0.34);
  transform: translateX(-50%);
}

.surface-phone .device-frame i {
  left: 0.45rem;
  right: 0.45rem;
}

.surface-phone .device-frame i:nth-child(1) {
  top: 1rem;
}

.surface-phone .device-frame i:nth-child(2) {
  top: 1.55rem;
}

.surface-phone .device-frame i:nth-child(3) {
  top: 2.1rem;
  right: 0.85rem;
}

.surface-newsreader {
  --surface-glow: rgba(204, 230, 251, 0.4);
  --client-delay: 0.45s;
}

.surface-newsreader .device-frame {
  width: min(5rem, 100%);
  height: 2.9rem;
  border-radius: 0.28rem;
  background:
    linear-gradient(90deg, rgba(204, 230, 251, 0.55) 0 1.18rem, transparent 0),
    linear-gradient(180deg, rgba(23, 30, 66, 0.16) 0 0.22rem, transparent 0),
    rgba(244, 249, 253, 0.76);
}

.surface-newsreader .device-frame::before {
  left: 0.45rem;
  top: 0.64rem;
  width: 0.54rem;
  height: 1.55rem;
  border-radius: 0.16rem;
  background: rgba(255, 255, 255, 0.64);
}

.surface-newsreader .device-frame::after {
  left: 1.45rem;
  right: 0.48rem;
  top: 0.55rem;
  height: 0.32rem;
  border-radius: 999px;
  background: rgba(23, 30, 66, 0.2);
}

.surface-newsreader .device-frame i {
  left: 1.45rem;
  right: 0.5rem;
}

.surface-newsreader .device-frame i:nth-child(1) {
  top: 1.15rem;
}

.surface-newsreader .device-frame i:nth-child(2) {
  top: 1.62rem;
}

.surface-newsreader .device-frame i:nth-child(3) {
  top: 2.08rem;
  right: 1.46rem;
}

.surface-glasses {
  --surface-glow: rgba(255, 118, 104, 0.18);
  --client-delay: 0.72s;
}

.surface-glasses .device-frame {
  width: min(5.4rem, 100%);
  height: 2.55rem;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.surface-glasses .device-frame::before,
.surface-glasses .device-frame::after {
  top: 0.48rem;
  width: 1.78rem;
  height: 1.2rem;
  border: 1px solid rgba(23, 30, 66, 0.34);
  border-radius: 0.78rem 0.78rem 0.52rem 0.52rem;
  background:
    radial-gradient(
      circle at 52% 44%,
      rgba(231, 255, 83, 0.36),
      transparent 32%
    ),
    rgba(255, 255, 255, 0.54);
}

.surface-glasses .device-frame::before {
  left: 0.52rem;
}

.surface-glasses .device-frame::after {
  right: 0.52rem;
}

.surface-glasses .device-frame i:nth-child(1) {
  left: 2.24rem;
  right: 2.24rem;
  top: 1rem;
  height: 1px;
  background: rgba(23, 30, 66, 0.34);
}

.surface-glasses .device-frame i:nth-child(2),
.surface-glasses .device-frame i:nth-child(3) {
  top: 0.86rem;
  width: 0.78rem;
  height: 1px;
  background: rgba(23, 30, 66, 0.3);
}

.surface-glasses .device-frame i:nth-child(2) {
  left: 0;
  right: auto;
  transform: rotate(-16deg);
}

.surface-glasses .device-frame i:nth-child(3) {
  left: auto;
  right: 0;
  transform: rotate(16deg);
}

.surface-community {
  --surface-glow: rgba(231, 255, 83, 0.28);
  --client-delay: 0.95s;
}

.surface-community .device-frame {
  border-radius: 0.62rem;
  background:
    radial-gradient(
      circle at 28% 35%,
      rgba(231, 255, 83, 0.54) 0 0.38rem,
      transparent 0.4rem
    ),
    radial-gradient(
    circle at 64% 34%,
    rgba(204, 230, 251, 0.62) 0 0.32rem,
    transparent 0.34rem
  ),
    radial-gradient(
    circle at 48% 68%,
    rgba(255, 118, 104, 0.3) 0 0.34rem,
    transparent 0.36rem
  ),
    rgba(244, 249, 253, 0.76);
}

.surface-community .device-frame i {
  height: 0.34rem;
  border-radius: 999px;
}

.surface-community .device-frame i:nth-child(1) {
  left: 0.74rem;
  right: 2.05rem;
  top: 1.42rem;
  background: rgba(23, 30, 66, 0.16);
}

.surface-community .device-frame i:nth-child(2) {
  left: 1.95rem;
  right: 0.74rem;
  top: 1.84rem;
  background: rgba(23, 30, 66, 0.14);
}

.surface-community .device-frame i:nth-child(3) {
  left: 0.92rem;
  right: 1.42rem;
  top: 2.25rem;
  background: rgba(23, 30, 66, 0.12);
}

.surface-watch {
  --surface-glow: rgba(255, 118, 104, 0.2);
  --client-delay: 1.18s;
}

.surface-watch .device-frame {
  width: min(4.75rem, 100%);
  height: 2.82rem;
  border-radius: 0.44rem;
  background:
    linear-gradient(90deg, rgba(255, 118, 104, 0.16) 0 1.28rem, transparent 0),
    linear-gradient(180deg, rgba(23, 30, 66, 0.12) 0 0.22rem, transparent 0),
    rgba(244, 249, 253, 0.76);
}

.surface-watch .device-frame::before,
.surface-watch .device-frame::after {
  transform: none;
}

.surface-watch .device-frame::before {
  left: 0.42rem;
  top: 0.72rem;
  width: 0.58rem;
  height: 1.1rem;
  border: 0;
  border-radius: 0.16rem;
  background:
    radial-gradient(
      circle at 50% 38%,
      rgba(231, 255, 83, 0.68) 0 0.18rem,
      transparent 0.2rem
    ),
    rgba(255, 255, 255, 0.66);
}

.surface-watch .device-frame::after {
  left: 1.32rem;
  right: 0.52rem;
  top: 0.68rem;
  height: 0.3rem;
  border: 0;
  border-radius: 999px;
  background: rgba(23, 30, 66, 0.2);
  box-shadow:
    0 0.56rem 0 rgba(23, 30, 66, 0.14),
    0 1.12rem 0 rgba(255, 118, 104, 0.2);
}

.surface-watch .device-frame i:nth-child(1) {
  left: 1.36rem;
  top: 2.16rem;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: rgba(231, 255, 83, 0.72);
  box-shadow:
    0.42rem 0 0 rgba(231, 255, 83, 0.72),
    0.84rem 0 0 rgba(231, 255, 83, 0.72),
    1.26rem 0 0 rgba(231, 255, 83, 0.28),
    1.68rem 0 0 rgba(231, 255, 83, 0.28);
}

.surface-watch .device-frame i:nth-child(2),
.surface-watch .device-frame i:nth-child(3) {
  display: none;
}

.surface-map {
  --surface-glow: rgba(167, 244, 208, 0.32);
  --client-delay: 1.42s;
}

.surface-map .device-frame {
  background:
    linear-gradient(
      115deg,
      transparent 32%,
      rgba(23, 30, 66, 0.14) 33% 34%,
      transparent 35%
    ),
    linear-gradient(
    30deg,
    transparent 42%,
    rgba(23, 30, 66, 0.12) 43% 44%,
    transparent 45%
  ),
    rgba(244, 249, 253, 0.76);
}

.surface-map .device-frame i:nth-child(1) {
  left: 62%;
  top: 0.72rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50% 50% 50% 0;
  background: rgba(255, 118, 104, 0.62);
  transform: rotate(-45deg);
}

.surface-map .device-frame i:nth-child(2) {
  left: 0.72rem;
  right: 1.16rem;
  top: 1.66rem;
  transform: rotate(-12deg);
}

.surface-map .device-frame i:nth-child(3) {
  left: 1.1rem;
  right: 2.2rem;
  top: 2.1rem;
  background: rgba(167, 244, 208, 0.68);
}

.surface-dashboard {
  --surface-glow: rgba(204, 230, 251, 0.38);
  --client-delay: 1.65s;
}

.surface-dashboard .device-frame i {
  bottom: 0.52rem;
  top: auto;
  width: 0.5rem;
  border-radius: 999px 999px 0 0;
  background: rgba(23, 30, 66, 0.28);
}

.surface-dashboard .device-frame i:nth-child(1) {
  left: 0.74rem;
  height: 0.75rem;
}

.surface-dashboard .device-frame i:nth-child(2) {
  left: 1.55rem;
  height: 1.3rem;
  background: rgba(231, 255, 83, 0.62);
}

.surface-dashboard .device-frame i:nth-child(3) {
  left: 2.38rem;
  height: 1rem;
  background: rgba(255, 118, 104, 0.28);
}

.surface-sports {
  --surface-glow: rgba(255, 118, 104, 0.16);
  --client-delay: 1.88s;
}

.surface-sports .device-frame {
  width: min(5.1rem, 100%);
  height: 2.72rem;
  border-radius: 0.34rem;
  background:
    linear-gradient(90deg, rgba(23, 30, 66, 0.72) 0 100%) top / 100% 0.74rem
    no-repeat,
    linear-gradient(
    90deg,
    transparent 49%,
    rgba(23, 30, 66, 0.16) 49% 51%,
    transparent 51%
  ),
    rgba(244, 249, 253, 0.76);
}

.surface-sports .device-frame::before {
  content: "3";
  left: 1.05rem;
  top: 0.16rem;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--mono);
  font-size: 0.54rem;
  font-weight: 820;
}

.surface-sports .device-frame::after {
  content: "2";
  right: 1.05rem;
  top: 0.16rem;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--mono);
  font-size: 0.54rem;
  font-weight: 820;
}

.surface-sports .device-frame i {
  height: 0.36rem;
  border-radius: 999px;
}

.surface-sports .device-frame i:nth-child(1) {
  left: 0.55rem;
  right: 2.7rem;
  top: 1.16rem;
  background: rgba(231, 255, 83, 0.62);
}

.surface-sports .device-frame i:nth-child(2) {
  left: 2.32rem;
  right: 0.58rem;
  top: 1.68rem;
  background: rgba(204, 230, 251, 0.62);
}

.surface-sports .device-frame i:nth-child(3) {
  left: 0.55rem;
  right: 1.52rem;
  top: 2.2rem;
  background: rgba(255, 118, 104, 0.28);
}

.surface-car {
  --surface-glow: rgba(204, 230, 251, 0.34);
  --client-delay: 2.1s;
}

.surface-car .device-frame {
  width: min(5.8rem, 100%);
  height: 2.42rem;
  border-radius: 1.2rem 1.2rem 0.6rem 0.6rem;
}

.surface-car .device-frame::after {
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.35rem;
  height: 0.18rem;
  border-radius: 999px;
  background: rgba(23, 30, 66, 0.2);
}

.surface-shortvideo {
  --surface-glow: rgba(255, 118, 104, 0.2);
  --client-delay: 2.35s;
}

.surface-shortvideo .device-frame {
  width: 2.18rem;
  height: 3.24rem;
  border-radius: 0.62rem;
  background:
    radial-gradient(
      circle at 50% 36%,
      rgba(255, 118, 104, 0.38),
      transparent 28%
    ),
    linear-gradient(180deg, rgba(23, 30, 66, 0.78), rgba(23, 30, 66, 0.26));
}

.surface-shortvideo .device-frame::before {
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 0.32rem solid transparent;
  border-bottom: 0.32rem solid transparent;
  border-left: 0.52rem solid rgba(255, 255, 255, 0.78);
  transform: translate(-42%, -50%);
}

.surface-shortvideo .device-frame::after {
  right: 0.26rem;
  top: 0.32rem;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: rgba(255, 118, 104, 0.72);
}

.surface-shortvideo .device-frame i {
  top: auto;
  bottom: 0.45rem;
  background: rgba(255, 255, 255, 0.4);
}

.surface-shortvideo .device-frame i:nth-child(1) {
  left: 0.38rem;
  right: 0.38rem;
}

.surface-shortvideo .device-frame i:nth-child(2),
.surface-shortvideo .device-frame i:nth-child(3) {
  display: none;
}

.surface-store {
  --surface-glow: rgba(231, 255, 83, 0.24);
  --client-delay: 2.55s;
}

.surface-store .device-frame {
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 118, 104, 0.22) 0 0.5rem,
      rgba(255, 255, 255, 0.64) 0.5rem 1rem
    ) top / 100% 0.78rem no-repeat,
    rgba(244, 249, 253, 0.76);
}

.surface-store .device-frame i {
  left: 0.7rem;
  right: 0.7rem;
  background: rgba(23, 30, 66, 0.2);
}

.surface-store .device-frame i:nth-child(1) {
  top: 1.24rem;
}

.surface-store .device-frame i:nth-child(2) {
  top: 1.8rem;
}

.surface-store .device-frame i:nth-child(3) {
  top: 2.18rem;
  right: 2.2rem;
}

.surface-voice {
  --surface-glow: rgba(204, 230, 251, 0.34);
  --client-delay: 2.75s;
}

.surface-voice .device-frame {
  width: min(4.85rem, 100%);
  height: 2.78rem;
  border-radius: 1.34rem;
  background:
    radial-gradient(
      circle at 20% 50%,
      rgba(204, 230, 251, 0.54) 0 0.4rem,
      transparent 0.42rem
    ),
    radial-gradient(
    circle at 80% 50%,
    rgba(231, 255, 83, 0.34) 0 0.34rem,
    transparent 0.36rem
  ),
    rgba(244, 249, 253, 0.76);
}

.surface-voice .device-frame i {
  top: auto;
  bottom: 0.58rem;
  width: 0.2rem;
  border-radius: 999px;
  background: rgba(23, 30, 66, 0.3);
}

.surface-voice .device-frame i:nth-child(1) {
  left: 1.58rem;
  height: 0.58rem;
}

.surface-voice .device-frame i:nth-child(2) {
  left: 2.16rem;
  height: 1.3rem;
  background: rgba(231, 255, 83, 0.62);
}

.surface-voice .device-frame i:nth-child(3) {
  left: 2.74rem;
  height: 0.82rem;
  background: rgba(255, 118, 104, 0.32);
}

.surface-voice .device-frame::before,
.surface-voice .device-frame::after {
  border: 0;
  background: transparent;
}

.surface-voice .device-frame::before {
  left: 0.74rem;
  right: 0.74rem;
  top: 1.28rem;
  width: auto;
  height: 1px;
  border: 0;
  border-radius: 999px;
  background: rgba(23, 30, 66, 0.18);
  box-shadow:
    0 -0.36rem 0 rgba(23, 30, 66, 0.08),
    0 0.36rem 0 rgba(23, 30, 66, 0.08);
}

.surface-voice .device-frame::after {
  left: 50%;
  top: 0.48rem;
  width: 0.54rem;
  height: 1.02rem;
  border: 1px solid rgba(23, 30, 66, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  transform: translateX(-50%);
}

.surface-ar {
  --surface-glow: rgba(167, 244, 208, 0.26);
  --client-delay: 2.95s;
}

.surface-ar .device-frame {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
}

.surface-ar .device-frame::before,
.surface-ar .device-frame::after {
  border: 1px solid rgba(23, 30, 66, 0.18);
  border-radius: 50%;
}

.surface-ar .device-frame::before {
  inset: 0.5rem;
}

.surface-ar .device-frame::after {
  inset: 0.94rem;
  background: rgba(231, 255, 83, 0.24);
}

.surface-ar .device-frame i {
  display: none;
}

.surface-podcast {
  --surface-glow: rgba(204, 230, 251, 0.24);
  --client-delay: 3.15s;
}

.surface-podcast .device-frame {
  width: 3.45rem;
  height: 3.2rem;
  border-radius: 0.72rem;
  background:
    radial-gradient(
      circle at 50% 41%,
      rgba(204, 230, 251, 0.76) 0 0.78rem,
      transparent 0.8rem
    ),
    rgba(244, 249, 253, 0.76);
}

.surface-podcast .device-frame::before {
  left: 50%;
  top: 0.66rem;
  width: 0.68rem;
  height: 0.88rem;
  border: 1px solid rgba(23, 30, 66, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  transform: translateX(-50%);
}

.surface-podcast .device-frame::after {
  left: 50%;
  top: 1.5rem;
  width: 1.24rem;
  height: 0.72rem;
  border: 1px solid rgba(23, 30, 66, 0.2);
  border-top: 0;
  border-radius: 0 0 999px 999px;
  transform: translateX(-50%);
}

.surface-podcast .device-frame i {
  top: auto;
  bottom: 0.48rem;
  width: 0.24rem;
  border-radius: 999px;
  background: rgba(23, 30, 66, 0.2);
}

.surface-podcast .device-frame i:nth-child(1) {
  left: 0.92rem;
  height: 0.55rem;
}

.surface-podcast .device-frame i:nth-child(2) {
  left: 1.6rem;
  height: 0.86rem;
  background: rgba(231, 255, 83, 0.52);
}

.surface-podcast .device-frame i:nth-child(3) {
  left: 2.28rem;
  height: 0.62rem;
  background: rgba(255, 118, 104, 0.26);
}

.surface-more {
  --surface-glow: rgba(231, 255, 83, 0.18);
  --client-delay: 3.35s;
}

.surface-more .device-frame {
  border-style: dashed;
  background:
    radial-gradient(
      circle at 30% 40%,
      rgba(231, 255, 83, 0.36),
      transparent 18%
    ),
    radial-gradient(
    circle at 68% 58%,
    rgba(204, 230, 251, 0.5),
    transparent 20%
  ),
    rgba(255, 255, 255, 0.46);
}

.surface-more .device-frame i {
  display: none;
}

.surface-more .device-frame::before,
.surface-more .device-frame::after {
  width: 1.28rem;
  height: 0.78rem;
  border: 1px solid rgba(23, 30, 66, 0.18);
  border-radius: 0.28rem;
  background: rgba(255, 255, 255, 0.48);
}

.surface-more .device-frame::before {
  left: 0.7rem;
  top: 0.62rem;
}

.surface-more .device-frame::after {
  right: 0.7rem;
  bottom: 0.62rem;
}

.interface-dot {
  position: absolute;
  z-index: 3;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: rgba(23, 30, 66, 0.52);
  animation: interfaceDot 4.6s ease-in-out infinite;
}

.interface-dot:nth-of-type(1) {
  left: 24%;
  top: 23%;
}

.interface-dot:nth-of-type(2) {
  right: 28%;
  top: 36%;
  animation-delay: 0.8s;
}

.interface-dot:nth-of-type(3) {
  left: 21%;
  bottom: 25%;
  animation-delay: 1.6s;
}

.interface-dot:nth-of-type(4) {
  right: 18%;
  bottom: 25%;
  animation-delay: 2.2s;
}

.signal-thread {
  position: absolute;
  z-index: 3;
  width: 1px;
  height: 18%;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(23, 30, 66, 0.14),
    rgba(231, 255, 83, 0.18),
    transparent
  );
  opacity: 0.78;
  transform-origin: top center;
}

.signal-thread::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 118, 104, 0.6),
    rgba(231, 255, 83, 0.68),
    transparent
  );
  transform-origin: top center;
  animation: signalThreadDrop 3.8s ease-in-out infinite;
  animation-delay: var(--thread-delay, 0s);
}

.thread-a {
  left: 24%;
  top: 42%;
}

.thread-b {
  left: 41%;
  top: 42%;
  --thread-delay: 0.5s;
}

.thread-c {
  left: 59%;
  top: 42%;
  --thread-delay: 1s;
}

.thread-d {
  left: 76%;
  top: 42%;
  --thread-delay: 1.45s;
}

.event-grid,
.live-screen,
.review-lines,
.place-map,
.story-screen,
.review-meter {
  position: relative;
  z-index: 1;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.18rem;
  overflow: hidden;
  border: 1px solid rgba(23, 30, 66, 0.16);
  border-radius: 6px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 118, 104, 0.18) 0 1.62rem,
      rgba(255, 255, 255, 0.48) 1.62rem
    ),
    rgba(255, 255, 255, 0.48);
  padding: 2.05rem 0.48rem 0.56rem;
}

.event-grid::before {
  content: "JUN";
  position: absolute;
  left: 0.62rem;
  top: 0.52rem;
  color: rgba(23, 30, 66, 0.64);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 820;
  letter-spacing: 0.06em;
}

.event-grid::after {
  content: "";
  position: absolute;
  right: 0.62rem;
  top: 0.66rem;
  width: 2.8rem;
  height: 0.32rem;
  border-block: 1px solid rgba(23, 30, 66, 0.18);
}

.event-grid b {
  position: relative;
  min-height: 0.86rem;
  border: 1px solid rgba(23, 30, 66, 0.11);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
}

.event-grid b::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: rgba(23, 30, 66, 0.24);
  transform: translate(-50%, -50%);
}

.event-grid b:nth-child(-n+7) {
  min-height: 0.42rem;
  border-color: transparent;
  background: transparent;
}

.event-grid b:nth-child(13) {
  border-color: rgba(23, 30, 66, 0.24);
  background: rgba(231, 255, 83, 0.54);
}

.event-grid b:nth-child(13)::after {
  content: "13";
  inset: 0;
  width: auto;
  height: auto;
  display: grid;
  place-items: center;
  background: transparent;
  color: rgba(23, 30, 66, 0.76);
  font-family: var(--mono);
  font-size: 0.5rem;
  font-weight: 820;
  transform: none;
}

.live-screen {
  min-height: 6.6rem;
  overflow: hidden;
  border: 1px solid rgba(23, 30, 66, 0.16);
  border-radius: 6px;
  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(255, 118, 104, 0.34),
      transparent 30%
    ),
    linear-gradient(155deg, rgba(23, 30, 66, 0.82), rgba(23, 30, 66, 0.24));
}

.live-dot {
  position: absolute;
  left: 0.7rem;
  top: 0.72rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--coral);
  animation: livePulse 1.8s ease-in-out infinite;
}

.live-screen > i {
  position: absolute;
  right: 0.75rem;
  top: 0.7rem;
  width: 1.6rem;
  height: 0.46rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
}

.live-comments {
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.68rem;
  display: grid;
  gap: 0.32rem;
}

.live-comments b {
  width: 72%;
  height: 0.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  animation: liveComment 2.4s ease-in-out infinite;
}

.live-comments b:nth-child(2) {
  width: 52%;
  animation-delay: 0.28s;
}

.live-comments b:nth-child(3) {
  width: 86%;
  animation-delay: 0.56s;
}

.review-lines {
  display: grid;
  gap: 0.42rem;
}

.review-lines b {
  height: 0.5rem;
  border-radius: 999px;
  background: rgba(23, 30, 66, 0.14);
}

.review-lines b:nth-child(1) {
  width: 90%;
}

.review-lines b:nth-child(2) {
  width: 68%;
}

.review-lines b:nth-child(3) {
  width: 84%;
}

.review-meter {
  display: flex;
  gap: 0.28rem;
}

.review-meter i {
  width: 0.72rem;
  height: 0.72rem;
  border: 1px solid rgba(23, 30, 66, 0.16);
  border-radius: 50%;
  background: rgba(231, 255, 83, 0.62);
}

.place-map {
  min-height: 6.8rem;
  overflow: hidden;
  border: 1px solid rgba(23, 30, 66, 0.16);
  border-radius: 6px;
  background:
    linear-gradient(
      120deg,
      transparent 0 48%,
      rgba(23, 30, 66, 0.14) 48% 49%,
      transparent 49%
    ),
    linear-gradient(
    35deg,
    transparent 0 42%,
    rgba(23, 30, 66, 0.12) 42% 43%,
    transparent 43%
  ),
    rgba(167, 244, 208, 0.22);
}

.place-map b {
  position: absolute;
  left: 54%;
  top: 43%;
  width: 1.3rem;
  height: 1.3rem;
  border: 1px solid rgba(23, 30, 66, 0.28);
  border-radius: 50% 50% 50% 0;
  background: rgba(255, 255, 255, 0.74);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.place-map::after {
  content: "";
  position: absolute;
  left: 54%;
  top: 43%;
  width: 3.8rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 118, 104, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: checkinPulse 2.8s ease-in-out infinite;
}

.story-screen {
  width: min(7.8rem, 100%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-self: center;
  overflow: hidden;
  border: 0.42rem solid transparent;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 50% 38%,
      rgba(23, 30, 66, 0.5) 0 0.55rem,
      transparent 0.58rem
    ) padding-box,
    radial-gradient(
    circle at 50% 70%,
    rgba(23, 30, 66, 0.22) 0 1.1rem,
    transparent 1.12rem
  ) padding-box,
    linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.82),
    rgba(255, 255, 255, 0.68)
  ) padding-box,
    conic-gradient(
    from 0.08turn,
    rgba(255, 118, 104, 0.92),
    rgba(231, 255, 83, 0.78),
    rgba(167, 244, 208, 0.7),
    rgba(204, 230, 251, 0.94),
    rgba(255, 118, 104, 0.92)
  ) border-box;
  box-shadow: 0 12px 38px rgba(23, 30, 66, 0.08);
}

.story-screen i {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 3;
  width: 1.18rem;
  height: 1.18rem;
  border: 0.18rem solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  background: rgba(231, 255, 83, 0.82);
  box-shadow: 0 0 0 1px rgba(23, 30, 66, 0.1);
}

.stat-grid {
  grid-column: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(1.2rem, 2.8vw, 2.2rem);
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 18px 60px rgba(23, 30, 66, 0.04);
  overflow: hidden;
}

.stat {
  position: relative;
  min-height: clamp(10rem, 17vw, 14rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(0.9rem, 2vw, 1.35rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), transparent),
    rgba(204, 230, 251, 0.22);
  overflow: hidden;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.stat::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -40%;
  width: 36%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.46),
    transparent
  );
  animation: statSheen 12s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  pointer-events: none;
}

.stat:nth-child(2) {
  --delay: 1.2s;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), transparent),
    rgba(231, 255, 83, 0.18);
}

.stat:nth-child(3) {
  --delay: 2.4s;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), transparent),
    rgba(255, 118, 104, 0.12);
}

.stat strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2.8rem, 6.5vw, 6.7rem);
  font-weight: 430;
  line-height: 0.9;
}

.stat span {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 18rem;
  color: var(--ink-soft);
  font-size: clamp(0.92rem, 1.18vw, 1.05rem);
  line-height: 1.35;
}

.principles {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  background: #ffffff;
}

.principle {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns:
    minmax(3rem, 0.14fr) minmax(13rem, 0.32fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 3.6vw, 2.8rem);
  padding: clamp(1.2rem, 2.8vw, 2rem) var(--page-gutter);
  border-right: 0;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  transition: background-color 220ms ease, transform 220ms ease;
}

.principle::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: clamp(0.18rem, 0.45vw, 0.32rem);
  background: rgba(23, 30, 66, 0.24);
  opacity: 0.56;
}

.principle > * {
  position: relative;
  z-index: 1;
}

.principle .index {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  margin-bottom: 0;
  color: rgba(23, 30, 66, 0.48);
}

.principle h3 {
  max-width: 14ch;
  font-size: clamp(1.2rem, 2.2vw, 2.1rem);
}

.principle p {
  margin-top: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
}

.principle:nth-of-type(2) {
  background: rgba(204, 230, 251, 0.46);
}

.principle:nth-of-type(2)::before {
  background: rgba(23, 30, 66, 0.2);
}

.principle:nth-of-type(3) {
  background: rgba(231, 255, 83, 0.18);
}

.principle:nth-of-type(3)::before {
  background: rgba(231, 255, 83, 0.82);
}

.principle:nth-of-type(4) {
  background: rgba(255, 118, 104, 0.12);
}

.principle:nth-of-type(4)::before {
  background: rgba(255, 118, 104, 0.56);
}

.architecture {
  position: relative;
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(231, 255, 83, 0.22),
      transparent 24rem
    ),
    radial-gradient(
    circle at 82% 12%,
    rgba(255, 118, 104, 0.09),
    transparent 22rem
  ),
    linear-gradient(90deg, rgba(23, 30, 66, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 30, 66, 0.07) 1px, transparent 1px),
    #dff1ff;
  background-size: 100% 100%, 100% 100%, 3.2rem 3.2rem, 3.2rem 3.2rem;
  color: var(--ink);
}

.architecture > * {
  position: relative;
  z-index: 1;
}

.architecture-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.48fr);
  gap: clamp(1.3rem, 4vw, 3.8rem);
  align-items: end;
  margin-top: clamp(1.2rem, 2.4vw, 1.8rem);
}

.architecture-header h2 {
  max-width: 10ch;
  color: #101735;
  font-weight: 500;
}

.architecture h2,
.architecture .section-label,
.architecture-header p {
  color: var(--ink);
}

.architecture-header p {
  opacity: 0.86;
}

.flow {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto
    minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  margin-top: clamp(1.2rem, 3vw, 2.35rem);
}

.flow-node {
  position: relative;
  min-height: clamp(15rem, 20vw, 18rem);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(23, 30, 66, 0.2);
  border-radius: 6px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.62),
      rgba(255, 255, 255, 0.4)
    ),
    rgba(255, 255, 255, 0.5);
  padding: 1rem;
  backdrop-filter: blur(8px);
  overflow: hidden;
  box-shadow: 0 14px 52px rgba(23, 30, 66, 0.055);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.flow-node::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.64);
  border-left: 2px solid rgba(255, 255, 255, 0.38);
  pointer-events: none;
}

.flow-node > span {
  color: rgba(23, 30, 66, 0.5);
}

.flow-visual {
  position: relative;
  height: clamp(4.8rem, 8.2vw, 6.4rem);
  margin-top: 1.1rem;
  overflow: hidden;
  border: 1px solid rgba(23, 30, 66, 0.14);
  border-radius: 5px;
  background:
    linear-gradient(90deg, rgba(23, 30, 66, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 30, 66, 0.06) 1px, transparent 1px),
    rgba(255, 255, 255, 0.42);
  background-size: 1.1rem 1.1rem;
}

.flow-visual::before,
.flow-visual::after,
.flow-visual i {
  content: "";
  position: absolute;
  display: block;
}

.plan-visual {
  background:
    linear-gradient(
      135deg,
      rgba(231, 255, 83, 0.25),
      rgba(204, 230, 251, 0.34)
    ),
    rgba(255, 255, 255, 0.5);
}

.plan-visual::before {
  inset: 0.8rem auto auto 0.8rem;
  width: 36%;
  height: 0.7rem;
  border: 1px solid rgba(23, 30, 66, 0.24);
  background: rgba(255, 255, 255, 0.7);
}

.plan-visual::after {
  right: 0.9rem;
  bottom: 0.9rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(23, 30, 66, 0.24);
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(23, 30, 66, 0.52) 0 0.18rem,
      transparent 0.2rem
    ),
    rgba(255, 118, 104, 0.16);
}

.plan-visual i {
  left: 0.8rem;
  height: 0.42rem;
  border: 1px solid rgba(23, 30, 66, 0.16);
  background: rgba(255, 255, 255, 0.64);
}

.plan-visual i:nth-child(1) {
  top: 2.2rem;
  width: 62%;
  animation: surfaceFloat 4.8s ease-in-out infinite;
}

.plan-visual i:nth-child(2) {
  top: 3.15rem;
  width: 48%;
  animation: surfaceFloat 5.2s ease-in-out infinite;
  animation-delay: 0.2s;
}

.plan-visual i:nth-child(3) {
  top: 4.1rem;
  width: 54%;
  animation: surfaceFloat 5.6s ease-in-out infinite;
  animation-delay: 0.4s;
}

.graph-visual {
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(231, 255, 83, 0.18),
      transparent 55%
    ),
    rgba(255, 255, 255, 0.48);
}

.graph-visual::before,
.graph-visual::after {
  height: 1px;
  background: rgba(23, 30, 66, 0.32);
  transform-origin: left center;
}

.graph-visual::before {
  left: 23%;
  top: 58%;
  width: 46%;
  transform: rotate(-18deg);
}

.graph-visual::after {
  left: 38%;
  top: 28%;
  width: 42%;
  transform: rotate(28deg);
}

.graph-visual i {
  width: 1.05rem;
  height: 1.05rem;
  border: 1px solid rgba(23, 30, 66, 0.32);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 0 0.35rem rgba(204, 230, 251, 0.28);
  animation: nodeBlink 5.2s ease-in-out infinite;
}

.graph-visual i:nth-child(1) {
  left: 17%;
  top: 49%;
}

.graph-visual i:nth-child(2) {
  left: 37%;
  top: 22%;
}

.graph-visual i:nth-child(3) {
  left: 61%;
  top: 50%;
}

.graph-visual i:nth-child(4) {
  left: 75%;
  top: 26%;
  background: rgba(231, 255, 83, 0.62);
}

.surface-visual {
  background:
    linear-gradient(
      120deg,
      rgba(204, 230, 251, 0.34),
      rgba(255, 255, 255, 0.4)
    ),
    rgba(255, 255, 255, 0.5);
}

.surface-visual::before,
.surface-visual::after,
.surface-visual i {
  border: 1px solid rgba(23, 30, 66, 0.2);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.76),
    rgba(204, 230, 251, 0.22)
  );
}

.surface-visual::before {
  left: 0.9rem;
  top: 1rem;
  width: 42%;
  height: 58%;
}

.surface-visual::after {
  right: 1rem;
  bottom: 0.8rem;
  width: 44%;
  height: 54%;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(23, 30, 66, 0.2) 0 1px,
      transparent 1px 0.55rem
    ),
    rgba(231, 255, 83, 0.18);
}

.surface-visual i:nth-child(1) {
  left: 34%;
  top: 0.9rem;
  width: 32%;
  height: 40%;
  background: rgba(255, 118, 104, 0.12);
}

.surface-visual i:nth-child(2) {
  left: 1.35rem;
  bottom: 1.2rem;
  width: 28%;
  height: 1px;
  border: 0;
  background: rgba(23, 30, 66, 0.32);
  box-shadow:
    0.85rem -0.48rem 0 rgba(23, 30, 66, 0.22),
    1.7rem 0.36rem 0 rgba(23, 30, 66, 0.22);
}

.surface-visual i:nth-child(3) {
  right: 1.45rem;
  top: 1.15rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: rgba(23, 30, 66, 0.5);
}

.report-visual {
  background:
    linear-gradient(145deg, rgba(255, 118, 104, 0.1), rgba(231, 255, 83, 0.18)),
    rgba(255, 255, 255, 0.52);
}

.report-visual::before {
  left: 0.9rem;
  top: 0.9rem;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid rgba(23, 30, 66, 0.22);
  border-radius: 50%;
  background: conic-gradient(
    from 0.1turn,
    rgba(23, 30, 66, 0.56) 0 26%,
    rgba(204, 230, 251, 0.85) 26% 68%,
    rgba(231, 255, 83, 0.82) 68% 100%
  );
  animation: reportSpin 18s linear infinite;
}

.report-visual::after {
  right: 0.9rem;
  top: 0.85rem;
  width: 42%;
  height: 0.48rem;
  background: rgba(23, 30, 66, 0.28);
  box-shadow: 0 1rem 0 rgba(23, 30, 66, 0.18), 0 2rem 0 rgba(23, 30, 66, 0.12);
}

.report-visual i {
  bottom: 0.85rem;
  width: 0.72rem;
  border: 1px solid rgba(23, 30, 66, 0.18);
  background: rgba(255, 255, 255, 0.66);
}

.report-visual i:nth-child(1) {
  right: 5.2rem;
  height: 1.4rem;
}

.report-visual i:nth-child(2) {
  right: 3.6rem;
  height: 2.2rem;
  background: rgba(231, 255, 83, 0.5);
}

.report-visual i:nth-child(3) {
  right: 2rem;
  height: 3rem;
  background: rgba(204, 230, 251, 0.7);
}

.flow-node strong {
  display: block;
  margin-top: clamp(1rem, 1.4vw, 1.3rem);
  font-family: var(--display);
  font-size: 1.06rem;
  line-height: 1.1;
  font-weight: 650;
  color: var(--ink);
}

.flow-node p {
  margin-top: 0.8rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(1.8rem, 3.5vw, 3rem);
  color: rgba(23, 30, 66, 0.56);
  font-family: var(--mono);
  font-weight: 800;
  animation: arrowBreathe 3.8s ease-in-out infinite;
}

.lexicon {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.72fr);
  gap: clamp(1.4rem, 5vw, 5rem);
  align-items: start;
  background:
    radial-gradient(
      circle at 85% 30%,
      rgba(255, 118, 104, 0.08),
      transparent 22rem
    ),
    linear-gradient(90deg, rgba(23, 30, 66, 0.06) 1px, transparent 1px),
    #fffef8;
  background-size: 100% 100%, 4rem 4rem, 100% 100%;
  color: var(--ink);
}

.lexicon h2,
.lexicon .section-label {
  color: var(--ink);
}

.lexicon h2 {
  line-height: 1.12;
}

.lexicon .section-label {
  opacity: 0.62;
  margin-bottom: 1.5rem;
}

.protocol-copy {
  max-width: 46rem;
}

.protocol-copy p {
  max-width: 48rem;
  margin-top: clamp(1rem, 2.2vw, 1.4rem);
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.52;
}

.protocol-copy a {
  color: var(--ink);
  font-weight: 680;
  text-decoration-color: rgba(255, 118, 104, 0.66);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.protocol-copy a:hover {
  color: #000;
  text-decoration-color: rgba(23, 30, 66, 0.72);
}

.protocol-pill-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: clamp(1.1rem, 2.4vw, 1.8rem);
}

.protocol-pill-grid span {
  min-height: 2.65rem;
  display: flex;
  align-items: center;
  padding: 0.58rem 0.72rem;
  border: 1px solid rgba(23, 30, 66, 0.16);
  border-radius: 6px;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.66),
      rgba(204, 230, 251, 0.18)
    ),
    rgba(255, 255, 255, 0.36);
  color: rgba(23, 30, 66, 0.68);
  font-family: var(--mono);
  font-size: clamp(0.58rem, 0.82vw, 0.7rem);
  font-weight: 760;
  text-transform: uppercase;
}

.protocol-pill-grid span:nth-child(2) {
  background:
    linear-gradient(90deg, rgba(231, 255, 83, 0.22), rgba(255, 255, 255, 0.6)),
    rgba(255, 255, 255, 0.36);
}

.protocol-pill-grid span:nth-child(3) {
  background:
    linear-gradient(
      90deg,
      rgba(255, 118, 104, 0.12),
      rgba(255, 255, 255, 0.6)
    ),
    rgba(255, 255, 255, 0.36);
}

.atmosphere-foundation {
  position: relative;
  align-items: center;
  overflow: hidden;
}

.atmosphere-foundation::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(23, 30, 66, 0.16),
    transparent
  );
}

.atmosphere-map {
  position: relative;
  min-height: clamp(24rem, 44vw, 34rem);
  overflow: hidden;
  border: 1px solid rgba(23, 30, 66, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(255, 255, 255, 0.8),
      transparent 7.8rem
    ),
    radial-gradient(
    circle at 50% 46%,
    rgba(231, 255, 83, 0.2),
    transparent 16rem
  ),
    radial-gradient(
    circle at 84% 24%,
    rgba(204, 230, 251, 0.34),
    transparent 13rem
  ),
    linear-gradient(90deg, rgba(23, 30, 66, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 30, 66, 0.05) 1px, transparent 1px),
    rgba(244, 249, 253, 0.68);
  background-size:
    100% 100%,
    100% 100%,
    100% 100%,
    2.2rem 2.2rem,
    2.2rem 2.2rem,
    100% 100%;
  box-shadow:
    0 1.4rem 4rem rgba(23, 30, 66, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.atmosphere-map::before,
.atmosphere-map::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.atmosphere-map::before {
  background:
    linear-gradient(
      90deg,
      rgba(244, 249, 253, 0.68),
      transparent 12%,
      transparent 88%,
      rgba(244, 249, 253, 0.68)
    ),
    linear-gradient(
    180deg,
    rgba(244, 249, 253, 0.46),
    transparent 12%,
    transparent 88%,
    rgba(244, 249, 253, 0.52)
  );
  mix-blend-mode: normal;
}

.atmosphere-map::after {
  inset: auto;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: min(72%, 25rem);
  aspect-ratio: 1;
  border: 1px solid rgba(23, 30, 66, 0.1);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent, rgba(23, 30, 66, 0.08), transparent),
    linear-gradient(180deg, transparent, rgba(23, 30, 66, 0.06), transparent);
  opacity: 0.9;
  transform: translate(-50%, -50%);
}

.app-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: min(100%, 34rem);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.app-ghost-cloud {
  position: absolute;
  inset: -2%;
  z-index: 3;
  isolation: isolate;
  pointer-events: none;
}

.app-ghost-cloud::before,
.app-ghost-cloud::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  aspect-ratio: 1;
  border: 1px solid rgba(23, 30, 66, 0.12);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 64%, rgba(255, 255, 255, 0.38) 65%),
    linear-gradient(90deg, transparent, rgba(23, 30, 66, 0.035), transparent);
  transform: translate(-50%, -50%);
}

.app-ghost-cloud::before {
  width: 86%;
  opacity: 0.72;
}

.app-ghost-cloud::after {
  display: block;
  width: 104%;
  opacity: 0.5;
}

.ghost-app {
  --ghost-left: 50%;
  --ghost-top: 50%;
  --ghost-size: clamp(0.78rem, 1.7vw, 1.24rem);
  --ghost-blur: 3.2px;
  --ghost-opacity: 0.14;
  --ghost-hue: 0deg;
  --ghost-tilt: 0deg;
  position: absolute;
  left: var(--ghost-left);
  top: var(--ghost-top);
  z-index: 1;
  width: var(--ghost-size);
  aspect-ratio: 1;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(23, 30, 66, 0.18);
  border-radius: 30%;
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.82), transparent 22%),
    linear-gradient(135deg, #42c9ff, #fb4ea3 58%, #e7ff53);
  box-shadow:
    0 0.58rem 1.9rem rgba(23, 30, 66, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
  filter: blur(var(--ghost-blur)) saturate(1.1)
    hue-rotate(var(--ghost-hue));
  opacity: var(--ghost-opacity);
  transform: translate(-50%, -50%) rotate(var(--ghost-tilt));
}

.ghost-app::before,
.ghost-app::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ghost-app::before {
  inset: 28%;
  border: 0.22rem solid rgba(255, 255, 255, 0.82);
  border-radius: 36%;
}

.ghost-app::after {
  left: 28%;
  right: 28%;
  top: 50%;
  height: 0.24rem;
  border-radius: 999px;
  background: rgba(23, 30, 66, 0.44);
  transform: translateY(-50%) rotate(-28deg);
}

.ghost-app:nth-child(3n)::before {
  inset: 24%;
  border-radius: 50%;
  border-width: 0.2rem;
}

.ghost-app:nth-child(3n + 1)::before {
  inset: 22% 30%;
  border-width: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    -0.42rem 0.34rem 0 rgba(255, 255, 255, 0.68),
    0.42rem -0.32rem 0 rgba(23, 30, 66, 0.24);
}

.ghost-app:nth-child(4n)::after {
  left: 22%;
  right: 22%;
  transform: translateY(-50%) rotate(32deg);
}

.ghost-app:nth-child(-n + 8) {
  --ghost-size: clamp(0.95rem, 2vw, 1.42rem);
  --ghost-blur: 2.6px;
  --ghost-opacity: 0.17;
}

.ghost-app:nth-child(n + 9):nth-child(-n + 20) {
  --ghost-size: clamp(0.82rem, 1.72vw, 1.18rem);
  --ghost-blur: 3.8px;
  --ghost-opacity: 0.12;
}

.ghost-app:nth-child(n + 21) {
  --ghost-size: clamp(0.66rem, 1.35vw, 0.98rem);
  --ghost-blur: 4.4px;
  --ghost-opacity: 0.105;
}

.ghost-app:nth-child(1) {
  --ghost-left: 83%;
  --ghost-top: 50%;
  --ghost-hue: 18deg;
  --ghost-tilt: 8deg;
}

.ghost-app:nth-child(2) {
  --ghost-left: 73.3%;
  --ghost-top: 73.3%;
  --ghost-hue: 214deg;
  --ghost-tilt: -12deg;
}

.ghost-app:nth-child(3) {
  --ghost-left: 50%;
  --ghost-top: 83%;
  --ghost-hue: 88deg;
  --ghost-tilt: 4deg;
}

.ghost-app:nth-child(4) {
  --ghost-left: 26.7%;
  --ghost-top: 73.3%;
  --ghost-hue: 286deg;
  --ghost-tilt: -7deg;
}

.ghost-app:nth-child(5) {
  --ghost-left: 17%;
  --ghost-top: 50%;
  --ghost-hue: 138deg;
  --ghost-tilt: 14deg;
}

.ghost-app:nth-child(6) {
  --ghost-left: 26.7%;
  --ghost-top: 26.7%;
  --ghost-hue: 332deg;
  --ghost-tilt: -4deg;
}

.ghost-app:nth-child(7) {
  --ghost-left: 50%;
  --ghost-top: 17%;
  --ghost-hue: 164deg;
  --ghost-tilt: 9deg;
}

.ghost-app:nth-child(8) {
  --ghost-left: 73.3%;
  --ghost-top: 26.7%;
  --ghost-hue: 256deg;
  --ghost-tilt: -10deg;
}

.ghost-app:nth-child(9) {
  --ghost-left: 92%;
  --ghost-top: 50%;
  --ghost-hue: 42deg;
  --ghost-tilt: 5deg;
}

.ghost-app:nth-child(10) {
  --ghost-left: 86.4%;
  --ghost-top: 71%;
  --ghost-hue: 192deg;
  --ghost-tilt: -14deg;
}

.ghost-app:nth-child(11) {
  --ghost-left: 71%;
  --ghost-top: 86.4%;
  --ghost-hue: 302deg;
  --ghost-tilt: 8deg;
}

.ghost-app:nth-child(12) {
  --ghost-left: 50%;
  --ghost-top: 92%;
  --ghost-hue: 118deg;
  --ghost-tilt: -8deg;
}

.ghost-app:nth-child(13) {
  --ghost-left: 29%;
  --ghost-top: 86.4%;
  --ghost-hue: 226deg;
  --ghost-tilt: 10deg;
}

.ghost-app:nth-child(14) {
  --ghost-left: 13.6%;
  --ghost-top: 71%;
  --ghost-hue: 348deg;
  --ghost-tilt: -11deg;
}

.ghost-app:nth-child(15) {
  --ghost-left: 8%;
  --ghost-top: 50%;
  --ghost-hue: 72deg;
  --ghost-tilt: 6deg;
}

.ghost-app:nth-child(16) {
  --ghost-left: 13.6%;
  --ghost-top: 29%;
  --ghost-hue: 264deg;
  --ghost-tilt: -9deg;
}

.ghost-app:nth-child(17) {
  --ghost-left: 29%;
  --ghost-top: 13.6%;
  --ghost-hue: 156deg;
  --ghost-tilt: 12deg;
}

.ghost-app:nth-child(18) {
  --ghost-left: 50%;
  --ghost-top: 8%;
  --ghost-hue: 324deg;
  --ghost-tilt: -5deg;
}

.ghost-app:nth-child(19) {
  --ghost-left: 71%;
  --ghost-top: 13.6%;
  --ghost-hue: 14deg;
  --ghost-tilt: 9deg;
}

.ghost-app:nth-child(20) {
  --ghost-left: 86.4%;
  --ghost-top: 29%;
  --ghost-hue: 206deg;
  --ghost-tilt: -12deg;
}

.ghost-app:nth-child(21) {
  --ghost-left: 100%;
  --ghost-top: 50%;
  --ghost-hue: 112deg;
  --ghost-tilt: 4deg;
}

.ghost-app:nth-child(22) {
  --ghost-left: 96.2%;
  --ghost-top: 69.1%;
  --ghost-hue: 274deg;
  --ghost-tilt: -6deg;
}

.ghost-app:nth-child(23) {
  --ghost-left: 85.4%;
  --ghost-top: 85.4%;
  --ghost-hue: 34deg;
  --ghost-tilt: 11deg;
}

.ghost-app:nth-child(24) {
  --ghost-left: 69.1%;
  --ghost-top: 96.2%;
  --ghost-hue: 186deg;
  --ghost-tilt: -10deg;
}

.ghost-app:nth-child(25) {
  --ghost-left: 50%;
  --ghost-top: 100%;
  --ghost-hue: 318deg;
  --ghost-tilt: 7deg;
}

.ghost-app:nth-child(26) {
  --ghost-left: 30.9%;
  --ghost-top: 96.2%;
  --ghost-hue: 62deg;
  --ghost-tilt: -13deg;
}

.ghost-app:nth-child(27) {
  --ghost-left: 14.6%;
  --ghost-top: 85.4%;
  --ghost-hue: 232deg;
  --ghost-tilt: 8deg;
}

.ghost-app:nth-child(28) {
  --ghost-left: 3.8%;
  --ghost-top: 69.1%;
  --ghost-hue: 146deg;
  --ghost-tilt: -7deg;
}

.ghost-app:nth-child(29) {
  --ghost-left: 0%;
  --ghost-top: 50%;
  --ghost-hue: 292deg;
  --ghost-tilt: 10deg;
}

.ghost-app:nth-child(30) {
  --ghost-left: 3.8%;
  --ghost-top: 30.9%;
  --ghost-hue: 24deg;
  --ghost-tilt: -4deg;
}

.ghost-app:nth-child(31) {
  --ghost-left: 14.6%;
  --ghost-top: 14.6%;
  --ghost-hue: 202deg;
  --ghost-tilt: 12deg;
}

.ghost-app:nth-child(32) {
  --ghost-left: 30.9%;
  --ghost-top: 3.8%;
  --ghost-hue: 82deg;
  --ghost-tilt: -9deg;
}

.ghost-app:nth-child(33) {
  --ghost-left: 50%;
  --ghost-top: 0%;
  --ghost-hue: 338deg;
  --ghost-tilt: 6deg;
}

.ghost-app:nth-child(34) {
  --ghost-left: 69.1%;
  --ghost-top: 3.8%;
  --ghost-hue: 168deg;
  --ghost-tilt: -11deg;
}

.ghost-app:nth-child(35) {
  --ghost-left: 85.4%;
  --ghost-top: 14.6%;
  --ghost-hue: 254deg;
  --ghost-tilt: 9deg;
}

.ghost-app:nth-child(36) {
  --ghost-left: 96.2%;
  --ghost-top: 30.9%;
  --ghost-hue: 128deg;
  --ghost-tilt: -6deg;
}

.ghost-app:nth-child(-n + 16) {
  --ghost-size: clamp(1rem, 2vw, 1.42rem);
  --ghost-blur: 1.45px;
  --ghost-opacity: 0.36;
}

.ghost-app:nth-child(n + 17):nth-child(-n + 36) {
  --ghost-size: clamp(0.84rem, 1.62vw, 1.16rem);
  --ghost-blur: 2.25px;
  --ghost-opacity: 0.26;
}

.ghost-app:nth-child(1) {
  --ghost-left: 59.9%;
  --ghost-top: 0.5%;
  --ghost-hue: 47deg;
  --ghost-tilt: 2deg;
}

.ghost-app:nth-child(2) {
  --ghost-left: 78.1%;
  --ghost-top: 8%;
  --ghost-hue: 94deg;
  --ghost-tilt: -12deg;
}

.ghost-app:nth-child(3) {
  --ghost-left: 92%;
  --ghost-top: 21.9%;
  --ghost-hue: 141deg;
  --ghost-tilt: 5deg;
}

.ghost-app:nth-child(4) {
  --ghost-left: 99.5%;
  --ghost-top: 40.1%;
  --ghost-hue: 188deg;
  --ghost-tilt: -9deg;
}

.ghost-app:nth-child(5) {
  --ghost-left: 99.5%;
  --ghost-top: 59.9%;
  --ghost-hue: 235deg;
  --ghost-tilt: 8deg;
}

.ghost-app:nth-child(6) {
  --ghost-left: 92%;
  --ghost-top: 78.1%;
  --ghost-hue: 282deg;
  --ghost-tilt: -6deg;
}

.ghost-app:nth-child(7) {
  --ghost-left: 78.1%;
  --ghost-top: 92%;
  --ghost-hue: 329deg;
  --ghost-tilt: 11deg;
}

.ghost-app:nth-child(8) {
  --ghost-left: 59.9%;
  --ghost-top: 99.5%;
  --ghost-hue: 16deg;
  --ghost-tilt: -3deg;
}

.ghost-app:nth-child(9) {
  --ghost-left: 40.1%;
  --ghost-top: 99.5%;
  --ghost-hue: 63deg;
  --ghost-tilt: 14deg;
}

.ghost-app:nth-child(10) {
  --ghost-left: 21.9%;
  --ghost-top: 92%;
  --ghost-hue: 110deg;
  --ghost-tilt: 0deg;
}

.ghost-app:nth-child(11) {
  --ghost-left: 8%;
  --ghost-top: 78.1%;
  --ghost-hue: 157deg;
  --ghost-tilt: -14deg;
}

.ghost-app:nth-child(12) {
  --ghost-left: 0.5%;
  --ghost-top: 59.9%;
  --ghost-hue: 204deg;
  --ghost-tilt: 3deg;
}

.ghost-app:nth-child(13) {
  --ghost-left: 0.5%;
  --ghost-top: 40.1%;
  --ghost-hue: 251deg;
  --ghost-tilt: -11deg;
}

.ghost-app:nth-child(14) {
  --ghost-left: 8%;
  --ghost-top: 21.9%;
  --ghost-hue: 298deg;
  --ghost-tilt: 6deg;
}

.ghost-app:nth-child(15) {
  --ghost-left: 21.9%;
  --ghost-top: 8%;
  --ghost-hue: 345deg;
  --ghost-tilt: -8deg;
}

.ghost-app:nth-child(16) {
  --ghost-left: 40.1%;
  --ghost-top: 0.5%;
  --ghost-hue: 32deg;
  --ghost-tilt: 9deg;
}

.ghost-app:nth-child(17) {
  --ghost-left: 59.1%;
  --ghost-top: -7.3%;
  --ghost-hue: 79deg;
  --ghost-tilt: -5deg;
}

.ghost-app:nth-child(18) {
  --ghost-left: 76.3%;
  --ghost-top: -1.7%;
  --ghost-hue: 126deg;
  --ghost-tilt: 12deg;
}

.ghost-app:nth-child(19) {
  --ghost-left: 91%;
  --ghost-top: 9%;
  --ghost-hue: 173deg;
  --ghost-tilt: -2deg;
}

.ghost-app:nth-child(20) {
  --ghost-left: 101.7%;
  --ghost-top: 23.7%;
  --ghost-hue: 220deg;
  --ghost-tilt: 15deg;
}

.ghost-app:nth-child(21) {
  --ghost-left: 107.3%;
  --ghost-top: 40.9%;
  --ghost-hue: 267deg;
  --ghost-tilt: 1deg;
}

.ghost-app:nth-child(22) {
  --ghost-left: 107.3%;
  --ghost-top: 59.1%;
  --ghost-hue: 314deg;
  --ghost-tilt: -13deg;
}

.ghost-app:nth-child(23) {
  --ghost-left: 101.7%;
  --ghost-top: 76.3%;
  --ghost-hue: 1deg;
  --ghost-tilt: 4deg;
}

.ghost-app:nth-child(24) {
  --ghost-left: 91%;
  --ghost-top: 91%;
  --ghost-hue: 48deg;
  --ghost-tilt: -10deg;
}

.ghost-app:nth-child(25) {
  --ghost-left: 76.3%;
  --ghost-top: 101.7%;
  --ghost-hue: 95deg;
  --ghost-tilt: 7deg;
}

.ghost-app:nth-child(26) {
  --ghost-left: 59.1%;
  --ghost-top: 107.3%;
  --ghost-hue: 142deg;
  --ghost-tilt: -7deg;
}

.ghost-app:nth-child(27) {
  --ghost-left: 40.9%;
  --ghost-top: 107.3%;
  --ghost-hue: 189deg;
  --ghost-tilt: 10deg;
}

.ghost-app:nth-child(28) {
  --ghost-left: 23.7%;
  --ghost-top: 101.7%;
  --ghost-hue: 236deg;
  --ghost-tilt: -4deg;
}

.ghost-app:nth-child(29) {
  --ghost-left: 9%;
  --ghost-top: 91%;
  --ghost-hue: 283deg;
  --ghost-tilt: 13deg;
}

.ghost-app:nth-child(30) {
  --ghost-left: -1.7%;
  --ghost-top: 76.3%;
  --ghost-hue: 330deg;
  --ghost-tilt: -1deg;
}

.ghost-app:nth-child(31) {
  --ghost-left: -7.3%;
  --ghost-top: 59.1%;
  --ghost-hue: 17deg;
  --ghost-tilt: -15deg;
}

.ghost-app:nth-child(32) {
  --ghost-left: -7.3%;
  --ghost-top: 40.9%;
  --ghost-hue: 64deg;
  --ghost-tilt: 2deg;
}

.ghost-app:nth-child(33) {
  --ghost-left: -1.7%;
  --ghost-top: 23.7%;
  --ghost-hue: 111deg;
  --ghost-tilt: -12deg;
}

.ghost-app:nth-child(34) {
  --ghost-left: 9%;
  --ghost-top: 9%;
  --ghost-hue: 158deg;
  --ghost-tilt: 5deg;
}

.ghost-app:nth-child(35) {
  --ghost-left: 23.7%;
  --ghost-top: -1.7%;
  --ghost-hue: 205deg;
  --ghost-tilt: -9deg;
}

.ghost-app:nth-child(36) {
  --ghost-left: 40.9%;
  --ghost-top: -7.3%;
  --ghost-hue: 252deg;
  --ghost-tilt: 8deg;
}

.ghost-app {
  --ghost-size: clamp(0.72rem, 1.42vw, 1rem);
  --ghost-blur: 1.05px;
  --ghost-opacity: 0.34;
}

.ghost-app:nth-child(n + 33) {
  display: none;
}

.ghost-app:nth-child(1) {
  --ghost-left: 55.4%;
  --ghost-top: -4.7%;
  --ghost-hue: 41deg;
  --ghost-tilt: 8deg;
}

.ghost-app:nth-child(2) {
  --ghost-left: 66%;
  --ghost-top: -2.6%;
  --ghost-hue: 82deg;
  --ghost-tilt: 0deg;
}

.ghost-app:nth-child(3) {
  --ghost-left: 75.9%;
  --ghost-top: 1.5%;
  --ghost-hue: 123deg;
  --ghost-tilt: -8deg;
}

.ghost-app:nth-child(4) {
  --ghost-left: 84.9%;
  --ghost-top: 7.5%;
  --ghost-hue: 164deg;
  --ghost-tilt: 15deg;
}

.ghost-app:nth-child(5) {
  --ghost-left: 92.5%;
  --ghost-top: 15.1%;
  --ghost-hue: 205deg;
  --ghost-tilt: 7deg;
}

.ghost-app:nth-child(6) {
  --ghost-left: 98.5%;
  --ghost-top: 24.1%;
  --ghost-hue: 246deg;
  --ghost-tilt: -1deg;
}

.ghost-app:nth-child(7) {
  --ghost-left: 102.6%;
  --ghost-top: 34%;
  --ghost-hue: 287deg;
  --ghost-tilt: -9deg;
}

.ghost-app:nth-child(8) {
  --ghost-left: 104.7%;
  --ghost-top: 44.6%;
  --ghost-hue: 328deg;
  --ghost-tilt: 14deg;
}

.ghost-app:nth-child(9) {
  --ghost-left: 104.7%;
  --ghost-top: 55.4%;
  --ghost-hue: 9deg;
  --ghost-tilt: 6deg;
}

.ghost-app:nth-child(10) {
  --ghost-left: 102.6%;
  --ghost-top: 66%;
  --ghost-hue: 50deg;
  --ghost-tilt: -2deg;
}

.ghost-app:nth-child(11) {
  --ghost-left: 98.5%;
  --ghost-top: 75.9%;
  --ghost-hue: 91deg;
  --ghost-tilt: -10deg;
}

.ghost-app:nth-child(12) {
  --ghost-left: 92.5%;
  --ghost-top: 84.9%;
  --ghost-hue: 132deg;
  --ghost-tilt: 13deg;
}

.ghost-app:nth-child(13) {
  --ghost-left: 84.9%;
  --ghost-top: 92.5%;
  --ghost-hue: 173deg;
  --ghost-tilt: 5deg;
}

.ghost-app:nth-child(14) {
  --ghost-left: 75.9%;
  --ghost-top: 98.5%;
  --ghost-hue: 214deg;
  --ghost-tilt: -3deg;
}

.ghost-app:nth-child(15) {
  --ghost-left: 66%;
  --ghost-top: 102.6%;
  --ghost-hue: 255deg;
  --ghost-tilt: -11deg;
}

.ghost-app:nth-child(16) {
  --ghost-left: 55.4%;
  --ghost-top: 104.7%;
  --ghost-hue: 296deg;
  --ghost-tilt: 12deg;
}

.ghost-app:nth-child(17) {
  --ghost-left: 44.6%;
  --ghost-top: 104.7%;
  --ghost-hue: 337deg;
  --ghost-tilt: 4deg;
}

.ghost-app:nth-child(18) {
  --ghost-left: 34%;
  --ghost-top: 102.6%;
  --ghost-hue: 18deg;
  --ghost-tilt: -4deg;
}

.ghost-app:nth-child(19) {
  --ghost-left: 24.1%;
  --ghost-top: 98.5%;
  --ghost-hue: 59deg;
  --ghost-tilt: -12deg;
}

.ghost-app:nth-child(20) {
  --ghost-left: 15.1%;
  --ghost-top: 92.5%;
  --ghost-hue: 100deg;
  --ghost-tilt: 11deg;
}

.ghost-app:nth-child(21) {
  --ghost-left: 7.5%;
  --ghost-top: 84.9%;
  --ghost-hue: 141deg;
  --ghost-tilt: 3deg;
}

.ghost-app:nth-child(22) {
  --ghost-left: 1.5%;
  --ghost-top: 75.9%;
  --ghost-hue: 182deg;
  --ghost-tilt: -5deg;
}

.ghost-app:nth-child(23) {
  --ghost-left: -2.6%;
  --ghost-top: 66%;
  --ghost-hue: 223deg;
  --ghost-tilt: -13deg;
}

.ghost-app:nth-child(24) {
  --ghost-left: -4.7%;
  --ghost-top: 55.4%;
  --ghost-hue: 264deg;
  --ghost-tilt: 10deg;
}

.ghost-app:nth-child(25) {
  --ghost-left: -4.7%;
  --ghost-top: 44.6%;
  --ghost-hue: 305deg;
  --ghost-tilt: 2deg;
}

.ghost-app:nth-child(26) {
  --ghost-left: -2.6%;
  --ghost-top: 34%;
  --ghost-hue: 346deg;
  --ghost-tilt: -6deg;
}

.ghost-app:nth-child(27) {
  --ghost-left: 1.5%;
  --ghost-top: 24.1%;
  --ghost-hue: 27deg;
  --ghost-tilt: -14deg;
}

.ghost-app:nth-child(28) {
  --ghost-left: 7.5%;
  --ghost-top: 15.1%;
  --ghost-hue: 68deg;
  --ghost-tilt: 9deg;
}

.ghost-app:nth-child(29) {
  --ghost-left: 15.1%;
  --ghost-top: 7.5%;
  --ghost-hue: 109deg;
  --ghost-tilt: 1deg;
}

.ghost-app:nth-child(30) {
  --ghost-left: 24.1%;
  --ghost-top: 1.5%;
  --ghost-hue: 150deg;
  --ghost-tilt: -7deg;
}

.ghost-app:nth-child(31) {
  --ghost-left: 34%;
  --ghost-top: -2.6%;
  --ghost-hue: 191deg;
  --ghost-tilt: -15deg;
}

.ghost-app:nth-child(32) {
  --ghost-left: 44.6%;
  --ghost-top: -4.7%;
  --ghost-hue: 232deg;
  --ghost-tilt: 8deg;
}

.app-ghost-cloud .ghost-app:nth-child(n) {
  --ghost-size: clamp(0.72rem, 1.42vw, 1rem);
  --ghost-blur: 0.95px;
  --ghost-opacity: 0.42;
}

.app-ghost-cloud .ghost-app:nth-child(n + 33) {
  display: none;
}

.app-ghost-cloud .ghost-app:nth-child(1) {
  --ghost-left: 55%;
  --ghost-top: -1.3%;
  --ghost-hue: 41deg;
  --ghost-tilt: 8deg;
}

.app-ghost-cloud .ghost-app:nth-child(2) {
  --ghost-left: 64.9%;
  --ghost-top: 0.7%;
  --ghost-hue: 82deg;
  --ghost-tilt: 0deg;
}

.app-ghost-cloud .ghost-app:nth-child(3) {
  --ghost-left: 74.3%;
  --ghost-top: 4.6%;
  --ghost-hue: 123deg;
  --ghost-tilt: -8deg;
}

.app-ghost-cloud .ghost-app:nth-child(4) {
  --ghost-left: 82.7%;
  --ghost-top: 10.2%;
  --ghost-hue: 164deg;
  --ghost-tilt: 15deg;
}

.app-ghost-cloud .ghost-app:nth-child(5) {
  --ghost-left: 89.8%;
  --ghost-top: 17.3%;
  --ghost-hue: 205deg;
  --ghost-tilt: 7deg;
}

.app-ghost-cloud .ghost-app:nth-child(6) {
  --ghost-left: 95.4%;
  --ghost-top: 25.7%;
  --ghost-hue: 246deg;
  --ghost-tilt: -1deg;
}

.app-ghost-cloud .ghost-app:nth-child(7) {
  --ghost-left: 99.3%;
  --ghost-top: 35.1%;
  --ghost-hue: 287deg;
  --ghost-tilt: -9deg;
}

.app-ghost-cloud .ghost-app:nth-child(8) {
  --ghost-left: 101.3%;
  --ghost-top: 45%;
  --ghost-hue: 328deg;
  --ghost-tilt: 14deg;
}

.app-ghost-cloud .ghost-app:nth-child(9) {
  --ghost-left: 101.3%;
  --ghost-top: 55%;
  --ghost-hue: 9deg;
  --ghost-tilt: 6deg;
}

.app-ghost-cloud .ghost-app:nth-child(10) {
  --ghost-left: 99.3%;
  --ghost-top: 64.9%;
  --ghost-hue: 50deg;
  --ghost-tilt: -2deg;
}

.app-ghost-cloud .ghost-app:nth-child(11) {
  --ghost-left: 95.4%;
  --ghost-top: 74.3%;
  --ghost-hue: 91deg;
  --ghost-tilt: -10deg;
}

.app-ghost-cloud .ghost-app:nth-child(12) {
  --ghost-left: 89.8%;
  --ghost-top: 82.7%;
  --ghost-hue: 132deg;
  --ghost-tilt: 13deg;
}

.app-ghost-cloud .ghost-app:nth-child(13) {
  --ghost-left: 82.7%;
  --ghost-top: 89.8%;
  --ghost-hue: 173deg;
  --ghost-tilt: 5deg;
}

.app-ghost-cloud .ghost-app:nth-child(14) {
  --ghost-left: 74.3%;
  --ghost-top: 95.4%;
  --ghost-hue: 214deg;
  --ghost-tilt: -3deg;
}

.app-ghost-cloud .ghost-app:nth-child(15) {
  --ghost-left: 64.9%;
  --ghost-top: 99.3%;
  --ghost-hue: 255deg;
  --ghost-tilt: -11deg;
}

.app-ghost-cloud .ghost-app:nth-child(16) {
  --ghost-left: 55%;
  --ghost-top: 101.3%;
  --ghost-hue: 296deg;
  --ghost-tilt: 12deg;
}

.app-ghost-cloud .ghost-app:nth-child(17) {
  --ghost-left: 45%;
  --ghost-top: 101.3%;
  --ghost-hue: 337deg;
  --ghost-tilt: 4deg;
}

.app-ghost-cloud .ghost-app:nth-child(18) {
  --ghost-left: 35.1%;
  --ghost-top: 99.3%;
  --ghost-hue: 18deg;
  --ghost-tilt: -4deg;
}

.app-ghost-cloud .ghost-app:nth-child(19) {
  --ghost-left: 25.7%;
  --ghost-top: 95.4%;
  --ghost-hue: 59deg;
  --ghost-tilt: -12deg;
}

.app-ghost-cloud .ghost-app:nth-child(20) {
  --ghost-left: 17.3%;
  --ghost-top: 89.8%;
  --ghost-hue: 100deg;
  --ghost-tilt: 11deg;
}

.app-ghost-cloud .ghost-app:nth-child(21) {
  --ghost-left: 10.2%;
  --ghost-top: 82.7%;
  --ghost-hue: 141deg;
  --ghost-tilt: 3deg;
}

.app-ghost-cloud .ghost-app:nth-child(22) {
  --ghost-left: 4.6%;
  --ghost-top: 74.3%;
  --ghost-hue: 182deg;
  --ghost-tilt: -5deg;
}

.app-ghost-cloud .ghost-app:nth-child(23) {
  --ghost-left: 0.7%;
  --ghost-top: 64.9%;
  --ghost-hue: 223deg;
  --ghost-tilt: -13deg;
}

.app-ghost-cloud .ghost-app:nth-child(24) {
  --ghost-left: -1.3%;
  --ghost-top: 55%;
  --ghost-hue: 264deg;
  --ghost-tilt: 10deg;
}

.app-ghost-cloud .ghost-app:nth-child(25) {
  --ghost-left: -1.3%;
  --ghost-top: 45%;
  --ghost-hue: 305deg;
  --ghost-tilt: 2deg;
}

.app-ghost-cloud .ghost-app:nth-child(26) {
  --ghost-left: 0.7%;
  --ghost-top: 35.1%;
  --ghost-hue: 346deg;
  --ghost-tilt: -6deg;
}

.app-ghost-cloud .ghost-app:nth-child(27) {
  --ghost-left: 4.6%;
  --ghost-top: 25.7%;
  --ghost-hue: 27deg;
  --ghost-tilt: -14deg;
}

.app-ghost-cloud .ghost-app:nth-child(28) {
  --ghost-left: 10.2%;
  --ghost-top: 17.3%;
  --ghost-hue: 68deg;
  --ghost-tilt: 9deg;
}

.app-ghost-cloud .ghost-app:nth-child(29) {
  --ghost-left: 17.3%;
  --ghost-top: 10.2%;
  --ghost-hue: 109deg;
  --ghost-tilt: 1deg;
}

.app-ghost-cloud .ghost-app:nth-child(30) {
  --ghost-left: 25.7%;
  --ghost-top: 4.6%;
  --ghost-hue: 150deg;
  --ghost-tilt: -7deg;
}

.app-ghost-cloud .ghost-app:nth-child(31) {
  --ghost-left: 35.1%;
  --ghost-top: 0.7%;
  --ghost-hue: 191deg;
  --ghost-tilt: -15deg;
}

.app-ghost-cloud .ghost-app:nth-child(32) {
  --ghost-left: 45%;
  --ghost-top: -1.3%;
  --ghost-hue: 232deg;
  --ghost-tilt: 8deg;
}

.app-ghost-cloud .ghost-app:nth-child(n) {
  --ghost-size: clamp(0.78rem, 1.5vw, 1.06rem);
  --ghost-blur: 0.85px;
  --ghost-opacity: 0.4;
}

.app-ghost-cloud .ghost-app:nth-child(n + 25):nth-child(-n + 48) {
  --ghost-size: clamp(0.56rem, 1.08vw, 0.78rem);
  --ghost-blur: 1.55px;
  --ghost-opacity: 0.22;
  display: block;
}

.app-ghost-cloud .ghost-app:nth-child(n + 37):nth-child(-n + 80) {
  display: none;
}

.app-ghost-cloud .ghost-app:nth-child(n + 49) {
  display: none;
}

.app-ghost-cloud .ghost-app:nth-child(1) {
  --ghost-left: 55.6%;
  --ghost-top: 7.4%;
  --ghost-hue: 41deg;
  --ghost-tilt: 8deg;
}

.app-ghost-cloud .ghost-app:nth-child(2) {
  --ghost-left: 66.5%;
  --ghost-top: 10.3%;
  --ghost-hue: 82deg;
  --ghost-tilt: 0deg;
}

.app-ghost-cloud .ghost-app:nth-child(3) {
  --ghost-left: 76.2%;
  --ghost-top: 15.9%;
  --ghost-hue: 123deg;
  --ghost-tilt: -8deg;
}

.app-ghost-cloud .ghost-app:nth-child(4) {
  --ghost-left: 84.1%;
  --ghost-top: 23.8%;
  --ghost-hue: 164deg;
  --ghost-tilt: 15deg;
}

.app-ghost-cloud .ghost-app:nth-child(5) {
  --ghost-left: 89.7%;
  --ghost-top: 33.5%;
  --ghost-hue: 205deg;
  --ghost-tilt: 7deg;
}

.app-ghost-cloud .ghost-app:nth-child(6) {
  --ghost-left: 92.6%;
  --ghost-top: 44.4%;
  --ghost-hue: 246deg;
  --ghost-tilt: -1deg;
}

.app-ghost-cloud .ghost-app:nth-child(7) {
  --ghost-left: 92.6%;
  --ghost-top: 55.6%;
  --ghost-hue: 287deg;
  --ghost-tilt: -9deg;
}

.app-ghost-cloud .ghost-app:nth-child(8) {
  --ghost-left: 89.7%;
  --ghost-top: 66.5%;
  --ghost-hue: 328deg;
  --ghost-tilt: 14deg;
}

.app-ghost-cloud .ghost-app:nth-child(9) {
  --ghost-left: 84.1%;
  --ghost-top: 76.2%;
  --ghost-hue: 9deg;
  --ghost-tilt: 6deg;
}

.app-ghost-cloud .ghost-app:nth-child(10) {
  --ghost-left: 76.2%;
  --ghost-top: 84.1%;
  --ghost-hue: 50deg;
  --ghost-tilt: -2deg;
}

.app-ghost-cloud .ghost-app:nth-child(11) {
  --ghost-left: 66.5%;
  --ghost-top: 89.7%;
  --ghost-hue: 91deg;
  --ghost-tilt: -10deg;
}

.app-ghost-cloud .ghost-app:nth-child(12) {
  --ghost-left: 55.6%;
  --ghost-top: 92.6%;
  --ghost-hue: 132deg;
  --ghost-tilt: 13deg;
}

.app-ghost-cloud .ghost-app:nth-child(13) {
  --ghost-left: 44.4%;
  --ghost-top: 92.6%;
  --ghost-hue: 173deg;
  --ghost-tilt: 5deg;
}

.app-ghost-cloud .ghost-app:nth-child(14) {
  --ghost-left: 33.5%;
  --ghost-top: 89.7%;
  --ghost-hue: 214deg;
  --ghost-tilt: -3deg;
}

.app-ghost-cloud .ghost-app:nth-child(15) {
  --ghost-left: 23.8%;
  --ghost-top: 84.1%;
  --ghost-hue: 255deg;
  --ghost-tilt: -11deg;
}

.app-ghost-cloud .ghost-app:nth-child(16) {
  --ghost-left: 15.9%;
  --ghost-top: 76.2%;
  --ghost-hue: 296deg;
  --ghost-tilt: 12deg;
}

.app-ghost-cloud .ghost-app:nth-child(17) {
  --ghost-left: 10.3%;
  --ghost-top: 66.5%;
  --ghost-hue: 337deg;
  --ghost-tilt: 4deg;
}

.app-ghost-cloud .ghost-app:nth-child(18) {
  --ghost-left: 7.4%;
  --ghost-top: 55.6%;
  --ghost-hue: 18deg;
  --ghost-tilt: -4deg;
}

.app-ghost-cloud .ghost-app:nth-child(19) {
  --ghost-left: 7.4%;
  --ghost-top: 44.4%;
  --ghost-hue: 59deg;
  --ghost-tilt: -12deg;
}

.app-ghost-cloud .ghost-app:nth-child(20) {
  --ghost-left: 10.3%;
  --ghost-top: 33.5%;
  --ghost-hue: 100deg;
  --ghost-tilt: 11deg;
}

.app-ghost-cloud .ghost-app:nth-child(21) {
  --ghost-left: 15.9%;
  --ghost-top: 23.8%;
  --ghost-hue: 141deg;
  --ghost-tilt: 3deg;
}

.app-ghost-cloud .ghost-app:nth-child(22) {
  --ghost-left: 23.8%;
  --ghost-top: 15.9%;
  --ghost-hue: 182deg;
  --ghost-tilt: -5deg;
}

.app-ghost-cloud .ghost-app:nth-child(23) {
  --ghost-left: 33.5%;
  --ghost-top: 10.3%;
  --ghost-hue: 223deg;
  --ghost-tilt: -13deg;
}

.app-ghost-cloud .ghost-app:nth-child(24) {
  --ghost-left: 44.4%;
  --ghost-top: 7.4%;
  --ghost-hue: 264deg;
  --ghost-tilt: 10deg;
}

.app-ghost-cloud .ghost-app:nth-child(25) {
  --ghost-left: 50%;
  --ghost-top: -2%;
  --ghost-hue: 305deg;
  --ghost-tilt: 2deg;
}

.app-ghost-cloud .ghost-app:nth-child(26) {
  --ghost-left: 63.5%;
  --ghost-top: -0.2%;
  --ghost-hue: 346deg;
  --ghost-tilt: -6deg;
}

.app-ghost-cloud .ghost-app:nth-child(27) {
  --ghost-left: 76%;
  --ghost-top: 5%;
  --ghost-hue: 27deg;
  --ghost-tilt: -14deg;
}

.app-ghost-cloud .ghost-app:nth-child(28) {
  --ghost-left: 86.8%;
  --ghost-top: 13.2%;
  --ghost-hue: 68deg;
  --ghost-tilt: 9deg;
}

.app-ghost-cloud .ghost-app:nth-child(29) {
  --ghost-left: 95%;
  --ghost-top: 24%;
  --ghost-hue: 109deg;
  --ghost-tilt: 1deg;
}

.app-ghost-cloud .ghost-app:nth-child(30) {
  --ghost-left: 100.2%;
  --ghost-top: 36.5%;
  --ghost-hue: 150deg;
  --ghost-tilt: -7deg;
}

.app-ghost-cloud .ghost-app:nth-child(31) {
  --ghost-left: 102%;
  --ghost-top: 50%;
  --ghost-hue: 191deg;
  --ghost-tilt: -15deg;
}

.app-ghost-cloud .ghost-app:nth-child(32) {
  --ghost-left: 100.2%;
  --ghost-top: 63.5%;
  --ghost-hue: 232deg;
  --ghost-tilt: 8deg;
}

.app-ghost-cloud .ghost-app:nth-child(33) {
  --ghost-left: 95%;
  --ghost-top: 76%;
  --ghost-hue: 273deg;
  --ghost-tilt: 0deg;
}

.app-ghost-cloud .ghost-app:nth-child(34) {
  --ghost-left: 86.8%;
  --ghost-top: 86.8%;
  --ghost-hue: 314deg;
  --ghost-tilt: -8deg;
}

.app-ghost-cloud .ghost-app:nth-child(35) {
  --ghost-left: 76%;
  --ghost-top: 95%;
  --ghost-hue: 355deg;
  --ghost-tilt: 15deg;
}

.app-ghost-cloud .ghost-app:nth-child(36) {
  --ghost-left: 63.5%;
  --ghost-top: 100.2%;
  --ghost-hue: 36deg;
  --ghost-tilt: 7deg;
}

.app-ghost-cloud .ghost-app:nth-child(25) {
  --ghost-left: 63.5%;
  --ghost-top: -0.2%;
  --ghost-hue: 305deg;
  --ghost-tilt: 2deg;
}

.app-ghost-cloud .ghost-app:nth-child(26) {
  --ghost-left: 86.8%;
  --ghost-top: 13.2%;
  --ghost-hue: 346deg;
  --ghost-tilt: -6deg;
}

.app-ghost-cloud .ghost-app:nth-child(27) {
  --ghost-left: 100.2%;
  --ghost-top: 36.5%;
  --ghost-hue: 27deg;
  --ghost-tilt: -14deg;
}

.app-ghost-cloud .ghost-app:nth-child(28) {
  --ghost-left: 100.2%;
  --ghost-top: 63.5%;
  --ghost-hue: 68deg;
  --ghost-tilt: 9deg;
}

.app-ghost-cloud .ghost-app:nth-child(29) {
  --ghost-left: 86.8%;
  --ghost-top: 86.8%;
  --ghost-hue: 109deg;
  --ghost-tilt: 1deg;
}

.app-ghost-cloud .ghost-app:nth-child(30) {
  --ghost-left: 63.5%;
  --ghost-top: 100.2%;
  --ghost-hue: 150deg;
  --ghost-tilt: -7deg;
}

.app-ghost-cloud .ghost-app:nth-child(31) {
  --ghost-left: 36.5%;
  --ghost-top: 100.2%;
  --ghost-hue: 191deg;
  --ghost-tilt: -15deg;
}

.app-ghost-cloud .ghost-app:nth-child(32) {
  --ghost-left: 13.2%;
  --ghost-top: 86.8%;
  --ghost-hue: 232deg;
  --ghost-tilt: 8deg;
}

.app-ghost-cloud .ghost-app:nth-child(33) {
  --ghost-left: -0.2%;
  --ghost-top: 63.5%;
  --ghost-hue: 273deg;
  --ghost-tilt: 0deg;
}

.app-ghost-cloud .ghost-app:nth-child(34) {
  --ghost-left: -0.2%;
  --ghost-top: 36.5%;
  --ghost-hue: 314deg;
  --ghost-tilt: -8deg;
}

.app-ghost-cloud .ghost-app:nth-child(35) {
  --ghost-left: 13.2%;
  --ghost-top: 13.2%;
  --ghost-hue: 355deg;
  --ghost-tilt: 15deg;
}

.app-ghost-cloud .ghost-app:nth-child(36) {
  --ghost-left: 36.5%;
  --ghost-top: -0.2%;
  --ghost-hue: 36deg;
  --ghost-tilt: 7deg;
}

.app-ghost-cloud .ghost-app:nth-child(37) {
  --ghost-left: 50%;
  --ghost-top: 102%;
  --ghost-hue: 77deg;
  --ghost-tilt: -1deg;
}

.app-ghost-cloud .ghost-app:nth-child(38) {
  --ghost-left: 36.5%;
  --ghost-top: 100.2%;
  --ghost-hue: 118deg;
  --ghost-tilt: -9deg;
}

.app-ghost-cloud .ghost-app:nth-child(39) {
  --ghost-left: 24%;
  --ghost-top: 95%;
  --ghost-hue: 159deg;
  --ghost-tilt: 14deg;
}

.app-ghost-cloud .ghost-app:nth-child(40) {
  --ghost-left: 13.2%;
  --ghost-top: 86.8%;
  --ghost-hue: 200deg;
  --ghost-tilt: 6deg;
}

.app-ghost-cloud .ghost-app:nth-child(41) {
  --ghost-left: 5%;
  --ghost-top: 76%;
  --ghost-hue: 241deg;
  --ghost-tilt: -2deg;
}

.app-ghost-cloud .ghost-app:nth-child(42) {
  --ghost-left: -0.2%;
  --ghost-top: 63.5%;
  --ghost-hue: 282deg;
  --ghost-tilt: -10deg;
}

.app-ghost-cloud .ghost-app:nth-child(43) {
  --ghost-left: -2%;
  --ghost-top: 50%;
  --ghost-hue: 323deg;
  --ghost-tilt: 13deg;
}

.app-ghost-cloud .ghost-app:nth-child(44) {
  --ghost-left: -0.2%;
  --ghost-top: 36.5%;
  --ghost-hue: 4deg;
  --ghost-tilt: 5deg;
}

.app-ghost-cloud .ghost-app:nth-child(45) {
  --ghost-left: 5%;
  --ghost-top: 24%;
  --ghost-hue: 45deg;
  --ghost-tilt: -3deg;
}

.app-ghost-cloud .ghost-app:nth-child(46) {
  --ghost-left: 13.2%;
  --ghost-top: 13.2%;
  --ghost-hue: 86deg;
  --ghost-tilt: -11deg;
}

.app-ghost-cloud .ghost-app:nth-child(47) {
  --ghost-left: 24%;
  --ghost-top: 5%;
  --ghost-hue: 127deg;
  --ghost-tilt: 12deg;
}

.app-ghost-cloud .ghost-app:nth-child(48) {
  --ghost-left: 36.5%;
  --ghost-top: -0.2%;
  --ghost-hue: 168deg;
  --ghost-tilt: 4deg;
}

.app-ghost-cloud::before {
  width: 98%;
}

.app-ghost-cloud::after {
  width: 116%;
}

.app-ghost-cloud .ghost-app:nth-child(n) {
  --ghost-size: clamp(0.76rem, 1.46vw, 1.04rem);
  --ghost-blur: 0.9px;
  --ghost-opacity: 0.4;
}

.app-ghost-cloud .ghost-app:nth-child(n + 25):nth-child(-n + 36) {
  --ghost-size: clamp(0.64rem, 1.22vw, 0.88rem);
  --ghost-blur: 1.05px;
  --ghost-opacity: 0.3;
  display: block;
}

.app-ghost-cloud .ghost-app:nth-child(n + 37) {
  display: none;
}

.app-ghost-cloud .ghost-app:nth-child(1) {
  --ghost-left: 56.4%;
  --ghost-top: 1.4%;
  --ghost-hue: 41deg;
  --ghost-tilt: 8deg;
}

.app-ghost-cloud .ghost-app:nth-child(2) {
  --ghost-left: 68.8%;
  --ghost-top: 4.7%;
  --ghost-hue: 82deg;
  --ghost-tilt: 0deg;
}

.app-ghost-cloud .ghost-app:nth-child(3) {
  --ghost-left: 79.8%;
  --ghost-top: 11.1%;
  --ghost-hue: 123deg;
  --ghost-tilt: -8deg;
}

.app-ghost-cloud .ghost-app:nth-child(4) {
  --ghost-left: 88.9%;
  --ghost-top: 20.2%;
  --ghost-hue: 164deg;
  --ghost-tilt: 15deg;
}

.app-ghost-cloud .ghost-app:nth-child(5) {
  --ghost-left: 95.3%;
  --ghost-top: 31.2%;
  --ghost-hue: 205deg;
  --ghost-tilt: 7deg;
}

.app-ghost-cloud .ghost-app:nth-child(6) {
  --ghost-left: 98.6%;
  --ghost-top: 43.6%;
  --ghost-hue: 246deg;
  --ghost-tilt: -1deg;
}

.app-ghost-cloud .ghost-app:nth-child(7) {
  --ghost-left: 98.6%;
  --ghost-top: 56.4%;
  --ghost-hue: 287deg;
  --ghost-tilt: -9deg;
}

.app-ghost-cloud .ghost-app:nth-child(8) {
  --ghost-left: 95.3%;
  --ghost-top: 68.8%;
  --ghost-hue: 328deg;
  --ghost-tilt: 14deg;
}

.app-ghost-cloud .ghost-app:nth-child(9) {
  --ghost-left: 88.9%;
  --ghost-top: 79.8%;
  --ghost-hue: 9deg;
  --ghost-tilt: 6deg;
}

.app-ghost-cloud .ghost-app:nth-child(10) {
  --ghost-left: 79.8%;
  --ghost-top: 88.9%;
  --ghost-hue: 50deg;
  --ghost-tilt: -2deg;
}

.app-ghost-cloud .ghost-app:nth-child(11) {
  --ghost-left: 68.8%;
  --ghost-top: 95.3%;
  --ghost-hue: 91deg;
  --ghost-tilt: -10deg;
}

.app-ghost-cloud .ghost-app:nth-child(12) {
  --ghost-left: 56.4%;
  --ghost-top: 98.6%;
  --ghost-hue: 132deg;
  --ghost-tilt: 13deg;
}

.app-ghost-cloud .ghost-app:nth-child(13) {
  --ghost-left: 43.6%;
  --ghost-top: 98.6%;
  --ghost-hue: 173deg;
  --ghost-tilt: 5deg;
}

.app-ghost-cloud .ghost-app:nth-child(14) {
  --ghost-left: 31.2%;
  --ghost-top: 95.3%;
  --ghost-hue: 214deg;
  --ghost-tilt: -3deg;
}

.app-ghost-cloud .ghost-app:nth-child(15) {
  --ghost-left: 20.2%;
  --ghost-top: 88.9%;
  --ghost-hue: 255deg;
  --ghost-tilt: -11deg;
}

.app-ghost-cloud .ghost-app:nth-child(16) {
  --ghost-left: 11.1%;
  --ghost-top: 79.8%;
  --ghost-hue: 296deg;
  --ghost-tilt: 12deg;
}

.app-ghost-cloud .ghost-app:nth-child(17) {
  --ghost-left: 4.7%;
  --ghost-top: 68.8%;
  --ghost-hue: 337deg;
  --ghost-tilt: 4deg;
}

.app-ghost-cloud .ghost-app:nth-child(18) {
  --ghost-left: 1.4%;
  --ghost-top: 56.4%;
  --ghost-hue: 18deg;
  --ghost-tilt: -4deg;
}

.app-ghost-cloud .ghost-app:nth-child(19) {
  --ghost-left: 1.4%;
  --ghost-top: 43.6%;
  --ghost-hue: 59deg;
  --ghost-tilt: -12deg;
}

.app-ghost-cloud .ghost-app:nth-child(20) {
  --ghost-left: 4.7%;
  --ghost-top: 31.2%;
  --ghost-hue: 100deg;
  --ghost-tilt: 11deg;
}

.app-ghost-cloud .ghost-app:nth-child(21) {
  --ghost-left: 11.1%;
  --ghost-top: 20.2%;
  --ghost-hue: 141deg;
  --ghost-tilt: 3deg;
}

.app-ghost-cloud .ghost-app:nth-child(22) {
  --ghost-left: 20.2%;
  --ghost-top: 11.1%;
  --ghost-hue: 182deg;
  --ghost-tilt: -5deg;
}

.app-ghost-cloud .ghost-app:nth-child(23) {
  --ghost-left: 31.2%;
  --ghost-top: 4.7%;
  --ghost-hue: 223deg;
  --ghost-tilt: -13deg;
}

.app-ghost-cloud .ghost-app:nth-child(24) {
  --ghost-left: 43.6%;
  --ghost-top: 1.4%;
  --ghost-hue: 264deg;
  --ghost-tilt: 10deg;
}

.app-ghost-cloud .ghost-app:nth-child(25) {
  --ghost-left: 65%;
  --ghost-top: -6%;
  --ghost-hue: 305deg;
  --ghost-tilt: 2deg;
}

.app-ghost-cloud .ghost-app:nth-child(26) {
  --ghost-left: 91%;
  --ghost-top: 9%;
  --ghost-hue: 346deg;
  --ghost-tilt: -6deg;
}

.app-ghost-cloud .ghost-app:nth-child(27) {
  --ghost-left: 106%;
  --ghost-top: 35%;
  --ghost-hue: 27deg;
  --ghost-tilt: -14deg;
}

.app-ghost-cloud .ghost-app:nth-child(28) {
  --ghost-left: 106%;
  --ghost-top: 65%;
  --ghost-hue: 68deg;
  --ghost-tilt: 9deg;
}

.app-ghost-cloud .ghost-app:nth-child(29) {
  --ghost-left: 91%;
  --ghost-top: 91%;
  --ghost-hue: 109deg;
  --ghost-tilt: 1deg;
}

.app-ghost-cloud .ghost-app:nth-child(30) {
  --ghost-left: 65%;
  --ghost-top: 106%;
  --ghost-hue: 150deg;
  --ghost-tilt: -7deg;
}

.app-ghost-cloud .ghost-app:nth-child(31) {
  --ghost-left: 35%;
  --ghost-top: 106%;
  --ghost-hue: 191deg;
  --ghost-tilt: -15deg;
}

.app-ghost-cloud .ghost-app:nth-child(32) {
  --ghost-left: 9%;
  --ghost-top: 91%;
  --ghost-hue: 232deg;
  --ghost-tilt: 8deg;
}

.app-ghost-cloud .ghost-app:nth-child(33) {
  --ghost-left: -6%;
  --ghost-top: 65%;
  --ghost-hue: 273deg;
  --ghost-tilt: 0deg;
}

.app-ghost-cloud .ghost-app:nth-child(34) {
  --ghost-left: -6%;
  --ghost-top: 35%;
  --ghost-hue: 314deg;
  --ghost-tilt: -8deg;
}

.app-ghost-cloud .ghost-app:nth-child(35) {
  --ghost-left: 9%;
  --ghost-top: 9%;
  --ghost-hue: 355deg;
  --ghost-tilt: 15deg;
}

.app-ghost-cloud .ghost-app:nth-child(36) {
  --ghost-left: 35%;
  --ghost-top: -6%;
  --ghost-hue: 36deg;
  --ghost-tilt: 7deg;
}

.app-ghost-cloud .ghost-app:nth-child(n + 25):nth-child(-n + 56) {
  --ghost-size: clamp(0.54rem, 1.04vw, 0.74rem) !important;
  --ghost-blur: 0.95px !important;
  --ghost-opacity: 0.36 !important;
  display: block;
}

.app-ghost-cloud .ghost-app:nth-child(n + 57) {
  display: none;
}

.app-ghost-cloud .ghost-app:nth-child(25) {
  --ghost-left: 55.7% !important;
  --ghost-top: -7.7% !important;
  --ghost-hue: 305deg !important;
  --ghost-tilt: 2deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(26) {
  --ghost-left: 66.8% !important;
  --ghost-top: -5.5% !important;
  --ghost-hue: 346deg !important;
  --ghost-tilt: -6deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(27) {
  --ghost-left: 77.3% !important;
  --ghost-top: -1.2% !important;
  --ghost-hue: 27deg !important;
  --ghost-tilt: -14deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(28) {
  --ghost-left: 86.8% !important;
  --ghost-top: 5.2% !important;
  --ghost-hue: 68deg !important;
  --ghost-tilt: 9deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(29) {
  --ghost-left: 94.8% !important;
  --ghost-top: 13.2% !important;
  --ghost-hue: 109deg !important;
  --ghost-tilt: 1deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(30) {
  --ghost-left: 101.2% !important;
  --ghost-top: 22.7% !important;
  --ghost-hue: 150deg !important;
  --ghost-tilt: -7deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(31) {
  --ghost-left: 105.5% !important;
  --ghost-top: 33.2% !important;
  --ghost-hue: 191deg !important;
  --ghost-tilt: -15deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(32) {
  --ghost-left: 107.7% !important;
  --ghost-top: 44.3% !important;
  --ghost-hue: 232deg !important;
  --ghost-tilt: 8deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(33) {
  --ghost-left: 107.7% !important;
  --ghost-top: 55.7% !important;
  --ghost-hue: 273deg !important;
  --ghost-tilt: 0deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(34) {
  --ghost-left: 105.5% !important;
  --ghost-top: 66.8% !important;
  --ghost-hue: 314deg !important;
  --ghost-tilt: -8deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(35) {
  --ghost-left: 101.2% !important;
  --ghost-top: 77.3% !important;
  --ghost-hue: 355deg !important;
  --ghost-tilt: 15deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(36) {
  --ghost-left: 94.8% !important;
  --ghost-top: 86.8% !important;
  --ghost-hue: 36deg !important;
  --ghost-tilt: 7deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(37) {
  --ghost-left: 86.8% !important;
  --ghost-top: 94.8% !important;
  --ghost-hue: 77deg !important;
  --ghost-tilt: -1deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(38) {
  --ghost-left: 77.3% !important;
  --ghost-top: 101.2% !important;
  --ghost-hue: 118deg !important;
  --ghost-tilt: -9deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(39) {
  --ghost-left: 66.8% !important;
  --ghost-top: 105.5% !important;
  --ghost-hue: 159deg !important;
  --ghost-tilt: 14deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(40) {
  --ghost-left: 55.7% !important;
  --ghost-top: 107.7% !important;
  --ghost-hue: 200deg !important;
  --ghost-tilt: 6deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(41) {
  --ghost-left: 44.3% !important;
  --ghost-top: 107.7% !important;
  --ghost-hue: 241deg !important;
  --ghost-tilt: -2deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(42) {
  --ghost-left: 33.2% !important;
  --ghost-top: 105.5% !important;
  --ghost-hue: 282deg !important;
  --ghost-tilt: -10deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(43) {
  --ghost-left: 22.7% !important;
  --ghost-top: 101.2% !important;
  --ghost-hue: 323deg !important;
  --ghost-tilt: 13deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(44) {
  --ghost-left: 13.2% !important;
  --ghost-top: 94.8% !important;
  --ghost-hue: 4deg !important;
  --ghost-tilt: 5deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(45) {
  --ghost-left: 5.2% !important;
  --ghost-top: 86.8% !important;
  --ghost-hue: 45deg !important;
  --ghost-tilt: -3deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(46) {
  --ghost-left: -1.2% !important;
  --ghost-top: 77.3% !important;
  --ghost-hue: 86deg !important;
  --ghost-tilt: -11deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(47) {
  --ghost-left: -5.5% !important;
  --ghost-top: 66.8% !important;
  --ghost-hue: 127deg !important;
  --ghost-tilt: 12deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(48) {
  --ghost-left: -7.7% !important;
  --ghost-top: 55.7% !important;
  --ghost-hue: 168deg !important;
  --ghost-tilt: 4deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(49) {
  --ghost-left: -7.7% !important;
  --ghost-top: 44.3% !important;
  --ghost-hue: 209deg !important;
  --ghost-tilt: -4deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(50) {
  --ghost-left: -5.5% !important;
  --ghost-top: 33.2% !important;
  --ghost-hue: 250deg !important;
  --ghost-tilt: -12deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(51) {
  --ghost-left: -1.2% !important;
  --ghost-top: 22.7% !important;
  --ghost-hue: 291deg !important;
  --ghost-tilt: 11deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(52) {
  --ghost-left: 5.2% !important;
  --ghost-top: 13.2% !important;
  --ghost-hue: 332deg !important;
  --ghost-tilt: 3deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(53) {
  --ghost-left: 13.2% !important;
  --ghost-top: 5.2% !important;
  --ghost-hue: 13deg !important;
  --ghost-tilt: -5deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(54) {
  --ghost-left: 22.7% !important;
  --ghost-top: -1.2% !important;
  --ghost-hue: 54deg !important;
  --ghost-tilt: -13deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(55) {
  --ghost-left: 33.2% !important;
  --ghost-top: -5.5% !important;
  --ghost-hue: 95deg !important;
  --ghost-tilt: 10deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(56) {
  --ghost-left: 44.3% !important;
  --ghost-top: -7.7% !important;
  --ghost-hue: 136deg !important;
  --ghost-tilt: 2deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(25) {
  --ghost-left: 55.2% !important;
  --ghost-top: -2.7% !important;
  --ghost-hue: 305deg !important;
  --ghost-tilt: 2deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(26) {
  --ghost-left: 65.4% !important;
  --ghost-top: -0.7% !important;
  --ghost-hue: 346deg !important;
  --ghost-tilt: -6deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(27) {
  --ghost-left: 75% !important;
  --ghost-top: 3.3% !important;
  --ghost-hue: 27deg !important;
  --ghost-tilt: -14deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(28) {
  --ghost-left: 83.6% !important;
  --ghost-top: 9% !important;
  --ghost-hue: 68deg !important;
  --ghost-tilt: 9deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(29) {
  --ghost-left: 91% !important;
  --ghost-top: 16.4% !important;
  --ghost-hue: 109deg !important;
  --ghost-tilt: 1deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(30) {
  --ghost-left: 96.7% !important;
  --ghost-top: 25% !important;
  --ghost-hue: 150deg !important;
  --ghost-tilt: -7deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(31) {
  --ghost-left: 100.7% !important;
  --ghost-top: 34.6% !important;
  --ghost-hue: 191deg !important;
  --ghost-tilt: -15deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(32) {
  --ghost-left: 102.7% !important;
  --ghost-top: 44.8% !important;
  --ghost-hue: 232deg !important;
  --ghost-tilt: 8deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(33) {
  --ghost-left: 102.7% !important;
  --ghost-top: 55.2% !important;
  --ghost-hue: 273deg !important;
  --ghost-tilt: 0deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(34) {
  --ghost-left: 100.7% !important;
  --ghost-top: 65.4% !important;
  --ghost-hue: 314deg !important;
  --ghost-tilt: -8deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(35) {
  --ghost-left: 96.7% !important;
  --ghost-top: 75% !important;
  --ghost-hue: 355deg !important;
  --ghost-tilt: 15deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(36) {
  --ghost-left: 91% !important;
  --ghost-top: 83.6% !important;
  --ghost-hue: 36deg !important;
  --ghost-tilt: 7deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(37) {
  --ghost-left: 83.6% !important;
  --ghost-top: 91% !important;
  --ghost-hue: 77deg !important;
  --ghost-tilt: -1deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(38) {
  --ghost-left: 75% !important;
  --ghost-top: 96.7% !important;
  --ghost-hue: 118deg !important;
  --ghost-tilt: -9deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(39) {
  --ghost-left: 65.4% !important;
  --ghost-top: 100.7% !important;
  --ghost-hue: 159deg !important;
  --ghost-tilt: 14deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(40) {
  --ghost-left: 55.2% !important;
  --ghost-top: 102.7% !important;
  --ghost-hue: 200deg !important;
  --ghost-tilt: 6deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(41) {
  --ghost-left: 44.8% !important;
  --ghost-top: 102.7% !important;
  --ghost-hue: 241deg !important;
  --ghost-tilt: -2deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(42) {
  --ghost-left: 34.6% !important;
  --ghost-top: 100.7% !important;
  --ghost-hue: 282deg !important;
  --ghost-tilt: -10deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(43) {
  --ghost-left: 25% !important;
  --ghost-top: 96.7% !important;
  --ghost-hue: 323deg !important;
  --ghost-tilt: 13deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(44) {
  --ghost-left: 16.4% !important;
  --ghost-top: 91% !important;
  --ghost-hue: 4deg !important;
  --ghost-tilt: 5deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(45) {
  --ghost-left: 9% !important;
  --ghost-top: 83.6% !important;
  --ghost-hue: 45deg !important;
  --ghost-tilt: -3deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(46) {
  --ghost-left: 3.3% !important;
  --ghost-top: 75% !important;
  --ghost-hue: 86deg !important;
  --ghost-tilt: -11deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(47) {
  --ghost-left: -0.7% !important;
  --ghost-top: 65.4% !important;
  --ghost-hue: 127deg !important;
  --ghost-tilt: 12deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(48) {
  --ghost-left: -2.7% !important;
  --ghost-top: 55.2% !important;
  --ghost-hue: 168deg !important;
  --ghost-tilt: 4deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(49) {
  --ghost-left: -2.7% !important;
  --ghost-top: 44.8% !important;
  --ghost-hue: 209deg !important;
  --ghost-tilt: -4deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(50) {
  --ghost-left: -0.7% !important;
  --ghost-top: 34.6% !important;
  --ghost-hue: 250deg !important;
  --ghost-tilt: -12deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(51) {
  --ghost-left: 3.3% !important;
  --ghost-top: 25% !important;
  --ghost-hue: 291deg !important;
  --ghost-tilt: 11deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(52) {
  --ghost-left: 9% !important;
  --ghost-top: 16.4% !important;
  --ghost-hue: 332deg !important;
  --ghost-tilt: 3deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(53) {
  --ghost-left: 16.4% !important;
  --ghost-top: 9% !important;
  --ghost-hue: 13deg !important;
  --ghost-tilt: -5deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(54) {
  --ghost-left: 25% !important;
  --ghost-top: 3.3% !important;
  --ghost-hue: 54deg !important;
  --ghost-tilt: -13deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(55) {
  --ghost-left: 34.6% !important;
  --ghost-top: -0.7% !important;
  --ghost-hue: 95deg !important;
  --ghost-tilt: 10deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(56) {
  --ghost-left: 44.8% !important;
  --ghost-top: -2.7% !important;
  --ghost-hue: 136deg !important;
  --ghost-tilt: 2deg !important;
}

.app-ghost-cloud {
  inset: 0;
}

.app-ghost-cloud::before {
  width: 108%;
}

.app-ghost-cloud::after {
  width: 124%;
}

.app-ghost-cloud .ghost-app:nth-child(n) {
  --ghost-size: clamp(0.76rem, 1.46vw, 1.04rem) !important;
  --ghost-blur: 0.9px !important;
  --ghost-opacity: 0.4 !important;
}

.app-ghost-cloud .ghost-app:nth-child(n + 25):nth-child(-n + 60) {
  --ghost-size: clamp(0.5rem, 0.96vw, 0.68rem) !important;
  --ghost-blur: 0.95px !important;
  --ghost-opacity: 0.34 !important;
  display: block !important;
}

.app-ghost-cloud .ghost-app:nth-child(n + 61) {
  display: none !important;
}

.app-ghost-cloud .ghost-app:nth-child(1) {
  --ghost-left: 56.1% !important;
  --ghost-top: 3.9% !important;
  --ghost-hue: 41deg !important;
  --ghost-tilt: 8deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(2) {
  --ghost-left: 67.8% !important;
  --ghost-top: 7% !important;
  --ghost-hue: 82deg !important;
  --ghost-tilt: 0deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(3) {
  --ghost-left: 78.3% !important;
  --ghost-top: 13.1% !important;
  --ghost-hue: 123deg !important;
  --ghost-tilt: -8deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(4) {
  --ghost-left: 86.9% !important;
  --ghost-top: 21.7% !important;
  --ghost-hue: 164deg !important;
  --ghost-tilt: 15deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(5) {
  --ghost-left: 93% !important;
  --ghost-top: 32.2% !important;
  --ghost-hue: 205deg !important;
  --ghost-tilt: 7deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(6) {
  --ghost-left: 96.1% !important;
  --ghost-top: 43.9% !important;
  --ghost-hue: 246deg !important;
  --ghost-tilt: -1deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(7) {
  --ghost-left: 96.1% !important;
  --ghost-top: 56.1% !important;
  --ghost-hue: 287deg !important;
  --ghost-tilt: -9deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(8) {
  --ghost-left: 93% !important;
  --ghost-top: 67.8% !important;
  --ghost-hue: 328deg !important;
  --ghost-tilt: 14deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(9) {
  --ghost-left: 86.9% !important;
  --ghost-top: 78.3% !important;
  --ghost-hue: 9deg !important;
  --ghost-tilt: 6deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(10) {
  --ghost-left: 78.3% !important;
  --ghost-top: 86.9% !important;
  --ghost-hue: 50deg !important;
  --ghost-tilt: -2deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(11) {
  --ghost-left: 67.8% !important;
  --ghost-top: 93% !important;
  --ghost-hue: 91deg !important;
  --ghost-tilt: -10deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(12) {
  --ghost-left: 56.1% !important;
  --ghost-top: 96.1% !important;
  --ghost-hue: 132deg !important;
  --ghost-tilt: 13deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(13) {
  --ghost-left: 43.9% !important;
  --ghost-top: 96.1% !important;
  --ghost-hue: 173deg !important;
  --ghost-tilt: 5deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(14) {
  --ghost-left: 32.2% !important;
  --ghost-top: 93% !important;
  --ghost-hue: 214deg !important;
  --ghost-tilt: -3deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(15) {
  --ghost-left: 21.7% !important;
  --ghost-top: 86.9% !important;
  --ghost-hue: 255deg !important;
  --ghost-tilt: -11deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(16) {
  --ghost-left: 13.1% !important;
  --ghost-top: 78.3% !important;
  --ghost-hue: 296deg !important;
  --ghost-tilt: 12deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(17) {
  --ghost-left: 7% !important;
  --ghost-top: 67.8% !important;
  --ghost-hue: 337deg !important;
  --ghost-tilt: 4deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(18) {
  --ghost-left: 3.9% !important;
  --ghost-top: 56.1% !important;
  --ghost-hue: 18deg !important;
  --ghost-tilt: -4deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(19) {
  --ghost-left: 3.9% !important;
  --ghost-top: 43.9% !important;
  --ghost-hue: 59deg !important;
  --ghost-tilt: -12deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(20) {
  --ghost-left: 7% !important;
  --ghost-top: 32.2% !important;
  --ghost-hue: 100deg !important;
  --ghost-tilt: 11deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(21) {
  --ghost-left: 13.1% !important;
  --ghost-top: 21.7% !important;
  --ghost-hue: 141deg !important;
  --ghost-tilt: 3deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(22) {
  --ghost-left: 21.7% !important;
  --ghost-top: 13.1% !important;
  --ghost-hue: 182deg !important;
  --ghost-tilt: -5deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(23) {
  --ghost-left: 32.2% !important;
  --ghost-top: 7% !important;
  --ghost-hue: 223deg !important;
  --ghost-tilt: -13deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(24) {
  --ghost-left: 43.9% !important;
  --ghost-top: 3.9% !important;
  --ghost-hue: 264deg !important;
  --ghost-tilt: 10deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(25) {
  --ghost-left: 54.9% !important;
  --ghost-top: -6.3% !important;
  --ghost-hue: 305deg !important;
  --ghost-tilt: 2deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(26) {
  --ghost-left: 64.6% !important;
  --ghost-top: -4.6% !important;
  --ghost-hue: 346deg !important;
  --ghost-tilt: -6deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(27) {
  --ghost-left: 73.9% !important;
  --ghost-top: -1.2% !important;
  --ghost-hue: 27deg !important;
  --ghost-tilt: -14deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(28) {
  --ghost-left: 82.4% !important;
  --ghost-top: 3.7% !important;
  --ghost-hue: 68deg !important;
  --ghost-tilt: 9deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(29) {
  --ghost-left: 90% !important;
  --ghost-top: 10% !important;
  --ghost-hue: 109deg !important;
  --ghost-tilt: 1deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(30) {
  --ghost-left: 96.3% !important;
  --ghost-top: 17.6% !important;
  --ghost-hue: 150deg !important;
  --ghost-tilt: -7deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(31) {
  --ghost-left: 101.2% !important;
  --ghost-top: 26.1% !important;
  --ghost-hue: 191deg !important;
  --ghost-tilt: -15deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(32) {
  --ghost-left: 104.6% !important;
  --ghost-top: 35.4% !important;
  --ghost-hue: 232deg !important;
  --ghost-tilt: 8deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(33) {
  --ghost-left: 106.3% !important;
  --ghost-top: 45.1% !important;
  --ghost-hue: 273deg !important;
  --ghost-tilt: 0deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(34) {
  --ghost-left: 106.3% !important;
  --ghost-top: 54.9% !important;
  --ghost-hue: 314deg !important;
  --ghost-tilt: -8deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(35) {
  --ghost-left: 104.6% !important;
  --ghost-top: 64.6% !important;
  --ghost-hue: 355deg !important;
  --ghost-tilt: 15deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(36) {
  --ghost-left: 101.2% !important;
  --ghost-top: 73.9% !important;
  --ghost-hue: 36deg !important;
  --ghost-tilt: 7deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(37) {
  --ghost-left: 96.3% !important;
  --ghost-top: 82.4% !important;
  --ghost-hue: 77deg !important;
  --ghost-tilt: -1deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(38) {
  --ghost-left: 90% !important;
  --ghost-top: 90% !important;
  --ghost-hue: 118deg !important;
  --ghost-tilt: -9deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(39) {
  --ghost-left: 82.4% !important;
  --ghost-top: 96.3% !important;
  --ghost-hue: 159deg !important;
  --ghost-tilt: 14deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(40) {
  --ghost-left: 73.9% !important;
  --ghost-top: 101.2% !important;
  --ghost-hue: 200deg !important;
  --ghost-tilt: 6deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(41) {
  --ghost-left: 64.6% !important;
  --ghost-top: 104.6% !important;
  --ghost-hue: 241deg !important;
  --ghost-tilt: -2deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(42) {
  --ghost-left: 54.9% !important;
  --ghost-top: 106.3% !important;
  --ghost-hue: 282deg !important;
  --ghost-tilt: -10deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(43) {
  --ghost-left: 45.1% !important;
  --ghost-top: 106.3% !important;
  --ghost-hue: 323deg !important;
  --ghost-tilt: 13deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(44) {
  --ghost-left: 35.4% !important;
  --ghost-top: 104.6% !important;
  --ghost-hue: 4deg !important;
  --ghost-tilt: 5deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(45) {
  --ghost-left: 26.1% !important;
  --ghost-top: 101.2% !important;
  --ghost-hue: 45deg !important;
  --ghost-tilt: -3deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(46) {
  --ghost-left: 17.6% !important;
  --ghost-top: 96.3% !important;
  --ghost-hue: 86deg !important;
  --ghost-tilt: -11deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(47) {
  --ghost-left: 10% !important;
  --ghost-top: 90% !important;
  --ghost-hue: 127deg !important;
  --ghost-tilt: 12deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(48) {
  --ghost-left: 3.7% !important;
  --ghost-top: 82.4% !important;
  --ghost-hue: 168deg !important;
  --ghost-tilt: 4deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(49) {
  --ghost-left: -1.2% !important;
  --ghost-top: 73.9% !important;
  --ghost-hue: 209deg !important;
  --ghost-tilt: -4deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(50) {
  --ghost-left: -4.6% !important;
  --ghost-top: 64.6% !important;
  --ghost-hue: 250deg !important;
  --ghost-tilt: -12deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(51) {
  --ghost-left: -6.3% !important;
  --ghost-top: 54.9% !important;
  --ghost-hue: 291deg !important;
  --ghost-tilt: 11deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(52) {
  --ghost-left: -6.3% !important;
  --ghost-top: 45.1% !important;
  --ghost-hue: 332deg !important;
  --ghost-tilt: 3deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(53) {
  --ghost-left: -4.6% !important;
  --ghost-top: 35.4% !important;
  --ghost-hue: 13deg !important;
  --ghost-tilt: -5deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(54) {
  --ghost-left: -1.2% !important;
  --ghost-top: 26.1% !important;
  --ghost-hue: 54deg !important;
  --ghost-tilt: -13deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(55) {
  --ghost-left: 3.7% !important;
  --ghost-top: 17.6% !important;
  --ghost-hue: 95deg !important;
  --ghost-tilt: 10deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(56) {
  --ghost-left: 10% !important;
  --ghost-top: 10% !important;
  --ghost-hue: 136deg !important;
  --ghost-tilt: 2deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(57) {
  --ghost-left: 17.6% !important;
  --ghost-top: 3.7% !important;
  --ghost-hue: 177deg !important;
  --ghost-tilt: -6deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(58) {
  --ghost-left: 26.1% !important;
  --ghost-top: -1.2% !important;
  --ghost-hue: 218deg !important;
  --ghost-tilt: -14deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(59) {
  --ghost-left: 35.4% !important;
  --ghost-top: -4.6% !important;
  --ghost-hue: 259deg !important;
  --ghost-tilt: 9deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(60) {
  --ghost-left: 45.1% !important;
  --ghost-top: -6.3% !important;
  --ghost-hue: 300deg !important;
  --ghost-tilt: 1deg !important;
}

.app-ghost-cloud .ghost-app:nth-child(1) { --ghost-left: 56.7% !important; --ghost-top: -1.1% !important; --ghost-hue: 58deg !important; --ghost-tilt: 8deg !important; }
.app-ghost-cloud .ghost-app:nth-child(2) { --ghost-left: 69.7% !important; --ghost-top: 2.4% !important; --ghost-hue: 116deg !important; --ghost-tilt: 0deg !important; }
.app-ghost-cloud .ghost-app:nth-child(3) { --ghost-left: 81.4% !important; --ghost-top: 9.1% !important; --ghost-hue: 174deg !important; --ghost-tilt: -8deg !important; }
.app-ghost-cloud .ghost-app:nth-child(4) { --ghost-left: 90.9% !important; --ghost-top: 18.6% !important; --ghost-hue: 232deg !important; --ghost-tilt: 15deg !important; }
.app-ghost-cloud .ghost-app:nth-child(5) { --ghost-left: 97.6% !important; --ghost-top: 30.3% !important; --ghost-hue: 290deg !important; --ghost-tilt: 7deg !important; }
.app-ghost-cloud .ghost-app:nth-child(6) { --ghost-left: 101.1% !important; --ghost-top: 43.3% !important; --ghost-hue: 348deg !important; --ghost-tilt: -1deg !important; }
.app-ghost-cloud .ghost-app:nth-child(7) { --ghost-left: 101.1% !important; --ghost-top: 56.7% !important; --ghost-hue: 46deg !important; --ghost-tilt: -9deg !important; }
.app-ghost-cloud .ghost-app:nth-child(8) { --ghost-left: 97.6% !important; --ghost-top: 69.7% !important; --ghost-hue: 104deg !important; --ghost-tilt: 14deg !important; }
.app-ghost-cloud .ghost-app:nth-child(9) { --ghost-left: 90.9% !important; --ghost-top: 81.4% !important; --ghost-hue: 153deg !important; --ghost-tilt: 6deg !important; }
.app-ghost-cloud .ghost-app:nth-child(10) { --ghost-left: 81.4% !important; --ghost-top: 90.9% !important; --ghost-hue: 211deg !important; --ghost-tilt: -2deg !important; }
.app-ghost-cloud .ghost-app:nth-child(11) { --ghost-left: 69.7% !important; --ghost-top: 97.6% !important; --ghost-hue: 269deg !important; --ghost-tilt: -10deg !important; }
.app-ghost-cloud .ghost-app:nth-child(12) { --ghost-left: 56.7% !important; --ghost-top: 101.1% !important; --ghost-hue: 327deg !important; --ghost-tilt: 13deg !important; }
.app-ghost-cloud .ghost-app:nth-child(13) { --ghost-left: 43.3% !important; --ghost-top: 101.1% !important; --ghost-hue: 25deg !important; --ghost-tilt: 5deg !important; }
.app-ghost-cloud .ghost-app:nth-child(14) { --ghost-left: 30.3% !important; --ghost-top: 97.6% !important; --ghost-hue: 83deg !important; --ghost-tilt: -3deg !important; }
.app-ghost-cloud .ghost-app:nth-child(15) { --ghost-left: 18.6% !important; --ghost-top: 90.9% !important; --ghost-hue: 141deg !important; --ghost-tilt: -11deg !important; }
.app-ghost-cloud .ghost-app:nth-child(16) { --ghost-left: 9.1% !important; --ghost-top: 81.4% !important; --ghost-hue: 199deg !important; --ghost-tilt: 12deg !important; }
.app-ghost-cloud .ghost-app:nth-child(17) { --ghost-left: 2.4% !important; --ghost-top: 69.7% !important; --ghost-hue: 257deg !important; --ghost-tilt: 4deg !important; }
.app-ghost-cloud .ghost-app:nth-child(18) { --ghost-left: -1.1% !important; --ghost-top: 56.7% !important; --ghost-hue: 306deg !important; --ghost-tilt: -4deg !important; }
.app-ghost-cloud .ghost-app:nth-child(19) { --ghost-left: -1.1% !important; --ghost-top: 43.3% !important; --ghost-hue: 4deg !important; --ghost-tilt: -12deg !important; }
.app-ghost-cloud .ghost-app:nth-child(20) { --ghost-left: 2.4% !important; --ghost-top: 30.3% !important; --ghost-hue: 62deg !important; --ghost-tilt: 11deg !important; }
.app-ghost-cloud .ghost-app:nth-child(21) { --ghost-left: 9.1% !important; --ghost-top: 18.6% !important; --ghost-hue: 120deg !important; --ghost-tilt: 3deg !important; }
.app-ghost-cloud .ghost-app:nth-child(22) { --ghost-left: 18.6% !important; --ghost-top: 9.1% !important; --ghost-hue: 178deg !important; --ghost-tilt: -5deg !important; }
.app-ghost-cloud .ghost-app:nth-child(23) { --ghost-left: 30.3% !important; --ghost-top: 2.4% !important; --ghost-hue: 236deg !important; --ghost-tilt: -13deg !important; }
.app-ghost-cloud .ghost-app:nth-child(24) { --ghost-left: 43.3% !important; --ghost-top: -1.1% !important; --ghost-hue: 294deg !important; --ghost-tilt: 10deg !important; }
.app-ghost-cloud .ghost-app:nth-child(25) { --ghost-left: 55.3% !important; --ghost-top: -10.8% !important; --ghost-hue: 352deg !important; --ghost-tilt: 2deg !important; }
.app-ghost-cloud .ghost-app:nth-child(26) { --ghost-left: 65.8% !important; --ghost-top: -8.9% !important; --ghost-hue: 50deg !important; --ghost-tilt: -6deg !important; }
.app-ghost-cloud .ghost-app:nth-child(27) { --ghost-left: 75.8% !important; --ghost-top: -5.3% !important; --ghost-hue: 99deg !important; --ghost-tilt: -14deg !important; }
.app-ghost-cloud .ghost-app:nth-child(28) { --ghost-left: 85% !important; --ghost-top: 0% !important; --ghost-hue: 157deg !important; --ghost-tilt: 9deg !important; }
.app-ghost-cloud .ghost-app:nth-child(29) { --ghost-left: 93.1% !important; --ghost-top: 6.9% !important; --ghost-hue: 215deg !important; --ghost-tilt: 1deg !important; }
.app-ghost-cloud .ghost-app:nth-child(30) { --ghost-left: 100% !important; --ghost-top: 15% !important; --ghost-hue: 273deg !important; --ghost-tilt: -7deg !important; }
.app-ghost-cloud .ghost-app:nth-child(31) { --ghost-left: 105.3% !important; --ghost-top: 24.2% !important; --ghost-hue: 331deg !important; --ghost-tilt: -15deg !important; }
.app-ghost-cloud .ghost-app:nth-child(32) { --ghost-left: 108.9% !important; --ghost-top: 34.2% !important; --ghost-hue: 29deg !important; --ghost-tilt: 8deg !important; }
.app-ghost-cloud .ghost-app:nth-child(33) { --ghost-left: 110.8% !important; --ghost-top: 44.7% !important; --ghost-hue: 87deg !important; --ghost-tilt: 0deg !important; }
.app-ghost-cloud .ghost-app:nth-child(34) { --ghost-left: 110.8% !important; --ghost-top: 55.3% !important; --ghost-hue: 145deg !important; --ghost-tilt: -8deg !important; }
.app-ghost-cloud .ghost-app:nth-child(35) { --ghost-left: 108.9% !important; --ghost-top: 65.8% !important; --ghost-hue: 203deg !important; --ghost-tilt: 15deg !important; }
.app-ghost-cloud .ghost-app:nth-child(36) { --ghost-left: 105.3% !important; --ghost-top: 75.8% !important; --ghost-hue: 252deg !important; --ghost-tilt: 7deg !important; }
.app-ghost-cloud .ghost-app:nth-child(37) { --ghost-left: 100% !important; --ghost-top: 85% !important; --ghost-hue: 310deg !important; --ghost-tilt: -1deg !important; }
.app-ghost-cloud .ghost-app:nth-child(38) { --ghost-left: 93.1% !important; --ghost-top: 93.1% !important; --ghost-hue: 8deg !important; --ghost-tilt: -9deg !important; }
.app-ghost-cloud .ghost-app:nth-child(39) { --ghost-left: 85% !important; --ghost-top: 100% !important; --ghost-hue: 66deg !important; --ghost-tilt: 14deg !important; }
.app-ghost-cloud .ghost-app:nth-child(40) { --ghost-left: 75.8% !important; --ghost-top: 105.3% !important; --ghost-hue: 124deg !important; --ghost-tilt: 6deg !important; }
.app-ghost-cloud .ghost-app:nth-child(41) { --ghost-left: 65.8% !important; --ghost-top: 108.9% !important; --ghost-hue: 182deg !important; --ghost-tilt: -2deg !important; }
.app-ghost-cloud .ghost-app:nth-child(42) { --ghost-left: 55.3% !important; --ghost-top: 110.8% !important; --ghost-hue: 240deg !important; --ghost-tilt: -10deg !important; }
.app-ghost-cloud .ghost-app:nth-child(43) { --ghost-left: 44.7% !important; --ghost-top: 110.8% !important; --ghost-hue: 298deg !important; --ghost-tilt: 13deg !important; }
.app-ghost-cloud .ghost-app:nth-child(44) { --ghost-left: 34.2% !important; --ghost-top: 108.9% !important; --ghost-hue: 356deg !important; --ghost-tilt: 5deg !important; }
.app-ghost-cloud .ghost-app:nth-child(45) { --ghost-left: 24.2% !important; --ghost-top: 105.3% !important; --ghost-hue: 45deg !important; --ghost-tilt: -3deg !important; }
.app-ghost-cloud .ghost-app:nth-child(46) { --ghost-left: 15% !important; --ghost-top: 100% !important; --ghost-hue: 103deg !important; --ghost-tilt: -11deg !important; }
.app-ghost-cloud .ghost-app:nth-child(47) { --ghost-left: 6.9% !important; --ghost-top: 93.1% !important; --ghost-hue: 161deg !important; --ghost-tilt: 12deg !important; }
.app-ghost-cloud .ghost-app:nth-child(48) { --ghost-left: 0% !important; --ghost-top: 85% !important; --ghost-hue: 219deg !important; --ghost-tilt: 4deg !important; }
.app-ghost-cloud .ghost-app:nth-child(49) { --ghost-left: -5.3% !important; --ghost-top: 75.8% !important; --ghost-hue: 277deg !important; --ghost-tilt: -4deg !important; }
.app-ghost-cloud .ghost-app:nth-child(50) { --ghost-left: -8.9% !important; --ghost-top: 65.8% !important; --ghost-hue: 335deg !important; --ghost-tilt: -12deg !important; }
.app-ghost-cloud .ghost-app:nth-child(51) { --ghost-left: -10.8% !important; --ghost-top: 55.3% !important; --ghost-hue: 33deg !important; --ghost-tilt: 11deg !important; }
.app-ghost-cloud .ghost-app:nth-child(52) { --ghost-left: -10.8% !important; --ghost-top: 44.7% !important; --ghost-hue: 91deg !important; --ghost-tilt: 3deg !important; }
.app-ghost-cloud .ghost-app:nth-child(53) { --ghost-left: -8.9% !important; --ghost-top: 34.2% !important; --ghost-hue: 149deg !important; --ghost-tilt: -5deg !important; }
.app-ghost-cloud .ghost-app:nth-child(54) { --ghost-left: -5.3% !important; --ghost-top: 24.2% !important; --ghost-hue: 198deg !important; --ghost-tilt: -13deg !important; }
.app-ghost-cloud .ghost-app:nth-child(55) { --ghost-left: 0% !important; --ghost-top: 15% !important; --ghost-hue: 256deg !important; --ghost-tilt: 10deg !important; }
.app-ghost-cloud .ghost-app:nth-child(56) { --ghost-left: 6.9% !important; --ghost-top: 6.9% !important; --ghost-hue: 314deg !important; --ghost-tilt: 2deg !important; }
.app-ghost-cloud .ghost-app:nth-child(57) { --ghost-left: 15% !important; --ghost-top: 0% !important; --ghost-hue: 12deg !important; --ghost-tilt: -6deg !important; }
.app-ghost-cloud .ghost-app:nth-child(58) { --ghost-left: 24.2% !important; --ghost-top: -5.3% !important; --ghost-hue: 70deg !important; --ghost-tilt: -14deg !important; }
.app-ghost-cloud .ghost-app:nth-child(59) { --ghost-left: 34.2% !important; --ghost-top: -8.9% !important; --ghost-hue: 128deg !important; --ghost-tilt: 9deg !important; }
.app-ghost-cloud .ghost-app:nth-child(60) { --ghost-left: 44.7% !important; --ghost-top: -10.8% !important; --ghost-hue: 186deg !important; --ghost-tilt: 1deg !important; }

.app-ghost-cloud .ghost-app:nth-child(1) { --ghost-left: 57% !important; --ghost-top: -3.5% !important; --ghost-hue: 58deg !important; --ghost-tilt: 8deg !important; }
.app-ghost-cloud .ghost-app:nth-child(2) { --ghost-left: 70.7% !important; --ghost-top: 0.1% !important; --ghost-hue: 116deg !important; --ghost-tilt: 0deg !important; }
.app-ghost-cloud .ghost-app:nth-child(3) { --ghost-left: 82.9% !important; --ghost-top: 7.2% !important; --ghost-hue: 174deg !important; --ghost-tilt: -8deg !important; }
.app-ghost-cloud .ghost-app:nth-child(4) { --ghost-left: 92.8% !important; --ghost-top: 17.1% !important; --ghost-hue: 232deg !important; --ghost-tilt: 15deg !important; }
.app-ghost-cloud .ghost-app:nth-child(5) { --ghost-left: 99.9% !important; --ghost-top: 29.3% !important; --ghost-hue: 290deg !important; --ghost-tilt: 7deg !important; }
.app-ghost-cloud .ghost-app:nth-child(6) { --ghost-left: 103.5% !important; --ghost-top: 43% !important; --ghost-hue: 348deg !important; --ghost-tilt: -1deg !important; }
.app-ghost-cloud .ghost-app:nth-child(7) { --ghost-left: 103.5% !important; --ghost-top: 57% !important; --ghost-hue: 46deg !important; --ghost-tilt: -9deg !important; }
.app-ghost-cloud .ghost-app:nth-child(8) { --ghost-left: 99.9% !important; --ghost-top: 70.7% !important; --ghost-hue: 104deg !important; --ghost-tilt: 14deg !important; }
.app-ghost-cloud .ghost-app:nth-child(9) { --ghost-left: 92.8% !important; --ghost-top: 82.9% !important; --ghost-hue: 153deg !important; --ghost-tilt: 6deg !important; }
.app-ghost-cloud .ghost-app:nth-child(10) { --ghost-left: 82.9% !important; --ghost-top: 92.8% !important; --ghost-hue: 211deg !important; --ghost-tilt: -2deg !important; }
.app-ghost-cloud .ghost-app:nth-child(11) { --ghost-left: 70.7% !important; --ghost-top: 99.9% !important; --ghost-hue: 269deg !important; --ghost-tilt: -10deg !important; }
.app-ghost-cloud .ghost-app:nth-child(12) { --ghost-left: 57% !important; --ghost-top: 103.5% !important; --ghost-hue: 327deg !important; --ghost-tilt: 13deg !important; }
.app-ghost-cloud .ghost-app:nth-child(13) { --ghost-left: 43% !important; --ghost-top: 103.5% !important; --ghost-hue: 25deg !important; --ghost-tilt: 5deg !important; }
.app-ghost-cloud .ghost-app:nth-child(14) { --ghost-left: 29.3% !important; --ghost-top: 99.9% !important; --ghost-hue: 83deg !important; --ghost-tilt: -3deg !important; }
.app-ghost-cloud .ghost-app:nth-child(15) { --ghost-left: 17.1% !important; --ghost-top: 92.8% !important; --ghost-hue: 141deg !important; --ghost-tilt: -11deg !important; }
.app-ghost-cloud .ghost-app:nth-child(16) { --ghost-left: 7.2% !important; --ghost-top: 82.9% !important; --ghost-hue: 199deg !important; --ghost-tilt: 12deg !important; }
.app-ghost-cloud .ghost-app:nth-child(17) { --ghost-left: 0.1% !important; --ghost-top: 70.7% !important; --ghost-hue: 257deg !important; --ghost-tilt: 4deg !important; }
.app-ghost-cloud .ghost-app:nth-child(18) { --ghost-left: -3.5% !important; --ghost-top: 57% !important; --ghost-hue: 306deg !important; --ghost-tilt: -4deg !important; }
.app-ghost-cloud .ghost-app:nth-child(19) { --ghost-left: -3.5% !important; --ghost-top: 43% !important; --ghost-hue: 4deg !important; --ghost-tilt: -12deg !important; }
.app-ghost-cloud .ghost-app:nth-child(20) { --ghost-left: 0.1% !important; --ghost-top: 29.3% !important; --ghost-hue: 62deg !important; --ghost-tilt: 11deg !important; }
.app-ghost-cloud .ghost-app:nth-child(21) { --ghost-left: 7.2% !important; --ghost-top: 17.1% !important; --ghost-hue: 120deg !important; --ghost-tilt: 3deg !important; }
.app-ghost-cloud .ghost-app:nth-child(22) { --ghost-left: 17.1% !important; --ghost-top: 7.2% !important; --ghost-hue: 178deg !important; --ghost-tilt: -5deg !important; }
.app-ghost-cloud .ghost-app:nth-child(23) { --ghost-left: 29.3% !important; --ghost-top: 0.1% !important; --ghost-hue: 236deg !important; --ghost-tilt: -13deg !important; }
.app-ghost-cloud .ghost-app:nth-child(24) { --ghost-left: 43% !important; --ghost-top: -3.5% !important; --ghost-hue: 294deg !important; --ghost-tilt: 10deg !important; }
.app-ghost-cloud .ghost-app:nth-child(25) { --ghost-left: 56.5% !important; --ghost-top: -24.7% !important; --ghost-hue: 352deg !important; --ghost-tilt: 2deg !important; }
.app-ghost-cloud .ghost-app:nth-child(26) { --ghost-left: 69.4% !important; --ghost-top: -22.4% !important; --ghost-hue: 50deg !important; --ghost-tilt: -6deg !important; }
.app-ghost-cloud .ghost-app:nth-child(27) { --ghost-left: 81.7% !important; --ghost-top: -18% !important; --ghost-hue: 99deg !important; --ghost-tilt: -14deg !important; }
.app-ghost-cloud .ghost-app:nth-child(28) { --ghost-left: 93% !important; --ghost-top: -11.4% !important; --ghost-hue: 157deg !important; --ghost-tilt: 9deg !important; }
.app-ghost-cloud .ghost-app:nth-child(29) { --ghost-left: 103% !important; --ghost-top: -3% !important; --ghost-hue: 215deg !important; --ghost-tilt: 1deg !important; }
.app-ghost-cloud .ghost-app:nth-child(30) { --ghost-left: 111.4% !important; --ghost-top: 7% !important; --ghost-hue: 273deg !important; --ghost-tilt: -7deg !important; }
.app-ghost-cloud .ghost-app:nth-child(31) { --ghost-left: 118% !important; --ghost-top: 18.3% !important; --ghost-hue: 331deg !important; --ghost-tilt: -15deg !important; }
.app-ghost-cloud .ghost-app:nth-child(32) { --ghost-left: 122.4% !important; --ghost-top: 30.6% !important; --ghost-hue: 29deg !important; --ghost-tilt: 8deg !important; }
.app-ghost-cloud .ghost-app:nth-child(33) { --ghost-left: 124.7% !important; --ghost-top: 43.5% !important; --ghost-hue: 87deg !important; --ghost-tilt: 0deg !important; }
.app-ghost-cloud .ghost-app:nth-child(34) { --ghost-left: 124.7% !important; --ghost-top: 56.5% !important; --ghost-hue: 145deg !important; --ghost-tilt: -8deg !important; }
.app-ghost-cloud .ghost-app:nth-child(35) { --ghost-left: 122.4% !important; --ghost-top: 69.4% !important; --ghost-hue: 203deg !important; --ghost-tilt: 15deg !important; }
.app-ghost-cloud .ghost-app:nth-child(36) { --ghost-left: 118% !important; --ghost-top: 81.7% !important; --ghost-hue: 252deg !important; --ghost-tilt: 7deg !important; }
.app-ghost-cloud .ghost-app:nth-child(37) { --ghost-left: 111.4% !important; --ghost-top: 93% !important; --ghost-hue: 310deg !important; --ghost-tilt: -1deg !important; }
.app-ghost-cloud .ghost-app:nth-child(38) { --ghost-left: 103% !important; --ghost-top: 103% !important; --ghost-hue: 8deg !important; --ghost-tilt: -9deg !important; }
.app-ghost-cloud .ghost-app:nth-child(39) { --ghost-left: 93% !important; --ghost-top: 111.4% !important; --ghost-hue: 66deg !important; --ghost-tilt: 14deg !important; }
.app-ghost-cloud .ghost-app:nth-child(40) { --ghost-left: 81.7% !important; --ghost-top: 118% !important; --ghost-hue: 124deg !important; --ghost-tilt: 6deg !important; }
.app-ghost-cloud .ghost-app:nth-child(41) { --ghost-left: 69.4% !important; --ghost-top: 122.4% !important; --ghost-hue: 182deg !important; --ghost-tilt: -2deg !important; }
.app-ghost-cloud .ghost-app:nth-child(42) { --ghost-left: 56.5% !important; --ghost-top: 124.7% !important; --ghost-hue: 240deg !important; --ghost-tilt: -10deg !important; }
.app-ghost-cloud .ghost-app:nth-child(43) { --ghost-left: 43.5% !important; --ghost-top: 124.7% !important; --ghost-hue: 298deg !important; --ghost-tilt: 13deg !important; }
.app-ghost-cloud .ghost-app:nth-child(44) { --ghost-left: 30.6% !important; --ghost-top: 122.4% !important; --ghost-hue: 356deg !important; --ghost-tilt: 5deg !important; }
.app-ghost-cloud .ghost-app:nth-child(45) { --ghost-left: 18.3% !important; --ghost-top: 118% !important; --ghost-hue: 45deg !important; --ghost-tilt: -3deg !important; }
.app-ghost-cloud .ghost-app:nth-child(46) { --ghost-left: 7% !important; --ghost-top: 111.4% !important; --ghost-hue: 103deg !important; --ghost-tilt: -11deg !important; }
.app-ghost-cloud .ghost-app:nth-child(47) { --ghost-left: -3% !important; --ghost-top: 103% !important; --ghost-hue: 161deg !important; --ghost-tilt: 12deg !important; }
.app-ghost-cloud .ghost-app:nth-child(48) { --ghost-left: -11.4% !important; --ghost-top: 93% !important; --ghost-hue: 219deg !important; --ghost-tilt: 4deg !important; }
.app-ghost-cloud .ghost-app:nth-child(49) { --ghost-left: -18% !important; --ghost-top: 81.7% !important; --ghost-hue: 277deg !important; --ghost-tilt: -4deg !important; }
.app-ghost-cloud .ghost-app:nth-child(50) { --ghost-left: -22.4% !important; --ghost-top: 69.4% !important; --ghost-hue: 335deg !important; --ghost-tilt: -12deg !important; }
.app-ghost-cloud .ghost-app:nth-child(51) { --ghost-left: -24.7% !important; --ghost-top: 56.5% !important; --ghost-hue: 33deg !important; --ghost-tilt: 11deg !important; }
.app-ghost-cloud .ghost-app:nth-child(52) { --ghost-left: -24.7% !important; --ghost-top: 43.5% !important; --ghost-hue: 91deg !important; --ghost-tilt: 3deg !important; }
.app-ghost-cloud .ghost-app:nth-child(53) { --ghost-left: -22.4% !important; --ghost-top: 30.6% !important; --ghost-hue: 149deg !important; --ghost-tilt: -5deg !important; }
.app-ghost-cloud .ghost-app:nth-child(54) { --ghost-left: -18% !important; --ghost-top: 18.3% !important; --ghost-hue: 198deg !important; --ghost-tilt: -13deg !important; }
.app-ghost-cloud .ghost-app:nth-child(55) { --ghost-left: -11.4% !important; --ghost-top: 7% !important; --ghost-hue: 256deg !important; --ghost-tilt: 10deg !important; }
.app-ghost-cloud .ghost-app:nth-child(56) { --ghost-left: -3% !important; --ghost-top: -3% !important; --ghost-hue: 314deg !important; --ghost-tilt: 2deg !important; }
.app-ghost-cloud .ghost-app:nth-child(57) { --ghost-left: 7% !important; --ghost-top: -11.4% !important; --ghost-hue: 12deg !important; --ghost-tilt: -6deg !important; }
.app-ghost-cloud .ghost-app:nth-child(58) { --ghost-left: 18.3% !important; --ghost-top: -18% !important; --ghost-hue: 70deg !important; --ghost-tilt: -14deg !important; }
.app-ghost-cloud .ghost-app:nth-child(59) { --ghost-left: 30.6% !important; --ghost-top: -22.4% !important; --ghost-hue: 128deg !important; --ghost-tilt: 9deg !important; }
.app-ghost-cloud .ghost-app:nth-child(60) { --ghost-left: 43.5% !important; --ghost-top: -24.7% !important; --ghost-hue: 186deg !important; --ghost-tilt: 1deg !important; }

.app-ghost-cloud .ghost-app:nth-child(25) { --ghost-left: 55.4% !important; --ghost-top: -11.8% !important; --ghost-hue: 352deg !important; --ghost-tilt: 2deg !important; }
.app-ghost-cloud .ghost-app:nth-child(26) { --ghost-left: 66% !important; --ghost-top: -9.9% !important; --ghost-hue: 50deg !important; --ghost-tilt: -6deg !important; }
.app-ghost-cloud .ghost-app:nth-child(27) { --ghost-left: 76.2% !important; --ghost-top: -6.2% !important; --ghost-hue: 99deg !important; --ghost-tilt: -14deg !important; }
.app-ghost-cloud .ghost-app:nth-child(28) { --ghost-left: 85.6% !important; --ghost-top: -0.8% !important; --ghost-hue: 157deg !important; --ghost-tilt: 9deg !important; }
.app-ghost-cloud .ghost-app:nth-child(29) { --ghost-left: 93.8% !important; --ghost-top: 6.2% !important; --ghost-hue: 215deg !important; --ghost-tilt: 1deg !important; }
.app-ghost-cloud .ghost-app:nth-child(30) { --ghost-left: 100.8% !important; --ghost-top: 14.4% !important; --ghost-hue: 273deg !important; --ghost-tilt: -7deg !important; }
.app-ghost-cloud .ghost-app:nth-child(31) { --ghost-left: 106.2% !important; --ghost-top: 23.8% !important; --ghost-hue: 331deg !important; --ghost-tilt: -15deg !important; }
.app-ghost-cloud .ghost-app:nth-child(32) { --ghost-left: 109.9% !important; --ghost-top: 34% !important; --ghost-hue: 29deg !important; --ghost-tilt: 8deg !important; }
.app-ghost-cloud .ghost-app:nth-child(33) { --ghost-left: 111.8% !important; --ghost-top: 44.6% !important; --ghost-hue: 87deg !important; --ghost-tilt: 0deg !important; }
.app-ghost-cloud .ghost-app:nth-child(34) { --ghost-left: 111.8% !important; --ghost-top: 55.4% !important; --ghost-hue: 145deg !important; --ghost-tilt: -8deg !important; }
.app-ghost-cloud .ghost-app:nth-child(35) { --ghost-left: 109.9% !important; --ghost-top: 66% !important; --ghost-hue: 203deg !important; --ghost-tilt: 15deg !important; }
.app-ghost-cloud .ghost-app:nth-child(36) { --ghost-left: 106.2% !important; --ghost-top: 76.2% !important; --ghost-hue: 252deg !important; --ghost-tilt: 7deg !important; }
.app-ghost-cloud .ghost-app:nth-child(37) { --ghost-left: 100.8% !important; --ghost-top: 85.6% !important; --ghost-hue: 310deg !important; --ghost-tilt: -1deg !important; }
.app-ghost-cloud .ghost-app:nth-child(38) { --ghost-left: 93.8% !important; --ghost-top: 93.8% !important; --ghost-hue: 8deg !important; --ghost-tilt: -9deg !important; }
.app-ghost-cloud .ghost-app:nth-child(39) { --ghost-left: 85.6% !important; --ghost-top: 100.8% !important; --ghost-hue: 66deg !important; --ghost-tilt: 14deg !important; }
.app-ghost-cloud .ghost-app:nth-child(40) { --ghost-left: 76.2% !important; --ghost-top: 106.2% !important; --ghost-hue: 124deg !important; --ghost-tilt: 6deg !important; }
.app-ghost-cloud .ghost-app:nth-child(41) { --ghost-left: 66% !important; --ghost-top: 109.9% !important; --ghost-hue: 182deg !important; --ghost-tilt: -2deg !important; }
.app-ghost-cloud .ghost-app:nth-child(42) { --ghost-left: 55.4% !important; --ghost-top: 111.8% !important; --ghost-hue: 240deg !important; --ghost-tilt: -10deg !important; }
.app-ghost-cloud .ghost-app:nth-child(43) { --ghost-left: 44.6% !important; --ghost-top: 111.8% !important; --ghost-hue: 298deg !important; --ghost-tilt: 13deg !important; }
.app-ghost-cloud .ghost-app:nth-child(44) { --ghost-left: 34% !important; --ghost-top: 109.9% !important; --ghost-hue: 356deg !important; --ghost-tilt: 5deg !important; }
.app-ghost-cloud .ghost-app:nth-child(45) { --ghost-left: 23.8% !important; --ghost-top: 106.2% !important; --ghost-hue: 45deg !important; --ghost-tilt: -3deg !important; }
.app-ghost-cloud .ghost-app:nth-child(46) { --ghost-left: 14.4% !important; --ghost-top: 100.8% !important; --ghost-hue: 103deg !important; --ghost-tilt: -11deg !important; }
.app-ghost-cloud .ghost-app:nth-child(47) { --ghost-left: 6.2% !important; --ghost-top: 93.8% !important; --ghost-hue: 161deg !important; --ghost-tilt: 12deg !important; }
.app-ghost-cloud .ghost-app:nth-child(48) { --ghost-left: -0.8% !important; --ghost-top: 85.6% !important; --ghost-hue: 219deg !important; --ghost-tilt: 4deg !important; }
.app-ghost-cloud .ghost-app:nth-child(49) { --ghost-left: -6.2% !important; --ghost-top: 76.2% !important; --ghost-hue: 277deg !important; --ghost-tilt: -4deg !important; }
.app-ghost-cloud .ghost-app:nth-child(50) { --ghost-left: -9.9% !important; --ghost-top: 66% !important; --ghost-hue: 335deg !important; --ghost-tilt: -12deg !important; }
.app-ghost-cloud .ghost-app:nth-child(51) { --ghost-left: -11.8% !important; --ghost-top: 55.4% !important; --ghost-hue: 33deg !important; --ghost-tilt: 11deg !important; }
.app-ghost-cloud .ghost-app:nth-child(52) { --ghost-left: -11.8% !important; --ghost-top: 44.6% !important; --ghost-hue: 91deg !important; --ghost-tilt: 3deg !important; }
.app-ghost-cloud .ghost-app:nth-child(53) { --ghost-left: -9.9% !important; --ghost-top: 34% !important; --ghost-hue: 149deg !important; --ghost-tilt: -5deg !important; }
.app-ghost-cloud .ghost-app:nth-child(54) { --ghost-left: -6.2% !important; --ghost-top: 23.8% !important; --ghost-hue: 198deg !important; --ghost-tilt: -13deg !important; }
.app-ghost-cloud .ghost-app:nth-child(55) { --ghost-left: -0.8% !important; --ghost-top: 14.4% !important; --ghost-hue: 256deg !important; --ghost-tilt: 10deg !important; }
.app-ghost-cloud .ghost-app:nth-child(56) { --ghost-left: 6.2% !important; --ghost-top: 6.2% !important; --ghost-hue: 314deg !important; --ghost-tilt: 2deg !important; }
.app-ghost-cloud .ghost-app:nth-child(57) { --ghost-left: 14.4% !important; --ghost-top: -0.8% !important; --ghost-hue: 12deg !important; --ghost-tilt: -6deg !important; }
.app-ghost-cloud .ghost-app:nth-child(58) { --ghost-left: 23.8% !important; --ghost-top: -6.2% !important; --ghost-hue: 70deg !important; --ghost-tilt: -14deg !important; }
.app-ghost-cloud .ghost-app:nth-child(59) { --ghost-left: 34% !important; --ghost-top: -9.9% !important; --ghost-hue: 128deg !important; --ghost-tilt: 9deg !important; }
.app-ghost-cloud .ghost-app:nth-child(60) { --ghost-left: 44.6% !important; --ghost-top: -11.8% !important; --ghost-hue: 186deg !important; --ghost-tilt: 1deg !important; }

.app-ghost-cloud .ghost-app:nth-child(1) { --ghost-left: 50% !important; --ghost-top: -3.5% !important; --ghost-hue: 58deg !important; --ghost-tilt: 8deg !important; }
.app-ghost-cloud .ghost-app:nth-child(2) { --ghost-left: 63.8% !important; --ghost-top: -1.7% !important; --ghost-hue: 116deg !important; --ghost-tilt: 0deg !important; }
.app-ghost-cloud .ghost-app:nth-child(3) { --ghost-left: 76.8% !important; --ghost-top: 3.7% !important; --ghost-hue: 174deg !important; --ghost-tilt: -8deg !important; }
.app-ghost-cloud .ghost-app:nth-child(4) { --ghost-left: 87.8% !important; --ghost-top: 12.2% !important; --ghost-hue: 232deg !important; --ghost-tilt: 15deg !important; }
.app-ghost-cloud .ghost-app:nth-child(5) { --ghost-left: 96.3% !important; --ghost-top: 23.3% !important; --ghost-hue: 290deg !important; --ghost-tilt: 7deg !important; }
.app-ghost-cloud .ghost-app:nth-child(6) { --ghost-left: 101.7% !important; --ghost-top: 36.2% !important; --ghost-hue: 348deg !important; --ghost-tilt: -1deg !important; }
.app-ghost-cloud .ghost-app:nth-child(7) { --ghost-left: 103.5% !important; --ghost-top: 50% !important; --ghost-hue: 46deg !important; --ghost-tilt: -9deg !important; }
.app-ghost-cloud .ghost-app:nth-child(8) { --ghost-left: 101.7% !important; --ghost-top: 63.8% !important; --ghost-hue: 104deg !important; --ghost-tilt: 14deg !important; }
.app-ghost-cloud .ghost-app:nth-child(9) { --ghost-left: 96.3% !important; --ghost-top: 76.8% !important; --ghost-hue: 162deg !important; --ghost-tilt: 6deg !important; }
.app-ghost-cloud .ghost-app:nth-child(10) { --ghost-left: 87.8% !important; --ghost-top: 87.8% !important; --ghost-hue: 220deg !important; --ghost-tilt: -2deg !important; }
.app-ghost-cloud .ghost-app:nth-child(11) { --ghost-left: 76.8% !important; --ghost-top: 96.3% !important; --ghost-hue: 278deg !important; --ghost-tilt: -10deg !important; }
.app-ghost-cloud .ghost-app:nth-child(12) { --ghost-left: 63.8% !important; --ghost-top: 101.7% !important; --ghost-hue: 336deg !important; --ghost-tilt: 13deg !important; }
.app-ghost-cloud .ghost-app:nth-child(13) { --ghost-left: 50% !important; --ghost-top: 103.5% !important; --ghost-hue: 34deg !important; --ghost-tilt: 5deg !important; }
.app-ghost-cloud .ghost-app:nth-child(14) { --ghost-left: 36.2% !important; --ghost-top: 101.7% !important; --ghost-hue: 92deg !important; --ghost-tilt: -3deg !important; }
.app-ghost-cloud .ghost-app:nth-child(15) { --ghost-left: 23.3% !important; --ghost-top: 96.3% !important; --ghost-hue: 150deg !important; --ghost-tilt: -11deg !important; }
.app-ghost-cloud .ghost-app:nth-child(16) { --ghost-left: 12.2% !important; --ghost-top: 87.8% !important; --ghost-hue: 208deg !important; --ghost-tilt: 12deg !important; }
.app-ghost-cloud .ghost-app:nth-child(17) { --ghost-left: 3.7% !important; --ghost-top: 76.8% !important; --ghost-hue: 266deg !important; --ghost-tilt: 4deg !important; }
.app-ghost-cloud .ghost-app:nth-child(18) { --ghost-left: -1.7% !important; --ghost-top: 63.8% !important; --ghost-hue: 324deg !important; --ghost-tilt: -4deg !important; }
.app-ghost-cloud .ghost-app:nth-child(19) { --ghost-left: -3.5% !important; --ghost-top: 50% !important; --ghost-hue: 22deg !important; --ghost-tilt: -12deg !important; }
.app-ghost-cloud .ghost-app:nth-child(20) { --ghost-left: -1.7% !important; --ghost-top: 36.2% !important; --ghost-hue: 80deg !important; --ghost-tilt: 11deg !important; }
.app-ghost-cloud .ghost-app:nth-child(21) { --ghost-left: 3.7% !important; --ghost-top: 23.2% !important; --ghost-hue: 138deg !important; --ghost-tilt: 3deg !important; }
.app-ghost-cloud .ghost-app:nth-child(22) { --ghost-left: 12.2% !important; --ghost-top: 12.2% !important; --ghost-hue: 196deg !important; --ghost-tilt: -5deg !important; }
.app-ghost-cloud .ghost-app:nth-child(23) { --ghost-left: 23.2% !important; --ghost-top: 3.7% !important; --ghost-hue: 254deg !important; --ghost-tilt: -13deg !important; }
.app-ghost-cloud .ghost-app:nth-child(24) { --ghost-left: 36.2% !important; --ghost-top: -1.7% !important; --ghost-hue: 312deg !important; --ghost-tilt: 10deg !important; }
.app-ghost-cloud .ghost-app:nth-child(25) { --ghost-left: 50% !important; --ghost-top: -11.8% !important; --ghost-hue: 352deg !important; --ghost-tilt: 8deg !important; }
.app-ghost-cloud .ghost-app:nth-child(26) { --ghost-left: 60.7% !important; --ghost-top: -10.9% !important; --ghost-hue: 41deg !important; --ghost-tilt: 0deg !important; }
.app-ghost-cloud .ghost-app:nth-child(27) { --ghost-left: 71.1% !important; --ghost-top: -8.1% !important; --ghost-hue: 90deg !important; --ghost-tilt: -8deg !important; }
.app-ghost-cloud .ghost-app:nth-child(28) { --ghost-left: 80.9% !important; --ghost-top: -3.5% !important; --ghost-hue: 139deg !important; --ghost-tilt: 15deg !important; }
.app-ghost-cloud .ghost-app:nth-child(29) { --ghost-left: 89.7% !important; --ghost-top: 2.7% !important; --ghost-hue: 188deg !important; --ghost-tilt: 7deg !important; }
.app-ghost-cloud .ghost-app:nth-child(30) { --ghost-left: 97.3% !important; --ghost-top: 10.3% !important; --ghost-hue: 237deg !important; --ghost-tilt: -1deg !important; }
.app-ghost-cloud .ghost-app:nth-child(31) { --ghost-left: 103.5% !important; --ghost-top: 19.1% !important; --ghost-hue: 286deg !important; --ghost-tilt: -9deg !important; }
.app-ghost-cloud .ghost-app:nth-child(32) { --ghost-left: 108.1% !important; --ghost-top: 28.9% !important; --ghost-hue: 335deg !important; --ghost-tilt: 14deg !important; }
.app-ghost-cloud .ghost-app:nth-child(33) { --ghost-left: 110.9% !important; --ghost-top: 39.3% !important; --ghost-hue: 24deg !important; --ghost-tilt: 6deg !important; }
.app-ghost-cloud .ghost-app:nth-child(34) { --ghost-left: 111.8% !important; --ghost-top: 50% !important; --ghost-hue: 73deg !important; --ghost-tilt: -2deg !important; }
.app-ghost-cloud .ghost-app:nth-child(35) { --ghost-left: 110.9% !important; --ghost-top: 60.7% !important; --ghost-hue: 122deg !important; --ghost-tilt: -10deg !important; }
.app-ghost-cloud .ghost-app:nth-child(36) { --ghost-left: 108.1% !important; --ghost-top: 71.1% !important; --ghost-hue: 171deg !important; --ghost-tilt: 13deg !important; }
.app-ghost-cloud .ghost-app:nth-child(37) { --ghost-left: 103.5% !important; --ghost-top: 80.9% !important; --ghost-hue: 220deg !important; --ghost-tilt: 5deg !important; }
.app-ghost-cloud .ghost-app:nth-child(38) { --ghost-left: 97.3% !important; --ghost-top: 89.7% !important; --ghost-hue: 269deg !important; --ghost-tilt: -3deg !important; }
.app-ghost-cloud .ghost-app:nth-child(39) { --ghost-left: 89.7% !important; --ghost-top: 97.3% !important; --ghost-hue: 318deg !important; --ghost-tilt: -11deg !important; }
.app-ghost-cloud .ghost-app:nth-child(40) { --ghost-left: 80.9% !important; --ghost-top: 103.5% !important; --ghost-hue: 7deg !important; --ghost-tilt: 12deg !important; }
.app-ghost-cloud .ghost-app:nth-child(41) { --ghost-left: 71.1% !important; --ghost-top: 108.1% !important; --ghost-hue: 56deg !important; --ghost-tilt: 4deg !important; }
.app-ghost-cloud .ghost-app:nth-child(42) { --ghost-left: 60.7% !important; --ghost-top: 110.9% !important; --ghost-hue: 105deg !important; --ghost-tilt: -4deg !important; }
.app-ghost-cloud .ghost-app:nth-child(43) { --ghost-left: 50% !important; --ghost-top: 111.8% !important; --ghost-hue: 154deg !important; --ghost-tilt: -12deg !important; }
.app-ghost-cloud .ghost-app:nth-child(44) { --ghost-left: 39.3% !important; --ghost-top: 110.9% !important; --ghost-hue: 203deg !important; --ghost-tilt: 11deg !important; }
.app-ghost-cloud .ghost-app:nth-child(45) { --ghost-left: 28.9% !important; --ghost-top: 108.1% !important; --ghost-hue: 252deg !important; --ghost-tilt: 3deg !important; }
.app-ghost-cloud .ghost-app:nth-child(46) { --ghost-left: 19.1% !important; --ghost-top: 103.5% !important; --ghost-hue: 301deg !important; --ghost-tilt: -5deg !important; }
.app-ghost-cloud .ghost-app:nth-child(47) { --ghost-left: 10.3% !important; --ghost-top: 97.3% !important; --ghost-hue: 350deg !important; --ghost-tilt: -13deg !important; }
.app-ghost-cloud .ghost-app:nth-child(48) { --ghost-left: 2.7% !important; --ghost-top: 89.7% !important; --ghost-hue: 39deg !important; --ghost-tilt: 10deg !important; }
.app-ghost-cloud .ghost-app:nth-child(49) { --ghost-left: -3.5% !important; --ghost-top: 80.9% !important; --ghost-hue: 88deg !important; --ghost-tilt: 8deg !important; }
.app-ghost-cloud .ghost-app:nth-child(50) { --ghost-left: -8.1% !important; --ghost-top: 71.1% !important; --ghost-hue: 137deg !important; --ghost-tilt: 0deg !important; }
.app-ghost-cloud .ghost-app:nth-child(51) { --ghost-left: -10.9% !important; --ghost-top: 60.7% !important; --ghost-hue: 186deg !important; --ghost-tilt: -8deg !important; }
.app-ghost-cloud .ghost-app:nth-child(52) { --ghost-left: -11.8% !important; --ghost-top: 50% !important; --ghost-hue: 235deg !important; --ghost-tilt: 15deg !important; }
.app-ghost-cloud .ghost-app:nth-child(53) { --ghost-left: -10.9% !important; --ghost-top: 39.3% !important; --ghost-hue: 284deg !important; --ghost-tilt: 7deg !important; }
.app-ghost-cloud .ghost-app:nth-child(54) { --ghost-left: -8.1% !important; --ghost-top: 28.9% !important; --ghost-hue: 333deg !important; --ghost-tilt: -1deg !important; }
.app-ghost-cloud .ghost-app:nth-child(55) { --ghost-left: -3.5% !important; --ghost-top: 19.1% !important; --ghost-hue: 22deg !important; --ghost-tilt: -9deg !important; }
.app-ghost-cloud .ghost-app:nth-child(56) { --ghost-left: 2.7% !important; --ghost-top: 10.3% !important; --ghost-hue: 71deg !important; --ghost-tilt: 14deg !important; }
.app-ghost-cloud .ghost-app:nth-child(57) { --ghost-left: 10.3% !important; --ghost-top: 2.7% !important; --ghost-hue: 120deg !important; --ghost-tilt: 6deg !important; }
.app-ghost-cloud .ghost-app:nth-child(58) { --ghost-left: 19.1% !important; --ghost-top: -3.5% !important; --ghost-hue: 169deg !important; --ghost-tilt: -2deg !important; }
.app-ghost-cloud .ghost-app:nth-child(59) { --ghost-left: 28.9% !important; --ghost-top: -8.1% !important; --ghost-hue: 218deg !important; --ghost-tilt: -10deg !important; }
.app-ghost-cloud .ghost-app:nth-child(60) { --ghost-left: 39.3% !important; --ghost-top: -10.9% !important; --ghost-hue: 267deg !important; --ghost-tilt: 13deg !important; }

.app-ghost-cloud .ghost-app {
  --ghost-bg: linear-gradient(135deg, #42c9ff, #fb4ea3 58%, #e7ff53);
  --ghost-border-color: rgba(23, 30, 66, 0.16);
  --ghost-radius: 30%;
  border-color: var(--ghost-border-color);
  border-radius: var(--ghost-radius);
  background: var(--ghost-bg);
}

.app-ghost-cloud .ghost-app:nth-child(-n + 24) {
  --ghost-opacity: 0.165;
  --ghost-blur: 3.6px;
}

.app-ghost-cloud .ghost-app:nth-child(n + 25) {
  --ghost-opacity: 0.118;
  --ghost-blur: 4.7px;
}

.app-ghost-cloud .ghost-app::before,
.app-ghost-cloud .ghost-app::after {
  display: block;
  border: 0;
  box-shadow: none;
}

.app-ghost-cloud .ghost-app:nth-child(6n + 1) {
  --ghost-bg: #ff6657;
  --ghost-border-color: rgba(23, 30, 66, 0.13);
  --ghost-radius: 34%;
}

.app-ghost-cloud .ghost-app:nth-child(6n + 1)::before {
  left: 24%;
  top: 22%;
  width: 12%;
  height: 56%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    calc(var(--ghost-size) * 0.22) 0 0 rgba(255, 255, 255, 0.88),
    calc(var(--ghost-size) * 0.44) 0 0 rgba(255, 255, 255, 0.88);
}

.app-ghost-cloud .ghost-app:nth-child(6n + 1)::after {
  display: none;
}

.app-ghost-cloud .ghost-app:nth-child(6n + 2) {
  --ghost-bg: #10131f;
  --ghost-border-color: rgba(255, 255, 255, 0.2);
  --ghost-radius: 26%;
}

.app-ghost-cloud .ghost-app:nth-child(6n + 2)::before {
  inset: 18%;
  border: calc(var(--ghost-size) * 0.075) solid rgba(91, 157, 255, 0.86);
  border-radius: 50%;
  background: transparent;
}

.app-ghost-cloud .ghost-app:nth-child(6n + 2)::after {
  left: 42%;
  top: 42%;
  width: 16%;
  height: 16%;
  border-radius: 50%;
  background: rgba(91, 157, 255, 0.92);
  transform: none;
}

.app-ghost-cloud .ghost-app:nth-child(6n + 3) {
  --ghost-bg: #e7ff53;
  --ghost-border-color: rgba(72, 118, 42, 0.24);
  --ghost-radius: 28%;
}

.app-ghost-cloud .ghost-app:nth-child(6n + 3)::before {
  left: 22%;
  top: 18%;
  width: 58%;
  height: 54%;
  border-radius: 64% 48% 56% 42%;
  background: rgba(72, 118, 42, 0.78);
  transform: rotate(-30deg);
}

.app-ghost-cloud .ghost-app:nth-child(6n + 3)::after {
  left: 27%;
  top: 49%;
  width: 47%;
  height: 9%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  transform: rotate(-30deg);
}

.app-ghost-cloud .ghost-app:nth-child(6n + 4) {
  --ghost-bg: #5a48f3;
  --ghost-border-color: rgba(255, 255, 255, 0.18);
  --ghost-radius: 50% 42% 46% 34%;
}

.app-ghost-cloud .ghost-app:nth-child(6n + 4)::before {
  left: 31%;
  top: 31%;
  width: 38%;
  height: 38%;
  border-radius: 18%;
  background: rgba(255, 255, 255, 0.88);
  transform: rotate(45deg);
}

.app-ghost-cloud .ghost-app:nth-child(6n + 4)::after {
  left: 54%;
  top: 20%;
  width: 13%;
  height: 13%;
  border-radius: 50%;
  background: rgba(231, 255, 83, 0.9);
  transform: none;
}

.app-ghost-cloud .ghost-app:nth-child(6n + 5) {
  --ghost-bg: #fff8df;
  --ghost-border-color: rgba(23, 30, 66, 0.18);
  --ghost-radius: 19%;
}

.app-ghost-cloud .ghost-app:nth-child(6n + 5)::before {
  left: 19%;
  top: 26%;
  width: 62%;
  height: 16%;
  border-radius: 999px;
  background: rgba(23, 30, 66, 0.78);
}

.app-ghost-cloud .ghost-app:nth-child(6n + 5)::after {
  left: 24%;
  top: 56%;
  width: 52%;
  height: 18%;
  border-radius: 999px;
  background: rgba(251, 78, 163, 0.72);
  transform: none;
}

.app-ghost-cloud .ghost-app:nth-child(6n) {
  --ghost-bg: #42c9ff;
  --ghost-border-color: rgba(23, 30, 66, 0.12);
  --ghost-radius: 42%;
}

.app-ghost-cloud .ghost-app:nth-child(6n)::before {
  left: 19%;
  top: 25%;
  width: 27%;
  height: 32%;
  border-radius: 62% 46% 62% 46%;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: calc(var(--ghost-size) * 0.32) 0 0 rgba(255, 255, 255, 0.88);
}

.app-ghost-cloud .ghost-app:nth-child(6n)::after {
  left: 36%;
  top: 57%;
  width: 28%;
  height: 19%;
  border-radius: 50%;
  background: rgba(23, 30, 66, 0.34);
  transform: none;
}

.atmosphere-icon-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: clamp(5.4rem, 17%, 7.35rem);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--ink);
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 1.2rem 4rem rgba(23, 30, 66, 0.08);
  transform: translate(-50%, -50%);
}

.atmosphere-icon-core::before,
.atmosphere-icon-core::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.atmosphere-icon-core::before {
  inset: 6%;
  z-index: 2;
  background: currentColor;
  -webkit-mask: url("/static/atmosphere-apps/aa-icon.svg") center / contain
    no-repeat;
  mask: url("/static/atmosphere-apps/aa-icon.svg") center / contain no-repeat;
}

.atmosphere-icon-core::after {
  inset: -56%;
  z-index: -1;
  border: 1px solid rgba(23, 30, 66, 0.09);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.74),
    rgba(255, 255, 255, 0.18) 52%,
    transparent 70%
  );
}

.atmosphere-icon-core img {
  display: none;
}

.app-icon {
  --app-x: -50%;
  --app-y: -50%;
  --app-size: clamp(2rem, 4.9vw, 3.2rem);
  --app-rotate: 0deg;
  --app-drift-x: 0.18rem;
  --app-drift-y: 0.55rem;
  position: absolute;
  left: var(--app-left, 50%);
  top: var(--app-top, 50%);
  z-index: 4;
  width: var(--app-size);
  aspect-ratio: 1;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(23, 30, 66, 0.14);
  border-radius: clamp(0.9rem, 2.3vw, 1.55rem);
  background: rgba(255, 255, 255, 0.58);
  box-shadow:
    0 0.7rem 2.4rem rgba(23, 30, 66, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  animation: appConstellationFloat var(--app-speed, 7.6s) ease-in-out infinite;
  animation-delay: var(--app-delay, 0s);
}

.app-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.inner-ring {
  --app-size: clamp(2.35rem, 5.35vw, 3.45rem);
  z-index: 5;
}

.outer-ring {
  --app-size: clamp(1.45rem, 3.35vw, 2.2rem);
  z-index: 4;
}

.app-bluesky {
  --app-left: 78%;
  --app-top: 50%;
  --app-x: -50%;
  --app-y: -50%;
  --app-rotate: -4deg;
  --app-delay: -1.1s;
}

.app-spark {
  --app-left: 69.8%;
  --app-top: 30.2%;
  --app-size: clamp(2.55rem, 5.9vw, 3.75rem);
  --app-rotate: 5deg;
  --app-delay: -2.3s;
  --app-drift-x: -0.22rem;
}

.app-margin {
  --app-left: 90.2%;
  --app-top: 33.3%;
  --app-rotate: 6deg;
  --app-delay: -4.4s;
}

.app-mu {
  --app-left: 30.2%;
  --app-top: 30.2%;
  --app-rotate: -7deg;
  --app-delay: -0.9s;
  --app-drift-x: -0.18rem;
}

.app-blacksky {
  --app-left: 69.8%;
  --app-top: 69.8%;
  --app-rotate: 3deg;
  --app-delay: -5.1s;
}

.app-stream-place {
  --app-left: 50%;
  --app-top: 22%;
  --app-size: clamp(2.45rem, 5.65vw, 3.65rem);
  --app-rotate: -3deg;
  --app-delay: -2.7s;
  --app-drift-y: 0.36rem;
}

.app-popfeed {
  --app-left: 50%;
  --app-top: 93.5%;
  --app-rotate: 3deg;
  --app-delay: -3s;
}

.app-offprint {
  --app-left: 33.3%;
  --app-top: 90.2%;
  --app-rotate: -5deg;
  --app-delay: -1.7s;
  --app-drift-y: 0.42rem;
}

.app-leaflet {
  --app-left: 22%;
  --app-top: 50%;
  --app-rotate: 2deg;
  --app-delay: -0.4s;
}

.app-germ {
  --app-left: 80.8%;
  --app-top: 80.8%;
  --app-rotate: -2deg;
  --app-delay: -2.8s;
}

.app-anisota {
  --app-left: 80.8%;
  --app-top: 19.2%;
  --app-rotate: -5deg;
  --app-delay: -3.9s;
}

.app-tangled {
  --app-left: 50%;
  --app-top: 78%;
  --app-rotate: 5deg;
  --app-delay: -1.4s;
  --app-drift-x: -0.18rem;
}

.app-semble {
  --app-left: 9.8%;
  --app-top: 66.7%;
  --app-rotate: 1deg;
  --app-delay: -4.9s;
}

.app-beacon-bits {
  --app-left: 50%;
  --app-top: 6.5%;
  --app-rotate: 4deg;
  --app-delay: -3.2s;
  --app-drift-x: -0.16rem;
}

.app-plyr {
  --app-left: 30.2%;
  --app-top: 69.8%;
  --app-rotate: -7deg;
  --app-delay: -3.6s;
}

.app-pckt {
  --app-left: 93.5%;
  --app-top: 50%;
  --app-rotate: 7deg;
  --app-delay: -1.9s;
}

.app-grain {
  --app-left: 66.7%;
  --app-top: 9.8%;
  --app-rotate: -3deg;
  --app-delay: -5.6s;
}

.app-northsky {
  --app-left: 19.2%;
  --app-top: 19.2%;
  --app-rotate: 4deg;
  --app-delay: -2.1s;
}

.app-cartridge {
  --app-left: 90.2%;
  --app-top: 66.7%;
  --app-rotate: -6deg;
  --app-delay: -3.4s;
}

.app-smoke-signal {
  --app-left: 66.7%;
  --app-top: 90.2%;
  --app-rotate: 5deg;
  --app-delay: -4.2s;
}

.app-blento {
  --app-left: 19.2%;
  --app-top: 80.8%;
  --app-rotate: -3deg;
  --app-delay: -0.7s;
}

.app-surf {
  --app-left: 6.5%;
  --app-top: 50%;
  --app-rotate: 3deg;
  --app-delay: -5.2s;
}

.app-sifa {
  --app-left: 33.3%;
  --app-top: 9.8%;
  --app-rotate: -2deg;
  --app-delay: -1.5s;
}

.app-sill {
  --app-left: 9.8%;
  --app-top: 33.3%;
  --app-rotate: 5deg;
  --app-delay: -2.9s;
}

.atmosphere-map .app-icon {
  --app-drift-x: 0.06rem;
  --app-drift-y: 0.16rem;
}

.edge-icon {
  z-index: 4;
  opacity: 1;
  filter: none;
}

.rail-layer {
  position: absolute;
  inset: 8%;
  z-index: 1;
  opacity: 0.82;
}

.rail-layer span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88%;
  height: 1px;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(23, 30, 66, 0.18),
    transparent
  );
  transform: translate(-50%, -50%) rotate(var(--rail-angle, 0deg));
}

.rail-layer span::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 34%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 118, 104, 0.5),
    rgba(231, 255, 83, 0.72),
    transparent
  );
  animation: railPulse 5.8s ease-in-out infinite;
  animation-delay: var(--rail-delay, 0s);
}

.rail-layer span:nth-child(2) {
  --rail-angle: 60deg;
  --rail-delay: 0.8s;
}

.rail-layer span:nth-child(3) {
  --rail-angle: -60deg;
  --rail-delay: 1.5s;
}

.atmosphere-core {
  position: absolute;
  left: 50%;
  top: 46%;
  z-index: 4;
  width: min(13rem, 42%);
  min-height: 8.4rem;
  display: grid;
  place-content: center;
  gap: 0.28rem;
  padding: 1rem;
  border: 1px solid rgba(23, 30, 66, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.86),
      rgba(255, 255, 255, 0.52)
    ),
    rgba(231, 255, 83, 0.2);
  box-shadow:
    0 1.2rem 3.6rem rgba(23, 30, 66, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  text-align: center;
  transform: translate(-50%, -50%);
}

.atmosphere-core span,
.atmosphere-node span,
.client-layer span {
  font-family: var(--mono);
  font-size: clamp(0.54rem, 0.78vw, 0.68rem);
  font-weight: 790;
  letter-spacing: 0;
  text-transform: uppercase;
}

.atmosphere-core span {
  color: rgba(23, 30, 66, 0.58);
}

.atmosphere-core strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  font-weight: 540;
  line-height: 0.98;
}

.atmosphere-node {
  position: absolute;
  z-index: 3;
  width: clamp(7.3rem, 24%, 10.4rem);
  min-height: 4.7rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.72rem;
  border: 1px solid rgba(23, 30, 66, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.76),
      rgba(255, 255, 255, 0.48)
    ),
    rgba(255, 255, 255, 0.42);
  box-shadow:
    0 0.85rem 2.2rem rgba(23, 30, 66, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
  color: rgba(23, 30, 66, 0.7);
  animation: clientFloat 7s ease-in-out infinite;
}

.atmosphere-node b {
  width: 2.1rem;
  height: 2.1rem;
  display: block;
  border: 1px solid rgba(23, 30, 66, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(231, 255, 83, 0.64) 0 0.4rem,
      transparent 0.42rem
    ),
    rgba(244, 249, 253, 0.76);
}

.node-identity {
  left: 7%;
  top: 14%;
}

.node-posts {
  right: 7%;
  top: 15%;
  animation-delay: 0.4s;
}

.node-posts b {
  border-radius: 0.4rem;
  background:
    linear-gradient(180deg, rgba(23, 30, 66, 0.18) 0 0.22rem, transparent 0),
    linear-gradient(90deg, rgba(204, 230, 251, 0.54) 0 0.62rem, transparent 0),
    rgba(244, 249, 253, 0.76);
}

.node-feeds {
  left: 8%;
  bottom: 26%;
  animation-delay: 0.8s;
}

.node-feeds b {
  border-radius: 0.45rem;
  background:
    linear-gradient(180deg, rgba(231, 255, 83, 0.58) 0 0.32rem, transparent 0),
    linear-gradient(
    180deg,
    transparent 0.64rem,
    rgba(23, 30, 66, 0.16) 0 0.76rem,
    transparent 0
  ),
    linear-gradient(
    180deg,
    transparent 1.22rem,
    rgba(255, 118, 104, 0.22) 0 1.34rem,
    transparent 0
  ),
    rgba(244, 249, 253, 0.76);
}

.node-context {
  right: 8%;
  bottom: 26%;
  animation-delay: 1.2s;
}

.node-context b {
  background:
    radial-gradient(
      circle at 34% 36%,
      rgba(255, 118, 104, 0.48) 0 0.34rem,
      transparent 0.36rem
    ),
    radial-gradient(
    circle at 67% 62%,
    rgba(204, 230, 251, 0.62) 0 0.3rem,
    transparent 0.32rem
  ),
    rgba(244, 249, 253, 0.76);
}

.client-layer {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 6%;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.client-layer span {
  min-height: 2.35rem;
  display: grid;
  place-items: center;
  padding: 0.5rem 0.58rem;
  border: 1px solid rgba(23, 30, 66, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.56);
  color: rgba(23, 30, 66, 0.64);
  text-align: center;
}

.code-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 30, 66, 0.32);
  border-radius: 6px;
  background:
    linear-gradient(
      180deg,
      rgba(204, 230, 251, 0.34),
      rgba(231, 255, 83, 0.12)
    ),
    rgba(244, 249, 253, 0.86);
  box-shadow: 0 22px 70px rgba(23, 30, 66, 0.08);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.code-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 34%;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 255, 255, 0.58),
    transparent
  );
  animation: codeScan 10s linear infinite;
  pointer-events: none;
}

.code-panel::after {
  content: "_";
  position: absolute;
  right: clamp(1rem, 3vw, 1.6rem);
  bottom: clamp(1rem, 3vw, 1.5rem);
  color: rgba(255, 118, 104, 0.86);
  font-family: var(--mono);
  font-size: 1rem;
  font-weight: 800;
  animation: caretBlink 1.6s steps(1) infinite;
}

.code-panel pre {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  padding: clamp(1rem, 3vw, 1.6rem);
  color: var(--ink);
  font-family: var(--mono);
  font-size: clamp(0.74rem, 1.2vw, 1rem);
  line-height: 1.75;
  white-space: pre;
}

.closing {
  position: relative;
  display: grid;
  min-height: 74svh;
  align-content: center;
  padding-bottom: clamp(8rem, 13vw, 10rem);
  border-bottom: 0;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(231, 255, 83, 0.14) 52%,
      transparent
    ),
    linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.62),
    rgba(204, 230, 251, 0.72)
  ),
    var(--sky);
}

.closing::before {
  content: "";
  position: absolute;
  inset: clamp(2rem, 5vw, 4rem) var(--page-gutter) clamp(5rem, 9vw, 7rem);
  border: 1px solid rgba(23, 30, 66, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(23, 30, 66, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 30, 66, 0.04) 1px, transparent 1px);
  background-size: 3.3rem 3.3rem;
  -webkit-mask-image: linear-gradient(120deg, #000, transparent 62%);
  mask-image: linear-gradient(120deg, #000, transparent 62%);
  pointer-events: none;
}

.closing .eyebrow,
.closing h2 {
  position: relative;
  z-index: 1;
}

.closing h2 {
  max-width: 12ch;
}

.closing p {
  position: relative;
  z-index: 1;
  max-width: 43rem;
  margin-top: 1.4rem;
}

.site-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: -5.8rem;
  padding: 1.45rem var(--page-gutter) 1.8rem;
  border-top: 0;
  background: transparent;
  color: rgba(23, 30, 66, 0.82);
}

.footer-brand img {
  width: 3.75rem;
  height: auto;
}

.footer-wordmark {
  color: var(--ink);
  font-size: clamp(1.05rem, 1.5vw, 1.26rem);
  font-weight: 700;
  line-height: 1;
}

.footer-links {
  gap: clamp(1rem, 2vw, 1.45rem);
}

.footer-links a {
  padding: 0.2rem 0;
  background: transparent;
}

.footer-links a:hover {
  opacity: 0.68;
}

.closing-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: clamp(1.5rem, 3vw, 2.2rem);
}

.campaign-link,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.88rem 1.05rem;
  border: 1px solid rgba(23, 30, 66, 0.82);
  border-radius: 6px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--display);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.campaign-link:hover,
.contact-form button:hover {
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(23, 30, 66, 0.12);
}

.contact-body {
  min-height: 100vh;
  background:
    linear-gradient(122deg, rgba(255, 118, 104, 0.08), transparent 28rem),
    linear-gradient(312deg, rgba(167, 244, 208, 0.13), transparent 30rem),
    linear-gradient(90deg, rgba(23, 30, 66, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 30, 66, 0.045) 1px, transparent 1px),
    var(--paper);
  background-size: 100% 100%, 100% 100%, 4rem 4rem, 4rem 4rem, 100% 100%;
}

.contact-main {
  position: relative;
  isolation: isolate;
}

.contact-main::before {
  content: "/\\__/\\____/\\__/\\____/\\__/\\____/\\__/\\____/\\__/";
  position: fixed;
  z-index: -1;
  top: 12svh;
  right: -7ch;
  color: rgba(23, 30, 66, 0.075);
  font-family: var(--mono);
  font-size: clamp(2rem, 5.8vw, 5.4rem);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(-9deg);
  pointer-events: none;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(22rem, 0.72fr);
  align-items: center;
  gap: clamp(2rem, 5.8vw, 6.5rem);
  min-height: 100svh;
  padding: clamp(7rem, 14vh, 10rem) var(--page-gutter) clamp(4.5rem, 9vw, 7rem);
}

.contact-copy {
  max-width: 64rem;
}

.contact-copy h1 {
  max-width: 10.5ch;
  font-size: clamp(4rem, 11.5vw, 10.8rem);
}

.contact-copy p {
  max-width: 43rem;
  margin-top: clamp(1.2rem, 2.8vw, 1.8rem);
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.46;
}

.contact-cues {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
  max-width: 38rem;
  margin-top: clamp(1.3rem, 2.8vw, 2.1rem);
}

.contact-cues span {
  padding: 0.48rem 0.62rem;
  border: 1px solid rgba(23, 30, 66, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.46);
  color: rgba(23, 30, 66, 0.74);
  font-family: var(--mono);
  font-size: clamp(0.66rem, 0.9vw, 0.76rem);
  font-weight: 700;
  text-transform: uppercase;
}

.contact-form {
  position: relative;
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: 38rem;
  justify-self: end;
  padding: clamp(1rem, 2.5vw, 1.45rem);
  border: 1px solid rgba(23, 30, 66, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(
      150deg,
      rgba(255, 255, 255, 0.78),
      rgba(244, 249, 253, 0.72)
    ),
    rgba(255, 255, 255, 0.5);
  box-shadow: 0 24px 90px rgba(23, 30, 66, 0.12);
  overflow: hidden;
}

.contact-form::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 30, 66, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 30, 66, 0.04) 1px, transparent 1px);
  background-size: 2.8rem 2.8rem;
  -webkit-mask-image: linear-gradient(150deg, #000, transparent 62%);
  mask-image: linear-gradient(150deg, #000, transparent 62%);
  pointer-events: none;
}

.contact-form label,
.contact-form .form-grid,
.contact-form .form-status,
.contact-form button {
  position: relative;
  z-index: 1;
}

.honeypot {
  display: none;
}

.form-status {
  display: grid;
  gap: 0.34rem;
  padding: 0.82rem 0.9rem;
  border: 1px solid rgba(23, 30, 66, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.66);
}

.form-status strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 0.98rem;
  line-height: 1.1;
}

.form-status p {
  color: rgba(23, 30, 66, 0.68);
  font-size: 0.9rem;
  line-height: 1.38;
}

.form-status-success {
  border-color: rgba(21, 143, 92, 0.26);
  background: rgba(167, 244, 208, 0.34);
}

.form-status-error {
  border-color: rgba(255, 118, 104, 0.42);
  background: rgba(255, 118, 104, 0.14);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.82rem;
}

.contact-form label {
  display: grid;
  gap: 0.42rem;
}

.contact-form label > span {
  color: rgba(23, 30, 66, 0.72);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(23, 30, 66, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font: inherit;
  font-size: 0.94rem;
  line-height: 1.35;
  outline: 0;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.contact-form input,
.contact-form select {
  min-height: 3rem;
  padding: 0.76rem 0.84rem;
}

.contact-form textarea {
  min-height: 9.2rem;
  padding: 0.84rem;
  resize: vertical;
}

.contact-form textarea::placeholder {
  color: rgba(23, 30, 66, 0.42);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(23, 30, 66, 0.5);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px rgba(204, 230, 251, 0.92);
}

.contact-form button {
  justify-self: start;
  cursor: pointer;
}

.contact-footer {
  margin-top: 0;
}

@media (hover: hover) and (pointer: fine) {
  .surface-field:hover {
    filter: saturate(1.08) contrast(1.02);
    box-shadow: inset 0 0 0 1px rgba(23, 30, 66, 0.08);
  }

  .stat:hover {
    transform: translateY(-0.18rem);
    border-color: rgba(23, 30, 66, 0.3);
    box-shadow: 0 18px 54px rgba(23, 30, 66, 0.08);
  }

  .arc-step:hover {
    background-color: rgba(255, 255, 255, 0.62);
  }

  .contrast-row:hover {
    transform: translateX(0.16rem);
    background-color: rgba(255, 255, 255, 0.54);
  }

  .principle:hover {
    transform: translateX(0.18rem);
    background-color: rgba(255, 255, 255, 0.72);
  }

  .flow-node:hover {
    transform: translateY(-0.24rem);
    border-color: rgba(23, 30, 66, 0.34);
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 18px 60px rgba(23, 30, 66, 0.09);
  }

  .code-panel:hover {
    transform: translateY(-0.18rem);
    border-color: rgba(23, 30, 66, 0.42);
    box-shadow: 0 28px 86px rgba(23, 30, 66, 0.12);
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 84svh;
  }

  .contact-hero {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 2.3rem;
  }

  .contact-form {
    justify-self: start;
    max-width: 44rem;
  }

  .intro,
  .market-proof {
    min-height: auto;
  }

  .intro,
  .intro-copy,
  .contrast,
  .contrast-copy,
  .market-proof,
  .market-proof-copy,
  .architecture-header,
  .lexicon {
    grid-template-columns: 1fr;
  }

  .protocol-pill-grid {
    grid-template-columns: 1fr;
  }

  .atmosphere-map {
    min-height: 32rem;
  }

  .atmosphere-icon-core {
    width: min(7rem, 25vw);
  }

  .app-icon {
    --app-size: clamp(2rem, 7vw, 3.2rem);
  }

  .inner-ring {
    --app-size: clamp(2.35rem, 7.8vw, 3.55rem);
  }

  .outer-ring {
    --app-size: clamp(1.55rem, 5.4vw, 2.45rem);
  }

  .app-spark {
    --app-size: clamp(2.55rem, 8.2vw, 3.75rem);
  }

  .atmosphere-core {
    top: 42%;
    width: min(12rem, 54%);
  }

  .atmosphere-node {
    width: min(10rem, 38%);
  }

  .client-layer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-grid {
    grid-column: auto;
  }

  .buyer-arc-grid {
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contrast-grid {
    grid-column: auto;
  }

  .surface-field {
    grid-column: auto;
  }

  .surface-expansion {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .surface-expansion-copy {
    min-height: 18rem;
  }

  .principle {
    border-bottom: 1px solid var(--line);
  }

  .principle:nth-of-type(3) {
    border-bottom: 1px solid var(--line);
  }

  .flow {
    grid-template-columns: 1fr;
    margin-top: clamp(1rem, 3vw, 1.8rem);
  }

  .flow-arrow {
    width: 100%;
    min-height: 2.2rem;
    transform: rotate(90deg);
  }
}

@media (max-width: 700px) {
  :root {
    --page-gutter: 0.9rem;
    --section-block: 3.2rem;
  }

  .atmosphere-foundation {
    padding-top: calc(var(--section-block) * 0.78);
  }

  .atmosphere-map {
    min-height: clamp(23.5rem, 92vw, 26rem);
  }

  .atmosphere-icon-core {
    width: min(5rem, 24vw);
  }

  .app-icon {
    --app-size: clamp(1.85rem, 10.5vw, 2.75rem);
    border-radius: 0.86rem;
  }

  .app-ghost-cloud {
    display: none;
  }

  .inner-ring {
    --app-size: clamp(1.95rem, 11vw, 2.85rem);
  }

  .outer-ring {
    --app-size: clamp(0.9rem, 5.4vw, 1.35rem);
    border-radius: 0.5rem;
  }

  .app-spark {
    --app-left: 69.8%;
    --app-top: 30.2%;
    --app-size: clamp(2.55rem, 12vw, 3.05rem);
  }

  .app-blacksky {
    --app-left: 69.8%;
    --app-top: 69.8%;
  }

  .app-stream-place {
    --app-left: 50%;
    --app-top: 22%;
  }

  .app-bluesky {
    --app-left: 78%;
    --app-top: 50%;
  }

  .app-leaflet {
    --app-left: 22%;
    --app-top: 50%;
  }

  .app-tangled {
    --app-left: 50%;
    --app-top: 78%;
  }

  .app-mu {
    --app-left: 30.2%;
    --app-top: 30.2%;
  }

  .app-plyr {
    --app-left: 30.2%;
    --app-top: 69.8%;
  }

  .edge-icon {
    opacity: 1;
    filter: none;
  }

  .atmosphere-core {
    top: 42%;
    width: min(10.5rem, 58%);
    min-height: 7.2rem;
  }

  .atmosphere-node {
    width: min(9rem, 42%);
    min-height: 4.1rem;
    grid-template-columns: 1fr;
    gap: 0.38rem;
    padding: 0.62rem;
  }

  .atmosphere-node b {
    width: 1.72rem;
    height: 1.72rem;
  }

  .node-identity,
  .node-feeds {
    left: 5%;
  }

  .node-posts,
  .node-context {
    right: 5%;
  }

  .client-layer {
    left: 5%;
    right: 5%;
    bottom: 4.8%;
  }

  .client-layer span {
    min-height: 2.1rem;
    padding-inline: 0.44rem;
  }

  .section,
  .ticker-band {
    content-visibility: visible;
    contain-intrinsic-size: auto;
    scroll-margin-top: 4.7rem;
  }

  .site-header {
    position: absolute;
    align-items: flex-start;
    padding: 0.8rem var(--page-gutter);
  }

  .brand-lockup img {
    width: clamp(3.65rem, 17vw, 4.35rem);
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.82rem;
    max-width: 18rem;
    row-gap: 0.38rem;
    font-size: clamp(0.72rem, 3vw, 0.82rem);
  }

  .nav-links a {
    padding: 0.2rem 0;
  }

  .contact-main::before {
    display: none;
    top: 8svh;
    right: -14ch;
    font-size: clamp(2.2rem, 13vw, 4.5rem);
  }

  .contact-hero {
    min-height: auto;
    padding-top: clamp(6.5rem, 16vh, 8rem);
  }

  .contact-copy,
  .contact-form {
    width: min(100%, calc(100vw - var(--page-gutter) * 2));
    max-width: calc(100vw - var(--page-gutter) * 2);
  }

  .contact-copy h1 {
    font-size: clamp(3.35rem, 19vw, 5.9rem);
  }

  .contact-copy p {
    font-size: 1rem;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 0.9rem;
  }

  .hero {
    min-height: 82svh;
    padding: clamp(5.8rem, 12vh, 6.7rem) var(--page-gutter)
      clamp(1.7rem, 5vh, 2.5rem);
  }

  .ascii-wavefield {
    padding: 4.7rem 0.65rem 0;
    font-size: 12px;
    line-height: 1.04;
    color: rgba(23, 30, 66, 0.32);
  }

  .hero-content {
    padding-top: 4rem;
  }

  h1 {
    font-size: clamp(4.1rem, 25vw, 6.2rem);
    margin-left: 0;
  }

  .hero-kicker {
    font-size: clamp(1.32rem, 7vw, 2.1rem);
  }

  .hero-copy {
    max-width: 30rem;
  }

  .hero-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    padding: 0.35rem;
    border-radius: 1.65rem;
  }

  .hero-meta-grid::before {
    inset: 0.35rem;
    background:
      linear-gradient(
        90deg,
        transparent calc(50% - 0.5px),
        rgba(23, 30, 66, 0.18) calc(50% - 0.5px),
        rgba(23, 30, 66, 0.18) calc(50% + 0.5px),
        transparent calc(50% + 0.5px)
      )
      center / 100% 72% no-repeat,
      linear-gradient(
        180deg,
        transparent calc(50% - 0.5px),
        rgba(23, 30, 66, 0.16) calc(50% - 0.5px),
        rgba(23, 30, 66, 0.16) calc(50% + 0.5px),
        transparent calc(50% + 0.5px)
      )
      center / 72% 100% no-repeat;
  }

  .hero-signal-card {
    min-height: 4.65rem;
    padding: 0.68rem 0.78rem;
    border-radius: 1.25rem;
  }

  .hero-signal-card strong {
    font-size: clamp(1.2rem, 6.2vw, 1.58rem);
  }

  .hero-signal-card span {
    font-size: 0.58rem;
  }

  .hero-signal-card::after {
    bottom: 0.46rem;
    width: 1.65rem;
  }

  .buyer-arc-grid {
    grid-template-columns: 1fr;
    margin-top: 1.4rem;
  }

  .arc-step {
    min-height: 13.2rem;
  }

  .arc-visual {
    min-height: 5.4rem;
  }

  .ticker-band {
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent,
      #000 1rem,
      #000 calc(100% - 1rem),
      transparent
    );
    mask-image: linear-gradient(
      90deg,
      transparent,
      #000 1rem,
      #000 calc(100% - 1rem),
      transparent
    );
  }

  .market-proof {
    gap: 1.2rem;
  }

  .intro-copy p {
    padding-left: 0;
    border-left: 0;
  }

  .surface-field {
    min-height: 16rem;
    margin-inline: calc(var(--page-gutter) * -1);
    border-radius: 0;
  }

  .surface-map {
    min-height: 20rem;
  }

  .adaptive-lab {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.78rem;
    min-height: 0;
    padding: 1rem;
  }

  .adaptive-lab::after {
    inset: 0.9rem;
  }

  .context-core,
  .context-device {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    min-height: 0;
    translate: none;
    transform: none;
  }

  .context-core {
    place-content: start;
    text-align: left;
  }

  .context-ray {
    display: none;
  }

  .context-device {
    animation-name: none;
  }

  .video-pane {
    min-height: 8rem;
  }

  .audio-bars {
    min-height: 2.8rem;
  }

  .surface-expansion-copy {
    min-height: 0;
  }

  .surface-expansion-copy h3 {
    max-width: 12ch;
  }

  .client-constellation {
    grid-template-columns: 1fr;
    gap: 0.9rem;
    min-height: 0;
    padding: 1rem;
  }

  .creative-node {
    position: relative;
    inset: auto;
    grid-template-columns: 1fr;
    gap: 0.18rem;
    border-radius: 6px;
    width: 100%;
    text-align: center;
  }

  .format-stack,
  .welkin-router,
  .interface-cloud {
    margin-top: 0;
  }

  .format-stack {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .format-chip {
    min-height: 2.35rem;
  }

  .welkin-router {
    justify-self: center;
    width: min(8.4rem, 54vw);
    min-height: min(5.7rem, 36vw);
  }

  .interface-cloud {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    min-height: 0;
    padding: 1.85rem 0.78rem 0.82rem;
  }

  .interface-cloud::before {
    display: none;
  }

  .interface-cloud::after {
    inset: 1rem;
  }

  .client-surface {
    position: relative;
    inset: auto;
    min-width: 0;
    min-height: 5rem;
  }

  .client-surface strong {
    font-size: 0.54rem;
  }

  .interface-cloud .edge-client,
  .interface-cloud .far-client {
    opacity: 0.78;
    filter: blur(0.12px);
  }

  html[data-reveal-ready="true"] .interface-cloud .edge-client.is-visible,
  html[data-reveal-ready="true"] .interface-cloud .far-client.is-visible {
    opacity: 0.78;
  }

  .signal-thread {
    display: none;
  }

  .interface-dot {
    display: none;
  }

  .contrast-grid {
    margin-top: 1.4rem;
  }

  .contrast-row {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .contrast-row::before {
    background: repeating-linear-gradient(
      90deg,
      transparent 0 1.1rem,
      rgba(23, 30, 66, 0.035) 1.1rem 1.16rem
    );
  }

  .contrast-row > i {
    width: 100%;
    min-height: 2.2rem;
    justify-content: flex-start;
    padding-inline: clamp(0.9rem, 1.8vw, 1.25rem);
  }

  .contrast-row > i::before {
    content: "downshift";
    color: rgba(23, 30, 66, 0.44);
    font-size: 0.62rem;
    text-transform: uppercase;
  }

  .stat-grid {
    grid-template-columns: 1fr;
  }

  .stat {
    min-height: 8.5rem;
  }

  .section {
    padding: var(--section-block) var(--page-gutter);
  }

  .closing {
    padding-bottom: 7.4rem;
  }

  .closing::before {
    inset: 1.4rem var(--page-gutter) 5.4rem;
  }

  .principles {
    display: block;
    padding: 0;
  }

  .principle {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 1.1rem var(--page-gutter) 1.35rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .principle .index {
    min-height: 0;
    margin-bottom: 2rem;
  }

  .flow-node {
    min-height: 11.5rem;
  }

  .flow-node strong {
    margin-top: 2.2rem;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    margin-top: -8.1rem;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

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