@tailwind base;@tailwind components;@tailwind utilities;@layer components{.input-style{@apply mt-1 block w-full px-3 py-2 bg-white border border-slate-300 rounded-md text-sm shadow-sm placeholder-slate-400 focus:outline-none focus:border-sky-500 focus:ring-1 focus:ring-sky-500;}.radio-style{@apply h-4 w-4 text-blue-600 border-gray-300 focus:ring-blue-500;}.label-style{@apply block text-sm font-medium text-slate-700 mb-1;}}@layer utilities{@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}}
