@media (max-width: 1095px) {
  body {
    padding: 31px;
  }
  header {
    padding: 10px;
    border-radius: 6px;
  }
  header img {
    width: 50px;
    margin: 12px;
  }
  header .score {
    width: 80px;
    height: 72px;
    padding: 8px;
  }
  header .score h3 {
    font-size: 10px;
  }
  header .score p {
    font-size: 40px;
    line-height: 30px;
  }
  main {
    display: flex;
    flex-direction: column;
  }
  #playmat {
    width: 210px;
    height: 200px;
    margin: 147px auto 176px;
  }
  #playmat .token {
    font-size: 9.65px;
  }
  #playmat .token.user-picked {
    font-size: 13px;
    top: -24%;
    left: -22%;
  }
  #playmat .token.user-picked::before {
    font-size: 15px;
    top: 120%;
  }
  #playmat .token.user-picked.aside {
    transition: none;
    left: -22%;
  }
  #playmat .token.computer-picked {
    font-size: 13px;
    top: -24%;
    left: 61%;
  }
  #playmat .token.computer-picked::before {
    font-size: 15px;
    width: 120%;
    left: -10%;
    top: 120%;
  }
  #playmat .token.computer-picked.aside {
    transition: none;
    left: 61%;
  }
  #playmat .winner {
    box-shadow: 0 0 0 17px rgba(255, 255, 255, 0.03), 0 0 0 43px rgba(255, 255, 255, 0.02), 0 0 0 75px rgba(255, 255, 255, 0.01);
  }
  .token-placeholder {
    font-size: 13px;
    top: -24%;
    left: 61%;
  }
  .result {
    top: 60%;
    width: 150%;
    left: -25%;
  }
  .result .play-again {
    margin: 15px auto 0;
  }
  .rules-button-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .rules-button {
    margin-right: auto;
    margin-top: 42px;
  }
  .rules__modal {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 100px 36px 66px;
    border-radius: 0;
  }
  .rules__modal > img {
    width: calc(100vw - 72px);
    max-width: 400px;
    position: absolute;
    top: calc(50vh);
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .rules__modal__header {
    flex-direction: column;
    height: calc(100vh - 166px);
  }
}
/*# sourceMappingURL=responsive.css.map */