/* [next]/internal/font/google/space_grotesk_6b2d2f50.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_6b2d2f50-module__27qfrG__className {
  font-family: Space Grotesk, Space Grotesk Fallback;
  font-style: normal;
}

.space_grotesk_6b2d2f50-module__27qfrG__variable {
  --font-body: "Space Grotesk", "Space Grotesk Fallback";
}

/* [next]/internal/font/google/sora_c9bad275.module.css [app-client] (css) */
@font-face {
  font-family: Sora;
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("../media/b886574ba42c3409-s.1f4af8e6.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: Sora;
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("../media/c41ca59f1c34ba31-s.p.e20f337c.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: Sora Fallback;
  src: local(Arial);
  ascent-override: 85.29%;
  descent-override: 25.5%;
  line-gap-override: 0.0%;
  size-adjust: 113.73%;
}

.sora_c9bad275-module__jSnSVW__className {
  font-family: Sora, Sora Fallback;
  font-style: normal;
}

.sora_c9bad275-module__jSnSVW__variable {
  --font-heading: "Sora", "Sora Fallback";
}

/* [project]/app/globals.css [app-client] (css) */
:root {
  --bg: #080b12;
  --bg-soft: #0d1320;
  --surface: #0d1320b8;
  --line: #9cbaff38;
  --text: #f1f4fa;
  --muted: #b7c3d7;
  --accent: #7ad6ff;
  --accent-2: #8effbd;
  --danger: #ff7b9d;
}

* {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  color: var(--text);
  font-family: var(--font-body), "Segoe UI", sans-serif;
  background: radial-gradient(circle at 12% 18%, #152743 0%, #0000 42%), radial-gradient(circle at 82% 11%, #122d34 0%, #0000 38%), linear-gradient(165deg, #05070c 0%, #0b1220 55%, #04070f 100%);
  margin: 0;
}

.app-shell {
  z-index: 2;
  min-height: 100vh;
  position: relative;
}

.app-shell > :not(.hex-grid-overlay) {
  z-index: 2;
  position: relative;
}

.hex-grid-overlay {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hex-grid-overlay canvas {
  opacity: .7;
  width: 100%;
  height: 100%;
  display: block;
}

.hex-grid-vignette {
  pointer-events: none;
  background: radial-gradient(at 50% 14%, #06090fe6 0%, #06090fa3 34%, #06090f29 64%), radial-gradient(circle at 50% 44%, #06090f1f 20%, #06090f8f 68%, #06090fe6 100%), linear-gradient(#06090f6b 0%, #06090f33 35%, #06090f8f 100%);
  position: absolute;
  inset: 0;
}

.logo-tilt-wrap {
  contain: paint;
  display: inline-flex;
}

.logo-tilt-inner {
  transform-origin: center;
  transform: perspective(900px) rotateX(var(--logo-rotate-x, 0deg)) rotateY(var(--logo-rotate-y, 0deg));
  backface-visibility: hidden;
  will-change: transform;
  display: inline-flex;
}

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

.container {
  width: min(1120px, 100% - 3rem);
  margin-inline: auto;
}

.glass {
  background: var(--surface);
  border: 1px solid var(--line);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-radius: 18px;
}

.chip {
  border: 1px solid var(--line);
  color: var(--muted);
  border-radius: 999px;
  align-items: center;
  padding: .35rem .75rem;
  font-size: .8rem;
  display: inline-flex;
}

.btn {
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  padding: .8rem 1.15rem;
  font-size: .95rem;
  transition: transform .2s, opacity .2s;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(110deg, var(--accent), var(--accent-2));
  color: #041219;
  font-weight: 700;
}

.btn-secondary {
  color: var(--text);
  border: 1px solid var(--line);
  background: none;
}

.section {
  padding: 5rem 0;
}

.section h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
}

.section p {
  color: var(--muted);
}

.card-grid {
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  display: grid;
}

.project-card {
  grid-column: span 6;
  position: relative;
  overflow: hidden;
}

.project-card img {
  object-fit: cover;
  opacity: .9;
  width: 100%;
  height: 260px;
}

.project-content {
  padding: 1.15rem;
}

.muted {
  color: var(--muted);
}

.hero {
  place-items: center;
  min-height: 86vh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  z-index: 1;
  background: linear-gradient(90deg, #06090feb 24%, #06090f59 85%);
  position: absolute;
  inset: 0;
}

.hero-bg {
  object-fit: cover;
  filter: saturate(1.1) contrast(1.05);
}

.hero-content {
  z-index: 2;
  gap: 1rem;
  max-width: 720px;
  display: grid;
  position: relative;
}

.hero h1 {
  font-family: var(--font-heading), "Segoe UI", sans-serif;
  margin: 0;
  font-size: clamp(2rem, 5.2vw, 4.8rem);
  line-height: 1.08;
}

.hero p {
  color: #d8e3f3;
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.stack {
  flex-wrap: wrap;
  gap: .45rem;
  display: flex;
}

.two-col {
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  display: grid;
}

input, textarea, select {
  width: 100%;
  color: var(--text);
  border: 1px solid var(--line);
  background: #080b12cc;
  border-radius: 12px;
  padding: .75rem .8rem;
}

label {
  color: var(--muted);
  font-size: .9rem;
}

form {
  gap: .8rem;
  display: grid;
}

.nextjs-toast, #devtools-indicator {
  display: none;
}

@media (max-width: 900px) {
  .project-card {
    grid-column: span 12;
  }

  .section {
    padding: 3.5rem 0;
  }

  .two-col {
    grid-template-columns: 1fr;
  }
}

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