:root {
  color-scheme: dark;
  --background: #101314;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.68);
  --cyan: #20d9ff;
  --gold: #c6a15b;
  --veladist-glass-border: rgba(181, 225, 238, 0.16);
  --veladist-glass-radius: 8px;
  --veladist-glass-bg:
    linear-gradient(145deg, rgba(10, 18, 20, 0.72), rgba(4, 8, 10, 0.52)),
    rgba(255, 255, 255, 0.025);
  --veladist-glass-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 70px rgba(0, 0, 0, 0.36);
  --veladist-glass-filter: blur(18px) saturate(1.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
  cursor: url("/assets/cursors/normal-select.cur"), auto;
}

html {
  background: var(--background);
}

html.is-page-transitioning,
html.is-page-transitioning body {
  overflow: hidden;
}

body {
  min-width: 320px;
  margin: 0;
  overflow: hidden;
  background: var(--background);
  color: var(--text);
  cursor: url("/assets/cursors/normal-select.cur"), auto;
  font-family: Manrope, Arial, sans-serif;
}

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

.veladist-glass-container {
  border: 1px solid var(--veladist-glass-border);
  border-radius: var(--veladist-glass-radius);
  background: var(--veladist-glass-bg);
  box-shadow: var(--veladist-glass-shadow);
  -webkit-backdrop-filter: var(--veladist-glass-filter);
  backdrop-filter: var(--veladist-glass-filter);
}

.landing-shell {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  overscroll-behavior: none;
  background: #0d1213;
  cursor: url("/assets/cursors/normal-select.cur"), auto;
}

.landing-shell::after {
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 22%, transparent 72%, rgba(0, 0, 0, 0.24)),
    repeating-linear-gradient(
      105deg,
      rgba(255, 255, 255, 0.008) 0,
      rgba(255, 255, 255, 0.008) 1px,
      transparent 1px,
      transparent 18px
    );
  -webkit-mask-image: radial-gradient(circle at center, black, transparent 82%);
  mask-image: radial-gradient(circle at center, black, transparent 82%);
  mix-blend-mode: soft-light;
  opacity: 0.34;
}

.site-header {
  --brand-panel-opacity: 0;
  --brand-scroll-x: 0px;
  --brand-scroll-progress: 0;
  --brand-name-opacity: 1;
  --brand-name-clip: 0%;
  --brand-name-offset: 0px;
  --brand-panel-height: 58px;
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: clamp(24px, 4vw, 44px);
  isolation: isolate;
  pointer-events: none;
}

.site-header::before {
  position: fixed;
  inset: 0 0 auto;
  z-index: 0;
  height: var(--brand-panel-height);
  content: "";
  border-bottom: 1px solid rgba(32, 217, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(0, 180, 255, 0.12), transparent 44%),
    rgba(7, 17, 20, 0.62);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  opacity: var(--brand-panel-opacity);
  pointer-events: none;
  backdrop-filter: blur(14px) saturate(1.2);
  transform: scaleX(var(--brand-scroll-progress));
  transform-origin: left top;
  transition:
    opacity 220ms ease,
    transform 420ms cubic-bezier(0.18, 0.9, 0.18, 1);
}

.brand-lockup {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 40px;
  cursor: url("/assets/cursors/link-select.cur"), pointer;
  isolation: isolate;
  pointer-events: auto;
  touch-action: manipulation;
  transform: translate3d(var(--brand-scroll-x), 0px, 0px);
  transition:
    left 260ms cubic-bezier(0.2, 0.85, 0.2, 1),
    top 260ms cubic-bezier(0.2, 0.85, 0.2, 1),
    gap 220ms cubic-bezier(0.2, 0.85, 0.2, 1),
    margin-left 260ms cubic-bezier(0.2, 0.85, 0.2, 1),
    transform 260ms cubic-bezier(0.2, 0.85, 0.2, 1);
  will-change: transform;
}

.brand-lockup::before {
  position: absolute;
  inset: -8px -10px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(32, 217, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(0, 180, 255, 0.12), transparent 44%),
    rgba(7, 17, 20, 0.62);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(14px) saturate(1.2);
}

.brand-lockup__mark {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  object-fit: contain;
  overflow: visible;
}

img.brand-lockup__mark {
  filter: brightness(0) invert(1) contrast(1.08);
}

.brand-mark {
  color: #ffffff;
  transform-origin: center;
}

.brand-mark__white .brand-mark__shard {
  fill: currentColor;
}

.brand-mark__white,
.brand-mark__color,
.brand-mark__glass,
.brand-mark__lanes,
.brand-mark__shard {
  transform-box: view-box;
  transform-origin: center;
}

.brand-mark__color,
.brand-mark__glass,
.brand-mark__lanes {
  opacity: 0;
}

.brand-mark__glass path {
  fill: none;
  stroke: rgba(123, 229, 238, 0.28);
  stroke-linejoin: round;
  stroke-width: 18;
}

.brand-mark__glass--back path {
  stroke: rgba(214, 236, 242, 0.16);
  stroke-width: 24;
}

.brand-mark__lanes path {
  fill: none;
  stroke: rgba(214, 246, 250, 0.72);
  stroke-linecap: round;
  stroke-width: 30;
  stroke-dasharray: 380 520;
  stroke-dashoffset: 0;
}

.brand-lockup--animated.is-brand-energized .brand-mark {
  animation: brand-glass-glow 10500ms linear;
}

.brand-lockup--animated.is-brand-energized .brand-mark__white {
  animation: brand-white-dissipate 10500ms linear;
}

.brand-lockup--animated.is-brand-energized .brand-mark__color {
  animation: brand-color-field 10500ms linear;
}

.brand-lockup--animated.is-brand-energized .brand-mark__glass--back {
  animation: brand-glass-back 10500ms linear;
}

.brand-lockup--animated.is-brand-energized .brand-mark__glass--front {
  animation: brand-glass-front 10500ms linear;
}

.brand-lockup--animated.is-brand-energized .brand-mark__lanes {
  animation: brand-lanes-field 10500ms linear;
}

.brand-lockup--animated.is-brand-energized .brand-mark__lanes path {
  animation: brand-lane-flow 10500ms linear;
}

.brand-lockup--animated.is-brand-energized .brand-mark__color .brand-mark__left {
  animation: brand-left-field 10500ms linear;
}

.brand-lockup--animated.is-brand-energized .brand-mark__color .brand-mark__middle {
  animation: brand-middle-field 10500ms linear;
}

.brand-lockup--animated.is-brand-energized .brand-mark__color .brand-mark__right {
  animation: brand-right-field 10500ms linear;
}

@keyframes brand-glass-glow {
  0%,
  100% {
    filter: none;
    transform: translate3d(0, 0, 0);
  }

  12% {
    filter: drop-shadow(0 0 4px rgba(0, 180, 255, 0.16));
  }

  28%,
  56% {
    filter: drop-shadow(0 0 10px rgba(0, 180, 255, 0.28));
  }

  78% {
    filter: drop-shadow(0 0 5px rgba(0, 180, 255, 0.12));
  }
}

@keyframes brand-white-dissipate {
  0%,
  100% {
    opacity: 1;
  }

  10% {
    opacity: 0.8;
  }

  24%,
  58% {
    opacity: 0.16;
  }

  74% {
    opacity: 0.48;
  }

  92% {
    opacity: 0.9;
  }
}

@keyframes brand-color-field {
  0%,
  100% {
    opacity: 0;
  }

  8% {
    opacity: 0.1;
  }

  20%,
  58% {
    opacity: 0.82;
  }

  76% {
    opacity: 0.38;
  }

  94% {
    opacity: 0.04;
  }
}

@keyframes brand-glass-back {
  0%,
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }

  8% {
    opacity: 0.15;
    transform: translate3d(-28px, 28px, 0);
  }

  22%,
  56% {
    opacity: 0.58;
    transform: translate3d(-54px, 44px, 0);
  }

  78% {
    opacity: 0.2;
    transform: translate3d(-18px, 16px, 0);
  }
}

@keyframes brand-glass-front {
  0%,
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }

  8% {
    opacity: 0.18;
    transform: translate3d(28px, -26px, 0);
  }

  22%,
  56% {
    opacity: 0.62;
    transform: translate3d(50px, -42px, 0);
  }

  78% {
    opacity: 0.18;
    transform: translate3d(18px, -14px, 0);
  }
}

@keyframes brand-lanes-field {
  0%,
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }

  7% {
    opacity: 0.18;
  }

  20%,
  54% {
    opacity: 0.62;
    transform: translate3d(22px, -22px, 0);
  }

  76% {
    opacity: 0.2;
    transform: translate3d(10px, -10px, 0);
  }
}

@keyframes brand-lane-flow {
  0% {
    stroke-dashoffset: 360;
  }

  24% {
    stroke-dashoffset: -320;
  }

  58% {
    stroke-dashoffset: -760;
  }

  100% {
    stroke-dashoffset: -1120;
  }
}

@keyframes brand-left-field {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  16%,
  58% {
    transform: translate3d(-42px, 18px, 0);
  }
}

@keyframes brand-middle-field {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  16%,
  58% {
    transform: translate3d(28px, -16px, 0);
  }
}

@keyframes brand-right-field {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  16%,
  58% {
    transform: translate3d(46px, -22px, 0);
  }
}

.brand-lockup__name {
  position: relative;
  color: #ffffff;
  font-family: Syncopate, Manrope, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 4.8px;
  opacity: var(--brand-name-opacity);
  clip-path: inset(0 var(--brand-name-clip) 0 0);
  text-transform: uppercase;
  transition:
    clip-path 260ms cubic-bezier(0.2, 0.85, 0.2, 1),
    opacity 220ms ease,
    transform 260ms cubic-bezier(0.2, 0.85, 0.2, 1);
  transform: translate3d(var(--brand-name-offset), 0px, 0px);
}

.brand-lockup__name::before {
  position: absolute;
  inset: -7px -9px -8px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(32, 217, 255, 0.14);
  background: rgba(8, 20, 24, 0.66);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  opacity: var(--brand-panel-opacity);
  pointer-events: none;
  backdrop-filter: blur(12px) saturate(1.15);
}

.landing-hero {
  --css-reveal-x: 50%;
  --css-reveal-y: 50%;
  --css-reveal-hotspot: clamp(30px, 3.8vmin, 56px);
  --css-reveal-strong: clamp(70px, 7.2vmin, 108px);
  --css-reveal-soft: clamp(128px, 11.5vmin, 178px);
  --css-reveal-fade: clamp(184px, 16.5vmin, 250px);
  --css-sweep-rx: 104vw;
  --css-sweep-ry: 17vmin;
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  cursor: url("/assets/cursors/normal-select.cur"), auto;
  overscroll-behavior: none;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
}

.logo-field,
.surface-grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.logo-field {
  z-index: 1;
}

.ocean-css-reveal {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--css-reveal-x) var(--css-reveal-y), rgba(0, 162, 196, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(5, 11, 13, 0.62), rgba(5, 11, 13, 0.34));
  filter: brightness(0.74) contrast(1.04) saturate(0.86);
  isolation: isolate;
  opacity: 0;
  transform: translateZ(0);
  contain: paint;
  transition: opacity 70ms linear;
  will-change: opacity;
  -webkit-mask-image:
    radial-gradient(
      circle at var(--css-reveal-x) var(--css-reveal-y),
      rgba(0, 0, 0, 1) 0,
      rgba(0, 0, 0, 0.82) var(--css-reveal-hotspot),
      rgba(0, 0, 0, 0.34) var(--css-reveal-strong),
      rgba(0, 0, 0, 0.08) var(--css-reveal-soft),
      rgba(0, 0, 0, 0) var(--css-reveal-fade)
    );
  mask-image:
    radial-gradient(
      circle at var(--css-reveal-x) var(--css-reveal-y),
      rgba(0, 0, 0, 1) 0,
      rgba(0, 0, 0, 0.82) var(--css-reveal-hotspot),
      rgba(0, 0, 0, 0.34) var(--css-reveal-strong),
      rgba(0, 0, 0, 0.08) var(--css-reveal-soft),
      rgba(0, 0, 0, 0) var(--css-reveal-fade)
    );
}

.ocean-css-reveal::before {
  position: absolute;
  inset: -4%;
  z-index: 0;
  content: "";
  background: url("/assets/backgrounds/ocean-background-blue-3072.webp") center / cover no-repeat;
  opacity: 0.66;
  transform: translate3d(0, 0, 0) scale(1.02);
  transform-origin: 52% 48%;
  will-change: auto;
}

.ocean-css-reveal::after {
  position: absolute;
  inset: -42%;
  z-index: 1;
  content: "";
  background:
    radial-gradient(
      ellipse at center,
      rgba(190, 242, 255, 0.18) 0,
      rgba(32, 217, 255, 0.07) 28%,
      rgba(198, 161, 91, 0.032) 42%,
      rgba(0, 145, 190, 0) 72%
    ),
    linear-gradient(
      104deg,
      transparent 22%,
      rgba(185, 239, 255, 0.014) 38%,
      rgba(185, 239, 255, 0.12) 49%,
      rgba(32, 217, 255, 0.052) 57%,
      transparent 72%
    );
  mix-blend-mode: screen;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-32%, 8%, 0) rotate(-9deg) scaleX(0.9);
  animation: ocean-css-light-flow 4200ms cubic-bezier(0.45, 0, 0.25, 1) infinite;
  animation-play-state: paused;
  will-change: transform, opacity;
}

.is-css-ocean-active .ocean-css-reveal {
  opacity: 0.62;
}

.is-css-ocean-active .ocean-css-reveal::after {
  animation-play-state: running;
}

.landing-hero.is-css-ocean-sweeping {
  --css-reveal-hotspot: clamp(76px, 9vmin, 132px);
  --css-reveal-strong: clamp(160px, 18vmin, 260px);
  --css-reveal-soft: clamp(280px, 31vmin, 460px);
  --css-reveal-fade: clamp(420px, 46vmin, 680px);
}

.is-css-ocean-sweeping .ocean-css-reveal {
  transition: none;
  -webkit-mask-image:
    radial-gradient(
      ellipse var(--css-sweep-rx) var(--css-sweep-ry) at var(--css-reveal-x) var(--css-reveal-y),
      rgba(0, 0, 0, 1) 0,
      rgba(0, 0, 0, 0.86) 18%,
      rgba(0, 0, 0, 0.38) 48%,
      rgba(0, 0, 0, 0.08) 76%,
      rgba(0, 0, 0, 0) 100%
    );
  mask-image:
    radial-gradient(
      ellipse var(--css-sweep-rx) var(--css-sweep-ry) at var(--css-reveal-x) var(--css-reveal-y),
      rgba(0, 0, 0, 1) 0,
      rgba(0, 0, 0, 0.86) 18%,
      rgba(0, 0, 0, 0.38) 48%,
      rgba(0, 0, 0, 0.08) 76%,
      rgba(0, 0, 0, 0) 100%
    );
}

.is-css-ocean-sweeping .ocean-css-reveal::after {
  animation-play-state: running;
}

@keyframes ocean-css-light-flow {
  0% {
    opacity: 0.05;
    transform: translate3d(-34%, 9%, 0) rotate(-9deg) scaleX(0.9);
  }

  18% {
    opacity: 0.36;
  }

  52% {
    opacity: 0.48;
    transform: translate3d(2%, -2%, 0) rotate(-9deg) scaleX(1.04);
  }

  82% {
    opacity: 0.24;
  }

  100% {
    opacity: 0.04;
    transform: translate3d(36%, -9%, 0) rotate(-9deg) scaleX(0.96);
  }
}

.home-action {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  padding: 24px;
  pointer-events: none;
}

.landing-button {
  --cta-y: 0px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.44em;
  min-height: 0;
  padding: 12px 2px 18px;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(233, 250, 255, 0.82);
  cursor: url("/assets/cursors/link-select.cur"), pointer;
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(1.48rem, 1.28vw + 0.96rem, 2.62rem);
  font-weight: 800;
  letter-spacing: 0.24em;
  line-height: 1;
  pointer-events: auto;
  text-transform: uppercase;
  text-shadow:
    0 0 18px rgba(0, 180, 255, 0.12),
    0 18px 42px rgba(0, 0, 0, 0.38);
  -webkit-text-stroke: 0;
  overflow: visible;
  isolation: isolate;
  mix-blend-mode: normal;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transform: translateY(var(--cta-y));
  animation: landing-cta-phrase-breathe 7600ms ease-in-out infinite;
  transition:
    color 240ms ease,
    letter-spacing 320ms ease,
    text-shadow 260ms ease,
    filter 260ms ease,
    transform 320ms ease;
}

.landing-button::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 42%;
  height: 2px;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(0, 180, 255, 0),
      rgba(32, 217, 255, 0.92) 48%,
      rgba(198, 161, 91, 0.58),
      rgba(0, 180, 255, 0)
    );
  opacity: 0.58;
  transform: translateX(0) scaleX(0.68);
  transform-origin: center;
  animation: landing-cta-underline-idle 7200ms cubic-bezier(0.18, 0.86, 0.28, 1) infinite;
  transition:
    opacity 420ms ease,
    width 420ms ease,
    transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.landing-button span {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.landing-button__word {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: inherit;
  transform: translateZ(0) scale(1);
  transform-origin: center;
  transition:
    color 1100ms cubic-bezier(0.16, 1, 0.3, 1),
    text-shadow 1100ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 1100ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 640ms cubic-bezier(0.16, 1, 0.3, 1);
}

.landing-button__word::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: attr(data-text);
  color: transparent;
  background:
    linear-gradient(
      100deg,
      rgba(233, 250, 255, 0) 0%,
      rgba(233, 250, 255, 0) 22%,
      rgba(195, 213, 220, 0.92) 40%,
      rgba(53, 226, 255, 0.98) 54%,
      rgba(233, 250, 255, 0.82) 66%,
      rgba(233, 250, 255, 0) 82%,
      rgba(233, 250, 255, 0) 100%
    );
  background-position: 180% 50%;
  background-size: 310% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0;
  text-shadow: none;
  animation: landing-cta-color-flow 7200ms cubic-bezier(0.18, 0.86, 0.28, 1) infinite;
}

.landing-button__word--team {
  animation-delay: 0ms;
}

.landing-button__word--team::after {
  animation-delay: 90ms;
}

.landing-button:hover,
.landing-button:focus-visible {
  color: rgba(233, 250, 255, 0.82);
  letter-spacing: 0.28em;
  text-shadow:
    0 0 16px rgba(32, 217, 255, 0.5),
    0 0 38px rgba(0, 180, 255, 0.28),
    0 20px 54px rgba(0, 0, 0, 0.34);
  filter: drop-shadow(0 0 18px rgba(0, 180, 255, 0.44));
  outline: none;
  animation: none;
  transform: translateY(var(--cta-y)) scale(1.012);
}

.landing-button:hover .landing-button__word,
.landing-button:focus-visible .landing-button__word {
  animation: none;
  transform: none;
}

.landing-hero.is-logo-transfer-active .landing-button {
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.72),
    0 0 18px rgba(32, 217, 255, 0.58),
    0 0 46px rgba(0, 180, 255, 0.38),
    0 18px 46px rgba(0, 0, 0, 0.34);
  animation: none;
}

.landing-hero.is-logo-transfer-active .landing-button__word {
  animation: none;
  transform: none;
}

.landing-hero.is-logo-transfer-active .landing-button__word::after {
  opacity: 0;
  animation: none;
}

.landing-button:hover .landing-button__word--join,
.landing-button:focus-visible .landing-button__word--join,
.landing-hero.is-logo-transfer-active .landing-button__word--join {
  color: #c3d5dc;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.82),
    0 0 18px rgba(163, 191, 202, 0.5),
    0 0 38px rgba(43, 64, 75, 0.6);
  filter: drop-shadow(0 0 12px rgba(163, 191, 202, 0.28));
}

.landing-button:hover .landing-button__word--team,
.landing-button:focus-visible .landing-button__word--team,
.landing-hero.is-logo-transfer-active .landing-button__word--team {
  color: #35e2ff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.82),
    0 0 18px rgba(32, 217, 255, 0.72),
    0 0 44px rgba(0, 180, 255, 0.58);
  filter: drop-shadow(0 0 14px rgba(32, 217, 255, 0.34));
}

.landing-button:hover::before,
.landing-button:focus-visible::before,
.landing-hero.is-logo-transfer-active .landing-button::before {
  width: 100%;
  background: linear-gradient(90deg, rgba(195, 213, 220, 0), rgba(195, 213, 220, 0.88) 38%, rgba(53, 226, 255, 0.92) 62%, rgba(53, 226, 255, 0));
  opacity: 1;
  animation: none;
  transform: scaleX(1);
}

.landing-button:hover::before,
.landing-button:focus-visible::before {
  width: 100%;
  opacity: 1;
  animation: none;
  transform: scaleX(1);
}

.page-transition {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 48%, rgba(32, 217, 255, 0.07), transparent 18%),
    radial-gradient(circle at 50% 50%, rgba(198, 161, 91, 0.03), transparent 28%),
    linear-gradient(180deg, rgba(5, 11, 13, 0.99), rgba(7, 15, 17, 0.995));
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 180ms ease,
    visibility 0s linear 180ms;
}

.page-transition::before {
  position: absolute;
  inset: -4%;
  z-index: 0;
  content: "";
  background: url("/assets/backgrounds/ocean-background-blue-3072.webp") center / cover no-repeat;
  filter: brightness(0.42) contrast(1.02) saturate(0.76);
  opacity: 0.045;
  transform: scale(1.02);
}

.page-transition::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    radial-gradient(ellipse at center, rgba(190, 242, 255, 0.08) 0, rgba(32, 217, 255, 0.026) 34%, transparent 68%),
    linear-gradient(104deg, transparent 24%, rgba(185, 239, 255, 0.018) 42%, rgba(32, 217, 255, 0.085) 50%, transparent 68%),
    repeating-linear-gradient(
      105deg,
      rgba(255, 255, 255, 0.008) 0,
      rgba(255, 255, 255, 0.008) 1px,
      transparent 1px,
      transparent 18px
    );
  mix-blend-mode: soft-light;
  opacity: 0;
  transform: translate3d(-36%, 7%, 0) rotate(-9deg) scaleX(0.9);
  animation: page-transition-light-sweep 2400ms cubic-bezier(0.45, 0, 0.25, 1) infinite;
  animation-play-state: paused;
}

.is-page-transitioning .page-transition {
  opacity: 1;
  visibility: visible;
  transition: none;
}

.is-page-transitioning .page-transition::after {
  opacity: 0.45;
  animation-play-state: running;
}

.page-transition__core {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 18px;
  color: rgba(233, 250, 255, 0.86);
  font-family: Manrope, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow:
    0 0 18px rgba(32, 217, 255, 0.28),
    0 12px 30px rgba(0, 0, 0, 0.46);
  opacity: 0;
  transform: translateY(4px) scale(0.98);
}

.is-page-transitioning .page-transition__core {
  animation: page-transition-core-in 160ms ease 420ms forwards;
}

.page-transition__ring {
  position: relative;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(32, 217, 255, 0.36);
  border-radius: 999px;
  box-shadow:
    0 0 18px rgba(32, 217, 255, 0.22),
    inset 0 0 20px rgba(32, 217, 255, 0.08);
}

.page-transition__ring::before,
.page-transition__ring::after {
  position: absolute;
  content: "";
  border-radius: inherit;
}

.page-transition__ring::before {
  inset: 8px;
  border: 1px solid rgba(198, 161, 91, 0.34);
  box-shadow: inset 0 0 14px rgba(198, 161, 91, 0.08);
}

.page-transition__ring::after {
  inset: -2px;
  border-top: 2px solid rgba(233, 250, 255, 0.94);
  border-right: 2px solid rgba(32, 217, 255, 0.22);
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  filter: drop-shadow(0 0 10px rgba(32, 217, 255, 0.48));
  animation: page-transition-spin 980ms linear infinite;
}

@keyframes page-transition-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes page-transition-core-in {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes page-transition-light-sweep {
  0% {
    opacity: 0;
    transform: translate3d(-38%, 8%, 0) rotate(-9deg) scaleX(0.88);
  }

  18%,
  62% {
    opacity: 0.45;
  }

  100% {
    opacity: 0;
    transform: translate3d(34%, -8%, 0) rotate(-9deg) scaleX(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .is-page-transitioning .page-transition::after {
    opacity: 0.24;
    animation: none;
  }

  .is-page-transitioning .page-transition__core {
    animation-delay: 260ms;
  }

  .page-transition__ring::after {
    animation-duration: 1600ms;
  }
}

@keyframes landing-cta-phrase-breathe {
  0%,
  18%,
  42%,
  66%,
  100% {
    transform: translateY(var(--cta-y)) scale(1);
    text-shadow:
      0 0 18px rgba(0, 180, 255, 0.12),
      0 18px 42px rgba(0, 0, 0, 0.38);
  }

  27% {
    transform: translateY(var(--cta-y)) scale(1.018);
    text-shadow:
      0 0 19px rgba(32, 217, 255, 0.18),
      0 0 34px rgba(0, 180, 255, 0.08),
      0 18px 42px rgba(0, 0, 0, 0.38);
  }

  52% {
    transform: translateY(var(--cta-y)) scale(1.01);
    text-shadow:
      0 0 18px rgba(32, 217, 255, 0.15),
      0 0 28px rgba(0, 180, 255, 0.07),
      0 18px 42px rgba(0, 0, 0, 0.38);
  }
}

@keyframes landing-cta-underline-idle {
  0%,
  8%,
  100% {
    opacity: 0.5;
    transform: translateX(0) scaleX(0.62);
  }

  18% {
    opacity: 0.9;
    transform: translateX(0) scaleX(0.92);
  }

  31%,
  42% {
    opacity: 0.86;
    transform: translateX(138%) scaleX(0.86);
  }

  55% {
    opacity: 0.72;
    transform: translateX(138%) scaleX(0.52);
  }

  72% {
    opacity: 0.82;
    transform: translateX(0) scaleX(0.8);
  }
}

@keyframes landing-cta-color-flow {
  0%,
  8%,
  100% {
    background-position: 168% 50%;
    opacity: 0;
  }

  18% {
    background-position: 112% 50%;
    opacity: 0.82;
  }

  34% {
    background-position: -28% 50%;
    opacity: 0.92;
  }

  44% {
    background-position: -82% 50%;
    opacity: 0;
  }

  56% {
    background-position: -82% 50%;
    opacity: 0;
  }

  66% {
    background-position: -20% 50%;
    opacity: 0.78;
  }

  82% {
    background-position: 142% 50%;
    opacity: 0.88;
  }

  90%,
  100% {
    background-position: 168% 50%;
    opacity: 0;
  }
}

.surface-grain {
  z-index: 2;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.018), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.012)),
    repeating-linear-gradient(
      112deg,
      rgba(255, 255, 255, 0.006) 0,
      rgba(255, 255, 255, 0.006) 1px,
      transparent 1px,
      transparent 13px
    );
  mix-blend-mode: soft-light;
  opacity: 0.22;
}

.is-performance-lite .landing-shell::after,
.is-performance-lite .surface-grain {
  display: none;
}

.is-performance-lite .site-header::before,
.is-performance-lite .brand-lockup::before,
.is-performance-lite .brand-lockup__name::before {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.is-performance-lite .landing-button,
.is-performance-lite .landing-button::before,
.is-performance-lite .landing-button__word,
.is-performance-lite .landing-button__word::after {
  animation: none !important;
}

.is-performance-lite .landing-button__word::after {
  display: none;
}

.is-performance-lite .landing-button,
.is-performance-lite .landing-button:hover,
.is-performance-lite .landing-button:focus-visible,
.is-performance-lite .landing-hero.is-logo-transfer-active .landing-button__word--join,
.is-performance-lite .landing-hero.is-logo-transfer-active .landing-button__word--team {
  filter: none;
}

.is-diag-canvas-off .logo-field {
  display: none;
}

.is-diag-canvas-only .site-header,
.is-diag-canvas-only .home-action {
  display: none;
}

.is-diag-css-off .landing-shell::after,
.is-diag-css-off .surface-grain {
  display: none;
}

.is-diag-css-off .site-header::before,
.is-diag-css-off .brand-lockup::before,
.is-diag-css-off .brand-lockup__name::before {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}

.is-diag-css-off .landing-button,
.is-diag-css-off .landing-button::before,
.is-diag-css-off .landing-button__word,
.is-diag-css-off .landing-button__word::after,
.is-diag-brand-off .brand-lockup--animated,
.is-diag-brand-off .brand-lockup--animated *,
.is-diag-brand-off .brand-lockup--animated *::before,
.is-diag-brand-off .brand-lockup--animated *::after {
  animation: none !important;
  transition: none !important;
}

.is-diag-css-off .landing-button,
.is-diag-css-off .landing-button:hover,
.is-diag-css-off .landing-button:focus-visible,
.is-diag-css-off .landing-hero.is-logo-transfer-active .landing-button__word--join,
.is-diag-css-off .landing-hero.is-logo-transfer-active .landing-button__word--team {
  filter: none;
}

.is-diag-css-off .landing-button__word::after {
  display: none;
}

.is-diag-cursor-off,
.is-diag-cursor-off * {
  cursor: auto !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 640px) {
  .site-header {
    padding: 24px;
    --brand-panel-height: 50px;
  }

  .brand-lockup {
    gap: 13px;
  }

  .brand-lockup__mark {
    width: 34px;
    height: 34px;
  }

  .brand-lockup__name {
    font-size: 10px;
    letter-spacing: 3.6px;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-hero {
    cursor: url("/assets/cursors/normal-select.cur"), auto;
  }
}

