* {
  box-sizing: border-box;
}
html,
body,
p,
blockquote {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
}
a img,
iframe {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
li,
p {
  margin: 6px 0;
}
textarea {
  font-family: inherit;
  font-size: inherit;
}
@font-face {
  font-family: 'opensans';
  src: url("/assets/fonts/opensans-light-webfont.woff2") format('woff2'), url("/assets/fonts/opensans-light-webfont.woff") format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'opensans';
  src: url("/assets/fonts/opensans-regular-webfont.woff2") format('woff2'), url("/assets/fonts/opensans-regular-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensans';
  src: url("/assets/fonts/opensans-semibold-webfont.woff2") format('woff2'), url("/assets/fonts/opensans-semibold-webfont.woff") format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'opensans';
  src: url("/assets/fonts/opensans-bold-webfont.woff2") format('woff2'), url("/assets/fonts/opensans-bold-webfont.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'opensans-light';
  src: url("/assets/fonts/opensans-light-webfont.woff2") format('woff2'), url("/assets/fonts/opensans-light-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensans-regular';
  src: url("/assets/fonts/opensans-regular-webfont.woff2") format('woff2'), url("/assets/fonts/opensans-regular-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensans-semibold';
  src: url("/assets/fonts/opensans-semibold-webfont.woff2") format('woff2'), url("/assets/fonts/opensans-semibold-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensans-bold';
  src: url("/assets/fonts/opensans-bold-webfont.woff2") format('woff2'), url("/assets/fonts/opensans-bold-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensans-extrabold';
  src: url("/assets/fonts/opensans-extrabold-webfont.woff2") format('woff2'), url("/assets/fonts/opensans-extrabold-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'abbasy-calligraphy';
  src: url("/assets/fonts/abbasy-calligraphy-webfont.woff2") format('woff2'), url("/assets/fonts/abbasy-calligraphy-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rocksalt';
  src: url("/assets/fonts/RockSalt-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fivecomputers';
  src: url("/assets/fonts/5computers-in-love-webfont.woff2") format('woff2'), url("/assets/fonts/5computers-in-love-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'unquiet-spirits';
  src: url("/assets/fonts/unquiet-spirits-webfont.woff2") format('woff2'), url("/assets/fonts/unquiet-spirits-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'iansui';
  src: url("/assets/fonts/iansui-regular.woff2") format('woff2'), url("/assets/fonts/iansui-regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'westminstergotisch';
  src: url("/assets/fonts/westminstergotisch-webfont.woff2") format('woff2'), url("/assets/fonts/westminstergotisch-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dyno-sans';
  src: url("/assets/fonts/dyno-regular-webfont.woff2") format('woff2'), url("/assets/fonts/dyno-regular-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@-moz-keyframes pop-text {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  10% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }
  14%, 90% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes pop-text {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  10% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }
  14%, 90% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
@-o-keyframes pop-text {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  10% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }
  14%, 90% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes pop-text {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  10% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }
  14%, 90% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
.WebH1 {
  color: #fff;
  font-family: wigwag-bold;
  font-size: 38px;
  font-weight: normal;
  margin: 50px 8px 10px 8px;
  text-align: center;
}
@media (max-width: 800px) {
  .WebH1 {
    font-size: 26px;
  }
}
.WebH2 {
  color: #fff;
  font-family: wigwag-bold;
  font-size: 28px;
  font-weight: normal;
  margin: 40px 8px 10px 8px;
  text-align: center;
}
.GameH2 {
  color: #6f6f6f;
  font-size: 22px;
  font-weight: bold;
}
.GameH3 {
  color: #a1a1a1;
  font-family: sofia-pro-soft;
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 26px;
}
.GameH3:first-child {
  margin-top: 0;
}
.GameH4 {
  color: #a1a1a1;
  font-family: sofia-pro-soft;
  font-size: 18px;
  margin-bottom: 6px;
  margin-top: 14px;
}
.GameH5 {
  margin-bottom: 6px;
  margin-top: 10px;
}
.AppH1 {
  font-size: 19px;
  margin-top: 24px;
  margin-bottom: 14px;
  text-align: center;
}
.AppH2 {
  color: #757575;
  font-family: sofia-pro-soft;
  font-size: 16px;
  margin-bottom: 6px;
  margin-top: 16px;
}
.AppH3 {
  color: #666;
  font-size: 14px;
}
.AppSubText {
  color: #6c6c6c;
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 6px;
}
.CalloutWarning {
  background: #ffe5c5;
  border-left: 3px solid #f9b560;
  padding: 4px 4px 6px 6px;
}
.NegativeBlock {
  border-left: 2px solid #f00;
  background: #ffdada;
  margin-top: 4px;
  padding: 8px 10px;
}
.PrettyButton {
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
  border-radius: calc(4px * var(--scale));
  box-shadow: 1px 1px 1px #dedede;
  color: #8e8e8e;
  display: block;
  font-family: inherit;
  font-weight: normal;
  padding: calc(1px * var(--scale)) calc(6px * var(--scale));
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
}
.PrettyButton::-moz-focus-inner {
  border: 0;
}
.PrettyButton:hover {
  background: #fff;
}
.PrettyButton:focus {
  border-top-color: #929292;
  border-left-color: #929292;
  border-bottom-color: #888;
  border-right-color: #888;
  box-shadow: 1px 1px 1px #c2c2c2;
  outline: 0;
}
.PrettyButton:active {
  box-shadow: 1px 1px 1px #dedede inset;
  border-top-color: #888;
  border-left-color: #888;
  border-bottom-color: #929292;
  border-right-color: #929292;
}
.PrettyButtonMed {
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
  border-radius: calc(4px * var(--scale));
  box-shadow: 1px 1px 1px #dedede;
  color: #8e8e8e;
  display: block;
  font-family: inherit;
  font-weight: normal;
  padding: calc(1px * var(--scale)) calc(6px * var(--scale));
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
  border-radius: 6px;
  font-size: 16px;
  padding: 4px 8px;
}
.PrettyButtonMed::-moz-focus-inner {
  border: 0;
}
.PrettyButtonMed:hover {
  background: #fff;
}
.PrettyButtonMed:focus {
  border-top-color: #929292;
  border-left-color: #929292;
  border-bottom-color: #888;
  border-right-color: #888;
  box-shadow: 1px 1px 1px #c2c2c2;
  outline: 0;
}
.PrettyButtonMed:active {
  box-shadow: 1px 1px 1px #dedede inset;
  border-top-color: #888;
  border-left-color: #888;
  border-bottom-color: #929292;
  border-right-color: #929292;
}
.PrettyButtonLrg {
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
  border-radius: calc(4px * var(--scale));
  box-shadow: 1px 1px 1px #dedede;
  color: #8e8e8e;
  display: block;
  font-family: inherit;
  font-weight: normal;
  padding: calc(1px * var(--scale)) calc(6px * var(--scale));
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
  border-radius: 8px;
  font-size: 17px;
  padding: 7px 12px;
}
.PrettyButtonLrg::-moz-focus-inner {
  border: 0;
}
.PrettyButtonLrg:hover {
  background: #fff;
}
.PrettyButtonLrg:focus {
  border-top-color: #929292;
  border-left-color: #929292;
  border-bottom-color: #888;
  border-right-color: #888;
  box-shadow: 1px 1px 1px #c2c2c2;
  outline: 0;
}
.PrettyButtonLrg:active {
  box-shadow: 1px 1px 1px #dedede inset;
  border-top-color: #888;
  border-left-color: #888;
  border-bottom-color: #929292;
  border-right-color: #929292;
}
.PrettyInput {
  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));
  box-shadow: 1px 1px 1px #dedede inset;
  padding: 6px;
  font-size: 14px;
}
.PrettyInput--indeterminate {
  border-top: 1px dashed #aaa;
  border-left: 1px dashed #aaa;
  border-bottom: 1px dashed #999;
  border-right: 1px dashed #999;
}
.SimpleInput {
  border: 0;
  border-bottom: 1px solid #dadada;
  font-size: 1em;
  font-family: inherit;
  padding: 6px 6px 2px 6px;
}
.SimpleButton {
  cursor: pointer;
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 4px;
  color: #383838;
  padding: 6px 10px;
  vertical-align: middle;
}
.SimpleButton--hover {
  background: #e2e2e2;
}
.SimpleButton--active {
  background: #b9b9b9;
}
.SimpleButton--indeterminate {
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 5 5' xmlns='http://www.w3.org/2000/svg'><rect x='3' y='3' width='2' height='2' style='fill:rgb(200, 200, 200);'/></svg>");
  background-repeat: repeat;
  background-size: 5px 5px;
}
.SimpleButton--hover {
  background: #e2e2e2;
}
.SimpleButton--active {
  background: #b9b9b9;
}
.SimpleButton__icon,
.SimpleButton__icon-left,
.SimpleButton__icon-right {
  fill: #7c7c7c;
  height: 14px;
  margin-top: 1px;
  vertical-align: top;
}
.SimpleButton__icon-left {
  margin-right: 6px;
}
.SimpleButton__icon-right {
  margin-left: 6px;
}
.SimpleButton--inline {
  display: inline-block;
}
.SimpleButton--warning {
  background: #ffc680;
}
.StickyBarButton {
  cursor: pointer;
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 4px;
  color: #383838;
  padding: 6px 10px;
  vertical-align: middle;
  background: rgba(255,255,255,0.5);
  border: none;
  margin-left: 10px;
}
.StickyBarButton--hover {
  background: #e2e2e2;
}
.StickyBarButton--active {
  background: #b9b9b9;
}
.StickyBarButton--hover {
  background: rgba(255,255,255,0.8);
}
.StickyBarButton--active {
  background: rgba(255,255,255,0.9);
}
body {
  background: #83d8ff;
  color: #fff;
  font-family: "Noto Sans Variable", sans-serif;
  font-size: 16px;
}
@media (max-width: 800px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 18px;
  }
}
a {
  color: inherit;
}
p {
  margin: 6px 0;
}
.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: 16px;
  margin-top: 12px;
  padding: 12px 24px;
}
.Web__section-fill h1 {
  font-family: "Noto Sans Variable", sans-serif;
  font-size: 30px;
  margin: 20px 8px 20px 8px;
}
.Web__section-fill h2 {
  font-family: "Noto Sans Variable", sans-serif;
  font-size: 20px;
  margin: 14px 8px 12px 8px;
}
.Web__react-root,
.Web .ReactModalPortal {
  color: #000;
  font-family: "Noto Sans Variable", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: left;
}
.Web__cta-button {
  background: #9652bb;
  border-radius: 16px;
  border: 2px solid #79399c;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  margin-top: 30px;
  padding: 10px 30px;
  text-decoration: none;
}
.SiteNav {
  background: #fff;
  width: 100%;
  font-family: "Noto Sans Variable", sans-serif;
}
.SiteNav__contents {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
@media (max-width: 800px) {
  .SiteNav__contents {
    align-items: flex-start;
    display: none;
    flex-direction: column;
  }
  .SiteNav--expand .SiteNav__contents {
    display: flex;
  }
}
.SiteNav__contents > * {
  height: 50px;
}
@media (max-width: 800px) {
  .SiteNav__contents > * {
    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 {
  align-items: center;
  color: #262626;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin-left: 2px;
  padding: 0 16px;
  text-decoration: none;
}
.SiteNav__link--premium {
  color: #79399c;
}
.SiteNav__hamburger,
.SiteNav__icon-link {
  align-items: center;
  color: #262626;
  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 {
    align-items: start;
  }
}
.SiteNav__link:hover,
.SiteNav__icon-link:hover,
.SiteNav .AccountInfo__user:hover,
.SiteNav__hamburger:hover {
  background: rgba(0,0,0,0.07);
}
.PromoBar {
  background: #9652bb;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1.6em;
  padding-bottom: 1px;
  text-align: center;
  text-decoration: none;
}
.PromoBar > svg {
  fill: #fff;
  height: 16px;
  margin-bottom: 2px;
  margin-left: 8px;
  vertical-align: middle;
}
.HomePage body {
  text-align: center;
}
.HomePage p {
  font-size: 18px;
  line-height: 1.5;
  margin: 6px 0;
}
.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-img img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  transition: opacity 200ms ease-out;
}
.HomePage__header-img-low {
  filter: blur(8px);
}
.HomePage__header-img-high {
  opacity: 0;
}
.HomePage__header-bg {
  animation-duration: 720s;
  animation-iteration-count: infinite;
  animation-name: spinbg;
  animation-timing-function: linear;
  background: #83d8ff;
  display: block;
  left: 50%;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -18.14%);
  transition: opacity 200ms ease-out;
  height: 250%;
}
@media (prefers-reduced-motion) {
  .HomePage__header-bg {
    animation: none;
  }
}
.HomePage__join {
  align-items: center;
  background: #fff;
  display: flex;
  min-height: 60px;
  justify-content: center;
  width: 100%;
}
@media (max-width: 600px) {
  .HomePage__join {
    flex-direction: column;
  }
}
.HomePage__join-label {
  color: #494949;
  font-size: 17px;
  font-weight: 500;
  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::placeholder {
  color: #cfcfcf;
  font-family: inherit;
}
.HomePage__join-go {
  background: url("/assets/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%;
  transform: rotate(-14deg);
  width: 42%;
}
.HomePage__customize-right {
  position: absolute;
  right: 4%;
  transform: rotate(14deg);
  top: 13%;
  width: 42%;
}
.HomePage__social {
  color: inherit;
  display: inline-block;
  line-height: 1.2;
  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%;
}
@-moz-keyframes spinbg {
  0% {
    transform: translate(calc(-51.09%), -18.14%) rotate(0deg);
  }
  100% {
    transform: translate(calc(-51.09%), -18.14%) rotate(360deg);
  }
}
@-webkit-keyframes spinbg {
  0% {
    transform: translate(calc(-51.09%), -18.14%) rotate(0deg);
  }
  100% {
    transform: translate(calc(-51.09%), -18.14%) rotate(360deg);
  }
}
@-o-keyframes spinbg {
  0% {
    transform: translate(calc(-51.09%), -18.14%) rotate(0deg);
  }
  100% {
    transform: translate(calc(-51.09%), -18.14%) rotate(360deg);
  }
}
@keyframes spinbg {
  0% {
    transform: translate(calc(-51.09%), -18.14%) rotate(0deg);
  }
  100% {
    transform: translate(calc(-51.09%), -18.14%) rotate(360deg);
  }
}
.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 h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 24px;
}
.DocsPage p {
  margin-top: 4px;
  margin-bottom: 6px;
}
.DocsPage strong {
  color: #333;
  font-weight: bold;
}
.DocsPage code {
  background: #f5f5f5;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #e0e0e0 inset;
  display: inline-block;
  font-family: inherit;
  font-size: 17px;
  padding: 0px 6px;
}
.DocsPage h4 {
  margin: 0;
  margin-top: 8px;
  text-align: center;
}
.DocsPage__back {
  background: url("/assets/img/chevron-left-white.svg") 3% 66% no-repeat;
  background-size: 7px;
  display: inline-block;
  font-size: 16px;
  margin-top: 12px;
  padding-left: 20px;
  text-decoration: none;
}
.DocsPage__back:hover {
  text-decoration: underline;
}
.DocsPage__inline-icon {
  display: inline-block;
  height: 24px;
  vertical-align: bottom;
}
.DocsPage__media-small,
.DocsPage__media-medium,
.DocsPage__media-large {
  border: 1px solid #ccc;
}
.DocsPage__media-small,
.DocsPage__media-medium {
  margin-left: 40px;
}
@media (max-width: 500px) {
  .DocsPage__media-small,
  .DocsPage__media-medium {
    margin-left: 0;
  }
}
.DocsPage__media-small {
  max-width: calc(min(280px, 80vw));
}
.DocsPage__media-medium {
  max-width: calc(min(400px, 80vw));
}
.DocsPage__media-large {
  display: block;
  max-width: calc(min(600px, 90vw));
}
.DocsPage__no-sound {
  color: #797979;
  font-size: 13px;
  line-height: 1em;
  margin-left: 2px;
}
.DocsPage :target {
  animation: target-fade 1s;
}
@-moz-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);
  }
}
@-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);
  }
}
@-o-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);
  }
}
.CreatorPage__creator-info {
  display: grid;
  grid-template-areas: "left info" "left description";
  grid-template-columns: auto 1fr;
  margin-bottom: 40px;
  margin-top: 50px;
  max-width: 960px;
}
@media (max-width: 800px) {
  .CreatorPage__creator-info {
    grid-template-areas: "left info" "description description";
  }
}
.CreatorPage__left {
  align-items: center;
  display: flex;
  grid-area: left;
  flex-direction: column;
}
.CreatorPage__edit-own-profile {
  background: #fff;
  border-radius: 6px;
  color: #000;
  display: none;
  font-size: 14px;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
}
.CreatorPage__edit-own-profile--visible {
  display: block;
}
@media (max-width: 800px) {
  .CreatorPage__edit-own-profile {
    font-size: 13px;
    margin-bottom: 12px;
    width: 80px;
  }
}
.CreatorPage__image-container {
  border-radius: 1000px;
  box-shadow: 0 0 0 3px #83d8ff, 0 0 0 7px #fff;
  flex-grow: 0;
  flex-shrink: 0;
  height: 150px;
  margin: 15px;
  overflow: hidden;
  width: 150px;
}
@media (max-width: 800px) {
  .CreatorPage__image-container {
    box-shadow: 0 0 0 2px #83d8ff, 0 0 0 5px #fff;
    height: 60px;
    width: 60px;
  }
}
.CreatorPage__image {
  background: #fff;
  width: 100%;
}
.CreatorPage__info {
  grid-area: info;
  margin-left: 30px;
}
@media (max-width: 800px) {
  .CreatorPage__info {
    margin-left: 10px;
  }
}
.CreatorPage__name {
  font-family: wigwag-bold;
  font-size: 34px;
  margin-top: 12px;
}
@media (max-width: 800px) {
  .CreatorPage__name {
    font-size: 24px;
  }
}
.CreatorPage__social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  margin-bottom: 4px;
}
.CreatorPage__social-link {
  margin-right: 4px;
  padding: 6px;
  vertical-align: middle;
}
.CreatorPage__social-link:first-child {
  padding-left: 0;
}
.CreatorPage__social-link > svg {
  display: block;
  fill: #fff;
  height: 22px;
}
.CreatorPage__description {
  background: #fff;
  border-radius: 12px;
  color: #565656;
  grid-area: description;
  line-height: 1.25;
  margin-left: 30px;
  margin-right: 6px;
  padding: 12px;
  white-space: pre-wrap;
}
@media (max-width: 800px) {
  .CreatorPage__description {
    font-size: 16px;
    margin-left: 6px;
  }
}
.GamePage__not-found {
  background: #fff;
  border-radius: 12px;
  color: #424242;
  font-size: 16px;
  margin: 0 auto;
  max-width: 400px;
  padding: 24px;
}
.GamePage__not-found-button {
  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;
  display: block;
  margin: 12px auto;
  width: fit-content;
}
.GamePage__not-found-button:hover {
  background: #cfcfcf;
}
.GamePasswordForm__password-box {
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 340px;
  padding: 20px;
}
.GamePasswordForm__password-title {
  color: #5c5c5c;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
.GamePasswordForm__password-input {
  border: 2px solid #595959;
  border-radius: 4px;
  font-size: 18px;
  padding: 6px 12px;
  width: 100%;
}
.GamePasswordForm__password-button {
  border-radius: 4px;
  display: inline-block;
  font-size: 15px;
  padding: 6px 12px;
  margin-top: 8px;
}
.GamePasswordForm__password-accepted {
  background: #e1e1e1;
  border-radius: 6px;
  color: #464646;
  padding: 10px 12px;
}
.ButtonBar {
  display: flex;
  flex-wrap: wrap;
}
.ButtonBar--inline {
  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--indeterminate {
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 5 5' xmlns='http://www.w3.org/2000/svg'><rect x='3' y='3' width='2' height='2' style='fill:rgb(200, 200, 200);'/></svg>");
  background-repeat: repeat;
  background-size: 5px 5px;
}
.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--disabled {
  background: #eee;
  cursor: default;
}
.ToggleToken--selected {
  background: #d4d4d4;
}
.ReactModal__Overlay {
  background: rgba(0,0,0,0);
  bottom: 0;
  font-size: 16px;
  left: 0;
  position: fixed;
  right: 0;
  transition: background-color 350ms ease;
  top: 0;
}
.ReactModal__Overlay--after-open {
  background: rgba(0,0,0,0.2);
}
.ReactModal__Content {
  transform: scale(0);
}
.ReactModal__Content--after-open {
  transform: scale(1);
}
.Modal__overlay {
  overflow-y: auto;
}
.Modal__content--default-outer-style {
  border-radius: 4px;
  box-shadow: 1px 1px 22px rgba(0,0,0,0.2);
  outline: 0;
}
.Modal__content--default-size {
  background: #fff;
  left: 50%;
  margin-top: 20px;
  max-width: 800px;
  padding: 4px 20px 64px 20px;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0) scale(0);
  transition: transform 350ms bounceTransition;
  width: 98%;
  width: calc(100% - 8px);
}
.Modal__content--default-size.ReactModal__Content--after-open {
  transform: translate(-50%, 0) scale(1);
}
.Modal__content--default-size > .Tabs {
  margin-left: 14px;
  padding-left: 18px;
}
.Modal__multi-select-bar {
  height: 26px;
  background: #ddd;
  border-radius: 8px;
  color: #1b1b1b;
  font-family: 'sofia-pro-soft';
  margin-top: 4px;
  padding-top: 3px;
  text-align: center;
}
.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%;
  transform: translate(-50%, -50%);
}
.Modal__buttons {
  bottom: 8px;
  left: 0;
  position: absolute;
  width: 100%;
}
.Modal__done {
  background: #52bbae;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-family: sofia-pro-soft;
  font-weight: 500;
  height: 56px;
  padding: 15px 14px;
  padding-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.Modal__done--hover {
  background: #72cac0;
}
.Modal__done--active {
  background: #37a599;
}
.SimpleModal {
  overflow-y: auto;
  z-index: 200;
}
.SimpleModal__content {
  margin-bottom: 40px;
  max-width: 500px;
  padding: 35px 0 8px 0;
}
.SimpleModal .Modal__icon > svg {
  width: 18px;
}
.SimpleModal__buttons {
  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;
  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 {
  margin-left: 24px;
}
.SimpleModalSubText {
  margin-left: 24px;
}
.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));
  box-shadow: 1px 1px 1px #dedede inset;
  padding: 6px;
  font-size: 14px;
  margin: 0 24px;
  max-width: 88%;
  width: 100%;
}
.SimpleModalInput--indeterminate {
  border-top: 1px dashed #aaa;
  border-left: 1px dashed #aaa;
  border-bottom: 1px dashed #999;
  border-right: 1px dashed #999;
}
.SimpleModalButtonBar {
  margin: 0 24px;
}
.CreateRoomPopup__rooms {
  border: 1px solid #bfbfbf;
  border-top: none;
  margin: 12px 24px 0 24px;
}
.CreateRoomPopup__room {
  align-items: center;
  border-top: 1px solid #bfbfbf;
  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-password {
  background: none;
  border: 0;
  font-family: monospace;
  font-size: 13px;
  margin-left: 12px;
}
.CreateRoomPopup__show-passwords-container {
  float: right;
  margin: 0 24px;
}
.CreateRoomPopup__room-open {
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
  border-radius: calc(4px * var(--scale));
  box-shadow: 1px 1px 1px #dedede;
  color: #8e8e8e;
  display: block;
  font-family: inherit;
  font-weight: normal;
  padding: calc(1px * var(--scale)) calc(6px * var(--scale));
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
  border-radius: 4px;
  margin: 0 4px 0 12px;
  padding: 6px 8px;
  text-decoration: none;
  user-select: none;
}
.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;
  box-shadow: 1px 1px 1px #c2c2c2;
  outline: 0;
}
.CreateRoomPopup__room-open:active {
  box-shadow: 1px 1px 1px #dedede inset;
  border-top-color: #888;
  border-left-color: #888;
  border-bottom-color: #929292;
  border-right-color: #929292;
}
.CreateRoomPopup__number-of-copies-input {
  width: 80px;
}
.CreateRoomPopup__copies-preview {
  overflow: hidden;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 48px);
}
.CreateRoomPopup__password-input {
  margin: 6px 24px;
  width: 220px;
}
.CreateRoomPopup__copy-all-container {
  margin: 0 24px;
  text-align: right;
}
.CreateRoomPopup__copy-all {
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
  border-radius: calc(4px * var(--scale));
  box-shadow: 1px 1px 1px #dedede;
  color: #8e8e8e;
  display: block;
  font-family: inherit;
  font-weight: normal;
  padding: calc(1px * var(--scale)) calc(6px * var(--scale));
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
  border-radius: 4px;
  padding: 6px 8px;
  margin: 3px 4px 3px 0;
}
.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;
  box-shadow: 1px 1px 1px #c2c2c2;
  outline: 0;
}
.CreateRoomPopup__copy-all:active {
  box-shadow: 1px 1px 1px #dedede inset;
  border-top-color: #888;
  border-left-color: #888;
  border-bottom-color: #929292;
  border-right-color: #929292;
}
.FullGame {
  font-size: 16px;
  margin: 0 auto;
  padding: 0 3px;
  max-width: 966px;
  width: 100%;
}
.FullGame__edit-game-button {
  background: #fff;
  border-radius: 8px;
  color: #515151;
  display: inline-block;
  float: right;
  margin-top: 8px;
  padding: 6px 12px;
  text-decoration: none;
}
@media (max-width: 800px) {
  .FullGame__edit-game-button {
    float: none;
    margin: 8px 6px 0 auto;
    width: fit-content;
  }
}
.FullGame__title {
  margin: 40px 8px 24px 24px;
  text-align: left;
}
.FullGame__columns {
  display: flex;
  gap: 24px;
}
@media (max-width: 800px) {
  .FullGame__columns {
    flex-direction: column;
  }
}
.FullGame__primary {
  flex: 1;
}
.FullGame__sidebar {
  width: 300px;
}
@media (max-width: 800px) {
  .FullGame__sidebar {
    width: 100%;
  }
}
.FullGame__buttons-label {
  color: #595959;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
}
.FullGame__info-bar {
  background: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top: 1px solid #ebebeb;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 16px 0;
  padding: 16px 24px 17px 24px;
}
.FullGame__info-box {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-direction: column;
  gap: 4px;
}
.FullGame__info-box-top {
  align-items: center;
  color: #494949;
  display: flex;
  font-size: 17px;
}
.FullGame__info-box-icon-wrap {
  margin-right: 6px;
  width: 18px;
}
.FullGame__info-box-icon {
  fill: #494949;
  height: 16px;
  margin-top: 2px;
}
.FullGame__info-box-value {
  margin-top: 0;
}
.FullGame__info-box-label {
  color: rgba(119,119,119,0.8);
  font-size: 12px;
  margin-left: 25px;
  margin-top: 2px;
}
.FullGame__description,
.FullGame__rules {
  color: #333;
  font-size: 16px;
  line-height: 1.6em;
  background: #fff;
  border-radius: 14px;
  padding: 24px 24px 18px 24px;
  text-align: left;
}
.FullGame__description table,
.FullGame__rules table {
  margin: 6px 0 24px 0;
  width: 100%;
}
.FullGame__description em,
.FullGame__rules em {
  font-style: italic;
}
.FullGame__description strong,
.FullGame__rules strong {
  font-weight: 600;
}
.FullGame__description ol,
.FullGame__rules ol {
  list-style: decimal;
  padding-left: 28px;
}
.FullGame__description ul,
.FullGame__rules ul {
  list-style: disc;
  padding-left: 28px;
}
.FullGame__description li,
.FullGame__rules li {
  padding-left: 2px;
}
.FullGame__description img,
.FullGame__rules img,
.FullGame__description iframe,
.FullGame__rules iframe {
  display: block;
  max-width: 100%;
  border: 1px solid #e4e4e4;
}
.FullGame__description img,
.FullGame__rules img {
  width: 100%;
}
.FullGame__description img.RichText--image-tiny,
.FullGame__rules img.RichText--image-tiny {
  width: 140px;
}
.FullGame__description img.RichText--image-small,
.FullGame__rules img.RichText--image-small {
  width: 320px;
}
.FullGame__description img.RichText--image-medium,
.FullGame__rules img.RichText--image-medium {
  width: 500px;
}
.FullGame__description img.RichText--image-large,
.FullGame__rules img.RichText--image-large {
  width: 700px;
}
.FullGame__description h1,
.FullGame__rules h1 {
  color: #474747;
  font-size: 28px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 36px;
  text-align: center;
}
@media (max-width: 800px) {
  .FullGame__description h1,
  .FullGame__rules h1 {
    font-size: 26px;
  }
}
.FullGame__description h2,
.FullGame__rules h2 {
  color: #717171;
  font-size: 22px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 12px;
  margin-top: 36px;
  text-align: center;
}
.FullGame__description h2 strong,
.FullGame__rules h2 strong {
  font-weight: 700;
}
@media (max-width: 800px) {
  .FullGame__description h2,
  .FullGame__rules h2 {
    font-size: 20px;
  }
}
.FullGame__description h3,
.FullGame__rules h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  margin-top: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.FullGame__description h3 strong,
.FullGame__rules h3 strong {
  font-weight: 900;
}
.FullGame__description h6,
.FullGame__rules h6 {
  font-size: 14px;
  line-height: 1em;
  margin-top: 4px;
  margin-bottom: 12px;
  text-align: center;
}
.FullGame__description a,
.FullGame__rules a {
  color: inherit;
}
.FullGame__description blockquote,
.FullGame__rules blockquote {
  border-left: 4px solid #c8c8c8;
  color: #404040;
  margin-top: 16px;
  padding: 12px 0 12px 20px;
}
.FullGame__description blockquote > p,
.FullGame__rules blockquote > p {
  color: #555;
  font-size: 0.9em;
  line-height: 1.4em;
  margin: 0;
}
.FullGame__description p,
.FullGame__rules p {
  margin: 6px 0;
  min-height: 25px;
  white-space: pre-line;
}
.FullGame__description :first-child,
.FullGame__rules :first-child {
  margin-top: 0;
}
.FullGame__description--game-removed,
.FullGame__rules--game-removed {
  margin-top: 20px;
}
.FullGame__buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 110px;
}
@media (max-width: 800px) {
  .FullGame__buttons {
    min-height: auto;
  }
}
.FullGame__creator {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 24px;
  text-decoration: none;
}
.FullGame__creator-avatar {
  border-radius: 200px;
  box-shadow: 0 0 0 1px #83d8ff, 0 0 0 3px #fff;
  height: 54px;
  margin: 3px;
  width: 54px;
}
.FullGame__creator-bio {
  color: #3b3b3b;
  display: block;
  font-size: 16px;
  line-height: 1.3;
  margin: 8px 2px;
  max-height: 100px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  white-space: pre-wrap;
}
.FullGame__creator-bio-gradient {
  background: linear-gradient(to bottom, transparent, #83d8ff);
  bottom: 0;
  height: 26px;
  position: absolute;
  top: 74px;
  width: 100%;
}
.FullGame__creator-by {
  color: rgba(79,79,79,0.5);
  font-size: 13px;
}
.FullGame__creator-name {
  color: #414141;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1px;
  margin-top: 6px;
}
.FullGame__tags {
  margin-top: 24px;
}
.FullGame__tag {
  background: rgba(255,255,255,0.5);
  border-radius: 24px;
  color: #535353;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 6px;
  padding: 6px 12px;
}
.FullGame__how-to-play-title {
  margin: 50px 12px 24px 12px;
}
.FullGame__get-started {
  background: #7deef1;
  border: 3px solid #7deef1;
  border-radius: 12px;
  color: #363636;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "icon heading arrow" "icon text arrow";
  gap: 2px;
  margin-top: 24px;
  padding: 14px 14px;
  text-decoration: none;
}
.FullGame__get-started:hover {
  background: #b3fcef;
}
.FullGame__get-started-icon {
  fill: #565656;
  grid-area: icon;
  height: 26px;
  margin-top: 5px;
  margin-right: 12px;
}
.FullGame__get-started-heading {
  font-size: 18px;
  font-weight: normal;
  grid-area: heading;
  margin: 0;
}
.FullGame__get-started-text {
  font-size: 14px;
  grid-area: text;
  margin-top: 4px;
}
.FullGame__get-started-arrow {
  align-self: center;
  fill: #363636;
  grid-area: arrow;
  height: 18px;
  margin-left: 12px;
}
.FullGame__creator-message {
  color: #222;
  font-size: 14px;
  margin-left: 12px;
  margin-top: 12px;
}
.FullGame__platform-logo {
  display: block;
  margin: 0 auto;
  margin-top: 12px;
  width: 130px;
}
.FullGame__platform {
  background: rgba(255,255,255,0.7);
  border-radius: 12px;
  color: #222;
  font-size: 15px;
  line-height: 1.3;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 48px;
  padding: 12px 24px;
}
.Carousel {
  aspect-ratio: 1.6;
  background: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Carousel__slides {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.Carousel__image {
  scroll-snap-align: start;
  flex-shrink: 0;
  position: relative;
  width: 100%;
}
.Carousel__arrow {
  align-items: center;
  background: rgba(255,255,255,0.8);
  border: 0;
  border-radius: 1000px;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
.Carousel__arrow svg {
  height: 20px;
  width: 20px;
}
.Carousel__arrow--left {
  left: 10px;
}
.Carousel__arrow--left svg {
  transform: rotate(180deg);
}
.Carousel__arrow--right {
  right: 10px;
}
.Carousel__dots {
  bottom: 10px;
  display: flex;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}
.Carousel__dot {
  border-radius: 100px;
  color: transparent;
  font-size: 1px;
  height: 28px;
  position: relative;
  width: 28px;
}
.Carousel__dot:after {
  background: rgba(0,0,0,0.25);
  border-radius: 100px;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
}
.Carousel__dot--highlighted:after {
  background: rgba(0,0,0,0.6);
}
.GamesList {
  display: flex;
  flex-wrap: wrap;
}
.GamesList__thumbnail-placeholder,
.GamesList__password-icon {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBmaWxsPSIjN2U3ZTdlIj48cGF0aCBkPSJNMjI0IDQyMGMtMTEgMC0yMC05LTIwLTIwdi02NGMwLTExIDktMjAgMjAtMjBzMjAgOSAyMCAyMHY2NGMwIDExLTkgMjAtMjAgMjB6bTIyNC0xNDh2MTkyYzAgMjYuNS0yMS41IDQ4LTQ4IDQ4SDQ4Yy0yNi41IDAtNDgtMjEuNS00OC00OFYyNzJjMC0yNi41IDIxLjUtNDggNDgtNDhoMTZ2LTY0QzY0IDcxLjYgMTM2LS4zIDIyNC41IDAgMzEyLjkuMyAzODQgNzMuMSAzODQgMTYxLjVWMjI0aDE2YzI2LjUgMCA0OCAyMS41IDQ4IDQ4ek05NiAyMjRoMjU2di02NGMwLTcwLjYtNTcuNC0xMjgtMTI4LTEyOFM5NiA4OS40IDk2IDE2MHY2NHptMzIwIDI0MFYyNzJjMC04LjgtNy4yLTE2LTE2LTE2SDQ4Yy04LjggMC0xNiA3LjItMTYgMTZ2MTkyYzAgOC44IDcuMiAxNiAxNiAxNmgzNTJjOC44IDAgMTYtNy4yIDE2LTE2eiIvPjwvc3ZnPgo=");
}
.GamesList__game {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  display: block;
  font-size: 1.3em;
  margin: 6px;
  min-height: 80px;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
  width: calc(33.33% - 12px);
}
@media (max-width: 700px) {
  .GamesList__game {
    width: calc(50% - 12px);
  }
}
@media (max-width: 460px) {
  .GamesList__game {
    width: 100%;
  }
}
.GamesList__game > img {
  display: block;
  width: 100%;
}
.GamesList__thumbnail {
  aspect-ratio: 1.6;
}
.GamesList__thumbnail-placeholder {
  aspect-ratio: 1.6;
  background-color: #f0f0f0;
  background-position: center 52%;
  background-repeat: no-repeat;
  background-size: 24px auto;
}
.GamesList__bottom {
  border-top: 1px solid #ebebeb;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "avatar title lock" "avatar creator lock";
  padding: 8px 8px 9px 8px;
}
.GamesList__avatar {
  box-shadow: 0 0 0 1px #fff;
  border-radius: 200px;
  grid-area: avatar;
  height: 36px;
  margin: 1px;
  width: 36px;
}
.GamesList__title {
  color: #333;
  font-size: 16px;
  grid-area: title;
  line-height: 1.1;
  max-height: 37px;
  margin-left: 8px;
  overflow: hidden;
  padding-bottom: 2px;
  padding-top: 1px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.GamesList__legacy-title {
  color: #333;
  font-size: 16px;
  margin-left: 4px;
  padding: 8px 2px;
}
.GamesList__creator {
  color: #626262;
  font-size: 14px;
  grid-area: creator;
  margin: 1px 2px 0 8px;
}
.GamesList__password-icon {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  grid-area: lock;
  width: 14px;
}
.AccountInfo__user {
  align-items: end;
  background: #fff;
  color: #262626;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  padding-right: 12px;
  position: relative;
  text-decoration: none;
}
.AccountInfo__user-name {
  font-size: 15px;
}
.AccountInfo__user-go {
  font-size: 11px;
}
.AccountInfo__user-start {
  font-size: 17px;
}
.StartGameButton {
  margin: 6px 0;
  text-align: center;
}
.StartGameButton:first-of-type {
  margin-top: 0;
}
.StartGameButton--small {
  margin: 6px 24px;
}
.StartGameButton__button {
  background: #fff;
  border-radius: 12px;
  display: inline-flex;
  justify-content: center;
  line-height: 52px;
  min-height: 52px;
  padding: 0;
  width: 100%;
}
.StartGameButton--small .StartGameButton__button {
  line-height: 40px;
  min-height: 40px;
}
.StartGameButton__create-single,
.StartGameButton__create-bulk {
  background: 0;
  border: 0;
  color: #505050;
  cursor: pointer;
  font-size: 22px;
  margin: 3px;
}
.StartGameButton__create-single:hover,
.StartGameButton__create-bulk:hover {
  background: #cfcfcf;
}
.StartGameButton__create-single {
  font-size: 20px;
}
.StartGameButton--small .StartGameButton__create-single {
  font-size: 17px;
}
.StartGameButton__create-single {
  border-radius: 8px;
  flex-grow: 1;
  padding: 4px 26px;
}
.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--small .StartGameButton__create-bulk > svg {
  height: 20px;
}
.StartGameButton--allow-bulk .StartGameButton__create-bulk {
  display: block;
}
.StartGameButton .Throbber {
  margin: 16px;
}
.StartGameButton--small .Throbber {
  margin: 10px;
}
.Throbber {
  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;
}
@-moz-keyframes throbber {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes throbber {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes throbber {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes throbber {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.SiteFooter {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 60px;
  text-align: center;
  text-align: center;
}
.SiteFooter a {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}
.SiteFooter a:hover {
  text-decoration: underline;
}
.EighteenModal {
  background: rgba(0,0,0,0.7);
  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%;
  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;
}
.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%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 200ms ease-in;
  white-space: nowrap;
}
.CopyButton--pop .CopyButton__pop {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 200ms bounceTransition;
}
.InfoMessage {
  background: #f9a13e;
  font-size: 18px;
  padding: 6px 8px 8px 8px;
  text-align: center;
}
.InfoMessage a {
  color: #fff;
}
