body,html{max-width:100vw;overflow-x:hidden;background:#000e14}*{box-sizing:border-box;padding:0;margin:0;font-family:var(--font-poppins)}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@font-face{font-family:ArialBlack;src:url(/_next/static/media/Arial-Black.54966e01.woff)}@keyframes swirl-in-fwd{0%{transform:rotate(-540deg) scale(0);opacity:0}to{transform:rotate(0) scale(1);opacity:1}}@keyframes zoomIn{0%{opacity:0}to{opacity:1}}@keyframes zoomOut{0%{opacity:1}to{opacity:0}}.zoom-in-animate{animation:zoomIn .2s linear}.zoom-out-animate{animation:zoomOut .2s linear}._toast{background-color:#171717;padding:0;max-width:70%;margin-right:16px;border-radius:16px;color:#919191;overflow:hidden;height:80px;top:6vh;@media (min-width:1024px){max-width:100%}}