.theme-vinyl .visual-vinyl { display: block; }
.theme-vinyl .turntable {
  width: 430px; height: 280px; margin: 0 auto; position: relative;
  background: #161117; border: 4px solid #57402a; box-shadow: inset 0 0 0 6px #241b17, 0 14px 28px rgba(0,0,0,.45);
}
.theme-vinyl .platter {
  width: 230px; height: 230px; border-radius: 50%; background: #09090d;
  position: absolute; left: 30px; top: 23px; border: 8px solid #31313c;
}
.theme-vinyl .record {
  width: 190px; height: 190px; border-radius: 50%; position: absolute; left: 12px; top: 12px;
  background: #101018; border: 8px solid #050508;
  box-shadow: inset 0 0 0 4px #242432, inset 0 0 0 24px #111119, inset 0 0 0 27px #2c2c38, inset 0 0 0 58px #101018, inset 0 0 0 61px #2c2c38;
}
.theme-vinyl .record-label {
  width: 70px; height: 70px; border-radius: 50%; position: absolute; left: 52px; top: 52px;
  background: #ffb84d; color: #21180b; line-height: 70px; font-size: 13px; font-weight: bold; text-align: center;
}
.theme-vinyl .belt {
  position: absolute; left: 20px; top: 13px; width: 250px; height: 250px; border-radius: 50%; border: 4px solid #07070a;
}
.theme-vinyl .motor {
  position: absolute; left: 280px; top: 190px; width: 48px; height: 48px; border-radius: 50%; background: #0a0a0e; border: 6px solid #363642;
}
.theme-vinyl .tonearm {
  width: 146px; height: 14px; background: #a59678; position: absolute; right: 34px; top: 74px;
  transform: rotate(26deg); transform-origin: right center; border: 2px solid #4d4335;
}
.theme-vinyl .tonearm:before {
  content: ''; position: absolute; right: -26px; top: -17px; width: 42px; height: 42px; border-radius: 50%; background: #2b2b35; border: 4px solid #6d6251;
}
.theme-vinyl .tonearm:after { content: ''; position: absolute; left: -12px; top: -6px; width: 24px; height: 24px; background: #d0c1a2; border: 2px solid #4d4335; }
.theme-vinyl.playing .belt { animation: beltPulse 1.2s linear infinite; }
@keyframes beltPulse { 0% { border-color: #07070a; } 50% { border-color: #222; } 100% { border-color: #07070a; } }
body.color-violet.theme-vinyl .record-label { background: #c09aff; }
body.color-red.theme-vinyl .record-label { background: #ff796b; }
body.color-blue.theme-vinyl .record-label { background: #83caff; }
body.color-green.theme-vinyl .record-label { background: #8de0b4; }
body.color-gold.theme-vinyl .record-label { background: #ffd36f; }
