</script>
<style>
html{font-size:16px;}
- body{background:black;color:white;font-size:0.8rem;line-height:150%;margin:0 auto;max-width:41rem;min-width:26rem;padding:0 1em;}
+ body{background:black;color:white;line-height:150%;margin:0 auto;max-width:50rem;min-width:40rem;padding:0 1em;}
a{color:darkcyan;}
label{display:block;margin-bottom:0.25rem;}
button,input,select{font-size:1rem;margin-bottom:0.5rem;}
input[type=checkbox]{margin-right:2em;}
div:has(>label){display:inline-block;}
div.hex{display:inline-block;font-family:monospace;}
- div.hex::before{color:grey;content:'0x';display:inline-block;font-family:monospace;font-size:1rem;left:0.25rem;position:relative;width:0;}
+ div.hex::before{color:grey;content:'0x';display:inline-block;font-family:monospace;left:0.25rem;position:relative;width:0;}
div.hex>input{font-family:monospace;padding-left:1.4rem;}
ol{counter-reset:i;list-style-type:none;padding-left:1em;}
ol li{display:grid;gap:0.25em;grid-template-columns:auto 1fr;}