@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-dark-950 text-gray-100;}*{@apply transition-colors duration-200;}}@layer components{.card{@apply bg-dark-900/50 backdrop-blur-sm border border-dark-700/50 rounded-2xl p-6 shadow-xl hover:shadow-2xl hover:border-dark-600/50 transition-all duration-300;}.card-glass{@apply bg-gradient-to-br from-dark-900/80 to-dark-800/80 backdrop-blur-xl border border-dark-700/30 rounded-2xl p-6 shadow-2xl;}.btn-primary{@apply bg-gradient-to-r from-primary-600 to-primary-500 hover:from-primary-700 hover:to-primary-600 text-white font-medium px-6 py-2.5 rounded-xl transition-all duration-200 shadow-lg shadow-primary-500/25 hover:shadow-xl hover:shadow-primary-500/40 hover:scale-105;}.btn-secondary{@apply bg-dark-800/50 hover:bg-dark-700/50 text-gray-300 hover:text-white font-medium px-6 py-2.5 rounded-xl transition-all duration-200 border border-dark-600/50 hover:border-dark-500/50 backdrop-blur-sm;}.btn-danger{@apply bg-gradient-to-r from-red-600 to-red-500 hover:from-red-700 hover:to-red-600 text-white font-medium px-6 py-2.5 rounded-xl transition-all duration-200 shadow-lg shadow-red-500/25 hover:shadow-xl hover:shadow-red-500/40 hover:scale-105;}.input{@apply bg-dark-800/50 backdrop-blur-sm border border-dark-600/50 text-gray-100 rounded-xl px-4 py-2.5 focus:outline-none focus:ring-2 focus:ring-primary-500/50 focus:border-primary-500/50 transition-all duration-200 placeholder:text-gray-500;}.badge{@apply inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold backdrop-blur-sm;}.badge-critical{@apply bg-red-900/30 text-red-300 border border-red-700/50 shadow-lg shadow-red-500/10;}.badge-high{@apply bg-orange-900/30 text-orange-300 border border-orange-700/50 shadow-lg shadow-orange-500/10;}.badge-medium{@apply bg-yellow-900/30 text-yellow-300 border border-yellow-700/50 shadow-lg shadow-yellow-500/10;}.badge-low{@apply bg-blue-900/30 text-blue-300 border border-blue-700/50 shadow-lg shadow-blue-500/10;}.badge-info{@apply bg-gray-900/30 text-gray-300 border border-gray-700/50 shadow-lg shadow-gray-500/10;}.badge-success{@apply bg-green-900/30 text-green-300 border border-green-700/50 shadow-lg shadow-green-500/10;}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-shimmer{animation:shimmer 2s infinite;background:linear-gradient(to right,transparent 0%,rgba(255,255,255,.05) 50%,transparent 100%);background-size:1000px 100%}::-webkit-scrollbar{@apply w-2 h-2;}::-webkit-scrollbar-track{@apply bg-dark-900;}::-webkit-scrollbar-thumb{@apply bg-dark-700 rounded-full hover:bg-dark-600;}}
