/* Common imports for all CSS modules */
/*
 * This source is generated by bin/gen/licon.py. Run licon.py after changing public/font/lichess.sfd
 *
 * Constant names and values are pulled from private use characters defined in the sfd file.
 *
 * Character names can be edited in fontforge's "glyph info" dialog, or by editing the StartChar: line that
 * begins each character chunk in lichess.sfd
 *
 * To make these characters visible in your editor, install the lichess.ttf font (which is also generated by
 * licon.py) and then add it to your editor's font list.
 */
/* Uniboard: keep the same page layout across pages */
/* text printed directly on the page background deserves special treatment (transp theme) */
.racer-home__buttons {
  /* extends %flex-center */
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.racer-home .button {
  display: flex;
  flex-flow: column;
}

/* helps with clipping background into border-radius */
.racer-home {
  background-image: url("../hashed/checkered-flag-grey.1dbeec84.svg");
  background-size: 200%;
  background-position: center;
}
.racer-home__buttons {
  margin: 4em 0 3em 0;
}
.racer-home form {
  width: 45%;
}
.racer-home .button {
  align-items: center;
  font-size: 1.5em;
  padding: 4em 0;
  width: 100%;
  opacity: 0.75;
  overflow: hidden;
  white-space: normal;
  transition: all 150ms ease;
}
.racer-home .button .car {
  position: relative;
  font-family: racer-car;
  font-weight: normal;
  font-size: 9em;
  display: block;
  margin-top: -0.5em;
}
.racer-home .button:hover {
  opacity: 1;
}
.racer-home .button:hover .car {
  transform: translateX(0.1em) scaleX(0.95) skewX(6deg) rotate(-3deg);
  transition: all 0.15s ease-out;
}
.racer-home .button:hover .car::before {
  content: "A";
  position: absolute;
}
html:not([dir=rtl]) .racer-home .button:hover .car::before {
  left: -0.9em;
}
html[dir=rtl] .racer-home .button:hover .car::before {
  right: -0.9em;
}
.racer-home .button:hover .car::before {
  bottom: 0.6em;
  font-size: 0.3em;
  animation: boost 0.1s ease-in infinite;
}
@keyframes boost {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-3px);
    opacity: 0.6;
  }
}
@media (max-width: 799.29px) {
  .racer-home__buttons {
    display: block;
  }
  .racer-home form {
    width: 100%;
    margin-bottom: 4em;
  }
}
.racer-home__about {
  margin: 5em auto 0 auto;
  text-align: center;
}

/*# sourceMappingURL=racer.home.css.map */
