@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{@apply box-border;@apply h-full;@apply h-full bg-body-bg font-sans text-slate-800 antialiased;}@layer components{@apply inline-flex items-center gap-1 px-2 py-0.5 rounded-full text-xs font-semibold bg-red-100 text-red-700;@apply inline-flex items-center gap-1 px-2 py-0.5 rounded-full text-xs font-semibold bg-orange-100 text-orange-700;@apply inline-flex items-center gap-1 px-2 py-0.5 rounded-full text-xs font-semibold bg-yellow-100 text-yellow-800;@apply inline-flex items-center gap-1 px-2 py-0.5 rounded-full text-xs font-semibold bg-slate-100 text-slate-600;@apply inline-flex items-center gap-1 px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800;@apply inline-flex items-center gap-1 px-2.5 py-0.5 rounded-full text-xs font-medium bg-purple-100 text-purple-800;@apply inline-flex items-center gap-1 px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-200 text-blue-900;@apply inline-flex items-center gap-1 px-2.5 py-0.5 rounded-full text-xs font-medium bg-orange-100 text-orange-800;@apply inline-flex items-center gap-1 px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800;@apply inline-flex items-center gap-1 px-2.5 py-0.5 rounded-full text-xs font-medium bg-slate-100 text-slate-600;@apply inline-flex items-center gap-1 px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-600;@apply bg-white rounded-2xl p-5 shadow-sm border border-slate-100 hover:shadow-md transition-shadow duration-200;@apply inline-flex items-center gap-2 px-4 py-2 bg-accent text-white rounded-xl text-sm font-semibold hover:bg-accent-hover transition-colors duration-150 disabled:opacity-60 disabled:cursor-not-allowed;@apply inline-flex items-center gap-2 px-4 py-2 bg-white text-slate-700 border border-slate-200 rounded-xl text-sm font-semibold hover:bg-slate-50 transition-colors duration-150;@apply inline-flex items-center gap-2 px-4 py-2 bg-red-500 text-white rounded-xl text-sm font-semibold hover:bg-red-600 transition-colors duration-150;@apply block w-full rounded-xl border border-slate-200 bg-white px-4 py-2.5 text-sm text-slate-800 placeholder-slate-400 focus:border-accent focus:ring-2 focus:ring-accent/20 outline-none transition-all;@apply block w-full rounded-xl border border-slate-200 bg-white px-4 py-2.5 text-sm text-slate-800 focus:border-accent focus:ring-2 focus:ring-accent/20 outline-none transition-all;@apply block text-sm font-medium text-slate-700 mb-1.5;@apply flex items-center gap-3 px-4 py-2.5 rounded-xl text-slate-400 text-sm font-medium hover:bg-white/10 hover:text-white transition-all duration-150 cursor-pointer;@apply bg-accent/20 text-white;@apply min-w-full divide-y divide-slate-100;@apply bg-slate-50;@apply px-4 py-3 text-left text-xs font-semibold text-slate-500 uppercase tracking-wider;@apply px-4 py-3 text-sm text-slate-800;@apply hover:bg-slate-50/50 transition-colors;@apply text-green-600;@apply text-warning animate-pulse;@apply text-danger font-semibold;@apply relative inline-flex items-center justify-center;}
