.account-dialog {
  width: min(500px, calc(100% - 32px));
  padding: 0;
  border: 1px solid #244452;
  background: #091b25;
  color: #eafaff;
  box-shadow: 0 25px 80px rgba(0, 0, 0, .6);
}
.account-dialog::backdrop { background: rgba(2, 10, 15, .78); backdrop-filter: blur(5px); }
.account-form, .account-success { position: relative; padding: 34px; }
.account-dialog h2 { margin: 0 0 14px; font-size: 30px; line-height: 1.1; }
.dialog-copy { margin: 0 0 24px; color: #9db7bf; font-size: 13px; line-height: 1.7; }
.dialog-copy b { color: #5edcff; }
.account-form label { display: block; margin: 16px 0 0; color: #cae2e7; font-size: 11px; }
.account-form input, .account-form select { display: block; width: 100%; margin-top: 7px; padding: 13px; border: 1px solid #294a56; background: #07141d; color: #eafaff; font: 12px 'DM Mono', monospace; }
.account-form .paypal-button { margin-top: 24px; }
.dialog-footnote { margin: 13px 0 0; color: #76939d; font-size: 10px; line-height: 1.6; }
.dialog-close { position: absolute; top: 14px; right: 16px; border: 0; background: transparent; color: #90a9b1; font-size: 24px; line-height: 1; cursor: pointer; }
.account-success { min-height: 340px; display: flex; flex-direction: column; justify-content: center; }
.account-success > p:not(.eyebrow) { color: #a7c2ca; font-size: 13px; line-height: 1.7; }
.account-success .button { width: max-content; margin-top: 14px; border: 0; cursor: pointer; }
