@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-gray-950 text-gray-100 antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{@apply bg-gray-900}::-webkit-scrollbar-thumb{@apply bg-gray-600 rounded-full}}@layer components{.card{@apply bg-gray-900 border border-gray-800 rounded-xl p-5}.btn-primary{@apply bg-accent text-white px-4 py-2 rounded-lg text-sm font-medium
           hover:bg-accent-hover transition-colors disabled:opacity-50}.btn-ghost{@apply text-gray-400 px-4 py-2 rounded-lg text-sm font-medium
           hover:bg-gray-800 hover:text-white transition-colors}.input{@apply w-full bg-gray-800 border border-gray-700 rounded-lg px-3 py-2
           text-sm text-gray-100 placeholder-gray-500
           focus:outline-none focus:ring-2 focus:ring-accent focus:border-transparent}.badge{@apply inline-flex items-center px-2 py-0.5 rounded text-xs font-medium}}