.arc-cv {
  display: block;
  width: min(94vw, 360px);
  height: auto;
  margin: 12px auto;
  background: #070b18;
  border-radius: 10px;
  touch-action: none;
}
.arc-ctrl {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 8px;
  flex-wrap: wrap;
}
.arc-btn {
  width: 62px;
  height: 54px;
  font-size: 21px;
  border-radius: 12px;
  border: none;
  background: #2b3354;
  color: #fff;
  font-weight: 700;
  touch-action: manipulation;
}
.arc-btn:active { background: #4d96ff; }
