*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%;height:100%;background-color:#0f1512;overflow:hidden;font-family:Courier New,Courier,monospace;color:#e8e6d8}#game-container canvas{display:block}.hud{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hud-top-left{position:absolute;top:12px;left:12px;font-size:14px;text-shadow:1px 1px 0 #000}.hud-bars{position:absolute;top:12px;right:12px;width:220px;display:flex;flex-direction:column;gap:4px}.bar-row{display:flex;align-items:center;gap:6px;font-size:12px}.bar-label{width:52px;text-shadow:1px 1px 0 #000}.bar-bg{flex:1;height:10px;background:#0009;border:1px solid #333}.bar-fill{height:100%;transition:width .2s linear}.bar-value{width:28px;text-align:right;text-shadow:1px 1px 0 #000}.hud-effects{position:absolute;top:160px;right:12px;display:flex;flex-direction:column;gap:4px;align-items:flex-end}.tag{font-size:11px;padding:2px 6px;border-radius:2px;text-shadow:1px 1px 0 #000}.tag.alert{background:#ffc80099}.tag.info{background:#0078ff99}.tag.danger{background:#dc0000b3;color:#fff}.hud-bottom-left{position:absolute;bottom:12px;left:12px;max-width:40%}.log{font-size:13px;line-height:1.4;text-shadow:1px 1px 0 #000;color:#d8d6c8}.hud-bottom-right{position:absolute;bottom:12px;right:12px;text-align:right;font-size:12px;text-shadow:1px 1px 0 #000}.panel{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#0c100ef5;border:1px solid #3a4a3a;padding:16px;width:min(600px,90vw);max-height:80vh;overflow:auto;pointer-events:auto;box-shadow:0 0 20px #000000b3}.panel h2{margin:0 0 12px;font-size:18px;border-bottom:1px solid #3a4a3a;padding-bottom:6px}.panel button{background:#2a3a2a;border:1px solid #5a7a5a;color:#e8e6d8;padding:4px 10px;cursor:pointer;font-family:inherit}.panel button:hover{background:#3a5a3a}.panel button:disabled{opacity:.4;cursor:not-allowed}.inventory-list,.recipe-list{display:flex;flex-direction:column;gap:6px}.item-row,.recipe-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px;background:#ffffff0a;border:1px solid #2a3a2a}.item-actions,.recipe-ingredients{display:flex;gap:6px;align-items:center}.recipe-row.disabled{opacity:.5}.equipment{margin-bottom:12px}.equipment div{font-size:13px;margin:2px 0}.close{margin-top:12px}.menu-actions{display:flex;gap:8px;margin-bottom:12px}.help{font-size:13px;line-height:1.5}.map-svg{border:1px solid #3a4a3a;background:#0a0f0c}
