#wallet-dialog{color:#382c50;background:#eee3fc;border:3px outset white;box-shadow:4px 4px 0 #0007;padding:16px;width:430px;max-width:95vw;margin:auto;font:inherit}#wallet-dialog::backdrop{background:#0005}#wallet-dialog header{display:flex;justify-content:space-between;background:#93d9b7;padding:6px;margin:-12px -12px 14px;font-weight:bold}#wallet-dialog button{border:2px outset white;padding:9px;background:#eee3fc;color:#382c50;font:inherit;cursor:pointer}#wallet-dialog #wallet-choices{display:grid;gap:8px;margin-top:14px}#wallet-dialog #wallet-choices button{display:flex;justify-content:space-between}#wallet-dialog [hidden]{display:none!important}#wallet-dialog p{margin:10px 0}#wallet-dialog section button{margin:4px}