#email-change-result {
  position:fixed; inset:0; z-index:2147483647; display:flex;
  align-items:center; justify-content:center; padding:20px; box-sizing:border-box;
  background:rgba(5,5,5,.78); color:#fff; font-family:Inter,system-ui,sans-serif;
}
#email-change-result .email-change-result-card {
  box-sizing:border-box; width:100%; max-width:600px; max-height:calc(100vh - 40px);
  overflow:auto; padding:40px; border:1px solid #343943; border-radius:18px;
  background:#141820; text-align:center; outline:none;
}
#email-change-result img { display:block; width:220px; max-width:100%; height:auto; margin:0 auto 26px; }
#email-change-result h2 { margin:0 0 18px; font-size:28px; font-weight:800; line-height:1.25; color:#fff; }
#email-change-result p { margin:0 0 28px; font-size:18px; line-height:1.6; color:#b6bcc6; overflow-wrap:anywhere; }
#email-change-result strong { color:#fff; font-weight:700; }
#email-change-result button {
  display:block; width:100%; min-height:54px; padding:14px 22px; background:#3a000a;
  border:2px solid #e31937; border-radius:12px; color:#fff; font:700 18px Inter,system-ui,sans-serif; cursor:pointer;
}
#email-change-result button:disabled { opacity:.6; cursor:wait; }
#email-change-result button:focus-visible { outline:3px solid #fff; outline-offset:3px; }
#email-change-result .spin-ring { width:48px; height:48px; margin:0 auto 24px; border-width:4px; }
@media (max-width:480px) {
  #email-change-result .email-change-result-card { padding:28px 22px; }
  #email-change-result h2 { font-size:24px; }
  #email-change-result p { font-size:16px; }
}
