html.auth-pending body { opacity: 0; }
html body { transition: opacity .16s ease; }
.account-badge { display:inline-flex; align-items:center; min-height:34px; padding:0 11px; border:1px solid rgba(215,185,111,.28); border-radius:999px; color:#d7b96f; background:rgba(215,185,111,.07); font:600 9px/1 "DM Mono",monospace; letter-spacing:.08em; white-space:nowrap; }
.account-badge.guest { color:#e3c36f; }
@media(max-width:700px){.account-badge{max-width:118px;overflow:hidden;text-overflow:ellipsis}.top-actions{gap:5px}}
