*{box-sizing:border-box;margin:0;padding:0}html{font-family:SF Pro,Inter,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:#fafafa;color:#333;line-height:1.6}#root{min-height:100vh}@keyframes pulse-animation{0%{transform:scale(.8);opacity:1}to{transform:scale(2.4);opacity:0}}.pulse-ring{position:absolute;border:3px solid #5020ff;border-radius:50%;animation:pulse-animation 1.5s cubic-bezier(.455,.03,.515,.955) infinite}.pulse-ring-1{animation-delay:0s}.pulse-ring-2{animation-delay:.5s}.pulse-ring-3{animation-delay:1s}@media (prefers-reduced-motion:reduce){.pulse-ring{animation:none;opacity:.6}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}