.egg-scene{display:flex;align-items:center;justify-content:center;min-height:260px}.egg-floating{animation:eggFloat 5s ease-in-out infinite}.egg-shell{position:relative;width:220px;height:287px;margin:0 auto;border-radius:50% 50% 45% 45%;background:radial-gradient(circle at 28% 18%,#fff9e4 0,#ffe6a3 22%,#f6c457 55%,#b06205);box-shadow:0 22px 50px #000000b3,inset 0 0 16px #fffc;animation:eggShake 2.4s ease-in-out infinite}.egg-highlight{position:absolute;top:16%;left:18%;width:40%;height:56%;border-radius:50%;background:radial-gradient(circle at 35% 20%,rgba(255,255,255,.95),transparent 60%);opacity:.9;pointer-events:none;mix-blend-mode:screen}.egg-crack{position:absolute;top:0;right:0;bottom:0;left:0;padding:16px 28px;pointer-events:none}.egg-crack-path{stroke-dasharray:260;stroke-dashoffset:260;animation:eggCrack 60s ease-in-out infinite}@keyframes eggFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes eggShake{0%,to{transform:translate(0) rotate(0)}10%{transform:translate(-8px) rotate(-3deg)}20%{transform:translate(8px) rotate(3deg)}30%{transform:translate(-6px) rotate(-2deg)}40%{transform:translate(6px) rotate(2deg)}50%{transform:translate(-4px) rotate(-1deg)}60%{transform:translate(4px) rotate(1deg)}70%{transform:translate(-2px) rotate(-.5deg)}80%{transform:translate(2px) rotate(.5deg)}90%{transform:translate(0) rotate(0)}}@keyframes eggCrack{0%{stroke-dashoffset:260;opacity:0;stroke-width:2.8}15%{stroke-dashoffset:220;opacity:.3;stroke-width:2.8}25%{stroke-dashoffset:180;opacity:.5;stroke-width:3}35%{stroke-dashoffset:130;opacity:.7;stroke-width:3.2}45%{stroke-dashoffset:80;opacity:.85;stroke-width:3.5}55%{stroke-dashoffset:20;opacity:.95;stroke-width:4}65%{stroke-dashoffset:0;opacity:1;stroke-width:4.5}75%{stroke-dashoffset:0;opacity:.95;stroke-width:5}85%{stroke-dashoffset:0;opacity:.8;stroke-width:5}95%{stroke-dashoffset:0;opacity:.3;stroke-width:4}to{stroke-dashoffset:260;opacity:0;stroke-width:2.8}}@media(max-width:768px){.egg-shell{width:120px;height:157px}.egg-scene{min-height:180px}}@media(max-width:640px){.egg-shell{width:90px;height:118px}.egg-scene{min-height:140px}}
