/* [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/8a480f0b521d4e75-s.8e0177b5.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/7178b3e590c64307-s.b97b3418.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.853070df.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";
}

/* [next]/internal/font/google/geist_mono_8d43a2aa.module.css [app-client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/4fa387ec64143e14-s.c1fdd6c2.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/bbc41e54d2fcbd21-s.799d8ef8.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 Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/797e433ab948586e-s.p.dbea232f.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 Mono Fallback;
  src: local(Arial);
  ascent-override: 74.67%;
  descent-override: 21.92%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.geist_mono_8d43a2aa-module__8Li5zG__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_8d43a2aa-module__8Li5zG__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
* {
  box-sizing: border-box;
}

body {
  color: #f5f7fb;
  background: #0b1024;
  margin: 0;
  font-family: Inter, system-ui, -apple-system, sans-serif;
}

a {
  color: #8bd1ff;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 80px;
}

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

.muted {
  color: #9aa7c5;
}

.env {
  gap: 8px;
  display: flex;
}

.badge {
  color: #cdd5f5;
  background: #141b36;
  border: 1px solid #1f2a4a;
  border-radius: 12px;
  padding: 4px 8px;
  font-size: 12px;
}

.badge.ok {
  color: #22c55e;
  border-color: #22c55e;
}

.badge.warn {
  color: #fbbf24;
  border-color: #f59e0b;
}

.panel {
  background: linear-gradient(135deg, #101733, #0c1228);
  border: 1px solid #1f2a4a;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 16px;
  box-shadow: 0 10px 40px #00000040;
}

.row {
  align-items: center;
  display: flex;
}

.row.space {
  justify-content: space-between;
}

.gap {
  flex-wrap: wrap;
  gap: 12px;
}

.field {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.field input {
  color: #f5f7fb;
  background: #0b1024;
  border: 1px solid #243255;
  border-radius: 8px;
  min-width: 200px;
  padding: 10px 12px;
}

button {
  cursor: pointer;
  color: #0b1024;
  border: none;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 600;
}

button.primary {
  color: #0b1024;
  background: #8bd1ff;
}

button.secondary {
  color: #e0e7ff;
  background: #1f2a4a;
  border: 1px solid #30406b;
}

button.ghost {
  color: #fca5a5;
  background: none;
  border: 1px solid #f87171;
}

button.tab {
  color: #9aa7c5;
  background: none;
  border: 1px solid #1f2a4a;
  border-radius: 999px;
  padding: 8px 12px;
}

button.tab.active {
  color: #0b1024;
  background: #8bd1ff;
}

.inline-input {
  color: #f5f7fb;
  background: #0b1024;
  border: 1px solid #243255;
  border-radius: 6px;
  width: 80px;
  padding: 6px 8px;
}

.inline-textarea {
  color: #f5f7fb;
  background: #0b1024;
  border: 1px solid #243255;
  border-radius: 8px;
  width: 240px;
  height: 80px;
  margin-bottom: 8px;
  padding: 8px;
}

.inline-file {
  color: #f5f7fb;
}

.row > .inline-file {
  margin-top: 16px;
}

.link {
  color: #8bd1ff;
  cursor: pointer;
  background: none;
  border: none;
  margin-left: 8px;
  padding: 0;
}

.tabs {
  gap: 8px;
  display: flex;
}

.grid {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 12px;
  margin-top: 12px;
  display: grid;
}

.card {
  cursor: pointer;
  background: #0d1429;
  border: 1px solid #1f2a4a;
  border-radius: 10px;
  padding: 10px;
}

.card.selected {
  border-color: #8bd1ff;
  box-shadow: 0 0 0 1px #8bd1ff;
}

.card-title {
  margin-bottom: 6px;
  font-weight: 700;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 12px;
}

th, td {
  text-align: left;
  border-bottom: 1px solid #1f2a4a;
  padding: 8px 6px;
}

th {
  color: #9aa7c5;
  font-weight: 600;
}

.pill {
  color: #0b1024;
  border-radius: 999px;
  align-items: center;
  padding: 4px 8px;
  font-weight: 700;
  display: inline-flex;
}

.list {
  gap: 6px;
  padding-left: 0;
  list-style: none;
  display: grid;
}

.stack {
  gap: 12px;
  display: grid;
}

.error {
  color: #fca5a5;
  background: #301016;
  border: 1px solid #f87171;
  border-radius: 8px;
  margin-top: 10px;
  padding: 10px 12px;
}

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