.form-alert{padding:16px 20px;border-radius:8px;margin-bottom:24px;font-size:15px;line-height:1.5;animation:fadeSlideIn .4s ease}
.form-alert strong{display:block;margin-bottom:6px;font-size:16px}
.form-alert p{margin:0}
.form-alert ul{margin:8px 0 0 18px;padding:0}
.form-alert ul li{margin-bottom:4px}
.form-alert-success{background:#ecfdf5;border:1px solid #6ee7b7;color:#065f46}
.form-alert-error{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b}
@keyframes fadeSlideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
