.settle-app{--background:0 0% 100%;--foreground:228 15% 12%;--card:0 0% 100%;--card-foreground:228 15% 12%;--popover:0 0% 100%;--popover-foreground:228 15% 12%;--primary:233 75% 45%;--primary-foreground:0 0% 100%;--secondary:240 100% 99%;--secondary-foreground:228 15% 12%;--muted:240 100% 99%;--muted-foreground:220 9% 42%;--accent:234 55% 95%;--accent-foreground:228 15% 12%;--success:160 72% 36%;--success-foreground:160 100% 98%;--destructive:0 84% 60%;--destructive-foreground:0 0% 98%;--border:234 14% 86%;--input:234 14% 86%;--ring:233 75% 45%;--radius:0.875rem}.settle-app .animate-check-pop{animation:settle-check-pop .5s cubic-bezier(.16,1,.3,1) both}.settle-app .animate-ring-grow{animation:settle-ring-grow .9s ease-out .1s both}@keyframes settle-check-pop{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.12);opacity:1}to{transform:scale(1);opacity:1}}@keyframes settle-ring-grow{0%{transform:scale(.6);opacity:.6}to{transform:scale(1.6);opacity:0}}@media (prefers-reduced-motion:reduce){.settle-app .animate-check-pop,.settle-app .animate-ring-grow{animation:none}}