body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{min-height:100vh;background:#fff;font-family:Comic Sans MS;position:relative;overflow-x:hidden}.container{max-width:800px;margin:0 auto;padding:2rem;text-align:center;position:relative;min-height:100vh}.title{font-size:2.5rem;color:#000;margin-bottom:2rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.chicken-container{margin:2rem 0;display:flex;justify-content:center}.chicken{width:200px;height:200px;object-fit:cover;border-radius:50%;transition:transform .3s ease}.chicken-happy{animation:bounce .6s ease-in-out 3}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.subtitle{font-size:1.5rem;color:#000;margin:1rem 0}.instruction{font-size:1.2rem;color:#666;margin-bottom:2rem}.message-form{background:#c3c4c5;padding:2rem;border-radius:15px;border:3px solid #000000;margin-bottom:2rem;box-shadow:0 4px 8px #0000001a}.message-input{width:100%;padding:1rem;border:2px solid #ddd;border-radius:10px;font-size:1rem;font-family:inherit;resize:vertical;margin-bottom:1rem;box-sizing:border-box}.message-input:focus{outline:none;border-color:#000;box-shadow:0 0 5px #00000080}.submit-button{background:linear-gradient(45deg,#2cd6ba,#084b4b);color:#fff;border:none;padding:1rem 2rem;font-size:1.2rem;border-radius:25px;cursor:pointer;font-weight:700;transition:all .3s ease;font-family:inherit}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 8px #0003}.submit-button:disabled{opacity:.6;cursor:not-allowed}.stats{font-size:1.2rem;color:#000;font-weight:700;margin:2rem 0}.eggs-container{position:relative;height:200px;margin-top:4rem}.egg{position:absolute;font-size:2rem;animation:eggDrop .8s ease-out}@keyframes eggDrop{0%{transform:translateY(-100px) rotate(0);opacity:0}to{transform:translateY(0) rotate(360deg);opacity:1}}.celebration{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1000}.confetti{position:absolute;width:10px;height:10px;background:gold;animation:confettiFall 3s linear}.confetti:nth-child(1){left:10%;background:#f2ff35;animation-delay:0s}.confetti:nth-child(2){left:30%;background:#1ef729;animation-delay:.5s}.confetti:nth-child(3){left:50%;background:#06f;animation-delay:1s}.confetti:nth-child(4){left:70%;background:#ff35c2;animation-delay:1.5s}.confetti:nth-child(5){left:90%;background:#341ef7;animation-delay:2s}@keyframes confettiFall{0%{transform:translateY(-100vh) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}@media (max-width: 768px){.title{font-size:2rem}.chicken{width:150px;height:150px}.container{padding:1rem}}
