html,body{height:100%;margin:0;background:#08080b;color:#eee;font-family:system-ui,Segoe UI,Roboto,Arial}
#hud{position:fixed;left:0;right:0;top:0;height:56px;background:rgba(0,0,0,.35);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:space-between;padding:0 12px;z-index:10}
#hud .right>*{margin-left:8px}
#game{display:block;position:fixed;inset:0;touch-action:none}
#joystick{position:fixed;left:14px;bottom:14px;width:140px;height:140px;border-radius:50%;border:2px solid #3a3a46;background:rgba(0,0,0,.25);display:none;align-items:center;justify-content:center;z-index:6}
#joystick .stick{width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.15);border:2px solid #7a7a9a}
#minimap{position:fixed;right:12px;bottom:12px;width:180px;height:180px;border-radius:50%;border:2px solid #3a3a46;background:rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;z-index:6;overflow:hidden}
#minimap canvas{width:170px;height:170px}
#leader{position:fixed;right:12px;top:64px;background:rgba(0,0,0,.45);border:1px solid #333;padding:10px 12px;border-radius:12px;z-index:6}
#leader h3{margin:0 0 8px 0;font-size:18px}
#leader ol{margin:0;padding-left:20px;max-width:260px;font-size:16px;line-height:1.6}
@media (max-width: 900px){
  #joystick{display:flex}
  #leader{display:none}
  #hud .right input,#hud .right button,#hud .right select{font-size:14px}
}
