:root{--foreground-rgb:255,255,255;--background-start-rgb:10,4,28;--background-end-rgb:8,4,20}::selection{background:#6412ac}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#070513}body{color:rgb(var(--foreground-rgb));background:radial-gradient(circle,rgb(var(--background-start-rgb)) 0,rgb(var(--background-end-rgb)) 100%)}a,button,input{color:inherit;text-decoration:none}.c-footer{background:#201331;border:1px solid #443754;padding:1.5rem;color:#fff;text-align:center;position:relative;z-index:2}.c-footer__nav{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.c-footer__link{color:hsla(0,0%,100%,.8);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s;position:relative}.c-footer__link:after{content:"";position:absolute;width:100%;height:1px;background:#a78bfa;bottom:-2px;left:0;transform:scaleX(0);transform-origin:left;transition:transform .2s}.c-footer__link:hover{color:#fff}.c-footer__link:hover:after{transform:scaleX(1)}.c-footer__credit{display:flex;align-items:center;justify-content:center}.c-footer a{color:#fff;text-decoration:none;font-weight:700}.c-footer__avatar{display:flex;align-items:center;position:relative}.c-footer__avatar:after{content:"";position:absolute;width:calc(100% - 50px);height:2px;border-radius:2px;background-color:#fff;bottom:0;left:50px;transform-origin:left;transform:scaleX(0);transition:transform .3s ease-in-out}.c-footer__avatar:hover:after{transform:scaleX(1)}.c-footer__avatar:before{content:"";width:32px;height:32px;background:url(/avatar.png);background-size:cover;display:inline-block;margin-left:.5rem;margin-right:.5rem}.c-footer__legalese{color:#9b9b9b;font-size:12px;margin-top:1.5rem}