.ll-wrapper{gap:16px}.ll-stage,.ll-wrapper{display:flex;flex-direction:column;align-items:center}.ll-stage{position:relative;justify-content:flex-start}.ll-square{border-radius:20%;background:#c8ff00;box-shadow:0 0 18px 4px rgba(200,255,0,.55),0 0 40px 8px rgba(200,255,0,.2);animation:ll-bounce .9s cubic-bezier(.33,0,.66,0) infinite alternate,ll-rotate 1.8s linear infinite,ll-squish .9s ease-in-out infinite alternate;transform-origin:center bottom}.ll-shadow{height:6px;border-radius:50%;background:rgba(200,255,0,.25);margin-top:4px;animation:ll-shadow .9s ease-in-out infinite alternate}.ll-msg{font-size:12px;letter-spacing:.07em;background:linear-gradient(90deg,hsla(0,0%,71%,.7),#c8ff00 40%,#00e5ff 60%,hsla(0,0%,71%,.7));background-size:300% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:ll-shimmer 2.4s linear infinite}@keyframes ll-bounce{0%{transform:translateY(0) scaleX(1) scaleY(1)}to{transform:translateY(55%) scaleX(1) scaleY(1)}}@keyframes ll-squish{0%{border-radius:20%}80%{border-radius:28% 28% 18% 18%/18% 18% 28% 28%}to{border-radius:28% 28% 18% 18%/12% 12% 28% 28%;transform:translateY(55%) scaleX(1.18) scaleY(.78)}}@keyframes ll-rotate{0%{rotate:0deg}to{rotate:1turn}}@keyframes ll-shadow{0%{transform:scaleX(1);opacity:.2}to{transform:scaleX(.72);opacity:.45}}@keyframes ll-shimmer{0%{background-position:200%}to{background-position:-200%}}