.profile-link { display: inline-block; border-radius: 50%; cursor: zoom-in; }
.profile-link:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.profile-lightbox { border: 0; padding: 0; max-width: 94vw; max-height: 94vh; max-height: 94dvh; background: transparent; overflow: visible; }
.profile-lightbox::backdrop { background: rgb(0 0 0 / 88%); }
.profile-lightbox img { display: block; width: auto; height: auto; max-width: 94vw; max-height: 94vh; max-height: 94dvh; object-fit: contain; }
.profile-lightbox-close { position: absolute; top: 10px; right: 10px; width: 44px; height: 44px; border: 1px solid #fff; border-radius: 50%; background: #000; color: #fff; font: 500 30px/1 system-ui, sans-serif; cursor: pointer; }
.profile-lightbox-close:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
html.profile-lightbox-open { overflow: hidden; }
