.account-form { display: grid; gap: .8rem; max-width: 28rem; margin-block: 2rem; }
.account-form input { width: 100%; padding: .8rem; border: 1px solid currentColor; border-radius: 0; background: transparent; color: inherit; font: inherit; }
.account-form button { margin-top: 1rem; }
.account-form :disabled { opacity: .55; cursor: wait; }
.account-links { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-block: 2rem; }
[data-auth-status] { max-width: 38rem; }
[hidden] { display: none !important; }
