@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{direction:rtl}body{@apply bg-gray-950 text-gray-100 font-sans;}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{@apply bg-gray-900;}::-webkit-scrollbar-thumb{@apply bg-gray-700 rounded-full;}}@layer components{.btn-primary{@apply bg-brand-600 hover:bg-brand-700 text-white px-4 py-2 rounded-lg font-medium transition-colors disabled:opacity-50 disabled:cursor-not-allowed;}.btn-ghost{@apply text-gray-400 hover:text-white hover:bg-gray-800 px-3 py-2 rounded-lg transition-colors;}.input-field{@apply bg-gray-900 border border-gray-700 rounded-lg px-4 py-2.5 text-white placeholder-gray-500 focus:outline-none focus:border-brand-500 w-full transition-colors;}.card{@apply bg-gray-900 border border-gray-800 rounded-xl;}}
