.eyes{position:absolute;display:flex;gap:28px;align-items:center;justify-content:center;pointer-events:none;z-index:2;scale:.75}.eye{width:72px;height:96px;background:#fff;border-radius:999px;position:relative;overflow:visible;transition:height .35s cubic-bezier(.22,1,.36,1),width .35s cubic-bezier(.22,1,.36,1)}.eye:before{content:"";position:absolute;top:-14px;left:-14px;right:-14px;height:0;background:#0c0c0c;border-radius:999px 999px 0 0;z-index:2}@keyframes blink-lid{0%{height:0}30%{height:calc(100% + 14px)}60%{height:calc(100% + 14px)}to{height:0}}.eye.blink:before{animation:blink-lid .28s cubic-bezier(.4,0,.2,1) forwards}.eye.listening{height:88px;width:68px}.eye.thinking{height:30px;width:72px}.eye.speaking{height:102px;width:76px}.eye.squint{height:38px}.shine{position:absolute;top:11px;left:50%;transform:translateX(-55%);width:20px;height:10px;background:rgba(255,255,255,.45);border-radius:50%;filter:blur(3px);pointer-events:none}@keyframes breathe{0%,to{transform:scaleY(1)}50%{transform:scaleY(.95)}}.eye.idle{animation:breathe 3.5s ease-in-out infinite}@keyframes wiggle{0%,to{transform:rotate(0deg)}25%{transform:rotate(-1.2deg)}75%{transform:rotate(1.2deg)}}.eye.listening{animation:wiggle 1.8s ease-in-out infinite}@keyframes sway{0%,to{transform:translateX(0)}50%{transform:translateX(5px)}}.eye.thinking{animation:sway 2.2s ease-in-out infinite}@keyframes bounce{0%,to{transform:scaleY(1)}40%{transform:scaleY(1.05)}60%{transform:scaleY(.97)}}.eye.speaking{animation:bounce .5s ease-in-out infinite}@media (max-width:1022px){.eyes{scale:.6}}@media (max-width:600px){.eyes{scale:.45}}@media (max-width:400px){.eyes{scale:.35}}