@tailwind base;@tailwind components;@tailwind utilities;body{color:#fff;background-color:#1a1a2e}@layer components{@apply bg-ltc-blue hover:bg-blue-700 text-white font-bold py-3 px-6 rounded-lg;@apply bg-ltc-gold hover:bg-yellow-600 text-black font-bold py-3 px-6 rounded-lg;@apply bg-ltc-green hover:bg-green-600 text-white font-bold py-3 px-6 rounded-lg;@apply bg-ltc-red hover:bg-red-600 text-white font-bold py-3 px-6 rounded-lg;@apply bg-gray-800 rounded-xl p-4 shadow-lg border border-gray-700;}
