@import "https://fonts.googleapis.com/css2?family=Nunito:wght@600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box}img,svg{vertical-align:middle;display:block}img{max-width:100%}input,select,textarea{font:inherit;color:inherit}html,body,#root{height:100%;margin:0;padding:0}body{background:#fae9cc;font-family:Nunito,system-ui,sans-serif;overflow:hidden}#root{flex-direction:column;display:flex}button{cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit}h1,h2,h3,p{margin:0}*{scrollbar-width:none}::-webkit-scrollbar{display:none}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes speak-pulse{0%,to{box-shadow:0 4px 10px #e8603047}50%{box-shadow:0 4px 24px #e86030a6}}@keyframes category-fade{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-5px)}40%{transform:translate(5px)}60%{transform:translate(-5px)}80%{transform:translate(5px)}}.cursor-blink{animation:1s steps(2,end) infinite blink}.grid-fade-in{animation:.15s forwards category-fade}.speaking-pulse{animation:.8s ease-in-out infinite speak-pulse}.shake{animation:.25s shake}@media (prefers-reduced-motion:reduce){.cursor-blink,.grid-fade-in,.speaking-pulse,.shake{animation:none}}
