@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;background-color:#fff;color:#1a1a1a}body{margin:0;min-width:320px;min-height:100vh}@layer components{.btn-primary{@apply bg-medical-teal text-white px-6 py-3 rounded-lg font-medium transition-all hover:bg-opacity-90 active:scale-95 shadow-lg shadow-medical-teal/20;}.card{@apply bg-white border border-gray-100 rounded-2xl shadow-xl shadow-gray-200/50 p-6;}}
