*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:#0d0b0a;transition:background .2s ease}#root{display:flex;justify-content:center;align-items:flex-start;padding:32px 16px}@media(max-width:520px){#root{padding:0;align-items:stretch}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
