@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Michroma&display=swap";

/* global.css */


/* src/Home.module.css.compiled */
body {
  color: #d6defd;
  background: radial-gradient(circle at 20% 20%, #1f2e57 0%, #0a1127 55%, #060a17 100%);
  min-height: 100dvh;
  margin: 0;
  font-family: Montserrat, Gordita, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
}

main {
  min-height: 100dvh;
  padding: 0;
}

._OzWSa_homeShell {
  isolation: isolate;
  display: grid;
  position: relative;
  overflow: hidden;
  place-items:  center;
  min-height: 100dvh;
}

._OzWSa_homeContent {
  z-index: 2;
  text-align: center;
  position: relative;
  padding: 2rem;
}

._OzWSa_homeContent h1 {
  letter-spacing: .08em;
  color: #ecf2ff;
  text-shadow: 0 0 24px #4c86ff80;
  margin: .3rem 0 .4rem;
  font-family: Michroma, sans-serif;
  font-size: clamp(2.6rem, 8vw, 6rem);
  font-weight: 100;
}

._OzWSa_placeholder {
  color: #95a8da;
  letter-spacing: .06em;
  text-transform: uppercase;
  animation: 3.2s ease-in-out infinite _OzWSa_placeholderFade;
  margin: 0;
}

._OzWSa_tagline {
  color: #a7b9eb;
  margin: 0;
}

._OzWSa_networkLayer {
  z-index: 1;
  animation: 14s linear infinite _OzWSa_drift;
  position: absolute;
  mask-image: radial-gradient(circle, #000 20%, #0000 85%);
  background-image: linear-gradient(to right, #7999ff17 1px, #0000 1px), linear-gradient(#7999ff17 1px, #0000 1px);
  background-size: 48px 48px;
  inset: 0;
}

._OzWSa_networkLayer:before, ._OzWSa_networkLayer:after {
  content: "";
  filter: blur(.2px);
  position: absolute;
  border: 1px solid #7e9fff3d;
  border-radius: 999px;
  inset: 12%;
}

._OzWSa_networkLayer:after {
  animation: 4.5s ease-in-out infinite _OzWSa_pulseRing;
  inset: 22%;
}

._OzWSa_node {
  animation: 6s ease-in-out infinite _OzWSa_floatNode;
  position: absolute;
  background: #8fb2ff;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  box-shadow: 0 0 12px #8fb2ffcc;
}

._OzWSa_node1 {
  top: 23%;
  left: 27%;
}

._OzWSa_node2 {
  animation-delay: 1.2s;
  top: 38%;
  left: 74%;
}

._OzWSa_node3 {
  animation-delay: 2s;
  top: 66%;
  left: 61%;
}

._OzWSa_node4 {
  animation-delay: .7s;
  top: 71%;
  left: 35%;
}

._OzWSa_node5 {
  animation-delay: 2.7s;
  top: 49%;
  left: 47%;
}

@keyframes _OzWSa_floatNode {
  0%, 100% {
    opacity: .85;
    transform: translateY(0)scale(1);
  }

  50% {
    opacity: 1;
    transform: translateY(-8px)scale(1.2);
  }
}

@keyframes _OzWSa_drift {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

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

@keyframes _OzWSa_pulseRing {
  0%, 100% {
    opacity: .45;
    transform: scale(1);
  }

  50% {
    opacity: .85;
    transform: scale(1.04);
  }
}

@keyframes _OzWSa_placeholderFade {
  0%, 100% {
    opacity: .25;
  }

  50% {
    opacity: 1;
  }
}
