Generate CSS modal dialog styles.
Modal body content goes here.
.overlay {
position: fixed; inset: 0;
background: #00000099;
display: grid; place-items: center;
}
.modal {
background: #ffffff;
border-radius: 12px;
padding: 24px;
width: 90%; max-width: 480px;
box-shadow: 0 20px 60px #00000033;
}