/* [next]/internal/font/google/inter_fe8b9d92.module.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2c55a0e60120577a-s.2a48534a.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8-s.18a48cbc.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86-s.7a40eb73.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/5476f68d60460930-s.c995e352.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f-s.76dcb0b2.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: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e-s.7cd81963.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: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c-s.p.3a6ba036.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: Inter Fallback;
  src: local(Arial);
  ascent-override: 90.44%;
  descent-override: 22.52%;
  line-gap-override: 0.0%;
  size-adjust: 107.12%;
}

.inter_fe8b9d92-module__LINzvG__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

.inter_fe8b9d92-module__LINzvG__variable {
  --font-inter: "Inter", "Inter Fallback";
}

/* [project]/app/globals.css [app-client] (css) */
:root {
  --primary: #10b981;
  --primary-hover: #059669;
  --primary-foreground: #fff;
  --secondary: #3b82f6;
  --secondary-foreground: #fff;
  --destructive: #ef4444;
  --destructive-foreground: #fff;
  --radius: .75rem;
  --font-sans: var(--font-inter), system-ui, -apple-system, sans-serif;
  --transition-fast: .2s cubic-bezier(.4, 0, .2, 1);
  --transition-base: .3s cubic-bezier(.4, 0, .2, 1);
  --transition-slow: .5s cubic-bezier(.4, 0, .2, 1);
}

:root.dark {
  --background: #0a0a10;
  --surface: #12121e;
  --surface-hover: #1e1e2d;
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --border: #ffffff14;
  --card-bg: #12121ecc;
  --input-bg: #0f172a;
  --navbar-bg: #0a0a10d9;
  --shadow: 0 10px 40px -10px #000000e6;
  --primary: #2ba14a;
  --primary-rgb: 43, 161, 74;
  --secondary: #1a6d32;
  --accent-gray: #d1d5db;
  --hero-gradient: linear-gradient(135deg, #0a0a10 0%, #1a6d32 100%);
  --glass-bg: #ffffff05;
  --glass-border: #ffffff0f;
  --glass-blur: blur(16px);
}

:root.light {
  --background: #fdfdfd;
  --surface: #fff;
  --surface-hover: #f4f4f5;
  --text-main: #09090b;
  --text-muted: #71717a;
  --border: #e4e4e7;
  --card-bg: #fff;
  --input-bg: #fff;
  --navbar-bg: #ffffffd9;
  --shadow: 0 10px 15px -3px #0000000d, 0 4px 6px -2px #00000008;
  --hero-gradient: linear-gradient(to bottom right, #09090b, #71717a);
  --accent-soft: #10b9810d;
}

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

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

html, body {
  max-width: 100vw;
  transition: background-color var(--transition-base), color var(--transition-base), border-color var(--transition-base);
  overflow-x: hidden;
}

body {
  color: var(--text-main);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -.04em;
  color: var(--text-main);
  transition: color var(--transition-base);
  margin-bottom: .5em;
  font-weight: 800;
  line-height: 1.1;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.75rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }
}

a {
  color: inherit;
  transition: all var(--transition-fast);
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

button {
  cursor: pointer;
  transition: all var(--transition-fast);
  background: none;
  border: none;
  font-family: inherit;
}

.team-link {
  cursor: pointer;
  font-weight: 600;
  color: inherit !important;
  text-decoration: none !important;
}

.team-link:hover {
  color: var(--primary) !important;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--background);
}

::-webkit-scrollbar-thumb {
  background: var(--border);
  border: 2px solid var(--background);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--text-muted);
}

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

.cinematic-bg {
  z-index: -1;
  background: var(--hero-gradient);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.cinematic-bg:before {
  content: "";
  pointer-events: none;
  background-image: linear-gradient(#ffffff05 1px, #0000 1px), linear-gradient(90deg, #ffffff05 1px, #0000 1px);
  background-size: 40px 40px;
  position: absolute;
  inset: 0;
}

.cinematic-bg:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #0000 0%, #2ba14a0d 50%, #0000 100%);
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 15%;
  transform: skewX(-15deg);
}

.cinematic-overlay {
  pointer-events: none;
  background: radial-gradient(circle, #0000 0%, #0a0a10b3 100%);
  position: absolute;
  inset: 0;
}

.mist {
  filter: blur(80px);
  background-image: radial-gradient(circle at 20% 30%, #10b9810d 0%, #0000 40%), radial-gradient(circle at 80% 70%, #10b9810d 0%, #0000 40%);
  width: 200%;
  height: 200%;
  animation: 20s linear infinite drift;
  position: absolute;
  top: -50%;
  left: -50%;
}

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

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

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

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

.animate-fade-in {
  animation: .6s ease-out forwards fadeIn;
}

.hide-layout header, .hide-layout footer {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

/* [project]/components/layout/Navbar.module.css [app-client] (css) */
.Navbar-module__O8Na-a__navbar {
  z-index: 100;
  border-bottom: 1px solid var(--border);
  background-color: var(--navbar-bg);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  width: 100%;
  box-shadow: var(--shadow);
  transition: background-color var(--transition-base), border-color var(--transition-base);
  position: sticky;
  top: 0;
}

.Navbar-module__O8Na-a__container {
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  height: 4.5rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
}

.Navbar-module__O8Na-a__logo {
  background: linear-gradient(135deg, var(--primary) 0%, #fff 100%);
  color: #0000;
  letter-spacing: -.04em;
  transition: transform var(--transition-fast);
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  gap: .5rem;
  font-size: 1.75rem;
  font-weight: 950;
  display: flex;
}

.Navbar-module__O8Na-a__logo:hover {
  opacity: 1;
  transform: scale(1.02);
}

.Navbar-module__O8Na-a__nav {
  align-items: center;
  gap: 2rem;
  display: flex;
}

.Navbar-module__O8Na-a__link {
  color: var(--text-muted);
  transition: all var(--transition-fast);
  border-radius: var(--radius);
  padding: .5rem .75rem;
  font-size: .9375rem;
  font-weight: 600;
}

.Navbar-module__O8Na-a__link:hover {
  color: var(--text-main);
  background-color: var(--surface-hover);
  opacity: 1;
}

.Navbar-module__O8Na-a__linkActive {
  color: var(--primary);
}

.Navbar-module__O8Na-a__actions {
  align-items: center;
  gap: 1.25rem;
  display: flex;
}

@media (max-width: 768px) {
  .Navbar-module__O8Na-a__container {
    padding: 0 1rem;
  }

  .Navbar-module__O8Na-a__nav {
    display: none;
  }
}

/* [project]/components/ui/Button.module.css [app-client] (css) */
.Button-module__VMVMAW__button {
  border-radius: var(--radius);
  transition: all var(--transition-base);
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  gap: .625rem;
  padding: .75rem 1.5rem;
  font-size: .9375rem;
  font-weight: 700;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.Button-module__VMVMAW__button:disabled {
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none;
}

.Button-module__VMVMAW__button:active {
  transform: scale(.96);
}

.Button-module__VMVMAW__primary {
  background-color: var(--primary);
  color: var(--primary-foreground);
  box-shadow: 0 4px 14px #10b98140;
}

.Button-module__VMVMAW__primary:hover {
  background-color: var(--primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #10b98159;
}

.Button-module__VMVMAW__secondary {
  background-color: var(--secondary);
  color: var(--secondary-foreground);
  box-shadow: 0 4px 14px #3b82f633;
}

.Button-module__VMVMAW__secondary:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.Button-module__VMVMAW__outline {
  border-color: var(--border);
  color: var(--text-main);
  background-color: #0000;
}

.Button-module__VMVMAW__outline:hover {
  background-color: var(--surface-hover);
  border-color: var(--text-muted);
  transform: translateY(-2px);
}

.Button-module__VMVMAW__ghost {
  color: var(--text-main);
  background-color: #0000;
}

.Button-module__VMVMAW__ghost:hover {
  background-color: var(--surface-hover);
}

.Button-module__VMVMAW__danger {
  background-color: var(--destructive);
  color: var(--destructive-foreground);
}

.Button-module__VMVMAW__sm {
  padding: .4rem 1rem;
  font-size: .8125rem;
}

.Button-module__VMVMAW__md {
  padding: .75rem 1.5rem;
  font-size: .9375rem;
}

.Button-module__VMVMAW__lg {
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
}

.Button-module__VMVMAW__fullWidth {
  width: 100%;
}

.Button-module__VMVMAW__spinner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.Button-module__VMVMAW__spinner svg {
  animation: 1s linear infinite Button-module__VMVMAW__spin;
}

@keyframes Button-module__VMVMAW__spin {
  from {
    transform: rotate(0);
  }

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

/* [project]/components/layout/Footer.module.css [app-client] (css) */
.Footer-module__yg9ahW__footer {
  border-top: 1px solid var(--border);
  background-color: var(--surface);
  transition: background-color var(--transition-base), border-color var(--transition-base);
  padding: 6rem 2rem;
}

.Footer-module__yg9ahW__container {
  flex-direction: column;
  gap: 4rem;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
}

.Footer-module__yg9ahW__top {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  display: flex;
}

.Footer-module__yg9ahW__brand h3 {
  letter-spacing: -.05em;
  background: var(--hero-gradient);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 900;
}

.Footer-module__yg9ahW__brand p {
  color: var(--text-muted);
  max-width: 350px;
  font-size: 1rem;
  line-height: 1.6;
}

.Footer-module__yg9ahW__links {
  flex-wrap: wrap;
  gap: 5rem;
  display: flex;
}

.Footer-module__yg9ahW__column h4 {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--text-main);
  margin-bottom: 1.5rem;
  font-size: .8125rem;
  font-weight: 800;
}

.Footer-module__yg9ahW__column ul {
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  list-style: none;
  display: flex;
}

.Footer-module__yg9ahW__column a {
  color: var(--text-muted);
  transition: all var(--transition-fast);
  font-size: .9375rem;
  display: inline-block;
}

.Footer-module__yg9ahW__column a:hover {
  color: var(--primary);
  transform: translateX(6px);
}

.Footer-module__yg9ahW__bottom {
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding-top: 3rem;
  display: flex;
}

.Footer-module__yg9ahW__copyright {
  color: var(--text-muted);
  font-size: .9375rem;
}

@media (max-width: 768px) {
  .Footer-module__yg9ahW__top {
    flex-direction: column;
  }

  .Footer-module__yg9ahW__links {
    gap: 2rem;
  }
}

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