*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fdf6e3,#fce4ec,#e8f5e9);font-family:Helvetica Neue,Arial,sans-serif;color:#5d4037;overflow:hidden}main{text-align:center;padding:2rem}.eggs{font-size:3rem;margin-bottom:1.5rem;display:flex;justify-content:center;gap:.5rem}.egg{display:inline-block;animation:bounce 2s ease-in-out infinite}.egg-1{animation-delay:0s}.egg-2{animation-delay:.3s}.egg-3{animation-delay:.6s}.egg-4{animation-delay:.9s}.egg-5{animation-delay:1.2s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}h1{font-size:clamp(2rem,8vw,4.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.year{background:linear-gradient(90deg,#e91e63,#ff9800,#4caf50);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.message{font-size:1.2rem;color:#8d6e63;margin-bottom:2rem}.countdown{font-size:1rem;color:#a1887f;min-height:1.5em}@media(max-width:480px){.eggs{font-size:2rem}}
