.auth-pill-loading{width:32px;height:32px;border-radius:9999px;background:var(--color-glass-light-hover)}.auth-pill-mobile-signedout{display:block}.auth-pill-desktop-signedout{display:none}@media (min-width:640px){.auth-pill-mobile-signedout{display:none}.auth-pill-desktop-signedout{display:block}}.auth-pill-btn{padding:0 12px;height:32px;border-radius:var(--radius-lg);font-size:14px;font-weight:500;transition:color .15s,background-color .15s;display:flex;align-items:center}.auth-pill-btn-subtle{background:var(--hover-bg-subtle);color:var(--text-primary)}.auth-pill-btn-subtle:hover{background:var(--hover-bg)}.auth-pill-avatar-btn{width:32px;height:32px;border-radius:9999px;overflow:hidden;transition:box-shadow .15s;display:flex;align-items:center;justify-content:center}.auth-pill-avatar-btn:hover{box-shadow:0 0 0 2px rgba(0,0,0,.2)}.auth-pill-mobile-avatar{display:flex}.auth-pill-desktop-avatar{display:none}@media (min-width:640px){.auth-pill-mobile-avatar{display:none}.auth-pill-desktop-avatar{display:block}}.auth-pill-avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.auth-pill-avatar-fallback{width:100%;height:100%;background:rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:var(--text-primary)}.auth-pill-menu{position:absolute;right:0;margin-top:4px;width:192px;border-radius:12px;overflow:hidden;z-index:10}.auth-pill-menu-left{right:auto;left:0}.auth-pill-menu-inner{padding:4px}.auth-pill-menu-item{width:100%;padding:8px 12px;border-radius:6px;text-align:left;font-size:14px;font-weight:500;transition:background-color .15s}