html,body{margin:0;height:100%;overflow:hidden;background:#101418;font-family:Segoe UI,system-ui,sans-serif}#game{position:absolute;inset:0;width:100%;height:100%;display:block}#hud{position:absolute;inset:0;pointer-events:none;color:#dfe6ee;font-size:13px}#hud .panel{pointer-events:auto;position:absolute;background:#0c1016d1;border:1px solid #2a3644;border-radius:8px;padding:10px 12px;min-width:260px}#hud .top-left{top:12px;left:12px}#hud .bottom-bar{bottom:12px;left:50%;transform:translate(-50%);min-width:0;max-width:92vw}#hud .right-panel{top:12px;right:12px;min-width:240px;max-width:320px;line-height:1.6}#hud .stocks .chip{cursor:pointer;white-space:nowrap}#hud .stocks .chip:hover{color:#fff}#hud .toast.clickable{cursor:pointer;background:#3c4628eb;border-color:#8a9a48}#hud .row.wrap{flex-wrap:wrap;margin-bottom:0}#hud .sep{width:1px;height:18px;background:#33465c;margin:0 4px}#hud-toasts{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:6px;pointer-events:none}#hud .toast{background:#782824e6;border:1px solid #a05248;border-radius:6px;padding:6px 10px;font-size:12px}#hud .title{font-weight:700;letter-spacing:.12em;margin-bottom:6px}#hud .dim{color:#7f8ea0;font-weight:400}#hud .stats{line-height:1.5;margin-bottom:8px}#hud .row{display:flex;gap:6px;align-items:center;margin-bottom:6px}#hud button{background:#1b2530;color:#dfe6ee;border:1px solid #33465c;border-radius:5px;padding:3px 9px;cursor:pointer}#hud button:hover{background:#24313f}#hud button.active{background:#2f5f9e;border-color:#4b81c4}#hud input{background:#0d141b;color:#dfe6ee;border:1px solid #33465c;border-radius:5px;padding:3px 6px}#hud .hint{font-size:11px;margin-top:4px}
