.landing_page__ttWtt {
  --ln-bg: #070812;
  --ln-card: rgba(10, 12, 20, 0.72);
  --ln-card-2: rgba(16, 20, 32, 0.76);
  --ln-border: hsla(0, 0%, 100%, 0.1);
  --ln-text: hsla(0, 0%, 100%, 0.92);
  --ln-muted: hsla(0, 0%, 100%, 0.66);
  --ln-a: #80ffea;
  --ln-b: #7c5cff;
  --ln-c: #ffb347;
  --ln-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  padding: 24px clamp(16px, 4vw, 72px) 88px;
  position: relative;
  overflow-x: clip;
}
.landing_page__ttWtt:before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(
      900px 520px at 18% 14%,
      rgba(124, 92, 255, 0.22),
      transparent 60%
    ),
    radial-gradient(
      700px 500px at 84% 12%,
      rgba(128, 255, 234, 0.18),
      transparent 62%
    ),
    radial-gradient(
      740px 560px at 68% 82%,
      rgba(255, 179, 71, 0.14),
      transparent 64%
    ),
    linear-gradient(180deg, rgba(7, 8, 18, 0.9), rgba(7, 8, 18, 0.98));
  z-index: -3;
}
.landing_page__ttWtt:after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(hsla(0, 0%, 100%, 0.05) 1px, transparent 0),
    linear-gradient(90deg, hsla(0, 0%, 100%, 0.05) 1px, transparent 0);
  background-size: 84px 84px;
  opacity: 0.08;
  -webkit-mask-image: radial-gradient(circle at 50% 15%, #000, transparent 70%);
  mask-image: radial-gradient(circle at 50% 15%, #000, transparent 70%);
  z-index: -2;
}
.landing_nav__Cldps {
  position: -webkit-sticky;
  position: sticky;
  top: 18px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid var(--ln-border);
  background: rgba(8, 10, 16, 0.62);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: var(--ln-shadow);
}
.landing_brand__oKsI6 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ln-text);
  font-family: var(--font-display), serif;
  letter-spacing: 0.01em;
}
.landing_brandMark__GAnd6 {
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(128, 255, 234, 0.9),
    rgba(124, 92, 255, 0.65)
  );
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.12),
    0 18px 40px rgba(124, 92, 255, 0.25);
  position: relative;
  overflow: hidden;
}
.landing_brandMark__GAnd6:after {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(
    120deg,
    transparent,
    hsla(0, 0%, 100%, 0.25),
    transparent
  );
  transform: rotate(12deg);
  animation: landing_sweep__O_uoE 2.8s ease-in-out infinite;
}
.landing_navLinks__G7TtF {
  display: flex;
  gap: 18px;
  color: var(--ln-muted);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.landing_navLinks__G7TtF a {
  position: relative;
  padding: 8px 10px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}
.landing_navLinks__G7TtF a:hover {
  background: hsla(0, 0%, 100%, 0.06);
  color: var(--ln-text);
}
.landing_navActions__fFvPZ {
  display: flex;
  gap: 10px;
  align-items: center;
}
.landing_navAppLink__gW2Es {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(128, 255, 234, 0.45);
  background: linear-gradient(
    120deg,
    rgba(128, 255, 234, 0.28),
    rgba(124, 92, 255, 0.26)
  );
  color: rgba(234, 255, 251, 0.95);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(124, 92, 255, 0.24);
  animation: landing_navPulse__7LoPC 2.2s ease-in-out infinite;
}
.landing_navAppLink__gW2Es:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(124, 92, 255, 0.34);
}
.landing_waitlist__Trzlm {
  display: flex;
  align-items: center;
  gap: 10px;
}
.landing_waitlistInput__5p5xk {
  min-width: 220px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid hsla(0, 0%, 100%, 0.16);
  background: rgba(9, 10, 15, 0.6);
  color: var(--ln-text);
  font-size: 13px;
}
.landing_waitlistInput__5p5xk::placeholder {
  color: hsla(0, 0%, 100%, 0.52);
}
.landing_waitlistNote__rT2N5 {
  font-size: 12px;
  color: rgba(128, 255, 234, 0.9);
}
.landing_waitlistError__mbs2n {
  font-size: 12px;
  color: #ff9ca8;
}
.landing_waitlistModalBackdrop__jts0y {
  position: fixed;
  inset: 0;
  background: rgba(4, 6, 12, 0.72);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: grid;
  place-items: center;
  z-index: 60;
  padding: 24px;
}
.landing_waitlistModal__AZelm {
  position: relative;
  width: min(520px, 92vw);
  border-radius: 24px;
  border: 1px solid rgba(124, 92, 255, 0.4);
  background: rgba(10, 12, 20, 0.94);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
  padding: 28px 28px 24px;
  text-align: left;
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  color: var(--ln-text);
}
.landing_waitlistModalGlow__QQDyC {
  position: absolute;
  inset: -30% 10% auto 10%;
  height: 140px;
  background: radial-gradient(
      circle at 30% 30%,
      rgba(128, 255, 234, 0.3),
      transparent 70%
    ),
    radial-gradient(
      circle at 70% 30%,
      rgba(124, 92, 255, 0.35),
      transparent 70%
    );
  filter: blur(12px);
  opacity: 0.9;
  z-index: -1;
}
.landing_waitlistModalEyebrow__9S2Ub {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(128, 255, 234, 0.8);
}
.landing_waitlistModal__AZelm h3 {
  margin: 0;
  font-size: 26px;
}
.landing_waitlistModal__AZelm p {
  margin: 0;
  color: var(--ln-muted);
  line-height: 1.5;
}
.landing_waitlistModalBadges__ytkaz {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.landing_waitlistModalBadges__ytkaz span {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid hsla(0, 0%, 100%, 0.14);
  font-size: 12px;
  color: var(--ln-text);
  background: hsla(0, 0%, 100%, 0.05);
}
.landing_navDemo__TK_BH,
.landing_navMvp__meKMo {
  display: inline-flex;
}
.landing_menuButton__IoIZb {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid hsla(0, 0%, 100%, 0.14);
  background: hsla(0, 0%, 100%, 0.04);
  color: var(--ln-text);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
}
.landing_menuButton__IoIZb:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35);
  border-color: hsla(0, 0%, 100%, 0.22);
}
.landing_menuIcon__NQdCZ {
  display: inline-block;
  width: 18px;
  height: 2px;
  background: hsla(0, 0%, 100%, 0.82);
  border-radius: 2px;
  position: relative;
}
.landing_menuIcon__NQdCZ:after,
.landing_menuIcon__NQdCZ:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: hsla(0, 0%, 100%, 0.72);
}
.landing_menuIcon__NQdCZ:before {
  top: -6px;
}
.landing_menuIcon__NQdCZ:after {
  top: 6px;
}
.landing_mobileBackdrop__jWn9_,
.landing_mobileMenu__0Fc2e {
  display: none;
}
.landing_button__C_lQv {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid hsla(0, 0%, 100%, 0.14);
  background: hsla(0, 0%, 100%, 0.04);
  color: var(--ln-text);
  padding: 10px 14px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
}
.landing_button__C_lQv:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35);
  border-color: hsla(0, 0%, 100%, 0.22);
}
.landing_buttonPrimary__xRvJ2 {
  border: none;
  background: linear-gradient(120deg, var(--ln-a), var(--ln-b));
  color: rgba(8, 10, 16, 0.92);
  box-shadow: 0 20px 55px rgba(124, 92, 255, 0.35);
}
.landing_buttonGhost__DUGJ0 {
  background: rgba(128, 255, 234, 0.08);
  border-color: rgba(128, 255, 234, 0.26);
  color: rgba(218, 255, 250, 0.92);
}
@keyframes landing_navPulse__7LoPC {
  0%,
  to {
    box-shadow: 0 12px 30px rgba(124, 92, 255, 0.24);
  }
  50% {
    box-shadow: 0 18px 40px rgba(124, 92, 255, 0.38);
  }
}
.landing_buttonTiny__50mqs {
  padding: 8px 12px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.landing_hero__IFqnw {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  grid-gap: clamp(18px, 4vw, 56px);
  gap: clamp(18px, 4vw, 56px);
  align-items: center;
  padding: clamp(34px, 6vw, 88px) 0 26px;
}
.landing_heroCopy__seflO {
  position: relative;
}
.landing_eyebrow__L_21j {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  background: hsla(0, 0%, 100%, 0.04);
  color: rgba(128, 255, 234, 0.92);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
}
.landing_eyebrowDot__C8446 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ln-a);
  box-shadow: 0 0 18px rgba(128, 255, 234, 0.65);
  animation: landing_ping__uI8UH 1.6s ease-in-out infinite;
}
.landing_title__zyzgM {
  margin: 18px 0 16px;
  font-size: clamp(40px, 6.5vw, 76px);
  line-height: 1.02;
  color: var(--ln-text);
  letter-spacing: -0.02em;
}
.landing_titleAccent__8ZDDI {
  background: linear-gradient(90deg, var(--ln-a), var(--ln-b), var(--ln-c));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: var(--font-display), serif;
  font-style: italic;
}
.landing_lead__0nXCU {
  margin: 0;
  color: var(--ln-muted);
  font-size: 18px;
  line-height: 1.7;
  max-width: 60ch;
}
.landing_heroActions__bzfsI {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.landing_heroMeta__lUmjY {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--ln-muted);
  font-size: 13px;
}
.landing_metaChip__m8rYV {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background: rgba(9, 10, 15, 0.55);
}
.landing_heroVisual__IS3c0 {
  position: relative;
}
.landing_orb__zB7iq {
  position: absolute;
  inset: -50px -40px auto auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(
      circle at 30% 30%,
      rgba(128, 255, 234, 0.35),
      transparent 58%
    ),
    radial-gradient(
      circle at 70% 60%,
      rgba(124, 92, 255, 0.32),
      transparent 60%
    );
  filter: blur(2px);
  opacity: 0.9;
  animation: landing_floaty__gHMKU 7s ease-in-out infinite;
  pointer-events: none;
}
.landing_marketWidget__hkdT6,
.landing_widget___Mc3w {
  border-radius: 26px;
  border: 1px solid hsla(0, 0%, 100%, 0.14);
  background: linear-gradient(
    140deg,
    rgba(12, 14, 22, 0.92),
    rgba(7, 8, 14, 0.86)
  );
  box-shadow: var(--ln-shadow);
  overflow: hidden;
  position: relative;
}
.landing_marketWidget__hkdT6:before {
  background: conic-gradient(
    from 120deg,
    rgba(128, 255, 234, 0.12),
    rgba(124, 92, 255, 0.14),
    rgba(255, 179, 71, 0.09),
    rgba(128, 255, 234, 0.12)
  );
}
.landing_marketWidget__hkdT6:before,
.landing_widget___Mc3w:before {
  content: "";
  position: absolute;
  inset: -60%;
  animation: landing_spin__hPV_A 8s linear infinite;
  opacity: 0.65;
}
.landing_widget___Mc3w:before {
  background: conic-gradient(
    from 120deg,
    rgba(128, 255, 234, 0.1),
    rgba(124, 92, 255, 0.12),
    rgba(255, 179, 71, 0.08),
    rgba(128, 255, 234, 0.1)
  );
}
.landing_widgetInner__eFXI2 {
  position: relative;
  padding: 18px 18px 16px;
}
.landing_widgetTop__dA9hp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}
.landing_widgetTitle__CSJR2 {
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(128, 255, 234, 0.92);
}
.landing_pill__zntLv {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  background: hsla(0, 0%, 100%, 0.05);
  color: hsla(0, 0%, 100%, 0.78);
  font-size: 12px;
}
.landing_pipeline__X09Db {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}
.landing_pipeRow__mZxxn {
  display: grid;
  grid-template-columns: 16px 1fr auto;
  grid-gap: 12px;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid hsla(0, 0%, 100%, 0.08);
  background: rgba(9, 10, 15, 0.55);
  position: relative;
  overflow: hidden;
}
.landing_pipeRow__mZxxn:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(128, 255, 234, 0.16),
    transparent
  );
  transform: translateX(-120%);
  animation: landing_scan__E4k_m 3.8s ease-in-out infinite;
  opacity: 0;
}
.landing_pipeRow__mZxxn:nth-child(2):after {
  animation-delay: 0.6s;
}
.landing_pipeRow__mZxxn:nth-child(3):after {
  animation-delay: 1.2s;
}
.landing_pipeDot__735mX {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.18);
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.08);
}
.landing_pipeRowActive__xb4v5 .landing_pipeDot__735mX {
  background: var(--ln-a);
  box-shadow: 0 0 16px rgba(128, 255, 234, 0.6);
}
.landing_pipeMain__4t3Wu {
  display: grid;
  grid-gap: 2px;
  gap: 2px;
}
.landing_pipeLabel__EWPpr {
  font-size: 13px;
  color: hsla(0, 0%, 100%, 0.84);
}
.landing_pipeSub__Utsf9 {
  font-size: 12px;
  color: var(--ln-muted);
}
.landing_pipeTag__9F_4O {
  font-size: 12px;
  color: hsla(0, 0%, 100%, 0.7);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.landing_marketCols__1j0Cz {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 14px;
  gap: 14px;
}
.landing_marketCol__LWm_k {
  border-radius: 20px;
  border: 1px solid hsla(0, 0%, 100%, 0.09);
  background: rgba(9, 10, 15, 0.5);
  overflow: hidden;
}
.landing_marketColHead__X3iy6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 12px 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  color: hsla(0, 0%, 100%, 0.82);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.landing_scroller__0I6N8 {
  height: 330px;
  overflow: hidden;
  position: relative;
}
.landing_scrollerTrackAlt__uY2S2,
.landing_scrollerTrack__XDZiS {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  padding: 12px;
  animation: landing_scrollY__S_yWp 16s linear infinite;
  will-change: transform;
}
.landing_scrollerTrackAlt__uY2S2 {
  animation-direction: reverse;
}
.landing_marketWidget__hkdT6:hover .landing_scrollerTrackAlt__uY2S2,
.landing_marketWidget__hkdT6:hover .landing_scrollerTrack__XDZiS {
  animation-play-state: paused;
}
.landing_miniCard__mCuVF {
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-gap: 10px;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid hsla(0, 0%, 100%, 0.08);
  background: rgba(12, 14, 22, 0.72);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.26);
}
.landing_miniAvatar__HZxUT {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.12);
}
.landing_seedA__Ivh2N {
  background: radial-gradient(
    circle at 30% 30%,
    rgba(128, 255, 234, 0.95),
    rgba(124, 92, 255, 0.65)
  );
}
.landing_seedB____PO1 {
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 179, 71, 0.92),
    rgba(124, 92, 255, 0.6)
  );
}
.landing_miniMain__uk9Uc {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  min-width: 0;
}
.landing_miniTitle__YP3Eo {
  margin: 0;
  font-size: 13px;
  color: hsla(0, 0%, 100%, 0.92);
  line-height: 1.35;
}
.landing_miniMeta__WWG6Y {
  margin: 0;
  font-size: 12px;
  color: var(--ln-muted);
  line-height: 1.35;
}
.landing_liveStats__oMpdn {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 14px;
  gap: 14px;
}
.landing_liveActions__5sOKS {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.landing_stat__Mjz5_ {
  border-radius: 22px;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  background: linear-gradient(
    140deg,
    rgba(12, 14, 22, 0.82),
    rgba(8, 10, 16, 0.62)
  );
  box-shadow: var(--ln-shadow);
  padding: 18px;
}
.landing_stat__Mjz5_ p {
  margin: 0;
  color: var(--ln-muted);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
}
.landing_stat__Mjz5_ strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(28px, 4vw, 44px);
  color: hsla(0, 0%, 100%, 0.92);
}
.landing_section__mWwzf {
  padding: 42px 0;
}
.landing_stackSection__ITede {
  padding-top: 28px;
}
.landing_stackGrid__oFD9A {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 24px;
}
.landing_stackCard__hcpDW {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 16px;
  gap: 16px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--ln-border);
  background: var(--ln-card);
  box-shadow: var(--ln-shadow);
  position: relative;
  overflow: hidden;
}
.landing_stackCard__hcpDW:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 20% 20%,
    rgba(128, 255, 234, 0.15),
    transparent 55%
  );
  opacity: 0.6;
  pointer-events: none;
}
.landing_stackIcon__1N_2t {
  min-width: 72px;
  height: 72px;
  border-radius: 16px;
  background: rgba(12, 14, 24, 0.9);
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  display: grid;
  place-items: center;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ln-text);
}
.landing_stackLabel__Op9mV {
  margin: 0 0 6px;
  font-size: 18px;
  color: var(--ln-text);
}
.landing_stackDesc__H83yh {
  margin: 0;
  color: var(--ln-muted);
  font-size: 14px;
  line-height: 1.5;
}
.landing_sectionHead__oVFyv {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.landing_loopActions___324u {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.landing_sectionTitle__2og5c {
  margin: 0;
  font-size: clamp(22px, 3.6vw, 34px);
  letter-spacing: -0.01em;
  color: var(--ln-text);
}
.landing_sectionDesc__vZHt0 {
  margin: 0;
  color: var(--ln-muted);
  max-width: 70ch;
  line-height: 1.6;
}
.landing_loopGrid__TShfs {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.landing_board__7Esyi {
  border-radius: 22px;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  background: linear-gradient(
    140deg,
    rgba(12, 14, 22, 0.82),
    rgba(8, 10, 16, 0.62)
  );
  box-shadow: var(--ln-shadow);
  overflow: hidden;
  position: relative;
  min-height: 420px;
}
.landing_board__7Esyi:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 20% 20%,
      rgba(124, 92, 255, 0.16),
      transparent 55%
    ),
    radial-gradient(
      circle at 80% 30%,
      rgba(128, 255, 234, 0.1),
      transparent 60%
    );
  opacity: 0.85;
  pointer-events: none;
}
.landing_boardHead__Nl1WQ {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  background: rgba(9, 10, 15, 0.4);
}
.landing_boardKicker__le0FS {
  color: hsla(0, 0%, 100%, 0.82);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.landing_intakeScroller__J0C_R {
  position: relative;
  z-index: 1;
  height: 360px;
  padding: 12px;
  overflow: hidden;
}
.landing_intakeTrack___ydhX {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  animation: landing_scrollY__S_yWp 18s linear infinite;
  will-change: transform;
}
.landing_board__7Esyi:hover .landing_intakeTrack___ydhX {
  animation-play-state: paused;
}
.landing_intakeRow__HtToq {
  display: grid;
  grid-template-columns: 14px 1fr auto;
  grid-gap: 10px;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid hsla(0, 0%, 100%, 0.09);
  background: rgba(12, 14, 22, 0.72);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}
.landing_intakeDot__1QgvM {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.1),
    0 0 18px rgba(124, 92, 255, 0.16);
}
.landing_intakeMain__wcs7q {
  min-width: 0;
}
.landing_intakeTitle__ZK_Pc {
  margin: 0;
  font-size: 13px;
  color: hsla(0, 0%, 100%, 0.92);
  line-height: 1.35;
}
.landing_intakeMeta__rtJ6A,
.landing_intakeTitle__ZK_Pc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.landing_intakeMeta__rtJ6A {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--ln-muted);
}
.landing_intakeTag__wCCGF {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(128, 255, 234, 0.22);
  color: rgba(197, 255, 247, 0.88);
  background: rgba(128, 255, 234, 0.07);
}
.landing_terminal__qd_F7 {
  position: relative;
  z-index: 1;
  margin: 12px;
  border-radius: 20px;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background: rgba(8, 10, 16, 0.72);
  overflow: hidden;
}
.landing_terminalTop__zcl5X {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  background: hsla(0, 0%, 100%, 0.03);
}
.landing_terminalLight__2Xu4R {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.12);
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.08);
}
.landing_terminalLight__2Xu4R:first-child {
  background: rgba(255, 122, 162, 0.28);
}
.landing_terminalLight__2Xu4R:nth-child(2) {
  background: rgba(255, 179, 71, 0.22);
}
.landing_terminalLight__2Xu4R:nth-child(3) {
  background: rgba(128, 255, 234, 0.18);
}
.landing_terminalTitle__J1vqu {
  margin-left: 8px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: hsla(0, 0%, 100%, 0.78);
}
.landing_caret__riFRm {
  margin-left: auto;
  width: 10px;
  height: 14px;
  border-radius: 3px;
  background: rgba(128, 255, 234, 0.62);
  box-shadow: 0 0 22px rgba(128, 255, 234, 0.45);
  animation: landing_blink__aFQm0 1.1s steps(2) infinite;
}
.landing_terminalBody__bDxeM {
  padding: 12px;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  position: relative;
  height: 330px;
  overflow: hidden;
}
.landing_terminalBody__bDxeM:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 54px;
  top: -60px;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(128, 255, 234, 0.12),
    transparent
  );
  animation: landing_scanDown__WpcSJ 4.6s ease-in-out infinite;
  pointer-events: none;
  opacity: 0.9;
}
.landing_consoleLine__FcIfx {
  display: grid;
  grid-template-columns: 16px 1fr;
  grid-gap: 10px;
  gap: 10px;
  align-items: baseline;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, monospace;
  font-size: 12px;
  color: rgba(223, 255, 250, 0.9);
  line-height: 1.5;
}
.landing_consolePrompt__Dto1q {
  color: rgba(128, 255, 234, 0.9);
}
.landing_consoleText__nmeFV {
  color: hsla(0, 0%, 100%, 0.82);
}
.landing_proofStack__lbDdV {
  position: relative;
  z-index: 1;
  padding: 12px;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}
.landing_stampAlt__0VlJb,
.landing_stampPay__GvwbS,
.landing_stamp__gd5Z3 {
  border-radius: 18px;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  background: rgba(12, 14, 22, 0.72);
  padding: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  position: relative;
  overflow: hidden;
}
.landing_stampAlt__0VlJb:before,
.landing_stampPay__GvwbS:before,
.landing_stamp__gd5Z3:before {
  content: "";
  position: absolute;
  inset: -60%;
  background: conic-gradient(
    from 120deg,
    rgba(128, 255, 234, 0.11),
    rgba(124, 92, 255, 0.12),
    rgba(255, 179, 71, 0.08),
    rgba(128, 255, 234, 0.11)
  );
  animation: landing_spin__hPV_A 10s linear infinite;
  opacity: 0.55;
}
.landing_stampAlt__0VlJb span,
.landing_stampPay__GvwbS span,
.landing_stamp__gd5Z3 span {
  position: relative;
  display: block;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: hsla(0, 0%, 100%, 0.74);
}
.landing_stampAlt__0VlJb strong,
.landing_stampPay__GvwbS strong,
.landing_stamp__gd5Z3 strong {
  position: relative;
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: hsla(0, 0%, 100%, 0.92);
}
.landing_stampAlt__0VlJb {
  border-color: rgba(128, 255, 234, 0.22);
}
.landing_stampPay__GvwbS {
  border-color: rgba(255, 179, 71, 0.22);
}
.landing_ledger__TYRZ3 {
  position: relative;
  z-index: 1;
  margin: 0 12px 12px;
  border-radius: 18px;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background: rgba(9, 10, 15, 0.52);
  overflow: hidden;
}
.landing_ledgerHead__B7Mmy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}
.landing_ledgerHead__B7Mmy span:first-child {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: hsla(0, 0%, 100%, 0.78);
}
.landing_ledgerBody__Hx5g2 {
  padding: 12px;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  max-height: 170px;
  overflow: hidden;
}
.landing_ledgerRow__Rz8Vy {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: hsla(0, 0%, 100%, 0.78);
  font-size: 12px;
  letter-spacing: 0.04em;
}
.landing_ledgerValue__BSADL {
  color: hsla(0, 0%, 100%, 0.9);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, monospace;
}
.landing_caseBlock__UrOo3 {
  margin-top: 16px;
}
.landing_caseHead__GkzVu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0 12px;
}
.landing_caseTitle__9_Jqy {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: hsla(0, 0%, 100%, 0.92);
}
.landing_caseDesc__aGpj2 {
  margin: 8px 0 0;
  color: var(--ln-muted);
  line-height: 1.6;
  max-width: 70ch;
}
.landing_caseGrid__oulpX {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.landing_caseCard__MXRvC {
  border-radius: 22px;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  background: linear-gradient(
    140deg,
    rgba(12, 14, 22, 0.82),
    rgba(8, 10, 16, 0.62)
  );
  box-shadow: var(--ln-shadow);
  padding: 18px;
  position: relative;
  overflow: hidden;
}
.landing_caseCard__MXRvC:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 20% 20%,
      rgba(124, 92, 255, 0.14),
      transparent 55%
    ),
    radial-gradient(
      circle at 80% 30%,
      rgba(128, 255, 234, 0.1),
      transparent 60%
    );
  opacity: 0.85;
  pointer-events: none;
}
.landing_caseTop__tXFUr {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.landing_caseCard__MXRvC h4 {
  margin: 0;
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.92);
  letter-spacing: -0.01em;
}
.landing_casePulse__V4mi9 {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(128, 255, 234, 0.6);
  box-shadow: 0 0 22px rgba(128, 255, 234, 0.4);
  animation: landing_ping__uI8UH 1.8s ease-in-out infinite;
}
.landing_caseCard__MXRvC p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: var(--ln-muted);
  line-height: 1.65;
}
.landing_caseFlow__TWGRa {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.landing_flowNode___hnps {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background: rgba(9, 10, 15, 0.55);
  position: relative;
  overflow: hidden;
}
.landing_flowNode___hnps:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(128, 255, 234, 0.14),
    transparent
  );
  transform: translateX(-120%);
  animation: landing_scan__E4k_m 4.2s ease-in-out infinite;
  opacity: 0;
}
.landing_flowNode___hnps:nth-child(2):after {
  animation-delay: 0.6s;
}
.landing_flowNode___hnps:nth-child(3):after {
  animation-delay: 1.2s;
}
.landing_flowDot__U_Bzi {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(128, 255, 234, 0.64);
  box-shadow: 0 0 18px rgba(128, 255, 234, 0.4);
}
.landing_flowLabel__4XfZk {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: hsla(0, 0%, 100%, 0.86);
}
.landing_flowLine__FM73O {
  width: 18px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(128, 255, 234, 0.55),
    rgba(124, 92, 255, 0.25)
  );
  opacity: 0.8;
}
.landing_caseTags__wq8q6 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.landing_entranceGrid__RyLuE {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
}
.landing_entranceChooser__p2Ltq {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}
.landing_entranceCard__pjRjQ {
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  background: linear-gradient(
    140deg,
    rgba(12, 14, 22, 0.82),
    rgba(8, 10, 16, 0.62)
  );
  box-shadow: var(--ln-shadow);
  border-radius: 22px;
  padding: 16px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, border-color 0.18s ease,
    box-shadow 0.18s ease;
}
.landing_entranceCard__pjRjQ:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 25% 10%,
      rgba(128, 255, 234, 0.12),
      transparent 60%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(124, 92, 255, 0.14),
      transparent 58%
    );
  opacity: 0;
  transition: opacity 0.22s ease;
}
.landing_entranceCard__pjRjQ:hover {
  transform: translateY(-1px);
  border-color: hsla(0, 0%, 100%, 0.22);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.55);
}
.landing_entranceCard__pjRjQ:hover:after {
  opacity: 1;
}
.landing_entranceActive__syxRJ {
  border-color: rgba(128, 255, 234, 0.32);
  box-shadow: 0 0 0 1px rgba(128, 255, 234, 0.12),
    0 28px 80px rgba(0, 0, 0, 0.58);
}
.landing_entranceTop__GdWqe {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.landing_entranceKicker__83Qk8 {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: hsla(0, 0%, 100%, 0.74);
}
.landing_entrancePreview__DCLIx {
  border-radius: 22px;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  background: linear-gradient(
    140deg,
    rgba(12, 14, 22, 0.82),
    rgba(8, 10, 16, 0.62)
  );
  box-shadow: var(--ln-shadow);
  padding: 16px;
  position: relative;
  overflow: hidden;
}
.landing_entrancePreview__DCLIx:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 20% 20%,
      rgba(124, 92, 255, 0.14),
      transparent 55%
    ),
    radial-gradient(
      circle at 85% 30%,
      rgba(128, 255, 234, 0.1),
      transparent 60%
    );
  opacity: 0.8;
  pointer-events: none;
}
.landing_previewHead__KqQpK {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}
.landing_previewEyebrow__CQBBL {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(128, 255, 234, 0.92);
}
.landing_previewTitle__PlTEf {
  margin: 0;
  font-size: 20px;
  color: hsla(0, 0%, 100%, 0.92);
  letter-spacing: -0.01em;
}
.landing_previewDesc__s0Gxv {
  margin: 10px 0 0;
  color: var(--ln-muted);
  line-height: 1.65;
  max-width: 62ch;
}
.landing_previewActions__LVvOK {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.landing_previewWindow__sTSyu {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  background: rgba(8, 10, 16, 0.62);
  overflow: hidden;
}
.landing_previewTop__jkSoL {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  background: hsla(0, 0%, 100%, 0.03);
}
.landing_previewScroll__f4snK {
  height: 320px;
  overflow: hidden;
}
.landing_previewTrack__Js3Cs {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  padding: 12px;
  animation: landing_scrollY__S_yWp 17s linear infinite;
  will-change: transform;
}
.landing_previewWindow__sTSyu:hover .landing_previewTrack__Js3Cs {
  animation-play-state: paused;
}
.landing_previewRow__y4HSP {
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-gap: 10px;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid hsla(0, 0%, 100%, 0.08);
  background: rgba(12, 14, 22, 0.72);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}
.landing_previewAvatar__wbn1e {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.12);
}
.landing_previewMain__hThR5 {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  min-width: 0;
}
.landing_previewRowTitle__uEuiK {
  margin: 0;
  font-size: 13px;
  color: hsla(0, 0%, 100%, 0.92);
  line-height: 1.35;
}
.landing_previewRowMeta__pLo9s {
  margin: 0;
  font-size: 12px;
  color: var(--ln-muted);
  line-height: 1.35;
}
.landing_previewTags__LSttE {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.landing_marquee__RIGCs {
  border-radius: 22px;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background: rgba(9, 10, 15, 0.45);
  overflow: hidden;
  position: relative;
  box-shadow: var(--ln-shadow);
}
.landing_marquee__RIGCs:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 20% 20%,
      rgba(124, 92, 255, 0.14),
      transparent 55%
    ),
    radial-gradient(
      circle at 80% 40%,
      rgba(128, 255, 234, 0.12),
      transparent 58%
    );
  opacity: 0.9;
  pointer-events: none;
}
.landing_track__trXYN {
  display: flex;
  gap: 14px;
  padding: 14px;
  width: max-content;
  animation: landing_ticker__3y4WL 26s linear infinite;
  position: relative;
}
.landing_trackReverse__4_o96 {
  animation-direction: reverse;
}
.landing_card__J_30w {
  width: 280px;
  border-radius: 18px;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background: rgba(12, 14, 22, 0.72);
  padding: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
}
.landing_cardTop__sbrH9 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.landing_cardTitle__FV24K {
  margin: 0;
  font-size: 14px;
  color: hsla(0, 0%, 100%, 0.9);
}
.landing_cardMeta__fmtjd {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--ln-muted);
}
.landing_badge__2OdP8 {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid hsla(0, 0%, 100%, 0.14);
  color: hsla(0, 0%, 100%, 0.78);
  background: hsla(0, 0%, 100%, 0.05);
  white-space: nowrap;
}
.landing_badgeAI__Ke2Oy {
  border-color: rgba(128, 255, 234, 0.25);
  color: rgba(197, 255, 247, 0.92);
  background: rgba(128, 255, 234, 0.08);
}
.landing_badgeHuman__Fxl4k {
  border-color: rgba(255, 179, 71, 0.25);
  color: rgba(255, 230, 190, 0.92);
  background: rgba(255, 179, 71, 0.08);
}
.landing_cardTags__MH0uV {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.landing_tag__cyDrZ {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  border: 1px solid rgba(124, 92, 255, 0.35);
  color: rgba(215, 210, 255, 0.9);
  background: rgba(124, 92, 255, 0.12);
}
.landing_tagAlt__P3N9D {
  border-color: rgba(128, 255, 234, 0.35);
  color: rgba(205, 255, 249, 0.92);
  background: rgba(128, 255, 234, 0.1);
}
.landing_grid3__PvxXF {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.landing_entry__egmIu {
  border-radius: 22px;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  background: linear-gradient(
    140deg,
    rgba(12, 14, 22, 0.82),
    rgba(8, 10, 16, 0.62)
  );
  box-shadow: var(--ln-shadow);
  padding: 18px;
  position: relative;
  overflow: hidden;
  min-height: 170px;
}
.landing_entry__egmIu:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 20% 10%,
    rgba(128, 255, 234, 0.12),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.25s ease;
}
.landing_entry__egmIu:hover:after {
  opacity: 1;
}
.landing_entryTitle__dfPnN {
  margin: 0;
  font-size: 18px;
  color: hsla(0, 0%, 100%, 0.92);
}
.landing_entryDesc__V9g2n {
  margin: 8px 0 0;
  color: var(--ln-muted);
  line-height: 1.6;
}
.landing_entryActions__LHJS2 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.landing_footer__NntD6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  color: var(--ln-muted);
  border-top: 1px solid hsla(0, 0%, 100%, 0.08);
  padding-top: 18px;
  margin-top: 40px;
}
.landing_footerLeft__IWgao {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  max-width: 360px;
}
.landing_footerBrand__Qcz70 {
  display: flex;
  gap: 12px;
  align-items: center;
}
.landing_footerBrand__Qcz70 strong {
  display: block;
  color: hsla(0, 0%, 100%, 0.92);
  font-size: 16px;
}
.landing_footerBrand__Qcz70 p {
  margin: 6px 0 0;
  color: var(--ln-muted);
  line-height: 1.5;
}
.landing_footerMeta__0ebKE {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.landing_footerMeta__0ebKE span {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background: rgba(9, 10, 15, 0.5);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.landing_footerCols__WUwa5 {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  grid-gap: 24px;
  gap: 24px;
}
.landing_footerTitle__4FKfU {
  margin: 0 0 10px;
  color: hsla(0, 0%, 100%, 0.85);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
}
.landing_footer__NntD6 a {
  color: hsla(0, 0%, 100%, 0.78);
}
.landing_footerLinks__Ha02t {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-wrap: wrap;
}
@keyframes landing_ticker__3y4WL {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes landing_ping__uI8UH {
  0%,
  to {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.35);
    opacity: 1;
  }
}
@keyframes landing_floaty__gHMKU {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
@keyframes landing_spin__hPV_A {
  to {
    transform: rotate(1turn);
  }
}
@keyframes landing_scrollY__S_yWp {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes landing_blink__aFQm0 {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  to {
    opacity: 0.08;
  }
}
@keyframes landing_scanDown__WpcSJ {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  to {
    transform: translateY(360px);
    opacity: 0;
  }
}
@keyframes landing_scan__E4k_m {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  to {
    transform: translateX(120%);
    opacity: 0;
  }
}
@keyframes landing_sweep__O_uoE {
  0% {
    transform: translateX(-60%) rotate(12deg);
    opacity: 0;
  }
  18% {
    opacity: 0.5;
  }
  55% {
    opacity: 0.15;
  }
  to {
    transform: translateX(60%) rotate(12deg);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .landing_brandMark__GAnd6:after,
  .landing_caret__riFRm,
  .landing_casePulse__V4mi9,
  .landing_eyebrowDot__C8446,
  .landing_flowNode___hnps:after,
  .landing_intakeTrack___ydhX,
  .landing_marketWidget__hkdT6:before,
  .landing_orb__zB7iq,
  .landing_pipeRow__mZxxn:after,
  .landing_previewTrack__Js3Cs,
  .landing_scrollerTrackAlt__uY2S2,
  .landing_scrollerTrack__XDZiS,
  .landing_stampAlt__0VlJb:before,
  .landing_stampPay__GvwbS:before,
  .landing_stamp__gd5Z3:before,
  .landing_terminalBody__bDxeM:after,
  .landing_track__trXYN,
  .landing_widget___Mc3w:before {
    animation: none !important;
  }
}
@media (max-width: 980px) {
  .landing_entranceGrid__RyLuE,
  .landing_hero__IFqnw,
  .landing_loopGrid__TShfs {
    grid-template-columns: 1fr;
  }
  .landing_board__7Esyi {
    min-height: 0;
  }
  .landing_caseGrid__oulpX,
  .landing_grid3__PvxXF,
  .landing_liveStats__oMpdn {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .landing_page__ttWtt {
    padding: 18px 16px 40px;
  }
  .landing_nav__Cldps {
    top: 12px;
    padding: 10px 12px;
    border-radius: 18px;
  }
  .landing_navActions__fFvPZ {
    width: 100%;
    justify-content: flex-end;
    flex-direction: column;
    align-items: stretch;
  }
  .landing_navAppLink__gW2Es {
    width: 100%;
    justify-content: center;
  }
  .landing_waitlist__Trzlm {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .landing_waitlistInput__5p5xk {
    flex: 1 1;
    min-width: 0;
  }
  .landing_waitlistError__mbs2n,
  .landing_waitlistNote__rT2N5 {
    text-align: left;
  }
  .landing_navDemo__TK_BH,
  .landing_navLinks__G7TtF,
  .landing_navMvp__meKMo {
    display: none;
  }
  .landing_menuButton__IoIZb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .landing_mobileBackdrop__jWn9_ {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.48);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border: 0;
    z-index: 18;
  }
  .landing_mobileMenu__0Fc2e {
    display: grid;
    grid-gap: 10px;
    gap: 10px;
    position: fixed;
    left: 16px;
    right: 16px;
    top: 78px;
    padding: 14px;
    border-radius: 22px;
    border: 1px solid hsla(0, 0%, 100%, 0.14);
    background: rgba(8, 10, 16, 0.82);
    box-shadow: var(--ln-shadow);
    z-index: 19;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.18s ease, opacity 0.18s ease;
  }
  .landing_mobileMenuOpen__E4Ceu {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .landing_mobileMenu__0Fc2e a {
    padding: 12px;
    border-radius: 14px;
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    background: hsla(0, 0%, 100%, 0.04);
    color: hsla(0, 0%, 100%, 0.9);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 12px;
  }
  .landing_title__zyzgM {
    font-size: clamp(34px, 9vw, 52px);
  }
  .landing_lead__0nXCU {
    font-size: 16px;
  }
  .landing_heroActions__bzfsI {
    flex-direction: column;
    align-items: stretch;
  }
  .landing_marketCols__1j0Cz {
    grid-template-columns: 1fr;
  }
  .landing_scroller__0I6N8 {
    height: 240px;
  }
  .landing_previewHead__KqQpK {
    flex-direction: column;
    align-items: flex-start;
  }
  .landing_loopActions___324u,
  .landing_previewActions__LVvOK {
    justify-content: flex-start;
  }
  .landing_footer__NntD6 {
    margin-top: 24px;
    padding-top: 14px;
    gap: 18px;
  }
  .landing_footerCols__WUwa5 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
