.new-robot{z-index:50;cursor:pointer;filter:drop-shadow(0 10px 15px #00ffc833);flex-direction:column;align-items:center;width:120px;height:180px;transition:transform .2s;animation:4s ease-in-out infinite float;display:flex;position:absolute;bottom:20px;left:calc(50% - 60px)}.new-robot:hover{transform:scale(1.05)}.antenna{background:#444;border-radius:4px 4px 0 0;width:4px;height:30px;position:relative}.antenna-ball{background:#0fc;border-radius:50%;width:12px;height:12px;animation:2s infinite pulse-glow;position:absolute;top:-12px;left:-4px;box-shadow:0 0 10px #0fc,0 0 20px #0fc}.robot-head{background:linear-gradient(135deg,#2a2d34 0%,#17181c 100%);border:2px solid #3d424b;border-radius:60px 60px 40px 40px;flex-direction:column;align-items:center;width:120px;height:110px;display:flex;position:relative;box-shadow:inset 0 10px 20px #ffffff1a}.visor{background:#0a0a0c;border:2px solid #111;border-radius:20px;width:90px;height:35px;margin-top:25px;position:relative;overflow:hidden;box-shadow:inset 0 0 15px #000c}.eye-track{background:#00ffcc1a;border-radius:3px;height:6px;position:absolute;top:50%;left:10px;right:10px;transform:translateY(-50%)}.eye-glow{background:#0fc;border-radius:6px;width:25px;height:12px;animation:3s ease-in-out infinite alternate scan;position:absolute;top:-3px;left:0;box-shadow:0 0 10px #0fc,0 0 20px #0fc}.robot-mouth{opacity:.3;align-items:center;gap:4px;height:15px;margin-top:15px;transition:opacity .3s;display:flex}.voice-wave{background:#0fc;border-radius:3px;width:6px;height:4px;transition:height .1s;box-shadow:0 0 8px #0fc}.new-robot.is-speaking .robot-mouth{opacity:1}.new-robot.is-speaking .voice-wave:first-child{animation:.4s .1s infinite alternate wave}.new-robot.is-speaking .voice-wave:nth-child(2){animation:.3s .2s infinite alternate wave}.new-robot.is-speaking .voice-wave:nth-child(3){animation:.5s infinite alternate wave}.new-robot.is-speaking .voice-wave:nth-child(4){animation:.3s .3s infinite alternate wave}.new-robot.is-speaking .voice-wave:nth-child(5){animation:.4s .1s infinite alternate wave}.floating-ring{border:3px solid #0fc;border-radius:50%;width:60px;height:15px;margin-top:15px;animation:3s linear infinite spin-ring;transform:rotateX(70deg);box-shadow:0 0 15px #0fc,inset 0 0 10px #0fc}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes pulse-glow{0%,to{opacity:.8;box-shadow:0 0 5px #0fc,0 0 10px #0fc}50%{opacity:1;box-shadow:0 0 15px #0fc,0 0 30px #0fc}}@keyframes scan{0%{left:0}to{left:calc(100% - 25px)}}@keyframes wave{0%{height:4px}to{height:20px}}@keyframes spin-ring{0%{transform:rotateX(75deg)rotate(0)}to{transform:rotateX(75deg)rotate(360deg)}}
