/* Keep the portrait inside its own circle, including the compact mobile dock. */
.ai-launcher{box-sizing:border-box;isolation:isolate}
.ai-launcher>span{display:block;overflow:hidden;min-width:0;min-height:0;border-radius:50%;clip-path:circle(50%);transform:none!important;animation:none!important}
.ai-launcher>span>img,.ai-avatar>img{display:block;width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center;mix-blend-mode:normal;border-radius:50%;transform:none}
.ai-avatar{flex:0 0 40px;overflow:hidden;clip-path:circle(50%)}
.ai-launcher>i{right:0;bottom:0;box-sizing:border-box}
@media(max-width:720px){.ai-launcher{display:grid!important;place-items:center;padding:3px;width:64px;min-width:64px;height:64px}.ai-launcher>span{width:52px;height:52px;margin:0}.ai-launcher>i{right:0;bottom:0}}
