<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url('https://i.cdn.turner.com/adultswim/big/img/2017/12/06/Swap2BG.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  body {
    background-size: 100% 65%;
  }
}
canvas {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: -1;
}
.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top img {
  max-width: 100px;
  height: 100px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .top img {
    max-width: 80px;
    height: 80px;
  }
}
.main {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Gotham', sans-serif;
  margin: 0 auto;
  width: 100%;
}
.border {
  background-image: url('https://i.cdn.turner.com/adultswim/big/img/2017/11/27/border-yellow-triangle.png');
  background-size: 100% 100%;
  height: 150px;
  margin-top: -100px;
}
#submit,
#agree,
#cancel {
  cursor: pointer;
}
.container-container {
  height: 400px;
}
.user-container {
  text-align: center;
  margin: 50px auto;
  position: relative;
  width: 400px;
  max-width: 90vw;
  transition: all 2s;
}
.login-section {
  text-align: center;
  margin: 50px auto;
  position: relative;
  padding: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}
.login-section .login-text {
  font-size: 40px;
}
.login-section #login {
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 5px;
}
.login-section .signup {
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
}
.signup-section {
  text-align: center;
  margin: 10px auto;
  position: relative;
  padding: 20px;
  font-weight: bold;
  display: none;
}
.signup-section .signup-text {
  font-size: 40px;
  margin-bottom: 20px;
}
.user-section {
  text-align: center;
  margin: 10px auto;
  position: relative;
  padding: 20px;
  font-weight: bold;
  display: none;
}
.user-section .user-account-text {
  font-size: 40px;
  margin-bottom: 20px;
}
.user-section .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}
.user-section .coin-number,
.user-section .last-login {
  font-size: 20px;
}
.user-section .support-text {
  font-size: 10px;
}
.user-container:before,
.user-container:after {
  content: "";
  position: absolute;
}
.user-container:before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background-image: -webkit-radial-gradient(right top, 150px 230px, black, transparent);
  background-image: -moz-radial-gradient(right top, farthest-corner, black 0%, transparent 86%);
  z-index: -2;
}
.user-container:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: -1;
}
.white-paper-section-2 {
  background-color: white;
  padding: 4em 12em;
}
@media (max-width: 1200px) {
  .white-paper-section-2 {
    padding: 4em 1em;
  }
}
.text-content h1 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .text-content h1 {
    font-size: 40px;
  }
}
.text-content h2 {
  font-size: 34px;
  margin-left: 1em;
}
@media (max-width: 1200px) {
  .text-content h2 {
    font-size: 24px;
  }
}
.text-content h5 {
  font-size: 28px;
  margin: 20px auto;
  margin-left: 2.5em;
}
@media (max-width: 1200px) {
  .text-content h5 {
    font-size: 18px;
    padding: 15px;
  }
}
.text-content .image {
  padding: 25px;
  margin: 0 auto;
  text-align: center;
}
.text-content .image img {
  max-width: 80vw;
}
.white-paper-section-1 {
  background-color: #fcfc63;
  padding: 1em 12em;
}
@media (max-width: 1200px) {
  .white-paper-section-1 {
    padding: 1em 0em;
  }
}
.links {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  max-width: 90vw;
}
.links #showpage {
  width: 100px;
}
@media (max-width: 1200px) {
  .links #showpage {
    width: 50px;
  }
}
.links #etherscan {
  width: 50px;
}
@media (max-width: 1200px) {
  .links #etherscan {
    width: 25px;
  }
}
.links #streams {
  width: 180px;
}
@media (max-width: 1200px) {
  .links #streams {
    width: 90px;
  }
}
.links #tumblr {
  width: 50px;
}
@media (max-width: 1200px) {
  .links #tumblr {
    width: 25px;
  }
}
.bottom {
  height: 200px;
  background-image: linear-gradient(0deg, black, #fcfcfc 50%);
}
.fadeout {
  -webkit-animation: fadeout 2s ease-out;
          animation: fadeout 2s ease-out;
}
.fadein {
  -webkit-animation: fadein 1s ease-out;
          animation: fadein 1s ease-out;
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
</pre></body></html>