/* Global overlay hooks to position Web3 UI around the GameBoy console */
.web3-overlay { position: relative; width: 100%; max-width: 420px; margin: 0 auto; }
.web3-top { position: relative; height: 24px; }
.web3-bottom { position: relative; height: 24px; }

/* Optional helpers to align with console */
main.container { position: relative; }
main.container .web3-overlay { position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
