html,body{margin:0;padding:0;height:100%;background:#f4f1ea}body{font-family:Inter,system-ui,sans-serif;color:#282622;min-width:1280px}#root{min-height:100vh;display:flex;flex-direction:column}textarea,input,button{font-family:inherit}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-thumb{background:#2826222e;border-radius:4px}*::-webkit-scrollbar-track{background:transparent}@keyframes rugbyBounce{0%,to{transform:translateY(0) rotate(-12deg)}50%{transform:translateY(-44px) rotate(12deg)}}.rugby-ball-bounce{animation:rugbyBounce 1.05s cubic-bezier(.55,.15,.45,.85) infinite}@keyframes stepSpin{to{transform:rotate(360deg)}}.step-spin{animation:stepSpin .8s linear infinite}
