@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700&display=swap";
/* [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.06d3mdzz5bre_.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.11.cyxs5p-0z~.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.16t1db8_9y2o~.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.0q3udbd2bu5yp.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.0gw~uztddq1df.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.0.q-h669a_dqa.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]/app/globals.css [app-client] (css) */
:root {
  --background: #fdfdff;
  --foreground: #0f172a;
  --card-bg: #ffffffb3;
  --card-border: #ffffff80;
  --card-shadow: 0 8px 32px 0 #1f268712;
  --primary: #4f46e5;
  --primary-glow: #4f46e54d;
  --primary-light: #818cf8;
  --primary-dark: #3730a3;
  --secondary: #f1f5f9;
  --muted: #64748b;
  --muted-dark: #475569;
  --success: #10b981;
  --warning: #f59e0b;
  --error: #ef4444;
  --glass: #fff6;
  --glass-thick: #fff9;
  --glass-border: #ffffff2e;
  --sidebar-width: 260px;
  --header-height: 72px;
  --transition: all .3s cubic-bezier(.4, 0, .2, 1);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 32px;
}

[data-theme="dark"] {
  --background: #0b0e14;
  --foreground: #f8fafc;
  --card-bg: #0f172a99;
  --card-border: #ffffff0d;
  --card-shadow: 0 8px 32px 0 #0006;
  --glass: #0f172a80;
  --glass-thick: #0f172acc;
  --muted: #94a3b8;
}

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

html, body {
  background: var(--background);
  width: 100%;
  height: 100%;
  color: var(--foreground);
  -webkit-font-smoothing: antialiased;
  font-family: Plus Jakarta Sans, Outfit, system-ui, -apple-system, sans-serif;
  overflow: hidden;
}

body:before {
  content: "";
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(circle at 10% 20%, #4f46e50d 0%, #0000 40%), radial-gradient(circle at 90% 80%, #10b98108 0%, #0000 40%), radial-gradient(circle, #3b82f605 0%, #0000 60%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

button, input, select, textarea {
  outline: none;
  font-family: inherit;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

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

.animate-slide-up {
  animation: .5s cubic-bezier(.16, 1, .3, 1) slideUp;
}

.animate-scale-in {
  animation: .3s cubic-bezier(.16, 1, .3, 1) scaleIn;
}

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

.glass-thick {
  background: var(--glass-thick);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
}

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

.glass-card:hover {
  border-color: #fffc;
  transform: translateY(-2px);
  box-shadow: 0 12px 40px #1f26871a;
}

.text-gradient {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.primary-button {
  background: var(--primary);
  color: #fff;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 4px 14px 0 var(--primary-glow);
  border: none;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-weight: 600;
  display: flex;
}

.primary-button:hover {
  background: var(--primary-dark);
  box-shadow: 0 6px 20px 0 var(--primary-glow);
  transform: translateY(-1px);
}

.icon-button {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  cursor: pointer;
  width: 40px;
  height: 40px;
  transition: var(--transition);
  color: var(--muted);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-button:hover {
  background: var(--glass-thick);
  color: var(--primary);
  transform: scale(1.05);
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #0000000d;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0000001a;
}

[data-theme="dark"] ::-webkit-scrollbar-thumb {
  background: #ffffff0d;
}

[data-theme="dark"] ::-webkit-scrollbar-thumb:hover {
  background: #ffffff1a;
}

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