/* Member sign-in sheet, account row and install guide. */
.account-sheet { width: min(520px, calc(100vw - 24px)); max-height: calc(100vh - 24px); margin: auto; }
.account-sheet .dialog-header { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-bottom: 1px solid #2c2e33; }
.account-sheet .dialog-header h2 { font-size: 20px; margin: 0; }
.account-body { padding: 18px 20px 24px; display: grid; gap: 14px; font-size: 15px; line-height: 1.45; }
.account-body p { margin: 0; }
.account-form { display: grid; gap: 12px; }
.account-form .pg-field { display: grid; gap: 6px; font-size: 13px; color: #b9bcc4; }
.account-form input { font-size: 17px; min-height: 48px; padding: 10px 14px; border-radius: 12px; border: 1px solid #3a3d44; background: #17181b; color: #fff; }
.account-form input:focus { outline: 2px solid var(--orange); outline-offset: 1px; }
.account-code { letter-spacing: 8px; font-size: 26px !important; text-align: center; font-variant-numeric: tabular-nums; }
.account-status { min-height: 1.4em; color: #e9cfa9; }
.account-status:empty { display: none; }
.account-join a { color: var(--orange); text-decoration: none; }
.account-muted { color: #9a9ea8; font-size: 13px; }
#account-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; border: 1px solid #2c2e33; border-radius: 16px; background: #17181b; margin-bottom: 16px; }
#account-row .account-who { display: grid; gap: 3px; min-width: 0; }
#account-row .account-who b { font-size: 15px; }
#account-row .account-who span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.install-steps { margin: 0; padding-left: 22px; display: grid; gap: 10px; }
.pg-signin { display: grid; gap: 12px; padding: 18px; border: 1px solid #7f6138; border-radius: 16px; background: #2a2318; margin: 12px 0; }
.pg-signin p { margin: 0; color: #e9cfa9; }
