.account-page{width:min(100% - 2rem,40rem);margin:clamp(2rem,8vw,5rem)auto}.account-form{display:flex;flex-direction:column}.account-field{margin-bottom:1.5rem}.account-field-note{margin-bottom:1rem;text-align:right}.account-small-link{font-size:.875rem}.account-actions{display:flex;width:100%;flex-wrap:wrap;gap:1rem;justify-content:center}.account-actions-between{display:flex;width:100%;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-top:1.5rem}.account-copy{margin-block:1.5rem}.account-text-center{text-align:center}.account-lead{font-size:1.25rem;text-align:center}.account-alert,.account-note{padding:.75rem;border-radius:var(--radius-md)}.account-alert{margin-bottom:1rem;background-color:rgb(var(--error));color:rgb(var(--onError))}.account-alert-narrow{margin:0 1rem .5rem}.account-note{margin-bottom:1.5rem;background-color:rgb(var(--container-low));color:rgb(var(--onContainer))}.account-note-strong{background-color:rgb(var(--container-lowest))}.account-notice-title{margin-bottom:1.5rem;color:rgb(var(--error));font-size:1.25rem;text-align:center}.account-notice-copy{padding:.5rem}.account-link-row{margin-top:1rem}.account-inline-message{margin-bottom:.75rem}.account-panel{margin-bottom:1rem;padding:1rem;border-radius:var(--radius-md);background-color:rgb(var(--container-low))}.account-panel-compact{padding:.5rem}.account-family-row{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;font-size:1.25rem}.account-family-name{color:rgb(var(--accent))}.account-advanced{display:flex;width:100%;flex-direction:column;gap:1rem}.account-advanced-hidden{display:none}.account-danger-link{border-radius:var(--radius-md);background-color:rgb(var(--error));color:rgb(var(--onError));padding:.25rem .5rem;text-align:center}.account-warning-link{border:1px solid rgb(var(--outline-variant));border-radius:var(--radius-md);background-color:rgb(var(--container));color:rgb(var(--onContainer));cursor:pointer;font:inherit;padding:.25rem .5rem;text-align:center}.account-warning-link:hover,.account-warning-link:focus-visible{border-color:rgb(var(--error));color:rgb(var(--error))}#modal.account-modal-hidden{display:none}.account-modal-content{max-width:36rem}@media(max-width:520px){.account-actions-between{flex-direction:column-reverse;align-items:stretch}.account-actions-between .btn{width:100%}}@media(min-width:640px){.account-family-row{flex-direction:row}}