._menuGoals_skpkm_1 {
  position: fixed;
  top: 0px;
  left: 5px;
  z-index: 1000;
  display: flex;
}
._menuGoals_skpkm_1 ._burger_skpkm_8 {
  margin-right: 5px;
  display: inline-flex;
  flex-direction: column;
  width: auto;
  flex: 0 0 auto;
}
._menuGoals_skpkm_1 ._burgerWrapper_skpkm_15 {
  position: relative;
  margin-top: -15px;
}
._menuGoals_skpkm_1 ._burgerWrapper_skpkm_15 ._burgerImg_skpkm_19 {
  width: 60px;
  height: 60px;
}
._menuGoals_skpkm_1 ._materials_skpkm_23 {
  border-radius: 10px;
  margin: 0 10px 0px 10px;
  display: grid;
  grid-template-columns: repeat(var(--cols, 4), minmax(40px, 1fr));
  grid-auto-rows: auto;
  /* 行高自动 */
  align-items: baseline;
}
._menuGoals_skpkm_1 ._materials_skpkm_23 ._wrapper_skpkm_32 {
  background-color: #84a9c8;
  margin-right: 3px;
  padding: 5px;
  border-radius: 0 0 10px 10px;
  height: auto;
}
._menuGoals_skpkm_1 ._materials_skpkm_23 ._wrapper_skpkm_32 ._wrapperInner_skpkm_39 {
  margin-left: 5px;
  margin-right: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #fff;
  border-radius: 50%;
}
._menuGoals_skpkm_1 ._materials_skpkm_23 ._wrapper_skpkm_32 ._wrapperInner_skpkm_39 ._materialItem_skpkm_48 {
  width: 40px;
  height: 40px;
}
._menuGoals_skpkm_1 ._materials_skpkm_23 ._wrapper_skpkm_32 ._meatPattyWrapper_skpkm_52 {
  align-items: flex-start;
}
._menuGoals_skpkm_1 ._materials_skpkm_23 ._wrapper_skpkm_32 ._meatPatty_skpkm_52 {
  text-align: center;
  margin-top: 10px;
}
._menuGoals_skpkm_1 ._materials_skpkm_23 ._wrapper_skpkm_32 ._panImg_skpkm_59 {
  width: 20px;
  height: 20px;
}
._menuGoals_skpkm_1 ._title_skpkm_63 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #b9d0e4;
  border-radius: 0 0 10px 10px;
}
._menuGoals_skpkm_1 ._title_skpkm_63 ._progress_skpkm_70 {
  width: 100%;
  height: 20px;
  overflow: hidden;
  margin-bottom: 5px;
}
._menuGoals_skpkm_1 ._title_skpkm_63 ._progressBar_skpkm_76 {
  height: 100%;
  background: #4CAF50;
  transition: width 120ms linear;
}
._scoreGoal_skpkm_81 {
  position: fixed;
  bottom: 20px;
  left: 10px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 83px;
  background-image: url('./coin-B0LxaKb3.png');
  background-size: cover;
  /* 完全覆盖容器 */
  background-size: contain;
  /* 完整显示图片 */
  background-size: 50%;
  /* 缩小到50% */
  background-size: 100px 83px;
}
._scoreGoal_skpkm_81 ._score_skpkm_81 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
._timeRemaining_skpkm_106 {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
  width: 150px;
  background-color: #3e7190;
  text-align: center;
  padding: 0 8px;
}
._timeRemaining_skpkm_106 ._progressBar_skpkm_76 {
  height: 15px;
  margin: 8px 0;
  transition: width 120ms linear;
}
._timeRemaining_skpkm_106 ._green_skpkm_121 {
  background-color: #4CAF50;
}
._timeRemaining_skpkm_106 ._red_skpkm_124 {
  background-color: #F11014;
}
._timeRemaining_skpkm_106 ._yellow_skpkm_127 {
  background-color: #F0BF4B;
}
._timeRemaining_skpkm_106 ._time_skpkm_106 {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
html,
body,
#root
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: ivory;
}

/**
 * Interface
 */
.interface
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  font-family: 'Bebas Neue', cursive;
}

/**
 * Time
 */
.time
{
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 6vh;
  background: #0003;
  padding-top: 5px;
  text-align: center;
}

/**
 * Restart
 */
.restart
{
  display: flex;
  justify-content: center;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 80px;
  background: #0003;
  padding-top: 10px;
  pointer-events: auto;
  cursor: pointer;
}

/**
 * Controls
 */
.controls
{
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
}

.controls .raw
{
  display: flex;
  justify-content: center;
}

.controls .key
{
  width: 40px;
  height: 40px;
  margin: 4px;
  border: 2px solid #fff;
  background: #fff4;
}

.controls .key.large
{
  width: 144px;
}

.controls .key.active
{
  background: #fff9;
}