/* [next]/internal/font/google/geist_a71539c9.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/fef07dbb0973bf53-s.3p2_lha1f2xer.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: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8a480f0b521d4e75-s.1qq4vpdcun5oj.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/53b9e256198e5412-s.390ncx5urfkfu.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: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7178b3e590c64307-s.21jp631_3pja2.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.0wgildi0cnwt9.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_a71539c9-module__T19VSG__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_a71539c9-module__T19VSG__variable {
  --font-geist-sans: "Geist", "Geist Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --background: #0b0d17;
  --surface: #141829;
  --surface-2: #1d2237;
  --foreground: #eef1ff;
  --muted: #9aa3c7;
  --accent: #7c5cff;
  --accent-2: #ff5c8a;
  --border: #2a3050;
  --radius: 14px;
  --max-width: 1080px;
}

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

html {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  height: 100%;
}

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  color: var(--foreground);
  background: radial-gradient(1200px 600px at 80% -10%, #7c5cff40, transparent 60%),
    radial-gradient(900px 500px at -10% 10%, #ff5c8a2e, transparent 55%),
    var(--background);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  flex-direction: column;
  line-height: 1.55;
  display: flex;
}

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

.site-header {
  border-bottom: 1px solid var(--border);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 10;
  background: #0b0d1799;
  position: sticky;
  top: 0;
}

.site-nav {
  max-width: var(--max-width);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  padding: 1rem 1.25rem;
  display: flex;
}

.site-brand {
  letter-spacing: .04em;
  font-size: 1.1rem;
  font-weight: 700;
}

.site-brand span {
  color: var(--accent);
}

.site-nav-links {
  flex-wrap: wrap;
  gap: 1.25rem;
  list-style: none;
  display: flex;
}

.site-nav-links a {
  color: var(--muted);
  font-size: .95rem;
  transition: color .15s;
}

.site-nav-links a:hover {
  color: var(--foreground);
}

.site-main {
  width: 100%;
  max-width: var(--max-width);
  flex: 1;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
}

.site-footer {
  border-top: 1px solid var(--border);
  color: var(--muted);
  text-align: center;
  padding: 1.5rem 1.25rem;
  font-size: .85rem;
}

.page-title {
  margin-bottom: .75rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.page-lead {
  color: var(--muted);
  max-width: 56ch;
}

.placeholder-badge {
  border: 1px dashed var(--border);
  color: var(--muted);
  border-radius: 999px;
  margin-top: 1.25rem;
  padding: .35rem .7rem;
  font-size: .8rem;
  display: inline-block;
}

.hero {
  padding: 2rem 0 1rem;
}

.hero h1 {
  margin-bottom: 1rem;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  line-height: 1.1;
}

.hero .accent {
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero p {
  color: var(--muted);
  max-width: 60ch;
  font-size: 1.1rem;
}

.cta-row {
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 2rem;
  display: flex;
}

.cta {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--foreground);
  padding: .7rem 1.1rem;
  font-weight: 600;
  transition: transform .12s, border-color .12s;
}

.cta:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}

.cta.primary {
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  border-color: #0000;
}

.feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 3rem;
  display: grid;
}

.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
}

.feature-card h3 {
  margin-bottom: .5rem;
  font-size: 1.05rem;
}

.feature-card p {
  color: var(--muted);
  font-size: .95rem;
}

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