@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@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.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: 210 100% 60%;
  --primary-foreground: 0 0% 100%;
  --foreground: 210 40% 98%;
  --muted-foreground: 215 20% 55%;
  --hue-primary: 210;
  --hue-success: 150;
  --hue-warning: 38;
  --hue-danger: 0;
  --color-primary: hsl(var(--primary));
  --color-primary-glow: hsla(var(--primary) / .5);
  --bg-app: #05060b;
  --bg-panel: #0f111a;
  --bg-card: #141928b3;
  --bg-card-hover: #1e2337cc;
  --text-main: #fff;
  --text-muted: #94a3b8;
  --text-highlight: #5cc9ff;
  --border-subtle: #ffffff14;
  --glass-border: #ffffff14;
  --glass-highlight: #ffffff0a;
  --glass-bg: #14192ab8;
  --glass-shadow: 0 8px 40px #00000080;
  --surface-input: #0a0e1cb3;
  --surface-input-hover: #0f1426d9;
  --color-rose: #f92496;
  --color-rose-glow: #f924964d;
  --space-unit: 1rem;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --ease-spring: cubic-bezier(.175, .885, .32, 1.275);
}

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

html, body {
  background-color: var(--bg-app);
  max-width: 100vw;
  color: var(--text-main);
  -webkit-font-smoothing: antialiased;
  font-family: Inter, Space Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  overflow-x: hidden;
}

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

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes glow-pulse {
  0% {
    box-shadow: 0 0 5px var(--color-primary-glow);
  }

  50% {
    box-shadow: 0 0 20px var(--color-primary-glow), 0 0 10px var(--color-primary);
  }

  100% {
    box-shadow: 0 0 5px var(--color-primary-glow);
  }
}

.glass-panel {
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow), inset 0 1px 0 #ffffff0f;
  border-top-color: #ffffff1a;
}

input[type="text"], input[type="date"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"], input {
  color: var(--text-main) !important;
  background-color: #0000 !important;
}

input[type="date"] {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(.6) sepia() saturate(2) hue-rotate(180deg);
  cursor: pointer;
  opacity: .7;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

input[type="date"]::-webkit-datetime-edit {
  color: var(--text-main) !important;
}

input[type="date"]::-webkit-datetime-edit-fields-wrapper {
  color: var(--text-main) !important;
}

input[type="date"]::-webkit-datetime-edit-text {
  color: var(--text-muted) !important;
}

input[type="date"]::-webkit-datetime-edit-month-field {
  color: var(--text-main) !important;
}

input[type="date"]::-webkit-datetime-edit-day-field {
  color: var(--text-main) !important;
}

input[type="date"]::-webkit-datetime-edit-year-field {
  color: var(--text-main) !important;
}

.glass-input {
  background: var(--surface-input);
  border: 1px solid var(--glass-border);
  transition: all .2s;
}

.glass-input:hover {
  background: var(--surface-input-hover);
  border-color: #389bff4d;
}

.glass-input:focus-within {
  background: var(--surface-input-hover);
  border-color: hsl(var(--primary));
  box-shadow: 0 0 0 3px hsla(var(--primary) / .15), 0 0 20px hsla(var(--primary) / .1);
}

.btn-search {
  box-shadow: 0 4px 24px var(--color-rose-glow), 0 2px 8px #0000004d;
  background: linear-gradient(135deg, #f9108c, #da0b50);
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
}

.btn-search:hover {
  box-shadow: 0 6px 32px var(--color-rose-glow), 0 2px 12px #0000004d;
  background: linear-gradient(135deg, #fa2e9b, #f20d59);
  transform: translateY(-1px)scale(1.01);
}

.btn-search:active {
  transform: translateY(0)scale(.99);
}

.btn-pill-active {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  box-shadow: 0 2px 16px hsla(var(--primary) / .35);
}

.btn-pill-inactive {
  color: hsl(var(--muted-foreground));
  background: none;
}

.btn-pill-inactive:hover {
  color: hsl(var(--foreground));
  background: #ffffff0f;
}

.tag-active {
  border-color: hsl(var(--primary));
  background: hsla(var(--primary) / .12);
  color: var(--text-highlight);
  box-shadow: 0 0 16px hsla(var(--primary) / .15);
}

.tag-inactive {
  border-color: var(--glass-border);
  background: var(--surface-input);
  color: hsl(var(--muted-foreground));
}

.tag-inactive:hover {
  color: hsl(var(--foreground));
  background: var(--surface-input-hover);
  border-color: #ffffff2e;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

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

.animate-fade-in-up {
  animation: .5s ease-out forwards fadeInUp;
}

.text-gradient {
  background: linear-gradient(135deg, #fff 0%, var(--text-highlight) 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

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

.justify-center {
  justify-content: center;
}

.grid {
  display: grid;
}

.gap-2 {
  gap: .5rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.flex-1 {
  flex: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.min-h-0 {
  min-height: 0;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-stretch {
  align-items: stretch;
}

.max-w-6xl {
  max-width: 72rem;
}

.border-t {
  border-top-width: 1px;
}

.pt-4 {
  padding-top: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.min-h-\[44px\] {
  min-height: 44px;
}

.min-h-\[140px\] {
  min-height: 140px;
}

.min-h-\[280px\] {
  min-height: 280px;
}

.min-h-\[360px\] {
  min-height: 360px;
}

.min-h-\[380px\] {
  min-height: 380px;
}

.mb-1 {
  margin-bottom: .25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.p-3 {
  padding: .75rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.py-2\.5 {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-4 {
  margin-top: 1rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-3 {
    gap: .75rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.rounded-lg {
  border-radius: var(--radius-sm);
}

.rounded-xl {
  border-radius: var(--radius-md);
}

.rounded-full {
  border-radius: 9999px;
}

.rounded {
  border-radius: 4px;
}

.cursor-pointer {
  cursor: pointer;
}

.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}

.text-transparent {
  color: #0000;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, #fff0);
}

.to-\[var\(--color-primary\)\] {
  --tw-gradient-to: var(--color-primary);
}

.animate-pulse {
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite pulse;
}

.text-\[var\(--text-muted\)\] {
  color: var(--text-muted);
}

.text-\[var\(--text-main\)\] {
  color: var(--text-main);
}

.text-\[var\(--text-highlight\)\] {
  color: var(--text-highlight);
}

.text-\[var\(--color-primary\)\] {
  color: var(--color-primary);
}

.text-\[var\(--hue-danger\)\] {
  color: hsl(var(--hue-danger), 100%, 60%);
}

.bg-\[var\(--bg-panel\)\] {
  background-color: var(--bg-panel);
}

.bg-\[rgba\(56\,182\,255\,0\.1\)\] {
  background-color: #38b6ff1a;
}

.bg-\[rgba\(56\,182\,255\,0\.2\)\] {
  background-color: #38b6ff33;
}

.bg-green-400 {
  background-color: #4ade80;
}

.hover\:bg-\[var\(--bg-card-hover\)\]:hover {
  background-color: var(--bg-card-hover);
}

.hover\:bg-\[rgba\(255\,255\,255\,0\.03\)\]:hover {
  background-color: #ffffff08;
}

.hover\:text-white:hover {
  color: #fff;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(.5rem * var(--tw-space-x-reverse));
  margin-left: calc(.5rem * (1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.border-b {
  border-bottom-width: 1px;
}

.border-\[var\(--border-subtle\)\] {
  border-color: var(--border-subtle);
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }
}

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