@tailwind base;@tailwind components;@tailwind utilities;:root{line-height:1.5;-webkit-font-smoothing:antialiased}body{margin:0;padding:0;width:100vw;min-height:100vh;overflow-x:hidden;@apply bg-[#F1F5F9] text-slate-900;}#root{width:100%}@layer components{.section-padding{@apply py-20 px-6 md:px-12 lg:px-24;}.card-premium{@apply bg-white rounded-[2rem] border border-slate-200/60 shadow-sm hover:shadow-xl hover:-translate-y-1 transition-all duration-300;}.input-pro{@apply bg-slate-100 border-none rounded-2xl px-6 py-4 outline-none focus:ring-2 focus:ring-[#10B981] transition-all;}}
