@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-dark-200 text-gray-100 antialiased;}}@layer components{.btn-primary{@apply bg-primary-600 hover:bg-primary-700 text-white font-medium py-2 px-4 rounded-lg transition-colors;}.btn-secondary{@apply bg-dark-100 hover:bg-dark-100/80 text-gray-300 font-medium py-2 px-4 rounded-lg border border-gray-700 transition-colors;}.btn-danger{@apply bg-red-600 hover:bg-red-700 text-white font-medium py-2 px-4 rounded-lg transition-colors;}.input{@apply bg-dark-100 border border-gray-700 text-gray-100 rounded-lg px-4 py-2 w-full focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent placeholder-gray-500;}.card{@apply bg-dark-100 rounded-xl border border-gray-800 p-6;}.table{@apply w-full text-left;}.table th{@apply bg-dark-100 text-gray-400 font-medium text-sm uppercase tracking-wider py-3 px-4 border-b border-gray-800;}.table td{@apply py-4 px-4 border-b border-gray-800 text-gray-300;}.table tr:hover{@apply bg-dark-100/50;}.badge{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium;}.badge-daerah{@apply bg-purple-900/50 text-purple-300 border border-purple-700;}.badge-desa{@apply bg-blue-900/50 text-blue-300 border border-blue-700;}.badge-kelompok{@apply bg-green-900/50 text-green-300 border border-green-700;}.loading-spinner{@apply animate-spin h-5 w-5 border-2 border-primary-500 border-t-transparent rounded-full;}}
