body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}@media (prefers-color-scheme:dark){html{color-scheme:dark}body{color:#fff;background:#000}}*{transition:all .2s}.face{animation:shake 2s ease-in-out infinite alternate}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.cursor-ring{top:0;left:0;width:22px;height:22px;border:2px solid rgba(30,30,30,.8);transition-duration:.1s;transition-timing-function:ease-out;will-change:width,height,transform,border}.cursor-dot,.cursor-ring{position:fixed;border-radius:100%;transform:translate(-50%,-50%);z-index:999;pointer-events:none}.cursor-dot{top:50%;left:50%;width:8px;height:8px;background-color:#000}.cursor-ring.hovered{width:50px;height:50px;border-width:3px;border-color:#d3d3d3;transition:width .6s,height .6s}.cursor-dot.hovered{display:none;transition:width .6s,height .6s}