.dialog-overlay{background-color:rgba(0,0,0,.55);animation:.15s cubic-bezier(.16,1,.3,1) overlayShow;position:fixed;top:0;bottom:0;left:0;right:0}.dialog-content{background-color:var(--background);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 8px 40px rgba(0,0,0,.18)}.dialog-content:focus{outline:none}.dialog-title{color:var(--foreground);margin:0;font-size:17px;font-weight:500}.dialog-description{color:var(--muted-foreground);margin:10px 0 20px;font-size:15px;line-height:1.5}.tab-trigger{padding:8px}.tab-trigger[data-state=active]{background-color:var(--primary);color:var(--primary-foreground)}@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)}}
