*{box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f2f2f2;color:#1a1a1a;overflow:hidden}#root{height:100%;display:flex;flex-direction:column}a{color:#2c5aa0}a:hover{text-decoration:underline}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:34px;height:34px;border:3px solid rgba(44,90,160,.18);border-top-color:#2c5aa0;border-radius:50%;animation:spin .8s linear infinite}@keyframes nextPulse{0%,to{box-shadow:0 0 #fff0}50%{box-shadow:0 0 0 7px #ffffff59}}.next-pulse{animation:nextPulse 1.6s ease-in-out infinite}
