.cubby-widget .character{z-index:4;pointer-events:none;transition:left .16s ease-out,top .16s ease-out;position:fixed;transform:translate(-50%,-50%)}.cubby-widget .bot{width:62px;height:72px;position:relative}.cubby-widget .face{z-index:2;background:#f7b58e;border:3px solid #303239;border-radius:48% 48% 43% 43%;width:46px;height:42px;position:absolute;top:5px;left:8px}.cubby-widget .face:after{content:"";border-bottom:2px solid #303239;border-radius:50%;width:9px;height:4px;position:absolute;bottom:6px;left:17px}.cubby-widget .face i{background:#303239;border-radius:50%;width:5px;height:7px;position:absolute;top:16px}.cubby-widget .face i:first-child{left:11px}.cubby-widget .face i:last-child{right:11px}.cubby-widget .body{z-index:1;background:#84aaa0;border:3px solid #303239;border-radius:12px 12px 17px 17px;width:52px;height:32px;position:absolute;top:41px;left:5px}.cubby-widget .body span{background:#f6d77c;border-radius:50%;width:7px;height:7px;position:absolute;top:11px}.cubby-widget .body span:first-child{left:13px}.cubby-widget .body span:last-child{right:13px}.cubby-widget .antenna{background:#303239;width:3px;height:10px;position:absolute;top:-4px;left:30px}.cubby-widget .antenna:after{content:"";background:#f19b78;border:2px solid #303239;border-radius:50%;width:7px;height:7px;position:absolute;top:-6px;left:-2px}.cubby-widget .leg{background:#303239;border-radius:0 0 6px 6px;width:7px;height:12px;position:absolute;top:68px}.cubby-widget .leg.l{left:16px}.cubby-widget .leg.r{right:16px}.cubby-widget .shadow{background:#c7c2ba88;border-radius:50%;width:65px;height:8px;margin-top:1px}.cubby-widget .bubble{white-space:nowrap;color:#fff;opacity:0;background:#303239;border-radius:8px;padding:9px 12px;font-size:11px;transition:all .2s;position:absolute;top:-47px;left:-22px;transform:translateY(5px)}.cubby-widget .character:hover .bubble{opacity:1;transform:none}.cubby-widget .bubble:after{content:"";border:5px solid #0000;border-top-color:#303239;border-bottom:0;position:absolute;bottom:-5px;left:30px}@media (max-width:800px){.cubby-widget .character{display:none}}.cubby-widget .running .bot{animation:.22s ease-in-out infinite alternate bob}.cubby-widget .running .leg.l{animation:.22s ease-in-out infinite alternate stepL}.cubby-widget .running .leg.r{animation:.22s ease-in-out infinite alternate stepR}@keyframes bob{0%{transform:translateY(0)rotate(-3deg)}to{transform:translateY(-5px)rotate(3deg)}}@keyframes stepL{0%{transform:rotate(18deg)}to{transform:rotate(-18deg)}}@keyframes stepR{0%{transform:rotate(-18deg)}to{transform:rotate(18deg)}}.cubby-widget .arm{z-index:0;transform-origin:top;background:#f7b58e;border:3px solid #303239;border-radius:8px;width:8px;height:25px;position:absolute;top:47px}.cubby-widget .aleft{left:-2px;transform:rotate(25deg)}.cubby-widget .aright{right:-2px;transform:rotate(-25deg)}.cubby-widget .running .aleft{animation:.22s ease-in-out infinite alternate armL}.cubby-widget .running .aright{animation:.22s ease-in-out infinite alternate armR}@keyframes armL{0%{transform:rotate(-30deg)}to{transform:rotate(35deg)}}@keyframes armR{0%{transform:rotate(30deg)}to{transform:rotate(-35deg)}}.cubby-widget .slap .aright{animation:.65s cubic-bezier(.2,.8,.25,1) slapArm}.cubby-widget .slap .bot{animation:.65s hitBody}.cubby-widget .slap:after{content:"啪！";color:#ef946f;font:800 19px Manrope;animation:.65s pop;position:absolute;top:-58px;right:-43px;transform:rotate(-12deg)}.cubby-widget .slap:before{content:"";border:3px solid #ef946f;border-color:#ef946f #ef946f #0000 #0000;border-radius:50%;width:25px;height:25px;animation:.65s pop;position:absolute;top:-25px;right:-18px;transform:rotate(25deg)}@keyframes slapArm{0%{transform:rotate(-25deg)}35%{transform:rotate(-115deg)translateY(-4px)}65%{transform:rotate(-155deg)translateY(-2px)}to{transform:rotate(-25deg)}}@keyframes hitBody{0%,to{transform:translate(0)}35%,65%{transform:translate(3px)}50%{transform:translate(-2px)}}@keyframes pop{0%{opacity:0;transform:scale(.6)rotate(-12deg)}35%,80%{opacity:1;transform:scale(1)rotate(-12deg)}to{opacity:0}}.cubby-widget .character{width:180px;height:260px}.cubby-widget .bot{width:180px;height:250px}.cubby-widget .person{filter:drop-shadow(0 5px 3px #49382a16);width:100%;height:100%;overflow:visible}.cubby-widget .shadow{filter:blur(2px);background:#50433824;width:100px;height:12px;margin:-14px auto 0}.cubby-widget .bubble{opacity:1;padding:11px 15px;font-size:12px;top:-38px;left:50%;transform:translate(-50%);box-shadow:0 5px 14px #30323915}.cubby-widget .bubble:after{left:50%}.cubby-widget .character:hover .bubble{transform:translate(-50%)}.cubby-widget .human-arm,.cubby-widget .human-leg{transform-box:view-box}.cubby-widget .human-eyes{transform-origin:90px 67px;animation:5s infinite blink}.cubby-widget .running .left-leg,.cubby-widget .running .right-arm{animation:.24s ease-in-out infinite alternate humanRun}.cubby-widget .running .right-leg,.cubby-widget .running .left-arm{animation:.24s ease-in-out infinite alternate-reverse humanRun}.cubby-widget .slap .right-arm{animation:.65s ease-in-out humanSlap}.cubby-widget .slap:before{top:80px;right:0}.cubby-widget .slap:after{top:48px;right:-18px}.cubby-widget .slap .right-arm{filter:drop-shadow(4px 0 2px #eea08055)}@keyframes humanRun{0%{transform:rotate(-23deg)}to{transform:rotate(23deg)}}@keyframes idleArm{50%{transform:rotate(5deg)}}@keyframes humanSlap{0%,to{transform:rotate(0)}35%{transform:rotate(-145deg)}52%{transform:rotate(-105deg)scale(1.18)}72%{transform:rotate(-112deg)}}@keyframes blink{0%,43%,47%,to{transform:scaleY(1)}45%{transform:scaleY(.1)}}@media (max-width:800px){.cubby-widget .character{width:126px;height:182px;display:block}.cubby-widget .bot{width:126px;height:175px}.cubby-widget .bubble{font-size:10px;top:-30px}.cubby-widget .shadow{width:70px}}@media (prefers-reduced-motion:reduce){.cubby-widget .human-eyes,.cubby-widget .human-arm{animation:none}}.cubby-widget .alien-feelers{transform-origin:90px 35px;animation:3s ease-in-out infinite feelersSway}.cubby-widget .alien .human-eyes{transform-origin:90px 65px}.cubby-widget .slap .alien-feelers{animation:.2s ease-in-out infinite feelersSway}.cubby-widget .alien{filter:drop-shadow(0 7px 5px #4d9d7a22)}@keyframes feelersSway{0%,to{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}@media (prefers-reduced-motion:reduce){.cubby-widget .alien-feelers{animation:none}}.cubby-widget .character .bubble{white-space:normal;pointer-events:auto;border-radius:14px;width:248px;padding:14px 16px;line-height:1.65;top:auto;bottom:calc(100% + 8px)}.cubby-widget .hint-heading{color:#c8f6b1;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.cubby-widget .hint-heading span{color:#bac1c3;margin-left:auto}.cubby-widget .bubble p{color:#fff;margin:8px 0 0;font-size:13px}.cubby-widget .hint-actions{justify-content:space-between;gap:12px;margin-top:12px;display:flex}.cubby-widget .hint-actions button{color:#fff;cursor:pointer;background:0 0;border:1px solid #687374;border-radius:6px;padding:5px 9px;font-size:11px}.cubby-widget .hint-actions button:last-child{color:#283f38;background:#c8f6b1;border-color:#c8f6b1}.cubby-widget .hint-actions button:disabled{opacity:.3;cursor:default}.cubby-widget .hint-note{color:#b0b8ba;margin-top:9px;font-size:10px}@media (max-width:800px){.cubby-widget .character .bubble{width:190px;padding:10px}.cubby-widget .bubble p{font-size:11px}}.cubby-widget .alien-profile{transform-origin:50%;filter:drop-shadow(0 7px 5px #4d9d7a22);width:100%;height:100%;display:none;overflow:visible}.cubby-widget .running:not(.slap) .alien{display:none}.cubby-widget .running:not(.slap) .alien-profile{display:block}.cubby-widget .facing-left .alien-profile{transform:scaleX(-1)}.cubby-widget .profile-front-arm,.cubby-widget .profile-back-arm{transform-origin:94px 120px}.cubby-widget .running .profile-front-leg,.cubby-widget .running .profile-back-arm{animation:.3s ease-in-out infinite alternate profileStride}.cubby-widget .running .profile-back-leg,.cubby-widget .running .profile-front-arm{animation:.3s ease-in-out infinite alternate-reverse profileStride}.cubby-widget .character{transition:none}@keyframes profileStride{0%{transform:rotate(-32deg)}to{transform:rotate(32deg)}}.cubby-widget .running:not(.slap) .alien{visibility:hidden;display:block;position:absolute;inset:0}.cubby-widget .running:not(.slap) .alien-profile{position:relative}.cubby-widget .profile-feelers{transform-origin:90px 32px;animation:.3s ease-in-out infinite alternate profileAntenna}.cubby-widget .profile-front-leg,.cubby-widget .profile-back-leg,.cubby-widget .profile-front-arm,.cubby-widget .profile-back-arm{transform-box:view-box}@keyframes profileAntenna{0%{transform:rotate(-5deg)}to{transform:rotate(5deg)}}@media (prefers-reduced-motion:reduce){.cubby-widget .profile-feelers{animation:none}}.cubby-widget .profile-front-leg,.cubby-widget .profile-back-leg{transform-origin:92px 175px}.cubby-widget .alien .left-arm{transform-origin:78px 129px}.cubby-widget .alien .right-arm{transform-origin:102px 129px}.cubby-widget .profile-front-arm{transform-origin:95px 127px}.cubby-widget .profile-back-arm{transform-origin:93px 127px}.cubby-widget .running .profile-front-arm{animation:.3s ease-in-out infinite alternate-reverse softArmSwing}.cubby-widget .running .profile-back-arm{animation:.3s ease-in-out infinite alternate softArmSwing}@keyframes softArmSwing{0%{transform:rotate(-20deg)}to{transform:rotate(20deg)}}.cubby-widget .character:not(.running):not(.slap) .alien .left-arm{animation:3s ease-in-out infinite balancedArmLeft}.cubby-widget .character:not(.running):not(.slap) .alien .right-arm{animation:3s ease-in-out infinite balancedArmRight}@keyframes balancedArmLeft{0%,to{transform:rotate(0)}50%{transform:rotate(3deg)}}@keyframes balancedArmRight{0%,to{transform:rotate(0)}50%{transform:rotate(-3deg)}}@media (prefers-reduced-motion:reduce){.cubby-widget .character:not(.running):not(.slap) .alien .human-arm{animation:none}}.cubby-widget .character.hidden-guide{opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-50%)scale(.92)}.cubby-widget{font-family:Arial,Microsoft Yahei,sans-serif}.cubby-widget .character{z-index:15;pointer-events:none}.cubby-widget .bubble{pointer-events:none}.cubby-toggle{z-index:20;color:#456853;cursor:pointer;background:#fffaf4;border:1px solid #cddbc7;border-radius:24px;padding:10px 16px;font-size:12px;position:fixed;top:90px;right:22px;box-shadow:0 4px 12px #234b3610}.cubby-toggle:hover{background:#eaf3e2}body:has([aria-modal=true]) .cubby-widget .character{visibility:hidden}@media (max-width:600px){.cubby-toggle{top:auto;bottom:18px;right:14px}.cubby-widget .character{width:126px;height:182px}}.cubby-widget .character{transform-origin:50%;transform:translate(-50%,-50%)scale(.666667)}.cubby-widget .bubble{color:#f9f3d7;background:#25291b}.cubby-widget .bubble:after{border-top-color:#25291b}.cubby-widget .hint-heading{color:#b8e76a}.cubby-widget .cubby-toggle{color:#333820;background:#f9f3d7;border-color:#798153}.cubby-widget .cubby-toggle:hover{background:#91ce1b}.cubby-widget .character[hidden]{display:none!important}
