.success-overlay{-webkit-backdrop-filter:blur(20px);z-index:99999;opacity:0;background:rgba(255,255,255,.85);justify-content:center;align-items:center;transition:opacity .3s ease-out;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.success-overlay.visible{opacity:1}.success-overlay.fading{opacity:0;pointer-events:none}@media (prefers-color-scheme:dark){.success-overlay{background:rgba(18,18,18,.85)}}.success-container{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.checkmark-wrapper{width:120px;height:120px;animation:.3s ease-out forwards scale-in;position:relative}.checkmark-svg{width:100%;height:100%}.circle-group{transform-origin:50px 50px;transform:rotate(-90deg)}.checkmark-circle{stroke-dasharray:283;stroke-dashoffset:283px;animation:.6s ease-out forwards draw-circle}.checkmark-check{stroke-dasharray:80;stroke-dashoffset:80px;animation:.4s ease-out .5s forwards draw-check}@keyframes draw-circle{0%{stroke-dashoffset:283px}to{stroke-dashoffset:0}}@keyframes draw-check{0%{stroke-dashoffset:80px}to{stroke-dashoffset:0}}@keyframes scale-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.success-message{font-family:var(--font-body,"Montserrat", sans-serif);color:var(--ion-color-dark,#1a1a1a);text-align:center;opacity:0;margin:0;padding:0 2rem;font-size:1.125rem;font-weight:500;animation:.4s ease-out .7s forwards fade-in-up;transform:translateY(10px)}@media (prefers-color-scheme:dark){.success-message{color:var(--ion-color-light,#f4f4f4)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:576px){.checkmark-wrapper{width:100px;height:100px}.success-message{font-size:1rem}}@media (min-width:768px){.checkmark-wrapper{width:140px;height:140px}.success-message{font-size:1.25rem}}@media (prefers-reduced-motion:reduce){.checkmark-circle,.checkmark-check,.success-message,.checkmark-wrapper,.success-overlay{opacity:1;stroke-dashoffset:0;animation:none;transform:none}.circle-group{transform:rotate(-90deg)}}
