/* [next]/internal/font/google/geist_9e050971.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8a480f0b521d4e75-s.8e0177b5.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7178b3e590c64307-s.b97b3418.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/caa3a2e1cccd8315-s.p.853070df.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_9e050971-module__05dp7a__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

/* [project]/app/globals.css [app-client] (css) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

canvas {
  display: block;
}

.cytoscape-container {
  width: 100%;
  height: 100%;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #0003;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0000004d;
}

html.dark::-webkit-scrollbar-thumb {
  background: #fff3;
}

html.dark::-webkit-scrollbar-thumb:hover {
  background: #ffffff4d;
}

::selection {
  color: #fff;
  background-color: #028297;
}

:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #028297;
}

html {
  scroll-behavior: smooth;
}

input, textarea, select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  font: inherit;
  color: inherit;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.fade-in {
  animation: .3s ease-in fadeIn;
}

.slide-in-up {
  animation: .3s ease-out slideInUp;
}

.slide-in-down {
  animation: .3s ease-out slideInDown;
}

.spinner {
  animation: 1s linear infinite spin;
}

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

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

@keyframes heroPulse {
  0%, 100% {
    opacity: .5;
    r: inherit;
  }

  50% {
    opacity: .9;
  }
}

@keyframes heroFadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dashScroll {
  to {
    stroke-dashoffset: -24px;
  }
}

@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-float {
  animation: 6s ease-in-out infinite heroFloat;
}

.hero-pulse {
  animation: 4s ease-in-out infinite heroPulse;
}

.hero-fade-in-up {
  opacity: 0;
  animation: .8s ease-out forwards heroFadeInUp;
}

.hero-fade-in-up-delay-1 {
  opacity: 0;
  animation: .8s ease-out .15s forwards heroFadeInUp;
}

.hero-fade-in-up-delay-2 {
  opacity: 0;
  animation: .8s ease-out .3s forwards heroFadeInUp;
}

.hero-fade-in-up-delay-3 {
  opacity: 0;
  animation: .8s ease-out .45s forwards heroFadeInUp;
}

.hero-fade-in-up-delay-4 {
  opacity: 0;
  animation: .8s ease-out .6s forwards heroFadeInUp;
}

.hero-edge-animated {
  stroke-dasharray: 8 8;
  animation: 1.5s linear infinite dashScroll;
}

.graph-demo-container {
  border-radius: 16px;
  transition: box-shadow .3s;
  overflow: hidden;
  box-shadow: 0 25px 60px #00000026, 0 0 0 1px #0282971a;
}

.graph-demo-container:hover {
  box-shadow: 0 30px 70px #0003, 0 0 0 1px #02829733;
}

.landing-feature-card {
  transition: transform .25s, box-shadow .25s;
}

.landing-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px #00000014;
}

.landing-pricing-card {
  transition: transform .25s, box-shadow .25s;
}

.landing-pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px #0000001a;
}

@media (max-width: 900px) {
  .landing-three-col {
    grid-template-columns: 1fr !important;
  }

  .landing-four-col, .landing-stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 600px) {
  .landing-four-col, .landing-stats-grid {
    grid-template-columns: 1fr !important;
  }
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__f40feedf._.css.map*/