.art-keyboard .device {
  width: 170px;
  height: 76px;
  padding: 8px;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 5px;
  border-radius: 8px;
  background: #111d35;
  transform: perspective(260px) rotateX(12deg);
  box-shadow: 0 18px 28px rgba(17, 31, 58, 0.24);
}

.art-keyboard .device i {
  display: block;
  border-radius: 2px;
  background: repeating-linear-gradient(90deg, #6689ee 0 12px, #233759 12px 15px);
}
