<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.profile-image[data-v-d16f0dc8] {
    aspect-ratio: 1/1;
    width: 200px;
    max-width: 100%;
    height: auto;
    border: 1px solid gray;
}
.image-container .image-hint[data-v-d16f0dc8] {
    opacity: 0;
}
.image-container:hover .image-hint[data-v-d16f0dc8] {
    opacity: 1;
}
</pre></body></html>