@tailwind base;@tailwind components;@tailwind utilities;@layer components{.btn{@apply inline-flex items-center justify-center px-5 py-3 text-lg font-semibold rounded-xl shadow-md transition-colors focus:outline-none focus:ring-2 focus:ring-offset-2;}.btn-primary{@apply bg-ri-royal text-white hover:bg-[#002060] active:bg-[#001640] focus:ring-ri-gold disabled:opacity-60 disabled:cursor-not-allowed;}.btn-secondary{@apply border-2 border-ri-royal text-ri-royal bg-white hover:bg-ri-royal hover:text-white focus:ring-ri-gold disabled:opacity-50 disabled:cursor-not-allowed;}.badge{@apply inline-block text-xs px-2 py-1 rounded-lg bg-ri-azure text-white;}.badge-gold{@apply inline-block text-xs px-2 py-1 rounded-lg bg-ri-gold text-black;}.link{@apply text-ri-royal hover:underline;}}
