@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{color-scheme:dark}html{font-family:Crimson Text,serif}h1,h2,h3,h4,h5,h6{font-family:Cinzel,serif;letter-spacing:.025em}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:theme("colors.darkbg.secondary")}::-webkit-scrollbar-thumb{background:theme("colors.gold.muted");border-radius:3px}::-webkit-scrollbar-thumb:hover{background:theme("colors.gold.DEFAULT")}}@layer components{.btn-primary{@apply bg-gold text-darkbg font-semibold px-4 py-2 rounded hover:bg-gold-light transition-colors duration-150 disabled:opacity-50 disabled:cursor-not-allowed;}.btn-secondary{@apply border border-gold-muted text-parchment px-4 py-2 rounded hover:border-gold hover:text-gold transition-colors duration-150 disabled:opacity-50 disabled:cursor-not-allowed;}.card{@apply bg-darkbg-card border border-darkbg-border rounded-lg p-4;}.divider{@apply border-t border-darkbg-border my-4;}.tag-common{@apply text-parchment-muted;}.tag-uncommon{@apply text-green-400;}.tag-rare{@apply text-blue-400;}.tag-very-rare{@apply text-purple-400;}.tag-legendary{@apply text-gold;}}
