@keyframes tt-spin {
  to {
    transform: rotate(360deg);
  }
}

.tt {
  position: relative;
  width: 218.029px;
  height: 182.754px;
  flex-shrink: 0;
  overflow: visible;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

.tt__shadow {
  position: absolute;
  border-radius: 2px;
  background: rgba(118, 50, 0, 0.83);
  filter: blur(2px);
  pointer-events: none;
}

.tt__shadow--left {
  left: 3.606px;
  top: 51.023px;
  width: 48.077px;
  height: 131.731px;
}

.tt__shadow--right {
  left: 61.779px;
  top: 51.023px;
  width: 150.241px;
  height: 131.731px;
}

.tt__left,
.tt__right {
  position: absolute;
  top: 36.6px;
  height: 139.664px;
  border-radius: 0.962px;
  border: 0.192px solid #fdff94;
  pointer-events: none;
  z-index: 1;
}

.tt__cord {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 3;
}

.tt__cord-path {
  fill: none;
  stroke: #0a0a0a;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tt__cord-jack {
  fill: #0a0a0a;
}

.tt__left {
  left: 0;
  width: 51.683px;
  overflow: visible;
  background: linear-gradient(
    180deg,
    #ffdd5b 0%,
    #fdd857 7.14%,
    #fbd353 14.29%,
    #f9cf50 21.43%,
    #f7ca4c 28.57%,
    #f5c548 35.71%,
    #f3c044 42.86%,
    #f1bb40 50%,
    #efb73c 57.14%,
    #edb237 64.29%,
    #ebad33 71.43%,
    #e9a82e 78.57%,
    #e6a42a 85.71%,
    #e49f25 92.86%,
    #e29a1f 100%
  );
}

.tt__right {
  left: 56.971px;
  width: 161.058px;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    #ffdd5b 0%,
    #fdd857 7.14%,
    #fbd353 14.29%,
    #ff24e5 21.43%,
    #ff55be 28.57%,
    #f5c548 35.71%,
    #f3c044 42.86%,
    #f1bb40 50%,
    #efb73c 57.14%,
    #edb237 64.29%,
    #ebad33 71.43%,
    #e9a82e 78.57%,
    #e6a42a 85.71%,
    #e49f25 92.86%,
    #e29a1f 100%
  );
}

.tt__right::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background:
    repeating-linear-gradient(0deg, rgba(160, 105, 20, 0.16) 0 0.5px, transparent 0.5px 3.6px),
    repeating-linear-gradient(90deg, rgba(160, 105, 20, 0.16) 0 0.5px, transparent 0.5px 3.6px);
}

.tt__deck {
  position: absolute;
  right: 3px;
  bottom: 4px;
  width: 38px;
  height: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  pointer-events: none;
}

.tt__deck-dial {
  position: relative;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tt__deck-ticks {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tt__deck-tick {
  position: absolute;
  left: 50%;
  top: 0.2px;
  width: 0.45px;
  height: 2.2px;
  margin-left: -0.225px;
  transform-origin: 50% 13.5px;
  border-radius: 0.2px;
  background: linear-gradient(180deg, #f0d070, #c8942e);
  box-shadow: 0 0 0.3px rgba(255, 230, 150, 0.35);
}

.tt__deck-tick--major {
  width: 0.65px;
  height: 3.2px;
  margin-left: -0.325px;
}

.tt__deck-knob {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 0.5px, transparent 0.5px 1.8px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 0.5px, transparent 0.5px 1.8px),
    radial-gradient(circle at 38% 32%, #3f3d3a 0%, #1c1b18 62%, #0a0908 100%);
  box-shadow: 0 1.6px 3px rgba(0, 0, 0, 0.42);
  z-index: 1;
}

.tt__deck-knob::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  border: 0.15px solid rgba(255, 255, 255, 0.14);
}

.tt__deck-knob-pointer {
  position: absolute;
  left: 50%;
  top: 2.2px;
  width: 0;
  height: 0;
  transform: translateX(-50%) rotate(-38deg);
  transform-origin: 50% 7.5px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 2.2px solid #080808;
}

.tt__deck-pads {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, auto);
  gap: 2.5px 7px;
  place-items: center;
}

.tt__deck-pad {
  display: block;
  border-radius: 50%;
}

.tt__deck-pad--lite {
  width: 3px;
  height: 3px;
  background: radial-gradient(circle at 38% 28%, #ffffff 0%, #ececec 55%, #d8d8d8 100%);
  box-shadow: 0 0.6px 1.2px rgba(0, 0, 0, 0.28);
}

.tt__deck-pad--socket {
  width: 3px;
  height: 3px;
  background: radial-gradient(circle at 50% 55%, #050505 0%, #121212 70%, #000 100%);
  box-shadow:
    inset 0 0.5px 0.8px rgba(0, 0, 0, 0.95),
    0 0 0 0.25px #c8942e,
    inset 0 0 0 0.15px rgba(220, 180, 90, 0.35);
}

.tt__deck-pad--large {
  width: 5.5px;
  height: 5.5px;
  background: radial-gradient(circle at 38% 28%, #ffffff 0%, #ededed 55%, #d4d4d4 100%);
  box-shadow: 0 0.8px 1.6px rgba(0, 0, 0, 0.32);
}

.tt__dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tt__controls .tt__fader-slots,
.tt__controls .tt__faders {
  position: absolute;
  inset: 0;
}

.tt__controls .tt__fader-slots {
  pointer-events: none;
}

.tt__controls .tt__faders {
  pointer-events: none;
}

.tt__controls {
  position: absolute;
  left: 2px;
  right: 2px;
  top: 101px;
  bottom: 2px;
  height: auto;
  pointer-events: none;
}

.tt__label {
  font-family: "Instrument Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.tt__label--levels {
  position: absolute;
  left: 1.642px;
  top: 0;
  font-size: 3px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.7px;
  text-shadow: 0 0.3px 0.3px rgba(150, 95, 10, 0.4);
}

.tt__label--levels::after {
  content: "";
  position: absolute;
  left: calc(100% + 1.5px);
  top: 55%;
  width: 10px;
  height: 0.3px;
  border-radius: 0.3px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}

.tt__dock {
  position: absolute;
  right: 0;
  top: 0;
  width: 19px;
  height: 100%;
  pointer-events: auto;
}

.tt__dock-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 1.2px rgba(255, 236, 160, 0.4));
  pointer-events: none;
}

.tt__label--dock {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.7px;
  transform: none;
  text-align: center;
  font-size: 2.4px;
  font-weight: 400;
  color: rgb(235, 174, 49);
  letter-spacing: 0.05px;
  text-shadow: 0 0.3px 0.3px rgba(120, 80, 10, 0.3);
}

.tt__dock-body {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 5.5px;
  bottom: 1.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4.5px;
  pointer-events: auto;
}

.tt__fader-slot {
  position: absolute;
  top: 5px;
  width: 6.5px;
  height: 28px;
  border-radius: 3.25px;
  background: linear-gradient(180deg, rgba(120, 72, 8, 0.2), rgba(255, 238, 170, 0.16));
  box-shadow:
    inset 0 0.3px 0.8px rgba(90, 55, 5, 0.45),
    inset 0 -0.2px 0.4px rgba(255, 245, 190, 0.35),
    0 0 1.8px rgba(255, 232, 150, 0.55);
}

.tt__fader-slot:nth-child(1) {
  left: 1.673px;
}

.tt__fader-slot:nth-child(2) {
  left: 9.34px;
}

.tt__fader-slot:nth-child(3) {
  left: 17.01px;
}

.tt__fader-track {
  position: absolute;
  width: 1.67px;
  height: 21.47px;
  border-radius: 16px;
  box-shadow: inset 0 1.9px 0.9px rgba(0, 0, 0, 0.74);
  pointer-events: none;
}

.tt__fader-cap {
  position: absolute;
  width: 3.5px;
  height: 7.8px;
  border-radius: 3.5px;
  border: 0.15px solid #c0841a;
  background: radial-gradient(
    7.7px 12.9px at 96.67% 19.23%,
    #e8e8e8 0%,
    #9d9d9d 100%
  );
  box-shadow:
    0 0.8px 1.5px rgba(80, 45, 5, 0.45),
    inset 0 0 0 0.15px #fcd453,
    inset 0 -0.25px 0.5px rgba(120, 120, 120, 0.6);
  cursor: grab;
  touch-action: none;
  pointer-events: auto;
}

.tt__fader-cap.is-dragging {
  cursor: grabbing;
}

.tt__dock-chips {
  position: relative;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, auto);
  place-items: center;
  gap: 2px 3px;
  pointer-events: auto;
}

.tt__dock-transport {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 2px;
  pointer-events: auto;
}

.tt__transport-btn {
  width: 6.5px;
  height: 6.5px;
  padding: 0;
  border: 0.1px solid rgb(2, 1, 1);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 59.09% 59.09%, rgb(73, 72, 80) 0%, rgb(0, 0, 0) 100%);
  box-shadow:
    0 0.6px 1.6px rgba(0, 0, 0, 0.6),
    inset 0 0 0 0.2px rgba(101, 101, 101, 0.5),
    inset 0 0.3px 0.3px rgba(255, 255, 255, 0.18);
  transition: transform 0.08s;
}

.tt__transport-btn:active {
  transform: scale(0.93);
}

.tt__transport-btn svg {
  width: 2.3px;
  height: 2.3px;
}

.tt__chip {
  width: 2.6px;
  height: 2.6px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
}

.tt__chip--off {
  background: radial-gradient(circle at 40% 34%, #9a9a9a, #5c5c5c);
  box-shadow:
    inset 0 0.3px 0.5px rgba(0, 0, 0, 0.55),
    0 0.3px 0.3px rgba(255, 255, 255, 0.18);
}

.tt__chip--on {
  background: radial-gradient(circle at 50% 42%, #ffffff, #f6f1da 58%, #e9dda2);
  box-shadow:
    0 0 1px 0.3px rgba(255, 255, 255, 0.85),
    0 0 2px 0.7px rgba(255, 240, 180, 0.5),
    inset 0 -0.15px 0.3px rgba(170, 140, 55, 0.45);
}

.tt__dot {
  position: absolute;
  width: 1.683px;
  height: 1.683px;
  border-radius: 50%;
  background: #1a191e;
  border: 0.192px solid #f4c243;
  box-shadow: inset 0 0.481px 0.24px rgba(0, 0, 0, 0.74);
}

.tt__screen {
  position: absolute;
  left: 3.606px;
  top: 64px;
  width: 44.471px;
  height: 32.933px;
  border-radius: 1.202px;
  border: 0.577px solid #d49628;
  background: linear-gradient(125.43deg, #1e1d19 55%, #2c2a25 106.32%);
  box-shadow: inset 0 0.481px 0.481px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.tt__screen-glass {
  position: absolute;
  inset: 1.2px;
  border-radius: 0.6px;
  background: linear-gradient(
    134deg,
    rgba(180, 170, 160, 0.45) 0%,
    rgba(44, 39, 37, 0.05) 42%,
    rgba(44, 39, 37, 0.25) 100%
  );
}

.tt__screen-glow {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s;
  background: radial-gradient(80% 120% at 30% 20%, rgba(244, 194, 67, 0.22), rgba(244, 194, 67, 0) 70%);
}

.tt__vu {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 6px;
  height: 11px;
  display: flex;
  align-items: flex-end;
  gap: 1.1px;
  opacity: 0;
  transition: opacity 0.5s;
}

.tt__vu-bar {
  flex: 1;
  height: 20%;
  border-radius: 0.5px;
  background: linear-gradient(180deg, #f4c243, #e0a21f);
  transition: height 0.12s ease;
}

.tt__platter-shadow {
  position: absolute;
  left: 66.106px;
  top: 69.292px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #a56300;
  box-shadow:
    0 2.4px 5.8px rgba(0, 0, 0, 0.42),
    0 3.76px 6.83px rgba(90, 50, 0, 0.4);
  pointer-events: none;
  z-index: 2;
}

.tt__platter {
  position: absolute;
  left: 66.106px;
  top: 66.888px;
  width: 100px;
  height: 100px;
  padding: 0;
  border: 0.21px solid #181718;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    #3f3c37 0%,
    #393631 15.38%,
    #33302b 30.77%,
    #2d2b26 46.15%,
    #272520 61.54%,
    #21201b 76.92%,
    #1c1b16 92.31%,
    #191813 100%
  );
  box-shadow: 0 0.98px 0.98px rgba(0, 0, 0, 0.25);
  animation: tt-spin 1.8s linear infinite;
  animation-play-state: paused;
  z-index: 4;
}

.tt__platter::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  opacity: 0.4;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 0.35px, transparent 0.35px 1.5px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 0.35px, transparent 0.35px 1.5px);
  pointer-events: none;
}

.tt__groove {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 0.17px solid rgba(255, 255, 255, 0.035);
  pointer-events: none;
}

.tt__platter-sheen {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 0.21px solid #181718;
  background: linear-gradient(
    180deg,
    rgba(63, 60, 55, 0.2) 0%,
    rgba(57, 54, 49, 0.2) 15.38%,
    rgba(51, 48, 43, 0.2) 30.77%,
    rgba(45, 43, 38, 0.2) 46.15%,
    rgba(39, 37, 32, 0.2) 61.54%,
    rgba(33, 32, 27, 0.2) 76.92%,
    rgba(28, 27, 22, 0.2) 92.31%,
    rgba(25, 24, 19, 0.2) 100%
  );
  box-shadow: 0 0.99px 0.99px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.tt__platter-highlight {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(120% 90% at 32% 20%, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 55%);
  pointer-events: none;
}

.tt__platter-hub-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 51.23px;
  height: 51.23px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 0.17px solid rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.tt__hub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38.25px;
  height: 38.25px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(160deg, #423f3a 0%, #302e29 48%, #26241f 72%, #1e1d18 100%);
  box-shadow:
    0 1.37px 2.73px rgba(0, 0, 0, 0.45),
    0 0.17px 0 rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.tt__hub-inner-ring {
  position: absolute;
  inset: 4.44px;
  border-radius: 50%;
  border: 0.17px solid rgba(255, 255, 255, 0.05);
}

.tt__hub-spindle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.39px;
  height: 2.39px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #12110e;
  box-shadow: inset 0 0 0.68px rgba(0, 0, 0, 0.9);
}

.tt__platter-finish {
  position: absolute;
  left: 66.106px;
  top: 66.888px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  z-index: 5;
}

.tt__platter-finish-sheen,
.tt__platter-finish-rim,
.tt__platter-finish-bevel,
.tt__platter-finish-edge {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

.tt__platter-finish-sheen {
  background: radial-gradient(90% 70% at 40% 22%, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0) 55%);
}

.tt__platter-finish-rim {
  box-shadow:
    inset 0 0 0 0.34px rgba(255, 255, 255, 0.12),
    inset 1.71px 1.88px 1.2px -1.2px rgba(255, 255, 255, 0.78),
    inset 0.85px 1.02px 0.68px -0.68px rgba(255, 255, 255, 0.55),
    inset -1.2px -1.37px 1.2px -1.2px rgba(255, 255, 255, 0.18);
}

.tt__platter-finish-bevel {
  box-shadow:
    inset 0 0.34px 0.51px rgba(255, 255, 255, 0.05),
    inset 0 -2.05px 4.78px rgba(0, 0, 0, 0.4);
}

.tt__platter-finish-edge {
  inset: 0.34px;
  border: 0.17px solid rgba(255, 255, 255, 0.07);
}

.tt__tonearm {
  position: absolute;
  left: 110px;
  top: 18px;
  width: 95px;
  height: 102px;
  overflow: visible;
  pointer-events: none;
  z-index: 6;
}

.tt__tonearm-inner {
  position: absolute;
  left: -443px;
  top: -517px;
  width: 640px;
  height: 920px;
  transform: scale(0.1109);
  transform-origin: 503px 575px;
}

.tt__tonearm-rest {
  position: absolute;
  left: 20px;
  top: 430px;
  width: 410px;
  height: 46px;
  border-radius: 23px;
  transform: rotate(-9deg);
  background-color: #dbd9d5;
  background-image:
    radial-gradient(#969491 0.6px, transparent 0.7px),
    radial-gradient(#fff 0.6px, transparent 0.7px);
  background-size: 4px 4px, 4px 4px;
  background-position: 0 0, 2px 2px;
  box-shadow:
    0 6px 12px rgba(80, 45, 5, 0.4),
    inset 0 2px 3px rgba(255, 255, 255, 0.6),
    inset 0 -3px 5px rgba(0, 0, 0, 0.25);
}

.tt__tonearm-antiskate {
  position: absolute;
  left: 190px;
  top: 566px;
  width: 250px;
  height: 9px;
  border-radius: 5px;
  transform: rotate(-6deg);
  background: linear-gradient(180deg, #f1f1f1 0%, #c8c8c8 45%, #787878 100%);
  box-shadow: 0 2px 3px rgba(80, 45, 5, 0.35);
}

.tt__tonearm-hook {
  position: absolute;
  left: 420px;
  top: 352px;
  width: 44px;
  height: 26px;
  border: 7px solid #1e1c1b;
  border-bottom: none;
  border-radius: 16px 16px 0 0;
  transform: rotate(12deg);
}

.tt__tonearm-counter {
  position: absolute;
  left: 398px;
  top: 470px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 1.6px solid #fff;
  background: linear-gradient(31.619deg, #888380 27.49%, #c0bcb9 109.18%);
  box-shadow: 0 12px 22px rgba(80, 45, 5, 0.45);
}

.tt__tonearm-counter-hole {
  position: absolute;
  top: 96px;
  width: 34px;
  height: 44px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #464442, #787471);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.6);
}

.tt__tonearm-counter-hole--left {
  left: 26px;
}

.tt__tonearm-counter-hole--right {
  right: 26px;
}

.tt__tonearm-counter-hub {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(31.619deg, #96928f, #787471);
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.4),
    inset 0 -3px 6px rgba(0, 0, 0, 0.35);
}

.tt__tonearm-lift {
  position: absolute;
  left: 462px;
  top: 432px;
  width: 96px;
  height: 150px;
  border-radius: 8px 8px 48px 48px;
  background: linear-gradient(180deg, #c4c4c4 0%, #e8e4e3 8%, #e7e2df 100%);
  box-shadow:
    inset 0 0 0 1px #fff,
    0 6px 12px rgba(80, 45, 5, 0.4);
}

.tt__tonearm-lift-inner {
  position: absolute;
  left: 12px;
  top: 14px;
  right: 12px;
  bottom: 34px;
  border-radius: 6px 6px 40px 40px;
  background: linear-gradient(198deg, #d2cecd, #b2aeac);
}

.tt__tonearm-swing {
  position: absolute;
  inset: 0;
  transform: rotate(-12deg);
  transform-origin: 340px 280px;
  transition: transform 1.1s cubic-bezier(0.6, 0.02, 0.2, 1);
}

.tt__tonearm-cable {
  position: absolute;
  left: 250px;
  top: 70px;
  width: 96px;
  height: 70px;
  border: 9px solid #1c1a19;
  border-bottom: none;
  border-radius: 48px 48px 0 0;
  transform: rotate(-6deg);
}

.tt__tonearm-plug {
  position: absolute;
  left: 238px;
  top: 128px;
  width: 26px;
  height: 40px;
  border-radius: 6px;
  background: linear-gradient(90deg, #141312, #464340, #141312);
  transform: rotate(-18deg);
}

.tt__tonearm-tube {
  position: absolute;
  left: 326px;
  top: 130px;
  width: 28px;
  height: 620px;
  border-radius: 14px;
  background: linear-gradient(
    90deg,
    #201c1b 0%,
    #35312e 23.31%,
    #76716e 44.58%,
    #2b2726 66.65%,
    #262322 100%
  );
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.35);
}

.tt__tonearm-collar {
  position: absolute;
  left: 308px;
  top: 206px;
  width: 64px;
  height: 56px;
  border-radius: 7px;
  background: linear-gradient(90deg, #38373d -14%, #ebe9eb 40%, #fffdff 62%, #5e5c61 110%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.tt__tonearm-collar-base {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  border-radius: 0 0 7px 7px;
  background: #19171d;
}

.tt__tonearm-brass {
  position: absolute;
  left: 322px;
  top: 262px;
  width: 36px;
  height: 48px;
  border-radius: 4px;
  background: linear-gradient(90deg, #966428, #d6a860 45%, #8c5c22);
  box-shadow: 0 3px 5px rgba(80, 45, 5, 0.4);
}

.tt__tonearm-headshell {
  position: absolute;
  left: 300px;
  top: 748px;
  width: 80px;
  height: 150px;
}

.tt__tonearm-headshell-body {
  position: absolute;
  left: 20px;
  top: 0;
  width: 40px;
  height: 132px;
  border-radius: 4px 4px 3px 3px;
  background: linear-gradient(90deg, #b2b0ad, #e8e4e3 45%, #aaa6a3);
  box-shadow:
    0 4px 8px rgba(80, 45, 5, 0.4),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.tt__tonearm-headshell-dot {
  position: absolute;
  left: 36px;
  top: 22px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #202020;
}

.tt__tonearm-headshell-contact {
  position: absolute;
  top: 82px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.tt__tonearm-headshell-contact--left {
  left: 28px;
}

.tt__tonearm-headshell-contact--right {
  left: 44px;
}

.tt__tonearm-headshell-screw {
  position: absolute;
  left: 31px;
  top: 58px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, #e0b068, #966022);
  box-shadow: inset 0 0 3px rgba(90, 55, 10, 0.7);
}

.tt__tonearm-headshell-mount {
  position: absolute;
  left: 24px;
  top: 104px;
  width: 32px;
  height: 34px;
  border-radius: 3px;
  background: linear-gradient(180deg, #c48c48, #966022);
  box-shadow: 0 3px 5px rgba(80, 45, 5, 0.45);
}

.tt.is-playing .tt__platter {
  animation-play-state: running;
}

.tt.is-playing .tt__tonearm-swing {
  transform: rotate(8deg);
}

.tt.is-playing .tt__screen-glow,
.tt.is-playing .tt__vu {
  opacity: 1;
}
