Generate CSS toast notification styles.
.toast {
display: flex; align-items: center; gap: 10px;
padding: 12px 16px;
background: #f0fdf4; color: #166534;
border: 1px solid #bbf7d0;
border-radius: 8px;
box-shadow: 0 8px 24px #0000001a;
max-width: 360px;
}