*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #1565c0;--green: #27ae60;--red: #c0392b;--gold: #e67e22;--bg: #f0f4f8;--card: #ffffff;--text: #1a1a2e;--muted: #6b7280;--radius: 16px}html{font-size:16px}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}#root{display:flex;flex-direction:column;min-height:100vh}@keyframes popIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}@keyframes starFly{0%{transform:translateY(0) scale(0);opacity:1}to{transform:translateY(-90px) scale(1.5);opacity:0}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-pop{animation:popIn .35s ease both}.animate-slideup{animation:slideUp .4s ease both}.animate-pulse{animation:pulse 1.5s ease infinite}
