@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&family=Archivo+Black&display=swap";
/* [project]/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}

.pointer-events-auto {
  pointer-events: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.top-1\/2 {
  top: 50%;
}

.right-1\/3 {
  right: 33.3333%;
}

.right-\[8\%\] {
  right: 8%;
}

.left-1\/2 {
  left: 50%;
}

.left-\[8\%\] {
  left: 8%;
}

.-z-10 {
  z-index: calc(10 * -1);
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.z-\[9999\] {
  z-index: 9999;
}

.mx-auto {
  margin-inline: auto;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.inline {
  display: inline;
}

.inline-flex {
  display: inline-flex;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.max-h-\[60vh\] {
  max-height: 60vh;
}

.max-h-\[200px\] {
  max-height: 200px;
}

.max-h-\[300px\] {
  max-height: 300px;
}

.max-h-\[320px\] {
  max-height: 320px;
}

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

.w-1\/2 {
  width: 50%;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[360px\] {
  width: 360px;
}

.w-full {
  width: 100%;
}

.max-w-\[80px\] {
  max-width: 80px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.min-w-\[16px\] {
  min-width: 16px;
}

.min-w-\[60px\] {
  min-width: 60px;
}

.min-w-\[300px\] {
  min-width: 300px;
}

.flex-1 {
  flex: 1;
}

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

.translate-x-\[-100\%\] {
  --tw-translate-x: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}

.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}

.scale-110 {
  --tw-scale-x: 110%;
  --tw-scale-y: 110%;
  --tw-scale-z: 110%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}

.scale-\[1\.02\] {
  scale: 1.02;
}

.-rotate-90 {
  rotate: -90deg;
}

.animate-\[progress_2s_infinite\] {
  animation: 2s infinite progress;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.appearance-none {
  appearance: none;
}

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

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

.grid-cols-\[1fr_auto_auto\] {
  grid-template-columns: 1fr auto auto;
}

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

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

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

.items-end {
  align-items: flex-end;
}

.items-start {
  align-items: flex-start;
}

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

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

.justify-end {
  justify-content: flex-end;
}

:where(.divide-y > :not(:last-child)) {
  --tw-divide-y-reverse: 0;
  border-bottom-style: var(--tw-border-style);
  border-top-style: var(--tw-border-style);
  border-top-width: calc(1px * var(--tw-divide-y-reverse));
  border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
}

.truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded-full {
  border-radius: 3.40282e38px;
}

.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}

.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}

.border-4 {
  border-style: var(--tw-border-style);
  border-width: 4px;
}

.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}

.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}

.border-l {
  border-left-style: var(--tw-border-style);
  border-left-width: 1px;
}

.border-l-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}

.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}

.bg-\[\#0a0a0a\] {
  background-color: #0a0a0a;
}

.bg-\[\#0b101b\] {
  background-color: #0b101b;
}

.bg-\[\#0f172a\] {
  background-color: #0f172a;
}

.bg-\[\#0f172a\]\/40 {
  background-color: #0f172a66;
  background-color: lab(7.77627% 1.58887 -14.2961 / .4);
}

.bg-\[\#0f172a\]\/60 {
  background-color: #0f172a99;
  background-color: lab(7.77627% 1.58887 -14.2961 / .6);
}

.bg-\[\#0f172a\]\/80 {
  background-color: #0f172acc;
  background-color: lab(7.77627% 1.58887 -14.2961 / .8);
}

.bg-\[\#1e293b\]\/30 {
  background-color: #1e293b4d;
  background-color: lab(16.2235% -.475004 -13.2263 / .3);
}

.bg-\[\#1e293b\]\/50 {
  background-color: #1e293b80;
  background-color: lab(16.2235% -.475004 -13.2263 / .5);
}

.bg-\[\#1f2937\]\/50 {
  background-color: #1f293780;
  background-color: lab(16.1354% -1.18139 -10.5743 / .5);
}

.bg-\[\#020617\] {
  background-color: #020617;
}

.bg-\[\#020617\]\/80 {
  background-color: #020617cc;
  background-color: lab(1.77049% 1.21939 -8.84593 / .8);
}

.bg-\[\#111827\] {
  background-color: #111827;
}

.bg-\[\#111827\]\/80 {
  background-color: #111827cc;
  background-color: lab(8.15142% .643015 -11.4721 / .8);
}

.bg-gradient-to-b {
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  --tw-gradient-position: to bottom right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}

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

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}

.via-transparent {
  --tw-gradient-via: transparent;
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}

.to-transparent {
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}

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

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

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

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

.text-\[8px\] {
  font-size: 8px;
}

.text-\[9px\] {
  font-size: 9px;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.leading-\[0\.9\] {
  --tw-leading: .9;
  line-height: .9;
}

.tracking-\[0\.2em\] {
  --tw-tracking: .2em;
  letter-spacing: .2em;
}

.tracking-\[0\.3em\] {
  --tw-tracking: .3em;
  letter-spacing: .3em;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.text-transparent {
  color: #0000;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.line-through {
  text-decoration-line: line-through;
}

.opacity-0 {
  opacity: 0;
}

.opacity-30 {
  opacity: .3;
}

.opacity-40 {
  opacity: .4;
}

.opacity-50 {
  opacity: .5;
}

.opacity-60 {
  opacity: .6;
}

.opacity-70 {
  opacity: .7;
}

.opacity-75 {
  opacity: .75;
}

.opacity-80 {
  opacity: .8;
}

.opacity-\[0\.02\] {
  opacity: .02;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.shadow-\[0_0_8px_rgba\(6\,182\,212\,0\.8\)\] {
  --tw-shadow: 0 0 8px var(--tw-shadow-color, #06b6d4cc);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-\[0_0_10px_rgba\(16\,185\,129\,0\.8\)\] {
  --tw-shadow: 0 0 10px var(--tw-shadow-color, #10b981cc);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-\[0_0_10px_rgba\(59\,130\,246\,0\.8\)\] {
  --tw-shadow: 0 0 10px var(--tw-shadow-color, #3b82f6cc);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-\[0_0_10px_rgba\(236\,72\,153\,0\.8\)\] {
  --tw-shadow: 0 0 10px var(--tw-shadow-color, #ec4899cc);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-\[0_0_15px_rgba\(16\,185\,129\,0\.4\)\] {
  --tw-shadow: 0 0 15px var(--tw-shadow-color, #10b98166);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-\[0_0_15px_rgba\(79\,70\,229\,0\.4\)\] {
  --tw-shadow: 0 0 15px var(--tw-shadow-color, #4f46e566);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-\[0_0_15px_rgba\(236\,72\,153\,0\.5\)\] {
  --tw-shadow: 0 0 15px var(--tw-shadow-color, #ec489980);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-\[0_0_20px_rgba\(6\,182\,212\,0\.6\)\] {
  --tw-shadow: 0 0 20px var(--tw-shadow-color, #06b6d499);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-\[0_0_20px_rgba\(244\,63\,94\,0\.2\)\] {
  --tw-shadow: 0 0 20px var(--tw-shadow-color, #f43f5e33);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-\[0_0_20px_rgba\(245\,158\,11\,0\.2\)\] {
  --tw-shadow: 0 0 20px var(--tw-shadow-color, #f59e0b33);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-\[0_0_30px_rgba\(6\,182\,212\,0\.5\)\] {
  --tw-shadow: 0 0 30px var(--tw-shadow-color, #06b6d480);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-\[0_0_30px_rgba\(16\,185\,129\,0\.4\)\] {
  --tw-shadow: 0 0 30px var(--tw-shadow-color, #10b98166);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-\[0_0_30px_rgba\(236\,72\,153\,0\.2\)\] {
  --tw-shadow: 0 0 30px var(--tw-shadow-color, #ec489933);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-\[0_0_30px_rgba\(236\,72\,153\,0\.4\)\] {
  --tw-shadow: 0 0 30px var(--tw-shadow-color, #ec489966);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-\[0_0_50px_rgba\(6\,182\,212\,0\.15\)\] {
  --tw-shadow: 0 0 50px var(--tw-shadow-color, #06b6d426);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-\[0_8px_32px_0_rgba\(0\,0\,0\,0\.37\)\] {
  --tw-shadow: 0 8px 32px 0 var(--tw-shadow-color, #0000005e);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.ring, .ring-1 {
  --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.blur-\[100px\] {
  --tw-blur: blur(100px);
  filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
}

.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.duration-300 {
  --tw-duration: .3s;
  transition-duration: .3s;
}

.duration-500 {
  --tw-duration: .5s;
  transition-duration: .5s;
}

.duration-700 {
  --tw-duration: .7s;
  transition-duration: .7s;
}

.duration-1000 {
  --tw-duration: 1s;
  transition-duration: 1s;
}

@media (hover: hover) {
  .group-hover\:translate-x-\[100\%\]:is(:where(.group):hover *) {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}

@media (hover: hover) {
  .group-hover\:scale-110:is(:where(.group):hover *) {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}

@media (hover: hover) {
  .group-hover\:rotate-180:is(:where(.group):hover *) {
    rotate: 180deg;
  }
}

@media (hover: hover) {
  .group-hover\:opacity-100:is(:where(.group):hover *) {
    opacity: 1;
  }
}

@media (hover: hover) {
  .group-hover\/btn\:translate-x-\[100\%\]:is(:where(.group\/btn):hover *) {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}

@media (hover: hover) {
  .hover\:scale-\[1\.01\]:hover {
    scale: 1.01;
  }
}

@media (hover: hover) {
  .hover\:scale-\[1\.02\]:hover {
    scale: 1.02;
  }
}

@media (hover: hover) {
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}

@media (hover: hover) {
  .hover\:opacity-100:hover {
    opacity: 1;
  }
}

@media (hover: hover) {
  .hover\:shadow-\[0_0_30px_rgba\(6\,182\,212\,0\.15\)\]:hover {
    --tw-shadow: 0 0 30px var(--tw-shadow-color, #06b6d426);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}

@media (hover: hover) {
  .hover\:shadow-\[0_0_40px_rgba\(6\,182\,212\,0\.1\)\]:hover {
    --tw-shadow: 0 0 40px var(--tw-shadow-color, #06b6d41a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}

@media (hover: hover) {
  .hover\:shadow-\[0_0_40px_rgba\(16\,185\,129\,0\.1\)\]:hover {
    --tw-shadow: 0 0 40px var(--tw-shadow-color, #10b9811a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}

@media (hover: hover) {
  .hover\:shadow-\[0_0_40px_rgba\(139\,92\,246\,0\.1\)\]:hover {
    --tw-shadow: 0 0 40px var(--tw-shadow-color, #8b5cf61a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}

@media (hover: hover) {
  .hover\:shadow-\[0_0_40px_rgba\(244\,63\,94\,0\.15\)\]:hover {
    --tw-shadow: 0 0 40px var(--tw-shadow-color, #f43f5e26);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}

@media (hover: hover) {
  .hover\:shadow-\[0_0_40px_rgba\(245\,158\,11\,0\.1\)\]:hover {
    --tw-shadow: 0 0 40px var(--tw-shadow-color, #f59e0b1a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}

@media (hover: hover) {
  .hover\:grayscale-0:hover {
    --tw-grayscale: grayscale(0%);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }
}

:root {
  --electric-cyan: #00f0ff;
  --electric-magenta: #f0a;
  --electric-yellow: #ff0;
  --electric-lime: #00ff41;
  --primary: #00f0ff;
  --primary-dark: #00c8d4;
  --primary-glow: #00f0ff66;
  --accent: #f0a;
  --accent-dark: #c08;
  --accent-glow: #f0a6;
  --success: #00ff41;
  --success-glow: #00ff414d;
  --warning: #ff0;
  --warning-glow: #ffff004d;
  --danger: #f05;
  --danger-glow: #ff00554d;
  --info: #00f0ff;
  --info-glow: #00f0ff4d;
  --bg-void: #000;
  --bg-main: #0a0a0a;
  --bg-panel: #141414;
  --bg-card: #1a1a1a;
  --bg-elevated: #222;
  --text-primary: #fff;
  --text-secondary: #ccc;
  --text-muted: #888;
  --text-dim: #555;
  --border-sharp: #333;
  --border-medium: #444;
  --border-bright: #666;
  --shadow-glow-cyan: 0 0 20px #00f0ff80;
  --shadow-glow-magenta: 0 0 20px #ff00aa80;
  --shadow-glow-lime: 0 0 20px #00ff4180;
  --shadow-hard: 4px 4px 0 #000c;
  --shadow-brutal: 8px 8px 0 #000000e6;
}

body {
  background: var(--bg-void);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Space Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-weight: 500;
}

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

::-webkit-scrollbar-track {
  background: var(--bg-main);
  border-left: 1px solid var(--border-sharp);
}

::-webkit-scrollbar-thumb {
  background: var(--electric-cyan);
  box-shadow: var(--shadow-glow-cyan);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--electric-magenta);
  box-shadow: var(--shadow-glow-magenta);
}

.modern-card {
  -webkit-backdrop-filter: blur(12px);
  background: #14141499;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  transition: all .3s;
  box-shadow: 0 8px 32px #0000005e;
}

.modern-card:hover {
  background: #1e1e1eb3;
  border-color: #00f0ff4d;
  transform: translateY(-2px);
  box-shadow: 0 0 20px #00f0ff33, 0 8px 32px #00000080;
}

.glass-panel {
  -webkit-backdrop-filter: blur(16px);
  background: #0f172a99;
  border: 1px solid #ffffff14;
}

.modern-button {
  background: var(--bg-panel);
  border: 2px solid var(--border-medium);
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: .05em;
  cursor: pointer;
  border-radius: 0;
  font-family: JetBrains Mono, monospace;
  font-weight: 600;
  transition: all .1s;
}

.modern-button:hover {
  background: var(--bg-elevated);
  border-color: var(--electric-cyan);
  color: var(--electric-cyan);
  box-shadow: var(--shadow-glow-cyan);
}

.modern-button-active {
  background: var(--electric-cyan);
  border: 2px solid var(--electric-cyan);
  color: var(--bg-void);
  box-shadow: var(--shadow-glow-cyan);
  font-weight: 700;
}

.modern-button-primary {
  background: var(--electric-cyan);
  border: 2px solid var(--electric-cyan);
  color: var(--bg-void);
  box-shadow: var(--shadow-glow-cyan);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-family: JetBrains Mono, monospace;
  font-weight: 700;
}

.modern-button-primary:hover {
  background: var(--bg-void);
  color: var(--electric-cyan);
  box-shadow: var(--shadow-glow-cyan), var(--shadow-hard);
  transform: translate(-2px, -2px);
}

.status-success {
  border: 1px solid var(--success);
  color: var(--success);
  text-transform: uppercase;
  letter-spacing: .05em;
  box-shadow: var(--shadow-glow-lime);
  background: #00ff4126;
  font-family: JetBrains Mono, monospace;
  font-weight: 600;
}

.status-warning {
  border: 1px solid var(--warning);
  color: var(--warning);
  text-transform: uppercase;
  letter-spacing: .05em;
  box-shadow: var(--shadow-glow-yellow);
  background: #ffff0026;
  font-family: JetBrains Mono, monospace;
  font-weight: 600;
}

.status-danger {
  border: 1px solid var(--danger);
  color: var(--danger);
  text-transform: uppercase;
  letter-spacing: .05em;
  box-shadow: var(--shadow-glow-red);
  background: #ff005526;
  font-family: JetBrains Mono, monospace;
  font-weight: 600;
}

.status-info {
  border: 1px solid var(--info);
  color: var(--info);
  text-transform: uppercase;
  letter-spacing: .05em;
  box-shadow: var(--shadow-glow-cyan);
  background: #00f0ff26;
  font-family: JetBrains Mono, monospace;
  font-weight: 600;
}

.status-neutral {
  border: 1px solid var(--text-muted);
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .05em;
  background: #88888826;
  font-family: JetBrains Mono, monospace;
  font-weight: 600;
}

.modern-badge {
  text-transform: uppercase;
  letter-spacing: .1em;
  border: 2px solid;
  border-radius: 0;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  font-family: JetBrains Mono, monospace;
  font-size: .75rem;
  font-weight: 700;
  display: inline-flex;
}

.accent-border-left {
  border-left: 3px solid var(--electric-magenta);
  box-shadow: -3px 0 10px var(--accent-glow);
}

.modern-input {
  background: var(--bg-secondary);
  border: 1px solid var(--border-medium);
  color: var(--text-primary);
  border-radius: 8px;
  padding: .75rem 1rem;
  transition: all .2s;
}

.modern-input:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px #3b82f633;
}

.modern-input::placeholder {
  color: var(--text-muted);
}

.accent-border-left {
  border-left: 3px solid var(--accent);
}

.accent-border-success {
  border-left: 3px solid var(--success);
}

.accent-border-warning {
  border-left: 3px solid var(--warning);
}

.modern-divider {
  background: var(--border-light);
  height: 1px;
}

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

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

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

.glass-status-locked {
  background: var(--bg-secondary);
  border: 1px solid var(--border-medium);
  color: var(--text-secondary);
  opacity: .7;
  cursor: not-allowed;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=app_globals_71f961d1.css.map*/