 .swal2-popup {
     border-radius: 2rem !important;
 }

 .swal2-icon {
     border-radius: 50% !important;
     border-width: 3px !important;
 }

 .swal2-timer-progress-bar {
     background: rgba(16, 185, 129, 0.2);
     border-radius: 0 0 2rem 2rem;
 }

 .swal2-backdrop-show {
     backdrop-filter: blur(8px);
 }

 .tab-panel {
     animation: fadeInScale 0.3s ease-out forwards;
 }