#touch-controls{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;user-select:none;-webkit-user-select:none;touch-action:none}.touch-joystick-base{position:absolute;width:120px;height:120px;border-radius:50%;background:#00ff6414;border:2px solid rgba(0,255,100,.25);opacity:.5;transition:opacity .15s;pointer-events:none;display:flex;align-items:center;justify-content:center}.touch-joystick-left{bottom:40px;left:30px}.touch-joystick-right{bottom:40px;right:30px}.touch-joystick-knob{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;border-radius:50%;background:#00ff644d;border:2px solid rgba(0,255,100,.5);box-shadow:0 0 10px #00ff6433}.touch-joystick-label{position:absolute;top:-22px;left:50%;transform:translate(-50%);font-family:Consolas,Courier New,monospace;font-size:10px;letter-spacing:2px;color:#00ff6480;white-space:nowrap}.touch-fire-btn{position:absolute;bottom:180px;right:40px;width:70px;height:70px;border-radius:50%;background:#ff323226;border:2px solid rgba(255,50,50,.5);display:flex;align-items:center;justify-content:center;font-family:Consolas,Courier New,monospace;font-size:11px;letter-spacing:2px;color:#ff3232cc;text-shadow:0 0 6px rgba(255,50,50,.4);pointer-events:none}.touch-fire-btn.active{background:#ff323266;box-shadow:0 0 20px #ff323280}.touch-boost-btn{position:absolute;bottom:180px;left:40px;width:60px;height:60px;border-radius:50%;background:#ff96001a;border:2px solid rgba(255,150,0,.4);display:flex;align-items:center;justify-content:center;font-family:Consolas,Courier New,monospace;font-size:9px;letter-spacing:1px;color:#ff9600b3;pointer-events:none}.touch-boost-btn.active{background:#ff960059;box-shadow:0 0 15px #ff960066}
