.monkey-loader{place-items:center;display:grid;position:relative}.monkey-shadow{background:#00000040;border-radius:50%;width:70%;height:14px;animation:1s ease-in-out infinite shadow-scale;position:absolute;bottom:15px}.monkey{animation:1s ease-in-out infinite jump;position:relative}.head{background:#5a3a22;border-radius:50%;width:70px;height:70px;margin:auto;position:relative}.ear{background:#5a3a22;border-radius:50%;width:22px;height:22px;position:absolute;top:12px}.ear.left{left:-8px}.ear.right{right:-8px}.face{background:#e6c9a8;border-radius:50%;width:45px;height:35px;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.eye{background:#1f2937;border-radius:50%;width:6px;height:6px;position:absolute;top:10px}.eye.left{left:10px}.eye.right{right:10px}.mouth{border-bottom:2px solid #1f2937;border-radius:0 0 10px 10px;width:14px;height:6px;position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.body{background:#8b5e3c;border-radius:50%;width:55px;height:45px;margin:-5px auto 0}.legs{justify-content:space-between;width:50px;margin:auto;display:flex}.leg{background:#5a3a22;border-radius:5px;width:10px;height:28px;animation:1s ease-in-out infinite leg-move}.leg.right{animation-delay:.4s}@keyframes jump{0%,to{transform:translateY(0)}50%{transform:translateY(-30px)}}@keyframes leg-move{0%,to{transform:rotate(0)}50%{transform:rotate(30deg)}}@keyframes shadow-scale{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.15;transform:scale(.7)}}.monkey-text{color:#2f3a50;letter-spacing:.3px;align-items:center;font-size:1.05rem;font-weight:600;display:flex}.dots span{animation:1.4s infinite both blink}.dots span:nth-child(2){animation-delay:.2s}.dots span:nth-child(3){animation-delay:.4s}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}
