.kitty-mascot,.kitty-mascot *{position:absolute;box-sizing:border-box}.kitty-mascot{width:100px;height:100px;display:block}.kitty-mascot-body{width:85%;height:60%;background-color:#222;border-radius:50% 10% 50% 40%/60% 5% 65% 50%;right:0;bottom:0}.kitty-mascot-head{width:60%;height:50%;background-color:#222;border-radius:50% 50% 30% 30%/60% 60% 30% 30%;right:0;top:10%}.kitty-mascot-eyes{height:5%;width:50%;top:45%;right:15%}.kitty-mascot-eye{width:10px;height:10px;border-radius:50%;background-color:#fff;animation:kitty-mascot-eye-blink 3s infinite none}.kitty-mascot-eye--left{left:0}.kitty-mascot-eye--right{right:0}.kitty-mascot-ear{width:0;height:0;border-color:transparent transparent #222;border-style:solid}.kitty-mascot-ear--left{border-width:0 7px 10px;left:15%;bottom:90%;transform:rotate(-30deg)}.kitty-mascot-ear--right{border-width:0 10px 15px;right:5%;bottom:85%;transform:rotate(30deg)}.kitty-mascot>.kitty-mascot-tail{height:18%;width:50%;background-color:#222;bottom:0;right:35%;border-radius:50%/250%}.kitty-mascot>.kitty-mascot-tail>.kitty-mascot-tail{right:90%}.kitty-mascot-tail>.kitty-mascot-tail{height:100%;transform-origin:center right;transform:rotate(0deg);width:25px;right:26%;animation:kitty-mascot-tail-swish 2s infinite none;border-top-left-radius:50% 50%;border-bottom-left-radius:50% 50%;background-color:inherit}@keyframes kitty-mascot-tail-swish{5%{transform:rotate(0)}50%{transform:rotate(10deg)}70%,to{transform:rotate(0)}}@keyframes kitty-mascot-eye-blink{0%{transform:scaleY(1)}5%{transform:scaleY(0)}10%,to{transform:scaleY(1)}}