/* [next]/internal/font/google/space_grotesk_9f8773b.module.css [app-client] (css) */
@font-face {
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../media/32687112bd2dd8db-s.cfdd66c2.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../media/28868e710e86be81-s.c30238d4.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: Space Grotesk;
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../media/0c89a48fa5027cee-s.p.4564287c.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: Space Grotesk Fallback;
  src: local(Arial);
  ascent-override: 89.71%;
  descent-override: 26.62%;
  line-gap-override: 0.0%;
  size-adjust: 109.69%;
}

.space_grotesk_9f8773b-module__jR0qOa__className {
  font-family: Space Grotesk, Space Grotesk Fallback;
  font-style: normal;
}

.space_grotesk_9f8773b-module__jR0qOa__variable {
  --font-heading: "Space Grotesk", "Space Grotesk Fallback";
}

/* [next]/internal/font/google/outfit_3c464b23.module.css [app-client] (css) */
@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/b2ea385cb5ae8625-s.866357a4.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: Outfit;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1b99372b3eaef0c8-s.p.758e15a8.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: Outfit Fallback;
  src: local(Arial);
  ascent-override: 100.18%;
  descent-override: 26.05%;
  line-gap-override: 0.0%;
  size-adjust: 99.82%;
}

.outfit_3c464b23-module__fp54Fa__className {
  font-family: Outfit, Outfit Fallback;
  font-style: normal;
}

.outfit_3c464b23-module__fp54Fa__variable {
  --font-body: "Outfit", "Outfit Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --bg-color: #050507;
  --text-primary: #fff;
  --text-secondary: #a1a1aa;
  --accent-primary: #6366f1;
  --accent-secondary: #8b5cf6;
  --accent-glow: #6366f126;
  --glass-bg: #ffffff08;
  --glass-border: #ffffff0d;
  --transition: all .4s cubic-bezier(.16, 1, .3, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg-color);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.1;
  font-family: var(--font-heading);
}

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

ul {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.btn {
  letter-spacing: .02em;
  cursor: pointer;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 4px;
  padding: .9rem 2rem;
  font-size: .8rem;
  font-weight: 500;
  display: inline-block;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
  color: #fff;
  box-shadow: 0 4px 20px #6366f166;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px #6366f199;
}

.btn-outline {
  border: 1px solid var(--glass-border);
  color: var(--text-primary);
  background: none;
}

.btn-outline:hover {
  border-color: var(--text-primary);
  background: var(--glass-bg);
}

@keyframes pulse {
  0% {
    opacity: .15;
    transform: scale(1);
  }

  100% {
    opacity: .25;
    transform: scale(1.2);
  }
}

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

@keyframes fadeSlow {
  to {
    opacity: 1;
  }
}

.glass-panel {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  transition: var(--transition);
  border-radius: 12px;
  padding: 2rem;
}

.glass-panel:hover {
  border-color: var(--accent-primary);
  background: #ffffff0d;
}

.form-group {
  margin-bottom: 2rem;
  position: relative;
}

.form-group input, .form-group textarea {
  border: none;
  border-bottom: 1px solid var(--text-secondary);
  width: 100%;
  color: var(--text-primary);
  transition: var(--transition);
  background: none;
  outline: none;
  padding: 1rem 0;
  font-size: 1rem;
}

.form-group label {
  color: var(--text-secondary);
  pointer-events: none;
  transition: var(--transition);
  position: absolute;
  top: 1rem;
  left: 0;
}

.form-group input:focus, .form-group textarea:focus, .form-group input:not(:placeholder-shown), .form-group textarea:not(:placeholder-shown) {
  border-color: var(--accent-primary);
}

.form-group input:focus + label, .form-group textarea:focus + label, .form-group input:not(:placeholder-shown) + label, .form-group textarea:not(:placeholder-shown) + label {
  color: var(--accent-primary);
  font-size: .8rem;
  top: -10px;
}

.header {
  z-index: 1100;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--glass-border);
  background: #05050799;
  width: 100%;
  padding: 1.5rem 0;
  position: fixed;
  top: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: var(--font-heading);
  letter-spacing: -.05em;
}

.highlight {
  color: var(--accent-primary);
}

.nav-list {
  align-items: center;
  gap: 3rem;
  display: flex;
}

.nav-link {
  color: var(--text-secondary);
  transition: var(--transition);
  font-size: .95rem;
  position: relative;
}

.nav-link:hover, .nav-link.active {
  color: var(--text-primary);
}

.nav-link:after {
  content: "";
  background: var(--accent-primary);
  width: 0%;
  height: 1px;
  transition: var(--transition);
  position: absolute;
  bottom: -4px;
  left: 0;
}

.nav-link:hover:after, .nav-link.active:after {
  width: 100%;
}

.main-content {
  min-height: calc(100vh - 80px);
  padding-top: 100px;
}

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