* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
a img,
iframe {
  border: none;
}
@-webkit-keyframes pop-text {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  14%, 90% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes pop-text {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  14%, 90% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
body {
  background: #83d8ff;
  color: #fff;
  font-family: gill-sans-nova, sans-serif;
  font-size: 22px;
}
@media (max-width: 800px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 18px;
  }
}
a {
  color: inherit;
}
h1 {
  font-family: wigwag-bold;
  font-size: 38px;
  margin: 50px 8px 10px 8px;
  text-align: center;
}
h2 {
  font-family: wigwag-bold;
  font-size: 28px;
  margin: 40px 8px 10px 8px;
  text-align: center;
}
p {
  margin: 6px;
}
.Web__section,
.Web__section-fill {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.Web__section-fill {
  background: #fff;
  border-radius: 12px;
  color: #5e5e5e;
  font-size: 18px;
  margin-top: 12px;
  padding: 12px 24px;
}
.Web__section-fill h1 {
  font-family: gill-sans-nova, sans-serif;
  font-size: 32px;
  margin: 20px 8px 20px 8px;
}
.Web__section-fill h2 {
  font-family: gill-sans-nova, sans-serif;
  font-size: 22px;
  margin: 14px 8px 12px 8px;
}
.Web__react-root,
.Web .ReactModalPortal {
  color: #000;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: left;
}
.SiteNav {
  background: #fff;
  width: 100%;
  font-family: gill-sans-nova, sans-serif;
}
.SiteNav__contents {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
@media (max-width: 800px) {
  .SiteNav__contents {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .SiteNav--expand .SiteNav__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.SiteNav__contents > * {
  height: 50px;
}
@media (max-width: 800px) {
  .SiteNav__contents > * {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
  }
}
.SiteNav__right {
  margin-left: auto;
}
@media (max-width: 800px) {
  .SiteNav__right {
    display: none;
  }
}
.SiteNav__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  margin-left: 2px;
  padding: 0 16px;
  text-decoration: none;
}
.SiteNav__hamburger,
.SiteNav__icon-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
}
.SiteNav__hamburger > svg,
.SiteNav__icon-link > svg {
  fill: #262626;
  height: 20px;
  width: 26px;
}
.SiteNav__hamburger {
  border: none;
  background: none;
  display: none;
  height: 50px;
  padding-left: 26px;
  padding-right: 20px;
}
@media (max-width: 800px) {
  .SiteNav__hamburger {
    display: block;
  }
}
.SiteNav--expand .SiteNav__hamburger {
  background: rgba(0,0,0,0.07);
}
.SiteNav__icon-label {
  display: none;
}
@media (max-width: 800px) {
  .SiteNav__icon-label {
    display: block;
    font-size: 18px;
    padding-left: 10px;
  }
}
@media (min-width: 801px) {
  .SiteNav__icon-label {
    background: #232323;
    border-radius: 5px;
    color: #fff;
    font-family: sofia-pro-soft;
    font-size: 17px;
    padding: 3px 8px 5px 8px;
    position: absolute;
    bottom: -40%;
    right: 0;
    white-space: nowrap;
    z-index: 100;
  }
}
.SiteNav__icon-link:hover .SiteNav__icon-label {
  display: block;
}
.SiteNav .AccountInfo__user {
  padding-left: 16px;
}
@media (max-width: 800px) {
  .SiteNav .AccountInfo__user {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.SiteNav__link:hover,
.SiteNav__icon-link:hover,
.SiteNav .AccountInfo__user:hover,
.SiteNav__hamburger:hover {
  background: rgba(0,0,0,0.07);
}
.HomePage body {
  text-align: center;
}
.HomePage__header {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.HomePage__header-img {
  aspect-ratio: 1269/768;
  display: block;
  margin: 0 auto;
  max-height: 70vh;
  max-width: 1260px;
  position: relative;
  width: 100%;
}
.HomePage__header-bg {
  -webkit-animation-duration: 720s;
          animation-duration: 720s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: spinbg;
          animation-name: spinbg;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #83d8ff;
  display: block;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -18.14%);
          transform: translate(-50%, -18.14%);
  height: 250%;
}
@media (prefers-reduced-motion) {
  .HomePage__header-bg {
    -webkit-animation: none;
            animation: none;
  }
}
.HomePage__join {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 600px) {
  .HomePage__join {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.HomePage__join-label {
  color: #494949;
  font-size: 18px;
  margin: 6px;
}
.HomePage__join-input {
  background: #fff;
  border: none;
  border-bottom: 1px solid #adadad;
  height: 32px;
  margin: 0 6px 0 6px;
  padding: 0 12px;
  width: 110px;
}
.HomePage__join-input::-webkit-input-placeholder {
  color: #cfcfcf;
  font-family: inherit;
}
.HomePage__join-input::-moz-placeholder {
  color: #cfcfcf;
  font-family: inherit;
}
.HomePage__join-input:-ms-input-placeholder {
  color: #cfcfcf;
  font-family: inherit;
}
.HomePage__join-input::placeholder {
  color: #cfcfcf;
  font-family: inherit;
}
.HomePage__join-go {
  background: url("/img/chevron-right-light.svg") 88% center no-repeat #fff;
  background-size: 6px;
  border: 1px solid #adadad;
  border-radius: 6px;
  color: #494949;
  cursor: pointer;
  font-size: 15px;
  margin: 0;
  padding: 8px 12px;
  padding-right: 24px;
  text-transform: uppercase;
}
.HomePage__join-go:hover {
  background: #ccc;
}
.HomePage__skinny {
  max-width: 560px;
}
.HomePage__animation {
  display: block;
  height: 40vw;
  margin: 0 auto;
  max-height: 152px;
  max-width: 380px;
  position: relative;
  width: 100%;
}
.HomePage__create {
  background: #fff;
  border: 0;
  border-radius: 6px;
  color: #505050;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-size: 20px;
  height: 44px;
  line-height: 46px;
  padding: 0 14px;
  text-decoration: none;
  vertical-align: middle;
  margin: 0 14px;
}
.HomePage__create:hover {
  background: #cfcfcf;
}
.HomePage__aside {
  font-size: 16px;
}
.HomePage__import {
  background: #fff;
  border: 0;
  border-radius: 6px;
  color: #505050;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-size: 20px;
  height: 44px;
  line-height: 46px;
  padding: 0 14px;
  text-decoration: none;
  vertical-align: middle;
  margin-top: 8px;
}
.HomePage__import:hover {
  background: #cfcfcf;
}
.HomePage__customize {
  margin-bottom: 16px;
  margin-top: 36px;
  position: relative;
}
.HomePage__customize-center,
.HomePage__customize-right,
.HomePage__customize-left {
  border: 3px solid #fff;
  border-radius: 8px;
}
.HomePage__customize-center {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 58%;
}
.HomePage__customize-left {
  left: 4%;
  position: absolute;
  top: 13%;
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
  width: 42%;
}
.HomePage__customize-right {
  position: absolute;
  right: 4%;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
  top: 13%;
  width: 42%;
}
.HomePage__social {
  color: inherit;
  display: inline-block;
  font-size: 0.9em;
  margin: 0 30px;
  max-width: calc(50% - 40px);
  text-decoration: none;
  vertical-align: top;
  width: 110px;
}
.HomePage__social > img {
  width: 100%;
}
.HomePage__social > span {
  display: block;
  margin-top: 10px;
}
.HomePage__hazard {
  display: block;
  margin: 20px auto 60px auto;
  max-width: 300px;
  width: 100%;
}
@-webkit-keyframes spinbg {
  0% {
    -webkit-transform: translate(calc(-51.09%), -18.14%) rotate(0deg);
            transform: translate(calc(-51.09%), -18.14%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(calc(-51.09%), -18.14%) rotate(360deg);
            transform: translate(calc(-51.09%), -18.14%) rotate(360deg);
  }
}
@keyframes spinbg {
  0% {
    -webkit-transform: translate(calc(-51.09%), -18.14%) rotate(0deg);
            transform: translate(calc(-51.09%), -18.14%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(calc(-51.09%), -18.14%) rotate(360deg);
            transform: translate(calc(-51.09%), -18.14%) rotate(360deg);
  }
}
.LandingPage body {
  background: #83d8ff;
  color: #fff;
  font-family: wigwag-bold, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  text-align: center;
}
.LandingPage header {
  background: #fff;
  height: 56px;
  text-align: left;
}
.LandingPage header a {
  color: #868686;
  display: inline-block;
  font-family: sofia-pro-soft;
  font-size: 20px;
  margin-left: 24px;
  margin-top: 13px;
  text-decoration: none;
}
.LandingPage h1 {
  font-size: 38px;
  line-height: 1em;
  margin-top: 40px;
}
.LandingPage p {
  margin: 12px 0;
}
.LandingPage__instructions {
  background: #fff;
  border-radius: 14px;
  font-size: 18px;
  padding: 24px 32px;
  text-align: left;
}
.LandingPage__instructions h1,
.LandingPage__instructions h2,
.LandingPage__instructions h3,
.LandingPage__instructions h4,
.LandingPage__instructions h5,
.LandingPage__instructions h6,
.LandingPage__instructions p,
.LandingPage__instructions a,
.LandingPage__instructions ol,
.LandingPage__instructions ul,
.LandingPage__instructions li {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
.LandingPage__instructions th,
.LandingPage__instructions td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
.LandingPage__instructions a img {
  border: none;
}
@font-face {
  font-family: 'abbasy-calligraphy';
  src: url("/fonts/abbasy-calligraphy-webfont.woff2") format('woff2'), url("/fonts/abbasy-calligraphy-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rocksalt';
  src: url("/fonts/RockSalt-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fivecomputers';
  src: url("/fonts/5computers-in-love-webfont.woff2") format('woff2'), url("/fonts/5computers-in-love-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'unquiet-spirits';
  src: url("/fonts/unquiet-spirits-webfont.woff2") format('woff2'), url("/fonts/unquiet-spirits-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'westminstergotisch';
  src: url("/fonts/westminstergotisch-webfont.woff2") format('woff2'), url("/fonts/westminstergotisch-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dyno-sans';
  src: url("/fonts/dyno-regular-webfont.woff2") format('woff2'), url("/fonts/dyno-regular-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
.LandingPage__instructions h1,
.LandingPage__instructions h2,
.LandingPage__instructions h3,
.LandingPage__instructions h4,
.LandingPage__instructions h5,
.LandingPage__instructions h6,
.LandingPage__instructions p,
.LandingPage__instructions a,
.LandingPage__instructions ol,
.LandingPage__instructions ul,
.LandingPage__instructions li,
.LandingPage__instructions table {
  color: #2d2d2d;
  font-family: gill-sans-nova, sans-serif;
}
.LandingPage__instructions table {
  margin: 6px 0 24px 0;
  width: 100%;
}
.LandingPage__instructions ol,
.LandingPage__instructions ul {
  padding-left: 24px;
}
.LandingPage__instructions ol {
  list-style: decimal;
}
.LandingPage__instructions ul > li {
  list-style: disc;
}
.LandingPage__instructions img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #e4e4e4;
}
.LandingPage__instructions h1 {
  font-size: 38px;
  line-height: 1em;
  margin-top: 40px;
}
.LandingPage__instructions h2 {
  color: #717171;
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 12px;
  margin-top: 36px;
  text-align: center;
}
.LandingPage__instructions h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  margin-left: 24px;
  margin-top: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.LandingPage__instructions a {
  color: inherit;
}
.LandingPage__instructions blockquote {
  background: #eee;
  border-left: 4px solid #c8c8c8;
  margin-top: 16px;
  padding: 4px 2px 6px 10px;
}
.LandingPage__instructions blockquote > p {
  color: #555;
  font-size: 0.9em;
  line-height: 1.4em;
  margin: 0;
}
.LandingPage__instructions p {
  margin: 12px 0;
  white-space: pre-line;
}
.LandingPage__instructions strong {
  font-weight: bold;
}
.LandingPage__instructions :first-child {
  margin-top: 0;
}
.LandingPage__instructions--game-removed {
  margin-top: 20px;
}
.LandingPage__image {
  margin-top: 24px;
  max-width: 55%;
}
.LandingPage .ad {
  background: #ffcf89;
  border: 6px solid #ffcf89;
  border-radius: 8px;
  color: #fff;
  display: none;
  text-align: center;
}
.LandingPage .ad-text {
  color: #000;
  display: block;
  font-family: gill-sans-nova, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 0;
}
.DocsPage header {
  background: #83d8ff;
  font-family: wigwag-bold, sans-serif;
  font-size: 24px;
  height: 60px;
  text-align: left;
  padding-top: 14px;
}
.DocsPage header a {
  color: #5c5c5c;
  text-decoration: none;
}
.DocsPage img {
  max-width: 100%;
}
.DocsPage p {
  margin-top: 4px;
  margin-bottom: 6px;
}
.DocsPage h4 {
  margin: 0;
  margin-top: 8px;
  text-align: center;
}
.DocsPage__back {
  background: url("/img/chevron-left-white.svg") 3% 66% no-repeat;
  background-size: 7px;
  font-size: 16px;
  padding-left: 20px;
  text-decoration: none;
}
.DocsPage__back:hover {
  text-decoration: underline;
}
.DocsPage__video-thumb {
  border: 1px solid #ccc;
  max-width: 280px;
  margin-left: 40px;
}
.DocsPage__video-tutorial {
  border: 1px solid #ccc;
  display: block;
  max-width: 600px;
}
.DocsPage__no-sound {
  color: #797979;
  font-size: 13px;
  line-height: 1em;
  margin-left: 2px;
}
.DocsPage :target {
  -webkit-animation: target-fade 1s;
          animation: target-fade 1s;
}
@-webkit-keyframes target-fade {
  0% {
    background-color: rgba(0,0,0,0);
  }
  50% {
    background-color: rgba(202,177,0,0.22);
  }
  100% {
    background-color: rgba(0,0,0,0);
  }
}
@keyframes target-fade {
  0% {
    background-color: rgba(0,0,0,0);
  }
  50% {
    background-color: rgba(202,177,0,0.22);
  }
  100% {
    background-color: rgba(0,0,0,0);
  }
}
.ReactModal__Overlay {
  background: rgba(0,0,0,0);
  bottom: 0;
  font-size: 16px;
  left: 0;
  position: fixed;
  right: 0;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  top: 0;
}
.ReactModal__Overlay--after-open {
  background: rgba(0,0,0,0.2);
}
.ReactModal__Content {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.ReactModal__Content--after-open {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.Modal__overlay {
  overflow-y: auto;
}
.Modal__content--styled {
  background: #fff;
  -webkit-box-shadow: 1px 1px 22px rgba(0,0,0,0.2);
          box-shadow: 1px 1px 22px rgba(0,0,0,0.2);
  border-radius: 4px;
  left: 50%;
  margin-top: 20px;
  max-width: 800px;
  outline: 0;
  padding: 4px 20px 64px 20px;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0) scale(0);
          transform: translate(-50%, 0) scale(0);
  -webkit-transition: background 300ms ease, -webkit-transform 350ms bounceTransition;
  transition: background 300ms ease, -webkit-transform 350ms bounceTransition;
  transition: transform 350ms bounceTransition, background 300ms ease;
  transition: transform 350ms bounceTransition, background 300ms ease, -webkit-transform 350ms bounceTransition;
  width: 98%;
  width: calc(100% - 8px);
}
.Modal__content--styled.ReactModal__Content--after-open {
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}
.Modal__content--styled > .Tabs {
  margin-left: 14px;
  padding-left: 18px;
}
.Modal__content--full-height {
  height: 95%;
  height: calc(100% - 40px);
}
.Modal__icon {
  background: #52bbae;
  border-radius: 100px;
  height: 52px;
  left: 10px;
  position: absolute;
  top: -8px;
  width: 52px;
}
.Modal__icon > svg {
  fill: #fff;
  left: 50%;
  max-width: 26px;
  max-height: 26px;
  position: absolute;
  stroke: #fff;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.Modal__buttons {
  bottom: 8px;
  left: 0;
  position: absolute;
  width: 100%;
}
.Modal__done {
  background: #52bbae;
  border: 0;
  color: #fff;
  font-size: 24px;
  font-family: sofia-pro-soft;
  font-weight: 500;
  height: 56px;
  padding: 4px 14px;
  padding-bottom: 8px;
  text-transform: uppercase;
  width: 100%;
}
.SimpleModal {
  overflow-y: auto;
}
.SimpleModal__content {
  margin-bottom: 40px;
  max-width: 500px;
  padding: 35px 0 8px 0;
}
.SimpleModal .Modal__icon > svg {
  width: 18px;
}
.SimpleModal__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
}
.SimpleModal__button {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-right: 0;
  color: #868686;
  font-size: 19px;
  font-family: sofia-pro-soft;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12px 0;
}
.SimpleModal__button:first-of-type {
  border-left: 0;
}
.SimpleModal--submit {
  background: #52bbae;
  color: #fff;
}
.SimpleModal--danger {
  background: #e23b3b;
  color: #fff;
}
.SimpleModalLabel {
  color: #484848;
  font-size: 20px;
  padding: 20px 24px 12px 36px;
}
.SimpleModalInput {
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: calc(4px * var(--scale));
  -webkit-box-shadow: 1px 1px 1px #dedede inset;
          box-shadow: 1px 1px 1px #dedede inset;
  padding: 6px;
  font-size: 14px;
  margin: 0 24px;
  max-width: 88%;
  width: 100%;
}
.SimpleModalButtonBar {
  margin: 0 24px;
}
.CreateRoomPopup__rooms {
  border: 1px solid #bfbfbf;
  border-top: none;
  margin: 12px auto 0 auto;
  width: 340px;
}
.CreateRoomPopup__room {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #bfbfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}
.CreateRoomPopup__room-name {
  color: inherit;
  margin-left: 12px;
  text-decoration: none;
}
.CreateRoomPopup__room-id {
  color: #4e4e4e;
  font-weight: bold;
  margin-left: auto;
}
.CreateRoomPopup__room-open {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#f7f7f7));
  background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: calc(4px * var(--scale));
  -webkit-box-shadow: 1px 1px 1px #dedede;
          box-shadow: 1px 1px 1px #dedede;
  color: #8e8e8e;
  font-family: inherit;
  font-weight: normal;
  padding: calc(1px * var(--scale)) calc(6px * var(--scale));
  text-transform: uppercase;
  border-radius: 4px;
  margin: 0 4px 0 12px;
  padding: 6px 8px;
  text-decoration: none;
}
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#f7f7f7));
  background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
.CreateRoomPopup__room-open::-moz-focus-inner {
  border: 0;
}
.CreateRoomPopup__room-open:hover {
  background: #fff;
}
.CreateRoomPopup__room-open:focus {
  border-top-color: #929292;
  border-left-color: #929292;
  border-bottom-color: #888;
  border-right-color: #888;
  -webkit-box-shadow: 1px 1px 1px #c2c2c2;
          box-shadow: 1px 1px 1px #c2c2c2;
  outline: 0;
}
.CreateRoomPopup__room-open:active {
  -webkit-box-shadow: 1px 1px 1px #dedede inset;
          box-shadow: 1px 1px 1px #dedede inset;
  border-top-color: #888;
  border-left-color: #888;
  border-bottom-color: #929292;
  border-right-color: #929292;
}
.CreateRoomPopup__copy-all-container {
  margin: 0 auto;
  text-align: right;
  width: 340px;
}
.CreateRoomPopup__copy-all {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#f7f7f7));
  background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: calc(4px * var(--scale));
  -webkit-box-shadow: 1px 1px 1px #dedede;
          box-shadow: 1px 1px 1px #dedede;
  color: #8e8e8e;
  font-family: inherit;
  font-weight: normal;
  padding: calc(1px * var(--scale)) calc(6px * var(--scale));
  text-transform: uppercase;
  border-radius: 4px;
  padding: 6px 8px;
  margin: 3px 4px 3px 12px;
}
  background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
.CreateRoomPopup__copy-all::-moz-focus-inner {
  border: 0;
}
.CreateRoomPopup__copy-all:hover {
  background: #fff;
}
.CreateRoomPopup__copy-all:focus {
  border-top-color: #929292;
  border-left-color: #929292;
  border-bottom-color: #888;
  border-right-color: #888;
  -webkit-box-shadow: 1px 1px 1px #c2c2c2;
          box-shadow: 1px 1px 1px #c2c2c2;
  outline: 0;
}
.CreateRoomPopup__copy-all:active {
  -webkit-box-shadow: 1px 1px 1px #dedede inset;
          box-shadow: 1px 1px 1px #dedede inset;
  border-top-color: #888;
  border-left-color: #888;
  border-bottom-color: #929292;
  border-right-color: #929292;
}
.GamesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.GamesList__game {
  background: #fff;
  border: 4px solid #fff;
  border-radius: 5px;
  display: block;
  font-size: 1.3em;
  margin: 8px;
  max-width: calc(50% - 24px);
  min-height: 80px;
  position: relative;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
  width: 224px;
}
.GamesList__game > img {
  display: block;
  width: 100%;
}
.GamesList__game:hover > img {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.GamesList__game-title {
  color: #333;
  font-size: 18px;
  margin-left: 4px;
  padding: 8px 2px;
}
.GamesList__game-tag {
  background: #ceffe5;
  border-radius: 3px;
  color: #5c5c5c;
  display: inline-block;
  font-size: 14px;
  margin: 2px 4px;
  padding: 2px 4px;
}
.AccountInfo__user {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background: #fff;
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding-right: 12px;
  position: relative;
  text-decoration: none;
}
.AccountInfo__user-name {
  font-size: 16px;
}
.AccountInfo__user-go {
  font-size: 12px;
}
.AccountInfo__user-start {
  font-size: 19px;
}
.StartGameButton {
  margin: 12px 0;
  text-align: center;
}
.StartGameButton__button {
  background: #fff;
  border-radius: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 56px;
  line-height: 52px;
  padding: 0;
}
.StartGameButton__create-single,
.StartGameButton__create-bulk {
  background: 0;
  border: 0;
  color: #505050;
  cursor: pointer;
  display: none;
  font-size: 24px;
  margin: 3px;
}
.StartGameButton__create-single:hover,
.StartGameButton__create-bulk:hover {
  background: #cfcfcf;
}
.StartGameButton__create-single {
  border-radius: 8px;
  padding-left: 26px;
  padding-right: 26px;
}
.StartGameButton--loaded .StartGameButton__create-single {
  display: block;
}
.StartGameButton--allow-bulk .StartGameButton__create-single {
  border-radius: 8px 0 0 8px;
  padding-right: 8px;
}
.StartGameButton__create-bulk {
  margin-left: 0;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 0 8px 8px 0;
}
.StartGameButton__create-bulk > svg {
  fill: #505050;
  height: 28px;
  margin-top: 5px;
}
.StartGameButton--allow-bulk .StartGameButton__create-bulk {
  display: block;
}
.StartGameButton .Throbber {
  margin: 20px;
}
.StartGameButton--loaded .Throbber {
  display: none;
}
.Throbber {
  -webkit-animation: throbber 1.2s infinite linear;
          animation: throbber 1.2s infinite linear;
  border: 6px solid rgba(255,255,255,0.25);
  border-left-color: #fff;
  border-radius: 1000px;
  height: 60px;
  margin: 50px auto;
  position: relative;
  width: 60px;
}
.Throbber--small {
  border-width: 2px;
  height: 20px;
  margin: 0;
  width: 20px;
}
.Throbber--dark {
  border-color: rgba(0,0,0,0.07);
  border-left-color: #969696;
}
@-webkit-keyframes throbber {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes throbber {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.SiteLinks {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 60px;
  text-align: center;
  text-align: center;
}
.SiteLinks a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.SiteLinks a:hover {
  text-decoration: underline;
}
.EighteenModal {
  background: rgba(0,0,0,0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.EighteenModal__main {
  background: #252525;
  border-radius: 18px;
  left: 50%;
  max-width: 100%;
  padding: 28px;
  position: absolute;
  top: 44%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 420px;
}
.EighteenModal__buttons {
  padding-top: 18px;
  text-align: right;
}
.EighteenModal__back,
.EighteenModal__confirm {
  background: #fff;
  border: 0;
  border-radius: 6px;
  color: #3a3a3a;
  cursor: pointer;
  display: inline;
  font-size: 22px;
  font-family: inherit;
  padding: 6px 12px;
  text-decoration: none;
  vertical-align: middle;
}
.EighteenModal__confirm {
  margin-left: 12px;
}
.ButtonBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ButtonBar--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
  vertical-align: middle;
}
.ButtonBar__button > svg,
.ButtonBar__button > img {
  width: 20px;
}
.ToggleToken {
  cursor: pointer;
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 4px;
  color: #383838;
  padding: 6px 10px;
  vertical-align: middle;
  margin-right: -1px;
  margin-bottom: -1px;
  white-space: nowrap;
}
.ToggleToken--hover {
  background: #e2e2e2;
}
.ToggleToken--active {
  background: #b9b9b9;
}
.ToggleToken--small {
  font-size: 14px;
  padding: 3px 6px;
}
.ToggleToken--smoosh {
  border-radius: 0;
}
.ToggleToken--smoosh:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ToggleToken--smoosh:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ToggleToken--selected {
  background: #d4d4d4;
}
.CopyButton {
  position: relative;
}
.CopyButton__pop {
  background: #232323;
  border-radius: 5px;
  color: #fff;
  font-family: sofia-pro-soft;
  font-size: 17px;
  padding: 3px 8px 5px 8px;
  display: block;
  font-size: 14px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 200ms ease-in;
  transition: -webkit-transform 200ms ease-in;
  transition: transform 200ms ease-in;
  transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
  white-space: nowrap;
}
.CopyButton--pop .CopyButton__pop {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 200ms bounceTransition;
  transition: -webkit-transform 200ms bounceTransition;
  transition: transform 200ms bounceTransition;
  transition: transform 200ms bounceTransition, -webkit-transform 200ms bounceTransition;
}
.InfoMessage {
  background: #f9a13e;
  font-size: 18px;
  padding: 6px 8px 8px 8px;
  text-align: center;
}
.InfoMessage a {
  color: #fff;
}
