button{all:unset}.AlertDialogOverlay{background-color:var(--blackA9);animation:.15s cubic-bezier(.16,1,.3,1) overlayShow;position:fixed;inset:0}.AlertDialogContent{background-color:#fff;border-radius:6px;width:90vw;max-width:500px;max-height:85vh;padding:25px;animation:.15s cubic-bezier(.16,1,.3,1) contentShow;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 38px -10px #0e121659,0 10px 20px -15px #0e121633}.AlertDialogContent:focus{outline:none}.AlertDialogTitle{color:var(--mauve12);margin:0;font-size:17px;font-weight:500}.AlertDialogDescription{color:var(--mauve11);margin-bottom:20px;font-size:15px;line-height:1.5}.AlertButton{border-radius:4px;justify-content:center;align-items:center;height:35px;padding:0 15px;font-size:15px;font-weight:500;line-height:1;display:inline-flex}.AlertButton.violet{color:var(--violet11);box-shadow:0 2px 10px var(--blackA7);background-color:#fff}.AlertButton.violet:hover{background-color:var(--mauve3)}.AlertButton.violet:focus{box-shadow:0 0 0 2px #000}.AlertButton.red{background-color:var(--red4);color:var(--red11)}.AlertButton.red:hover{background-color:var(--red5)}.AlertButton.red:focus{box-shadow:0 0 0 2px var(--red7)}.AlertButton.mauve{background-color:var(--mauve4);color:var(--mauve11)}.AlertButton.mauve:hover{background-color:var(--mauve5)}.AlertButton.mauve:focus{box-shadow:0 0 0 2px var(--mauve7)}@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)}}