/* [next]/internal/font/google/inter_5972bc34.module.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/5476f68d60460930-s.0wxq9webf.ew4.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f-s.067x_6k0k23tk.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: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e-s.16ipb6fqu393i.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: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.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: Inter Fallback;
  src: local(Arial);
  ascent-override: 90.44%;
  descent-override: 22.52%;
  line-gap-override: 0.0%;
  size-adjust: 107.12%;
}

.inter_5972bc34-module__OU16Qa__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

/* [project]/app/globals.css [app-client] (css) */
@tailwind base;

@tailwind components;

@tailwind utilities;

@layer base {
  :root {
    --background: #0f172a;
    --foreground: #f8fafc;
    --card: #1e293bb3;
    --card-foreground: #f8fafc;
    --card-border: #ffffff1a;
    --primary: #8b5cf6;
    --primary-hover: #7c3aed;
    --primary-foreground: #fff;
    --success: #10b981;
    --success-foreground: #fff;
    --danger: #ef4444;
    --radius: 12px;
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
    -webkit-font-smoothing: antialiased;
    background-image: radial-gradient(circle at 15%, #8b5cf626, #0000 25%), radial-gradient(circle at 85% 30%, #10b9811a, #0000 25%);
    background-attachment: fixed;
    min-height: 100vh;
    font-family: Inter, system-ui, sans-serif;
  }
}

.glass-panel {
  background: var(--card);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0 4px 30px #0000001a;
}

.card-hover:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
  box-shadow: 0 10px 25px -5px #0000004d, 0 8px 10px -6px #0000004d;
}

.glass-input {
  border: 1px solid var(--card-border);
  color: var(--foreground);
  background: #0f172a99;
  border-radius: 8px;
  padding: .75rem 1rem;
  transition: all .2s;
}

.glass-input:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 2px #8b5cf633;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-hover));
  color: var(--primary-foreground);
  cursor: pointer;
  border: none;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 4px 14px #8b5cf663;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #8b5cf63b;
}

.btn-success {
  background: linear-gradient(135deg, var(--success), #059669);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  padding: .5rem 1rem;
  font-weight: 600;
  transition: all .2s;
}

.btn-success:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.badge {
  text-transform: uppercase;
  letter-spacing: .05em;
  border-radius: 9999px;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  display: inline-flex;
}

.badge-success {
  color: #34d399;
  background: #10b98133;
  border: 1px solid #10b9814d;
}

.badge-primary {
  color: #a78bfa;
  background: #8b5cf633;
  border: 1px solid #8b5cf64d;
}

.badge-danger {
  color: #f87171;
  background: #ef444433;
  border: 1px solid #ef44444d;
}

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

.grid-cards {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
  display: grid;
}

h1 {
  letter-spacing: -.025em;
  background: linear-gradient(to right, #fff, #a78bfa);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 800;
}

h2 {
  color: #f8fafc;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

h3 {
  color: #f1f5f9;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 600;
}

p {
  color: #94a3b8;
  line-height: 1.6;
}

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

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

.animate-slide-down {
  animation: .4s forwards slideDown;
}

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