@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";
/* [project]/src/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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --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;
    }
  }
}

.collapse {
  visibility: collapse;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.h-full {
  height: 100%;
}

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

.w-full {
  width: 100%;
}

.transform {
  transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

.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-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-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}

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

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

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

.break-all {
  word-break: break-all;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.filter {
  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 {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.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);
}

.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}

:root {
  --background: #0a0a0c;
  --foreground: #fafafa;
  --card: #111114;
  --card-hover: #18181c;
  --card-foreground: #fafafa;
  --primary: #6366f1;
  --primary-hover: #4f46e5;
  --primary-foreground: #fff;
  --secondary: #1e1e24;
  --secondary-foreground: #a1a1aa;
  --muted: #27272a;
  --muted-foreground: #71717a;
  --accent: #10b981;
  --accent-foreground: #fff;
  --destructive: #ef4444;
  --destructive-foreground: #fff;
  --border: #27272a;
  --input: #27272a;
  --ring: #6366f1;
  --profit: #10b981;
  --loss: #ef4444;
  --warning: #f59e0b;
  --gradient-purple: #8b5cf6;
  --gradient-blue: #3b82f6;
  --gradient-teal: #14b8a6;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: var(--background);
  color: var(--foreground);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
}

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

::-webkit-scrollbar-track {
  background: var(--background);
}

::-webkit-scrollbar-thumb {
  background: var(--muted);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #3f3f46;
}

.font-mono {
  font-family: JetBrains Mono, monospace;
}

.text-profit {
  color: var(--profit);
}

.text-loss {
  color: var(--loss);
}

.text-warning {
  color: var(--warning);
}

.bg-profit {
  background-color: var(--profit);
}

.bg-loss {
  background-color: var(--loss);
}

.glass {
  -webkit-backdrop-filter: blur(12px);
  background: #111114cc;
  border: 1px solid #ffffff0d;
}

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: all .2s;
}

.card:hover {
  background: var(--card-hover);
  border-color: #3f3f46;
}

.glow-primary {
  box-shadow: 0 0 20px #6366f14d;
}

.glow-profit {
  box-shadow: 0 0 20px #10b9814d;
}

.glow-loss {
  box-shadow: 0 0 20px #ef44444d;
}

.gradient-text {
  background: linear-gradient(135deg, #6366f1, #8b5cf6, #a855f7);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-bg {
  background: linear-gradient(135deg, #6366f11a, #8b5cf60d);
}

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

  50% {
    opacity: .6;
  }
}

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

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

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

.animate-pulse-slow {
  animation: 2s ease-in-out infinite pulse-slow;
}

.animate-slide-up {
  animation: .3s ease-out slide-up;
}

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

.animate-shimmer {
  background: linear-gradient(90deg, #0000, #ffffff0d, #0000) 0 0 / 200% 100%;
  animation: 2s infinite shimmer;
}

.tabular-nums {
  font-variant-numeric: tabular-nums;
}

.btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  outline: none;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .15s;
  display: inline-flex;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
}

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

.btn-secondary {
  background: var(--secondary);
  color: var(--secondary-foreground);
  border: 1px solid var(--border);
}

.btn-secondary:hover {
  background: var(--muted);
  color: #fff;
}

.btn-danger {
  background: var(--destructive);
  color: #fff;
}

.btn-danger:hover {
  background: #dc2626;
}

.status-dot {
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.status-active {
  background: var(--profit);
  box-shadow: 0 0 8px var(--profit);
}

.status-paused {
  background: var(--warning);
}

.status-stopped {
  background: var(--destructive);
}

input, select {
  background: var(--secondary);
  border: 1px solid var(--border);
  color: var(--foreground);
  border-radius: 8px;
  padding: .5rem .75rem;
  font-size: .875rem;
  transition: all .15s;
}

input:focus, select:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px #6366f11a;
}

input::placeholder {
  color: var(--muted-foreground);
}

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

th {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--muted-foreground);
  border-bottom: 1px solid var(--border);
  padding: .75rem 1rem;
  font-size: .75rem;
  font-weight: 600;
}

td {
  border-bottom: 1px solid var(--border);
  padding: .875rem 1rem;
  font-size: .875rem;
}

tr:hover td {
  background: #ffffff05;
}

.badge {
  border-radius: 9999px;
  align-items: center;
  padding: .25rem .625rem;
  font-size: .75rem;
  font-weight: 500;
  display: inline-flex;
}

.badge-profit {
  color: #10b981;
  background: #10b98126;
}

.badge-loss {
  color: #ef4444;
  background: #ef444426;
}

.badge-neutral {
  background: var(--secondary);
  color: var(--secondary-foreground);
}

nextjs-portal {
  display: none !important;
}

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

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

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

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

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

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

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

@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
}

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