@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{font-family:Inter,system-ui,sans-serif;-webkit-tap-highlight-color:transparent}body{@apply bg-ice text-gray-900 antialiased;min-height:100dvh}*{@apply border-gray-200;}}@layer components{.btn-primary{@apply bg-primary text-white font-semibold px-4 py-2.5 rounded-xl hover:bg-primary-700 active:scale-95 transition-all duration-150 focus:outline-none focus:ring-2 focus:ring-primary focus:ring-offset-2 disabled:opacity-50 disabled:cursor-not-allowed;}.btn-secondary{@apply bg-white text-primary border border-primary font-semibold px-4 py-2.5 rounded-xl hover:bg-primary-50 active:scale-95 transition-all duration-150;}.card{@apply bg-white rounded-2xl shadow-sm border border-gray-100 p-5;}.input{@apply w-full px-4 py-2.5 rounded-xl border border-gray-200 focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent placeholder:text-gray-400 text-sm transition-all;}.badge-gold{@apply bg-yellow-100 text-yellow-800 text-xs font-semibold px-2 py-0.5 rounded-full;}.badge-silver{@apply bg-gray-100 text-gray-600 text-xs font-semibold px-2 py-0.5 rounded-full;}.badge-bronze{@apply bg-orange-100 text-orange-800 text-xs font-semibold px-2 py-0.5 rounded-full;}}
