.eye-button{display:inline-block;width:8em;height:8em}.eye-button{color:var(--fg)}.eye-button:hover{color:var(--fg)}.eye-button .eye{transform-origin:center}.eye-button .text{transform-origin:center}.eye-button .text{will-change:transform;animation:spin 15s linear infinite}.eye-button:hover .eye{animation:squeeze 3s infinite}.eye-button:hover .lid{animation:blink 3s infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes blink{0%,10%,25%{transform:none;animation-timing-function:ease-in}4%,14%{transform:translateY(50%)scaleY(0)}25%{animation-timing-function:ease-out}}@keyframes squeeze{0%,10%,25%{transform:none;animation-timing-function:ease-in}4%,14%{transform:scaleY(.8)}25%{animation-timing-function:ease-out}}
