body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.App{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;justify-content:center;margin:0;overflow:hidden;padding:0;position:relative;width:100vw}.congratulations-banner{animation:fadeInUp 1s ease-out;position:relative;text-align:center;z-index:10}.banner-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #ffffff4d;border-radius:20px;box-shadow:0 20px 60px #0000004d;margin:0 auto;max-width:600px;padding:60px 40px}.trophy{animation:bounce 2s infinite;display:block;font-size:80px;margin-bottom:20px}.congratulations-text{-webkit-text-fill-color:#0000;animation:textGlow 3s ease-in-out infinite alternate;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2c3e50;font-size:4rem;font-weight:700;margin:20px 0;text-shadow:2px 2px 4px #0000001a}.subtitle{color:#34495e;font-size:1.8rem;font-weight:500;margin:20px 0 30px}.jeremy-photo{display:flex;justify-content:center;margin:30px 0}.jeremy-image{animation:photoGlow 2s ease-in-out infinite alternate;border:5px solid #fff;border-radius:50%;box-shadow:0 10px 30px #0000004d;height:150px;object-fit:cover;width:150px}.celebration-emojis{animation:celebrationPulse 1.5s ease-in-out infinite;font-size:2rem;letter-spacing:8px;margin-top:30px}.fireworks{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:1}.firework{animation:fireworkAnimation 3s infinite;border-radius:50%;height:4px;position:absolute;width:4px}.firework:first-child{animation-delay:0s;background:#ff6b6b;left:20%}.firework:nth-child(2){animation-delay:1s;background:#4ecdc4;left:50%}.firework:nth-child(3){animation-delay:2s;background:#ffe66d;left:80%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@keyframes textGlow{0%{text-shadow:0 0 20px #667eea80}to{text-shadow:0 0 30px #764ba2cc}}@keyframes photoGlow{0%{box-shadow:0 10px 30px #0000004d}to{box-shadow:0 15px 40px #667eea66}}@keyframes celebrationPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes fireworkAnimation{0%{opacity:1;transform:translateY(100vh) scale(0)}15%{opacity:1;transform:translateY(50vh) scale(1)}30%{opacity:1;transform:translateY(30vh) scale(1)}45%{opacity:1;transform:translateY(20vh) scale(1)}50%{box-shadow:0 0 50px currentColor;opacity:0;transform:translateY(15vh) scale(0)}50.1%{box-shadow:0 0 0 10px currentColor,0 0 0 20px #0000,0 0 0 30px currentColor,0 0 0 40px #0000,0 0 0 50px currentColor;opacity:1;transform:translateY(15vh) scale(2)}to{box-shadow:0 0 0 10px #0000,0 0 0 20px #0000,0 0 0 30px #0000,0 0 0 40px #0000,0 0 0 50px #0000;opacity:0;transform:translateY(15vh) scale(2)}}@media (max-width:768px){.banner-content{border-radius:15px;margin:20px;padding:40px 20px}.congratulations-text{font-size:2.5rem}.subtitle{font-size:1.3rem}.trophy{font-size:60px}.jeremy-image{height:120px;width:120px}.celebration-emojis{font-size:1.5rem;letter-spacing:4px}}@media (max-width:480px){.banner-content{margin:10px;padding:30px 15px}.congratulations-text{font-size:2rem}.subtitle{font-size:1.1rem}.trophy{font-size:50px}.jeremy-image{height:100px;width:100px}.celebration-emojis{font-size:1.2rem;letter-spacing:2px}}
/*# sourceMappingURL=main.b6459492.css.map*/