@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{overflow-x:hidden}body{@apply bg-gray-50 text-gray-900;overflow-x:hidden}}@layer components{.btn-primary{@apply bg-primary-600 text-white px-4 py-2 rounded-lg hover:bg-primary-700 transition-colors font-medium;}.btn-secondary{@apply bg-gray-200 text-gray-800 px-4 py-2 rounded-lg hover:bg-gray-300 transition-colors font-medium;}.card{@apply bg-white rounded-xl shadow-sm border border-gray-200 p-6;}.input{@apply w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary-500 focus:border-transparent outline-none transition-all;}.badge-high{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800;}.badge-medium{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800;}.badge-low{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-gray-100 text-gray-800;}}@media(max-width:767px){.desktop-nav{display:none!important}.mobile-menu-btn{display:block!important}}@media(min-width:768px){.mobile-menu-btn{display:none!important}}
