@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes draw-check{0%{stroke-dashoffset:48}to{stroke-dashoffset:0}}.animate-slide-up{animation:slide-up .6s ease-out forwards}.animate-scale-in{animation:scale-in .5s ease-out forwards}.animate-draw-check{stroke-dasharray:48;stroke-dashoffset:48;animation:draw-check .6s ease-in-out .3s forwards}.glass-card{background:rgba(255,255,255,.8);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3)}.luxury-gradient{background:linear-gradient(135deg,#0044AE,#002D72)}