*{box-sizing:border-box}body,html{height:100%}body{font-family:sans-serif;margin:0;overflow:hidden}canvas{height:100%;width:100%}.dialog{align-items:center;display:flex;justify-content:center;z-index:1}.dialog,.dialog-backdrop{bottom:0;left:0;position:absolute;right:0;top:0}.dialog-backdrop{background-color:#00000080;z-index:-1}.dialog-content{background-color:#fff;max-width:50%;padding:1.5rem}.dialog-buttons{display:flex;justify-content:flex-end;margin-top:1rem}.dialog-buttons>button{margin-left:1rem}.status{bottom:0;display:flex;left:0;padding:.5rem;pointer-events:none;position:absolute;right:0}.status>*{padding:.5rem;pointer-events:auto}.spacer{flex:1 0}.stats{background-color:#00000080;border:1px solid #888;display:flex;user-select:none}.avatar{background-color:#888;border-radius:50%;height:2rem;object-fit:contain;width:2rem}.bars{margin-left:.5rem;width:5rem}.bar{height:.5rem;margin:.2rem 0}.bar.health{background:red}.bar.armor{background:#949494}