@tailwind base;@tailwind components;@tailwind utilities;body{@apply bg-gradient-to-b from-gray-50 to-white text-gray-900 antialiased;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.card{@apply bg-white border border-gray-100 rounded-xl shadow-xl p-8}.min-vh-screen-header{min-height:calc(100vh - 72px)}.brand,.muted{@apply text-blue-600 font-bold}