
*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif}
body{background:#0b0b0f;color:#e6eef8;display:flex;flex-direction:column;align-items:center}
#topbar{width:100%;max-width:1200px;display:flex;justify-content:space-between;padding:10px 12px;align-items:center}
.title{font-weight:700;color:#7bd389}
.controls button{margin-left:8px;padding:6px 10px;border-radius:6px;border:none;background:#1f2937;color:#fff;cursor:pointer}
#ui{width:100%;max-width:1200px;display:flex;justify-content:space-between;padding:0 12px 8px}
#left-ui,#right-ui{display:flex;flex-direction:column;gap:6px}
#game{background:#071019;display:block;width:100%;max-width:1200px;height:680px;border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,0.6);margin-top:10px}
#bottom{width:100%;max-width:1200px;padding:10px 12px;color:#9aa7b2;font-size:14px}
#minimap{width:160px;height:120px;background:rgba(255,255,255,0.03);border-radius:6px;border:1px solid rgba(255,255,255,0.03)}
#upgrades{font-size:13px;color:#cbd5e1}
#weapon{font-size:13px;color:#ffd86b}
#log{opacity:0.9}
@media(max-width:720px){#game{height:480px}}
