@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";*{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#app-root{min-height:100vh;background:linear-gradient(135deg,#ff9a56,#ff6b8a,#ffb347 60%,#ffd166);background-attachment:fixed;position:relative;overflow:hidden}#app-root:before{content:"";position:fixed;top:-80px;left:-80px;width:200px;height:200px;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);border-radius:50%;animation:floatSlow 8s ease-in-out infinite;pointer-events:none;z-index:0}#app-root:after{content:"";position:fixed;bottom:-60px;right:-60px;width:180px;height:180px;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,transparent 70%);border-radius:50%;animation:floatSlow 6s ease-in-out 2s infinite;pointer-events:none;z-index:0}.fade-enter-active,.fade-leave-active{transition:opacity .25s ease}.fade-enter-from,.fade-leave-to{opacity:0}@keyframes floatSlow{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.1)}50%{transform:translate(-10px,-50px) scale(1.05)}75%{transform:translate(-20px,-20px) scale(1.15)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes popIn{0%{transform:scale(0);opacity:0}70%{transform:scale(1.15)}to{transform:scale(1);opacity:1}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes confettiFall{0%{transform:translateY(-100%) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}@keyframes wiggle{0%,to{transform:rotate(-1deg)}50%{transform:rotate(1deg)}}
