*{box-sizing:border-box;margin:0;padding:0}body{background-color:#050814;margin:0;padding:0;font-family:sans-serif;overflow:hidden}#player-profile{z-index:100;pointer-events:none;background:#1e1e1ed9;border:2px solid #555;border-radius:8px;align-items:center;padding:10px;display:flex;position:absolute;top:20px;left:20px;box-shadow:0 4px 6px #00000080}.profile-avatar{background:#444;border:2px solid #aaa;border-radius:4px;width:50px;height:50px;margin-right:15px;position:relative;overflow:hidden;box-shadow:inset 0 0 10px #000}.ava-skin{background:#fc9;border-radius:50%;width:26px;height:26px;position:absolute;top:12px;left:12px}.ava-hair{background:#fc0;border-radius:15px 15px 0 0;width:30px;height:16px;position:absolute;top:8px;left:10px}.ava-armor{background:#3a5b8c;border-top:2px solid silver;border-radius:10px 10px 0 0;width:40px;height:20px;position:absolute;bottom:-5px;left:5px}.profile-stats{flex-direction:column;gap:6px;display:flex}.stat-bar{background:#222;border:2px solid #111;border-radius:4px;width:140px;height:20px;position:relative;overflow:hidden}.stat-fill{height:100%;position:absolute;top:0;left:0;box-shadow:inset 0 5px 5px #fff3}.stat-text{text-align:center;color:#fff;text-shadow:1px 1px #000,-1px -1px #000,1px -1px #000,-1px 1px #000;z-index:2;width:100%;font-family:Courier New,Courier,monospace;font-size:13px;font-weight:700;line-height:20px;position:absolute}#minimap{pointer-events:none;z-index:100;background:#00000080;border:3px solid #666;border-radius:5px;width:150px;height:150px;position:absolute;top:20px;right:20px;box-shadow:0 4px 10px #0009}canvas#gameCanvas{width:100vw;height:100vh;display:block}
