@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{font-family:Inter,system-ui,sans-serif}}@layer components{.card{@apply bg-white rounded-lg shadow-lg border border-gray-200;}.btn-primary{@apply bg-primary-600 text-white px-4 py-2 rounded-lg hover:bg-primary-700 transition-colors;}.btn-secondary{@apply bg-gray-200 text-gray-800 px-4 py-2 rounded-lg hover:bg-gray-300 transition-colors;}.rarity-common{border-color:#a0a0a0}.rarity-uncommon{border-color:#0f0}.rarity-rare{border-color:#0080ff}.rarity-epic{border-color:purple}.rarity-legendary{border-color:#ff8000}}
