@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#00a86b 0%,#00c57d 100%);height:100vh;font-family:Nunito Sans,system-ui,sans-serif}#root{min-height:100vh}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.result-card{animation:.5s ease-out fadeInUp}.pulse{animation:2s ease-in-out infinite pulse}::-webkit-scrollbar{display:none}
