:root{--color-light:#fff;--color-dark:#101112;--color-black:#000;--color-highlight:#181c22;--color-gray-100:#bcc4cc;--color-gray-200:#676e75;--color-gray-300:#4e545a;--color-gray-400:#2f3336;--color-gradient-primary:linear-gradient(330.4deg,#44bcf0 4.54%,#7298f8 59.2%,#a099ff 148.85%)}body,html{line-height:1.7;color:var(--color-gray-200);background:var(--color-dark);scroll-behavior:smooth;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}button,form,img{max-width:100%}h1,h2,h3{color:var(--color-light);line-height:1.3}h1{font-size:3rem}h2{font-size:2.125rem;margin-bottom:1.5rem;max-width:35rem}@media screen and (min-width:60em){h1{font-size:4rem}h2{font-size:2.625rem}}h3{font-size:1.375rem}input,p,span{font-size:1.125rem}p:not(:last-of-type){margin-bottom:1.5rem}a{color:var(--color-gray-100);text-decoration:underline}a:focus-visible,a:hover{outline:none;opacity:.8}.d-none{display:none!important}.connection{position:fixed;color:var(--color-light);background:var(--color-dark);z-index:1;padding:.325rem 1rem;border-radius:2rem;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;grid-gap:1rem;gap:1rem;top:1rem;left:1rem;-webkit-box-shadow:0 0 26px -5px rgba(75,78,86,.25);box-shadow:0 0 26px -5px rgba(75,78,86,.25);-webkit-transition:-webkit-box-shadow .15s ease-in-out;transition:-webkit-box-shadow .15s ease-in-out;-moz-transition:box-shadow .15s ease-in-out;transition:box-shadow .15s ease-in-out;transition:box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.connection:focus-visible,.connection:hover{-webkit-box-shadow:1px 1px 26px -5px rgba(97,99,107,.55);box-shadow:1px 1px 26px -5px rgba(97,99,107,.55)}.connection__avatar{border-radius:2rem;overflow:hidden;width:38px;height:38px}@media screen and (min-width:60em){.connection{top:1.75rem;left:3rem}}