.success-message-modern{padding:4rem 2rem}.success-circle{align-items:center;animation:bounceIn .6s ease;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 10px 40px rgba(102,126,234,.3);display:flex;height:120px;justify-content:center;margin:0 auto;width:120px}.checkmark-wrapper{height:80px;width:80px}.checkmark{animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;border-radius:50%;display:block;height:80px;stroke:#fff;width:80px}.checkmark,.checkmark-circle{stroke-miterlimit:10;stroke-width:3}.checkmark-circle{animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards;fill:none;stroke:#fff;stroke-dasharray:166;stroke-dashoffset:166}.checkmark-check{animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;stroke-dasharray:48;stroke-dashoffset:48;transform-origin:50% 50%}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.success-title{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;font-size:2rem;font-weight:700;-webkit-text-fill-color:transparent;animation:fadeIn .6s ease .4s both}.success-text{animation:fadeIn .6s ease .6s both;color:#6c757d;font-size:1.1rem}.btn-new-message{animation:fadeIn .6s ease .8s both;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 4px 15px rgba(102,126,234,.3);color:#fff;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.btn-new-message:hover{box-shadow:0 6px 20px rgba(102,126,234,.4);color:#fff;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}