*{box-sizing:border-box}html,body,#game{margin:0;width:100%;height:100%;overflow:hidden;background:#8ec9ef;font-family:Inter,system-ui,sans-serif;color:white}canvas{display:block}.brand{position:fixed;top:18px;left:24px;font-size:24px;font-weight:900;letter-spacing:2px;text-shadow:0 2px 8px #0008}.brand span{font-size:10px;display:block;letter-spacing:4px;color:#bfffd4}.hud{position:fixed;left:24px;top:76px;width:min(390px,calc(100% - 48px));padding:16px;background:#101820e7;border:1px solid #ffffff24;border-radius:18px;backdrop-filter:blur(12px);box-shadow:0 12px 40px #0004}.live{font-size:10px;font-weight:800;color:#9effb9}.live i{display:inline-block;width:8px;height:8px;background:#42ff78;border-radius:50%;margin-right:7px;box-shadow:0 0 10px #42ff78}.hud h1{margin:6px 0;font-size:28px}.stats{display:flex;gap:7px}.stats span{background:#ffffff12;border-radius:9px;padding:6px 9px;font-size:12px}.objective{margin-top:11px;padding:9px;border-left:3px solid #5aff91;background:#ffffff0d}.objective small,.inventory small,.brain small{display:block;font-size:8px;color:#9baab3;letter-spacing:1px}.objective strong{font-size:13px;display:block}.objective em{display:block;margin-top:4px;font-size:9px;color:#9effb9;font-style:normal;line-height:1.3}.thought{margin-top:8px;font-size:11px;line-height:1.35;color:#dce7ec}.inventory,.brain{margin-top:9px;padding-top:8px;border-top:1px solid #ffffff18}.inventory>div,.brain>div{display:flex;gap:5px;margin-top:6px}.inventory span,.brain span{flex:1;background:#ffffff0d;border:1px solid #ffffff12;padding:6px;border-radius:8px;font-size:9px}.inventory b,.brain b{float:right;color:#bfffd4}.inventory .gear span{font-size:8px;text-align:center}.world-info{position:fixed;right:22px;top:22px;display:flex;gap:8px}.world-info div{background:#101820c9;padding:9px 12px;border-radius:10px;font-size:12px}.log{position:fixed;right:22px;bottom:25px;width:310px;max-height:205px;background:#101820d9;padding:14px;border-radius:14px;backdrop-filter:blur(10px)}.log strong{font-size:10px;color:#9effb9;letter-spacing:1px}.log p{font-size:11px;margin:8px 0;color:#d1dce2;border-top:1px solid #ffffff12;padding-top:7px}.hint{position:fixed;bottom:18px;left:24px;font-size:10px;background:#101820b5;padding:8px 12px;border-radius:20px;color:#c7d4db}.death{display:none;position:fixed;inset:0;background:#05080ce8;z-index:20;align-items:center;justify-content:center;text-align:center}.death.show{display:flex}.death small{letter-spacing:3px;color:#ff9b9b}.death h2{font-size:48px;margin:8px}.death button{border:0;border-radius:10px;padding:12px 20px;font-weight:800;cursor:pointer}@media(max-width:700px){.hud{top:62px;left:10px;padding:11px;max-height:78%;overflow:auto}.brand{left:12px;top:10px}.world-info{right:8px;top:8px}.world-info div:nth-child(3){display:none}.log{display:none}.hint{left:10px;bottom:8px}.death h2{font-size:32px}}