button{all:unset}.dialogOverlay{z-index:1000;background-color:var(--black-a8);position:fixed;inset:0;animation:overlayShow .15s cubic-bezier(.16,1,.3,1)}.dialog{z-index:1001;background-color:var(--color-panel-solid);border-radius:6px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:500px;max-height:85vh;padding:25px;animation:contentShow .15s cubic-bezier(.16,1,.3,1)}.imgPreview{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:1rem;cursor:pointer}.VotedSubmission{background-color:var(--jade-7)}.VoteProgress{position:relative;overflow:hidden;background:var(--color-background);border:1px solid var(--gray-6);border-radius:9999px;width:300px;height:6px;transform:translateZ(0)}.VoteProgressIndicator{background-color:var(--accent-10);width:100%;height:100%;transition:transform .5s ease-in-out}@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)}}