/* Vetra 0.3.0i - shared account identity */
.profile-server-identity{display:flex;align-items:center;gap:14px;padding:14px 16px;margin-bottom:14px;border:1px solid var(--line);border-radius:16px;background:var(--panel-2)}
.profile-server-identity h3{margin:.15rem 0}.profile-server-identity span{color:var(--muted);overflow-wrap:anywhere}
.profile-server-avatar,.profile-settings-avatar{width:68px;height:68px;flex:0 0 68px;border-radius:50%;object-fit:cover;border:2px solid var(--line-strong);background:var(--panel-3)}
.profile-server-avatar-fallback{display:grid;place-items:center;font-weight:900;font-size:1.2rem;background:linear-gradient(145deg,rgba(40,155,255,.22),rgba(143,210,21,.2))}
.profile-image-editor{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--panel-2)}
.profile-image-preview{display:grid;place-items:center}.profile-image-editor label{margin:0}.profile-image-editor small{display:block;margin-top:5px;color:var(--muted)}
.account-button-identity{display:inline-flex;align-items:center;gap:8px;min-width:0}.account-button-avatar{width:26px;height:26px;border-radius:50%;object-fit:cover;background:var(--panel-3);border:1px solid var(--line-strong)}.account-button-avatar-fallback{display:inline-grid;place-items:center;font-size:.68rem;font-weight:900}.account-button-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px}
@media(max-width:720px){.profile-image-editor{grid-template-columns:1fr;text-align:center}.profile-image-editor label{text-align:left}.account-button-label{max-width:100px}.profile-server-identity{align-items:flex-start}}

.mobile-profile-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;border:1px solid var(--line-strong);margin:0 auto 2px}.mobile-profile-label{display:block}
