#hud{position:absolute;top:0;left:0;right:0;width:100%;box-sizing:border-box;padding:6px 14px;color:#fff;pointer-events:none;display:flex;justify-content:space-between;align-items:center;z-index:50;background:#0a0a0feb;border-bottom:2px solid rgba(255,60,60,.6);min-height:44px;gap:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hud-left,.hud-center,.hud-right{display:flex;align-items:center;gap:14px;flex:1}.hud-center{justify-content:center;flex:1.2}.hud-right{justify-content:flex-end;gap:10px}.hud-stat{display:flex;align-items:center;gap:5px;font-size:15px;font-weight:800;white-space:nowrap}.hud-stat-icon{font-size:18px;line-height:1}.hud-stat-val{color:#fff}.hud-hp-low{color:#f44!important}.hud-objective{display:flex;flex-direction:column;align-items:center;gap:1px}.hud-objective-score{font-size:20px;font-weight:900;color:#f1c40f;line-height:1}.hud-objective-label{font-size:10px;color:#aaa;letter-spacing:1px;text-transform:uppercase}.hud-weapon-name{color:#ed1c24;font-size:13px;font-weight:900;white-space:nowrap}.hud-ammo{font-size:14px;font-weight:800;color:#fff;white-space:nowrap}.hud-ammo-low{color:#ed1c24!important}.hud-wave{background:#38ef7d26;border:1px solid #38ef7d;color:#38ef7d;font-size:12px;font-weight:900;padding:3px 10px;border-radius:6px;white-space:nowrap;text-transform:uppercase;letter-spacing:1px}.hud-ammo-block{display:flex;flex-direction:column;align-items:flex-end;min-width:52px}.hud-reload-msg{color:#ffeb3b;font-size:10px;font-weight:700;visibility:hidden;white-space:nowrap;line-height:1;min-height:12px}.hud-coin-icon{width:18px!important;height:18px!important;margin:0!important}.pause-btn{background:linear-gradient(180deg,#39ff14,#008f11);border:2px solid #38ef7d;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;transition:all .2s;border-radius:8px;box-shadow:0 0 10px #39ff1466;flex-shrink:0}.pause-bars{display:flex;gap:4px;align-items:center}.pause-bars:before,.pause-bars:after{content:"";display:block;width:3px;height:14px;background:#001a03;border-radius:2px}.pause-btn:hover{transform:scale(1.1);filter:brightness(1.2)}@media (max-width: 600px){#hud{padding:4px 8px;gap:4px;min-height:40px}.hud-left,.hud-right{gap:8px}.hud-stat{gap:3px;font-size:12px}.hud-stat-icon{font-size:14px}.hud-objective-score{font-size:16px}.hud-objective-label{font-size:9px;display:none}.hud-weapon-name{font-size:11px}.hud-ammo{font-size:12px}.hud-wave{font-size:10px;padding:2px 7px}.pause-btn{width:30px;height:30px;font-size:13px}}
