@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--primary: #EF4444;--primary-dark: #DC2626;--primary-light: #FCA5A5;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;--border-color: #E5E7EB;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--radius-lg: .75rem;--radius-xl: 1rem}@layer base{body{@apply bg-white text-gray-900;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Poppins,system-ui,sans-serif;font-weight:700;letter-spacing:-.02em}h1{@apply text-4xl;}h2{@apply text-3xl;}h3{@apply text-2xl;}h4{@apply text-xl;}::selection{@apply bg-red-500 text-white;}}@layer components{.btn{@apply px-4 py-2.5 rounded-lg font-medium transition-all duration-200 inline-flex items-center justify-center gap-2 cursor-pointer;}.btn-primary{@apply bg-red-600 text-white hover:bg-red-700 active:scale-95;}.btn-secondary{@apply bg-gray-100 text-gray-900 hover:bg-gray-200 border border-gray-200;}.btn-danger{@apply bg-red-600 text-white hover:bg-red-700;}.card{@apply bg-white rounded-xl shadow-sm border border-gray-200 p-6 transition-all hover:shadow-md;}.input{@apply w-full px-4 py-2.5 border border-gray-300 rounded-lg focus:ring-2 focus:ring-red-500 focus:border-transparent transition-all;}.label{@apply block text-sm font-medium text-gray-700 mb-2;}.table{@apply w-full;}.table th{@apply px-6 py-3 text-left text-sm font-semibold text-gray-700 bg-gray-50 border-b border-gray-200;}.table td{@apply px-6 py-4 text-sm text-gray-600 border-b border-gray-200;}.badge{@apply inline-flex items-center px-3 py-1 rounded-full text-xs font-medium;}.badge-success{@apply bg-green-100 text-green-800;}.badge-warning{@apply bg-yellow-100 text-yellow-800;}.badge-danger{@apply bg-red-100 text-red-800;}.container{@apply max-w-7xl mx-auto px-4 sm:px-6 lg:px-8;}}
