/* [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) */
:root {
  --primary: #0078d4;
  --secondary: #2b88d8;
  --accent: #ffb900;
  --background: #f3f2f1;
  --surface: #fff;
  --text: #323130;
  --text-secondary: #605e5c;
  --border: #edebe9;
  --success: #107c10;
  --error: #a4262c;
  --warning: #ffb900;
  --radius: 8px;
  --shadow: 0 4px 12px #00000014;
  --glass: #ffffffb3;
  --glass-border: #ffffff4d;
}

[data-theme="dark"] {
  --primary: #2899f5;
  --background: #111;
  --surface: #1e1e1e;
  --text: #f3f2f1;
  --text-secondary: #c8c6c4;
  --border: #323130;
  --shadow: 0 4px 12px #0000004d;
  --glass: #1e1e1eb3;
  --glass-border: #ffffff1a;
}

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

body {
  background-color: var(--background);
  color: var(--text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  transition: background-color .3s;
}

h1, h2, h3, h4 {
  letter-spacing: -.02em;
  font-weight: 600;
}

button {
  cursor: pointer;
  border-radius: var(--radius);
  border: none;
  font-family: inherit;
  font-size: .9rem;
  font-weight: 500;
  transition: all .2s;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.grid {
  gap: 1.5rem;
  display: grid;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  padding: .6rem 1.2rem;
  box-shadow: 0 2px 4px #0078d44d;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px #0078d466;
}

.btn-outline {
  border: 1px solid var(--border);
  color: var(--text);
  background: none;
  padding: .6rem 1.2rem;
}

.btn-outline:hover {
  background: var(--border);
}

.input {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  width: 100%;
  color: var(--text);
  outline: none;
  padding: .6rem 1rem;
  transition: border-color .2s;
}

.input:focus {
  border-color: var(--primary);
}

.table-container {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  text-align: left;
  background: var(--background);
  color: var(--text-secondary);
  text-transform: uppercase;
  padding: 1rem;
  font-size: .85rem;
  font-weight: 600;
}

td {
  border-top: 1px solid var(--border);
  padding: 1rem;
}

tr:hover td {
  background: #0078d408;
}

.badge {
  border-radius: 12px;
  align-items: center;
  padding: .2rem .6rem;
  font-size: .75rem;
  font-weight: 600;
  display: inline-flex;
}

.badge-success {
  color: #107c10;
  background: #dff6dd;
}

.badge-warning {
  color: #797775;
  background: #fff4ce;
}

.badge-error {
  color: #a4262c;
  background: #fde7e9;
}

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

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

.animate-fadeIn {
  animation: .4s ease-out forwards fadeIn;
}

.tab-group {
  background: var(--background);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  gap: .8rem;
  padding: .4rem;
  display: flex;
}

.tab {
  border-radius: calc(var(--radius)  - 2px);
  color: var(--text-secondary);
  white-space: nowrap;
  background: none;
  align-items: center;
  gap: .6rem;
  padding: .6rem 1.4rem;
  font-size: .9rem;
  transition: all .2s;
  display: flex;
}

.tab:hover {
  color: var(--text);
  background: #0000000d;
}

.tab.active {
  background: var(--surface);
  color: var(--primary);
  box-shadow: 0 2px 4px #0000000d;
}

.modal-overlay {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 1000;
  background: #000000b3;
  justify-content: center;
  align-items: center;
  animation: .3s ease-out fadeIn;
  display: flex;
  position: fixed;
  inset: 0;
}

.modal-content {
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--glass-border);
  flex-direction: column;
  width: 90%;
  max-width: 1000px;
  height: 80vh;
  padding: 2rem;
  display: flex;
  position: relative;
  box-shadow: 0 20px 40px #0006;
}

.modal-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.console-container {
  color: #4af626;
  background: #000;
  border-radius: 8px;
  flex: 1;
  padding: 1.5rem;
  font-family: JetBrains Mono, Fira Code, monospace;
  font-size: .9rem;
  line-height: 1.4;
  overflow-y: auto;
  box-shadow: inset 0 4px 12px #00000080;
}

.console-line {
  border-left: 2px solid #0000;
  margin-bottom: .4rem;
  padding-left: .8rem;
}

.console-line:hover {
  background: #ffffff0d;
  border-left-color: #4af626;
}

.avatar {
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: .8rem;
  font-weight: 600;
  display: flex;
}

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