/* [project]/apps/web/styles/globals.css [app-client] (css) */
:root {
  --bg: #0b0b10;
  --bg-2: #111324;
  --ink: #f4f4f9;
  --muted: #b4b6c9;
  --accent: #7dd3fc;
  --accent-2: #fca5a5;
  --card: #111324bf;
  --stroke: #94a3b833;
  --shadow: 0 18px 40px #05071273;
}

* {
  box-sizing: border-box;
}

html, body {
  background: radial-gradient(circle at 10% 10%, #1c1f3b 0%, var(--bg) 45%), radial-gradient(circle at 90% 20%, #132a3a 0%, var(--bg) 40%), radial-gradient(circle at 50% 90%, #1a1f2e 0%, var(--bg) 55%);
  color: var(--ink);
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-sans);
  min-height: 100vh;
}

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

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.badge {
  color: var(--accent);
  letter-spacing: .06em;
  text-transform: uppercase;
  background: #7dd3fc1f;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.hero {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: center;
  gap: 32px;
  margin-bottom: 56px;
  display: grid;
}

.hero h1 {
  font-family: var(--font-serif);
  margin: 16px 0;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
}

.hero p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.cta-row {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  display: flex;
}

.button {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  padding: 12px 18px;
  font-weight: 600;
  display: inline-flex;
}

.button:disabled {
  opacity: .7;
  cursor: not-allowed;
}

.button.primary {
  color: #0b0b10;
  background: linear-gradient(120deg, #60a5fa 0%, #38bdf8 100%);
}

.button.ghost {
  border-color: var(--stroke);
  color: var(--ink);
  background: none;
}

.grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  display: grid;
}

.card {
  background: var(--card);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  min-height: 140px;
  padding: 18px;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 16px;
}

.card p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.pipeline {
  margin-top: 56px;
}

.pipeline-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.stage-list {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  display: grid;
}

.stage {
  background: #0f111ee6;
  border: 1px dashed #94a3b859;
  border-radius: 14px;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  display: flex;
}

.stage span {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}

.input {
  width: 100%;
  color: var(--ink);
  background: #090a1299;
  border: 1px solid #94a3b859;
  border-radius: 10px;
  padding: 10px 12px;
}

.input.compact {
  min-width: 120px;
  padding: 6px 8px;
  font-size: 12px;
}

.inline-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.button.small {
  min-width: auto;
  padding: 6px 10px;
  font-size: 12px;
}

.list {
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
  display: flex;
}

.list-item {
  background: #0a0c16b3;
  border: 1px solid #94a3b826;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  display: flex;
}

.label {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 4px;
  font-size: 11px;
  display: block;
}

.pill {
  color: var(--accent);
  background: #7dd3fc24;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
}

.empty {
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 720px) {
  .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .cta-row {
    width: 100%;
  }
}

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

.space_grotesk_6bde161f-module__FMgJqG__variable {
  --font-sans: "Space Grotesk", "Space Grotesk Fallback";
}

/* [next]/internal/font/google/fraunces_9ebc540e.module.css [app-client] (css) */
@font-face {
  font-family: Fraunces;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1e219c03c996efbd-s.ba7d7329.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: Fraunces;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/b35b0dbffda7f2c4-s.0c27b1b4.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: Fraunces;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/03bda585a99c6450-s.p.ad37b9d9.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: Fraunces Fallback;
  src: local(Times New Roman);
  ascent-override: 84.71%;
  descent-override: 22.09%;
  line-gap-override: 0.0%;
  size-adjust: 115.45%;
}

.fraunces_9ebc540e-module__uisoMq__className {
  font-family: Fraunces, Fraunces Fallback;
  font-style: normal;
}

.fraunces_9ebc540e-module__uisoMq__variable {
  --font-serif: "Fraunces", "Fraunces Fallback";
}

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