*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%}body{background:linear-gradient(135deg,#0a1628,#0f2d5e,#1a0a2e);min-height:100vh;font-family:DM Sans,sans-serif;overflow:hidden;color:#1c1c1c}button,input,textarea{font-family:inherit}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-thumb{background:#c8d8ee;border-radius:4px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-50%,-65%)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes fall{0%{transform:translateY(-20px) rotate(0);opacity:1}to{transform:translateY(600px) rotate(360deg);opacity:0}}.screen-animate{animation:slideUp .3s cubic-bezier(.34,1.56,.64,1)}.pulse{animation:pulse 2s infinite}.confetti{position:absolute;border-radius:3px;animation:fall 2s ease-in forwards}
