@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-gray-50 text-slate-800 antialiased;font-family:Inter,sans-serif}}@layer components{.btn-primary{@apply bg-[#FF3000] text-white font-bold px-6 py-3 rounded-xl hover:brightness-110 transition-all active:scale-95 shadow-lg shadow-orange-500/20 uppercase text-xs tracking-wider;}.card{@apply bg-white rounded-3xl shadow-sm border border-gray-200 overflow-hidden;}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ff3000}@media print{.print\:hidden{display:none!important}}
