section{z-index:1;position:relative}@keyframes slow-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spin-animation img{width:100%;height:100%}.spin-animation{animation-name:slow-spin;animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:30s;height:50dvh;width:50dvh}.DialogOverlay{inset:0;animation:overlayShow .15s cubic-bezier(.16,1,.3,1)}.DialogContent{top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:500px;max-height:85vh;animation:contentShow .15s cubic-bezier(.16,1,.3,1);z-index:10}@keyframes overlayShow{0%{opacity:0}to{opacity:1}}@keyframes contentShow{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.profile-image{mask-image:radial-gradient(closest-side,var(--foreground) 10%,var(--background) 75%,transparent)}