#deathScreen{position:fixed;bottom:10vh;left:50%;transform:translateX(-50%);z-index:9;width:min(600px,90vw);padding:24px 28px;background:#090e16ec;color:#edece7;border-top:3px solid #c74943;box-shadow:0 12px 50px #0009;text-align:center}
#deathScreen h2{font:42px Impact,'Arial Narrow',sans-serif;letter-spacing:2px;margin:0 0 10px}
#deathScreen p{font:12px monospace;color:#c0c6cc;line-height:1.6;margin:8px 0}
#deathScreen .deathActions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:16px 0}
#deathScreen button{font:10px monospace;color:#eee;padding:11px 14px;border:1px solid #ffffff35;background:#18222b;cursor:pointer}
#deathScreen button:first-child{background:#a23833;border-color:#c74943}#deathScreen button:disabled{opacity:.4;cursor:default}
.player-dead #gameHud,.player-dead #scriptMessages,.player-dead #crosshair,.player-dead #hint,.player-dead .hud-title{visibility:hidden}
