body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: #1e293b;
    color: #f1f5f9;
    margin: 0;
}

#root {
    min-height: 100vh;
}

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

.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, #0f172a, #1e293b, #0f172a);
}

.from-slate-900 {
    --tw-gradient-from: #0f172a;
}

.via-slate-800 {
    --tw-gradient-to: #1e293b;
}

.to-slate-900 {
    --tw-gradient-to: #0f172a;
}

.bg-slate-800\/50 {
    background-color: rgba(30, 41, 59, 0.5);
}

.backdrop-blur-sm {
    backdrop-filter: blur(4px);
}

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

.border-slate-700 {
    border-color: #334155;
}

.sticky {
    position: sticky;
}

.top-0 {
    top: 0;
}

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

.max-w-7xl {
    max-width: 1280px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

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

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.flex {
    display: flex;
}

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

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

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

.gap-4 {
    gap: 1rem;
}

.gap-3 {
    gap: 0.75rem;
}

.w-8 {
    width: 2rem;
}

.h-8 {
    height: 2rem;
}

.text-blue-400 {
    color: #60a5fa;
}

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

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

.text-white {
    color: #fff;
}

.text-slate-400 {
    color: #94a3b8;
}

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

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

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

.gap-2 {
    gap: 0.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

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

.rounded-lg {
    border-radius: 0.5rem;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.bg-yellow-600 {
    background-color: #d97706;
}

.hover\:bg-yellow-700:hover {
    background-color: #b45309;
}

.bg-slate-700 {
    background-color: #334155;
}

.hover\:bg-slate-600:hover {
    background-color: #475569;
}

.text-slate-300 {
    color: #cbd5e1;
}

.disabled\:bg-slate-600:disabled {
    background-color: #475569;
}

.animate-spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

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

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

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

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

.bg-blue-600 {
    background-color: #2563eb;
}

.hover\:bg-blue-700:hover {
    background-color: #1d4ed8;
}

.bg-slate-700\/50 {
    background-color: rgba(51, 65, 85, 0.5);
}

.hover\:bg-slate-700:hover {
    background-color: #334155;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.bg-red-500\/10 {
    background-color: rgba(239, 68, 68, 0.1);
}

.border-red-500 {
    border-color: #ef4444;
}

.text-red-400 {
    color: #f87171;
}

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

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

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

.w-12 {
    width: 3rem;
}

.h-12 {
    height: 3rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

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

.bg-slate-800\/50 {
    background-color: rgba(30, 41, 59, 0.5);
}

.rounded-lg {
    border-radius: 0.5rem;
}

.border-slate-700 {
    border-color: #334155;
}

.overflow-hidden {
    overflow: hidden;
}

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

.w-full {
    width: 100%;
}

.bg-slate-700\/50 {
    background-color: rgba(51, 65, 85, 0.5);
}

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

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

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

.text-yellow-400 {
    color: #facc15;
}

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

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

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

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

.hover\:bg-slate-700\/20:hover {
    background-color: rgba(51, 65, 85, 0.2);
}

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

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

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

.gap-1\.5 {
    gap: 0.375rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.rounded {
    border-radius: 0.25rem;
}

.bg-green-500\/20 {
    background-color: rgba(34, 197, 94, 0.2);
}

.border-green-500\/40 {
    border-color: rgba(34, 197, 94, 0.4);
}

.bg-red-500\/20 {
    background-color: rgba(239, 68, 68, 0.2);
}

.border-red-500\/40 {
    border-color: rgba(239, 68, 68, 0.4);
}

.bg-slate-700\/50 {
    background-color: rgba(51, 65, 85, 0.5);
}

.border-slate-600 {
    border-color: #475569;
}

.px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

.bg-green-500 {
    background-color: #22c55e;
}

.bg-red-500 {
    background-color: #ef4444;
}

.bg-slate-600 {
    background-color: #475569;
}

.text-slate-200 {
    color: #e2e8f0;
}

.bg-slate-700\/30 {
    background-color: rgba(51, 65, 85, 0.3);
}

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

.chart-text {
  font-size: 20px;
}

.gap-6 {
    gap: 1.5rem;
}

.w-3 {
    width: 0.75rem;
}

.h-3 {
    height: 0.75rem;
}

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

.p-6 {
    padding: 1.5rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-yellow-500 {
    color: #f59e0b;
}

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

.p-3 {
    padding: 0.75rem;
}

.w-8 {
    width: 2rem;
}

.h-8 {
    height: 2rem;
}

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

.bg-yellow-500 {
    background-color: #f59e0b;
}

.text-slate-900 {
    color: #0f172a;
}

.bg-slate-400 {
    background-color: #94a3b8;
}

.bg-amber-700 {
    background-color: #b45309;
}

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

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

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

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

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.grid {
    display: grid;
}

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

.gap-2 {
    gap: 0.5rem;
}

.p-2 {
    padding: 0.5rem;
}

.bg-green-500\/10 {
    background-color: rgba(34, 197, 94, 0.1);
}

.border-green-500\/30 {
    border-color: rgba(34, 197, 94, 0.3);
}

.bg-red-500\/10 {
    background-color: rgba(239, 68, 68, 0.1);
}

.border-red-500\/30 {
    border-color: rgba(239, 68, 68, 0.3);
}

.bg-slate-700\/20 {
    background-color: rgba(51, 65, 85, 0.2);
}

.w-6 {
    width: 1.5rem;
}

.h-6 {
    height: 1.5rem;
}

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

.text-red-400 {
    color: #f87171;
}

.text-slate-400 {
    color: #94a3b8;
}

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

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

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

.w-1 {
    width: 0.25rem;
}

.h-5 {
    height: 1.25rem;
}

.bg-blue-500 {
    background-color: #3b82f6;
}

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

.border-green-500 {
    border-color: #22c55e;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

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

.bg-green-500 {
    background-color: #22c55e;
}

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

.w-1\.5 {
    width: 0.375rem;
}

.h-1\.5 {
    height: 0.375rem;
}

.mr-1\.5 {
    margin-right: 0.375rem;
}

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

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

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

.flex-1 {
    flex: 1 1 0%;
}

.w-8 {
    width: 2rem;
}

.h-8 {
    height: 2rem;
}

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

.mt-2 {
    margin-top: 0.5rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

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

.chart-text {
  font-size: 20px;
}

@media (min-width: 1024px) {
  .chart-wrapper {
    max-width: 800px; /* Adjust this value as needed */
    margin-left: auto;
    margin-right: auto;
  }
}