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;user-select:none}#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}#setup{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#080b0fe0;color:#dfe6ee;font-family:Segoe UI,system-ui,sans-serif;z-index:60}#setup .setup-panel{background:#0e131af7;border:1px solid #2a3644;border-radius:10px;padding:22px 28px;display:flex;flex-direction:column;gap:10px;min-width:340px}#setup .setup-title{font-size:26px;letter-spacing:4px;font-weight:600;text-align:center}#setup .setup-sub{text-align:center;color:#8ea0b5;margin-bottom:8px}#setup label{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:13px}#setup select,#setup input[type=text]{background:#0d141b;color:#dfe6ee;border:1px solid #33465c;border-radius:5px;padding:4px 8px}#setup .row-inline{display:inline-flex;gap:6px}#setup button{background:#1b2530;color:#dfe6ee;border:1px solid #33465c;border-radius:5px;padding:4px 10px;cursor:pointer}#setup button:hover{background:#24313f}#setup .setup-start{margin-top:10px;padding:8px;font-size:15px;background:#2f5f9e;border-color:#4b81c4}#hud .gameover{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;min-width:320px;z-index:50;padding:22px 30px}#hud .gameover .go-title{font-size:28px;font-weight:600;letter-spacing:2px;margin-bottom:8px}#hud .gameover .go-title.win{color:#7fff9f}#hud .gameover .go-title.lose{color:#ff7f7f}#minimap{pointer-events:auto;position:absolute;bottom:12px;left:12px;background:#0c1016d1;border:1px solid #2a3644;border-radius:8px;padding:5px;line-height:0}#minimap canvas{width:192px;height:192px;border-radius:4px;cursor:crosshair}#tutorial{bottom:12px;right:12px;max-width:300px;line-height:1.5;border-color:#3b5a43}#tutorial .tut-body{color:#b9c6d4;font-size:12px}#tutorial .tut-done{color:#7fff9f}#tutorial .dim-btn{opacity:.6}#menu{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#080b0fb3;z-index:55;pointer-events:auto}#menu .menu-panel{background:#0e131af7;border:1px solid #2a3644;border-radius:10px;padding:22px 28px;display:flex;flex-direction:column;gap:10px;min-width:320px}#menu .menu-keys{font-size:11px;color:#8ea0b5;border-spacing:0 2px}#menu .menu-keys td:first-child{color:#dfe6ee;padding-right:14px;white-space:nowrap}#menu input[type=range]{flex:1}
