/* ---------- Touch ---------- */
#stick {
  position: absolute;
  left: 26px;
  bottom: 26px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid rgba(205, 191, 163, .25);
  background: rgba(20, 16, 11, .3);
  display: none;
  pointer-events: auto;
  z-index: 25;
}

#nub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(205, 191, 163, .22);
  border: 1px solid rgba(205, 191, 163, .4);
  transform: translate(-50%, -50%);
}

#atkbtn {
  position: absolute;
  right: 26px;
  bottom: 120px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 1px solid rgba(209, 58, 78, .5);
  background: rgba(90, 10, 20, .35);
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #e3aab2;
  pointer-events: auto;
  z-index: 25;
}

@media (max-width:900px) {
  #invcols {
    flex-direction: column;
  }

  #colact {
    flex: 1 1 auto;
    border-left: 0;
    border-right: 0;
    padding: 0;
    border-top: 1px solid #2a2218;
    padding-top: 10px;
  }
}

@media (max-width:700px) {
  .orb {
    width: 72px;
    height: 72px;
  }

  .slot {
    width: 44px;
    height: 44px;
    font-size: 1.1875rem;
  }

  #minimap {
    width: 100px;
    height: 100px;
  }

  #toasts {
    bottom: 170px;
  }

  #bottom {
    bottom: 6px;
    gap: 8px;
  }
}
