.animated-eyes-logo{--logo-size:40px;--eye-width:18px;--eye-height:28px;--eye-gap:4px;--eye-border-width:2.8px;--pupil-size:9px;width:var(--logo-size);height:var(--logo-size);overflow:visible;cursor:progress}.animated-eyes-logo,.animated-eyes-logo-container{display:flex;align-items:center;justify-content:center;position:relative}.animated-eyes-logo-container{width:100%;height:100%}.animated-eye{background:white;width:var(--eye-width);height:var(--eye-height);border-radius:50%;transform:translate(-50%,-50%);border:var(--eye-border-width) solid #000}.animated-eye,.animated-pupil{position:absolute;top:50%;left:50%;overflow:hidden}.animated-pupil{--current-pupil-size:var(--pupil-size);background:black;width:var(--current-pupil-size);height:var(--current-pupil-size);border-radius:50%;margin-left:calc(var(--current-pupil-size) / -2);margin-top:calc(var(--current-pupil-size) / -2);transform:translate(6px);transition:transform .05s ease-out,width .2s ease-out,height .2s ease-out,margin-left .2s ease-out,margin-top .2s ease-out}.animated-pupil--dilated{--current-pupil-size:calc(var(--pupil-size) * 1.6)}.animated-pupil-shine{position:absolute;top:20%;right:20%;width:30%;height:30%;background:white;border-radius:50%;opacity:0;transition:opacity .2s ease-out;pointer-events:none}.animated-pupil--dilated .animated-pupil-shine{opacity:1}.animated-eyes-logo--no-shine .animated-pupil-shine,.animated-pupil--no-shine .animated-pupil-shine{display:none}.animated-eye-left{margin-left:calc(-.2 * var(--eye-width) - var(--eye-gap))}.animated-eye-right{margin-left:calc(.2 * var(--eye-width) + var(--eye-gap))}.eyes-floating-texts{--animation-duration:4s;position:absolute;list-style:none;margin:0;padding:0;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:1000;width:0;height:0}.eyes-floating-text{position:absolute;top:0;white-space:nowrap;font-size:13px;font-weight:500;color:#fff;background:linear-gradient(180deg,#51b1ff,#2082d3);padding:8px 14px;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.15);pointer-events:none}.eyes-float-left{right:40px;transform-origin:right center}.eyes-float-right{left:40px;transform-origin:left center}.eyes-float-left.eyes-float-animation-1{animation:eyesFloatLeft1 var(--animation-duration) linear forwards}.eyes-float-left.eyes-float-animation-2{animation:eyesFloatLeft2 var(--animation-duration) linear forwards}.eyes-float-left.eyes-float-animation-3{animation:eyesFloatLeft3 var(--animation-duration) linear forwards}.eyes-float-right.eyes-float-animation-1{animation:eyesFloatRight1 var(--animation-duration) linear forwards}.eyes-float-right.eyes-float-animation-2{animation:eyesFloatRight2 var(--animation-duration) linear forwards}.eyes-float-right.eyes-float-animation-3{animation:eyesFloatRight3 var(--animation-duration) linear forwards}@keyframes eyesFloatLeft1{0%{transform:translateX(0) translateY(0) scale(1);opacity:1}60%{opacity:1}to{transform:translateX(-80px) translateY(-140px) scale(.9);opacity:0}}@keyframes eyesFloatLeft2{0%{transform:translateX(0) translateY(0) scale(1);opacity:1}60%{opacity:1}to{transform:translateX(-65px) translateY(-150px) scale(.9);opacity:0}}@keyframes eyesFloatLeft3{0%{transform:translateX(0) translateY(0) scale(1);opacity:1}60%{opacity:1}to{transform:translateX(-70px) translateY(-130px) scale(.9);opacity:0}}@keyframes eyesFloatRight1{0%{transform:translateX(0) translateY(0) scale(1);opacity:1}60%{opacity:1}to{transform:translateX(80px) translateY(-140px) scale(.9);opacity:0}}@keyframes eyesFloatRight2{0%{transform:translateX(0) translateY(0) scale(1);opacity:1}60%{opacity:1}to{transform:translateX(65px) translateY(-150px) scale(.9);opacity:0}}@keyframes eyesFloatRight3{0%{transform:translateX(0) translateY(0) scale(1);opacity:1}60%{opacity:1}to{transform:translateX(70px) translateY(-130px) scale(.9);opacity:0}}