/* ==========================================================================
   PLAYDECK MASTER STUDIO
   :root variable block from the original package removed — it redefined
   --neon-cyan/--neon-orange/--font-mech/--font-display/--swat-gradient-* with
   different values (JetBrains Mono/Cabinet Grotesk instead of Orbitron/Syne),
   which would have silently overridden those variables sitewide since this
   file loads after custom.css. This widget now inherits the site's own
   tokens instead of introducing a second, uncoordinated typography system.
   ========================================================================== */

@keyframes indicatorBlink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.35; transform: scale(0.85); }
}

.playdeck-section {
  padding: 60px 0 80px;
  background: #090b10;
  border-bottom: 2px solid #1a2030;
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.playdeck-badge-top {
  display: inline-block;
  font-family: var(--font-mech);
  font-size: 0.68rem;
  color: var(--neon-cyan);
  background: rgba(0, 240, 255, 0.08);
  border: 1px solid var(--neon-cyan);
  padding: 3px 8px;
  border-radius: 2px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.playdeck-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 240, 255, 0.08);
  border: 1px solid var(--neon-cyan);
  color: var(--neon-cyan);
  font-family: var(--font-mech);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 6px 14px;
  letter-spacing: 1px;
}
.playdeck-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00ff66;
  box-shadow: 0 0 10px #00ff66;
  animation: indicatorBlink 1.4s infinite;
}

/* PLAYDECK CONSOLE UNIT */
    .playdeck-console-unit {
      max-width: 1300px;
      margin: 0 auto;
      background: linear-gradient(180deg, #131722 0%, #0a0c12 100%);
      border: 2px solid #283044;
      border-radius: 8px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.85), inset 0 1px 0 rgba(255,255,255,0.08);
      overflow: hidden;
    }

    /* BARRA SUPERIOR DE ENLACE / TELEMETRÍA DEL DECK */
    .playdeck-top-status-bar {
      background: #06080d;
      border-bottom: 1px solid #1e2434;
      padding: 10px 18px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: var(--font-mech);
      font-size: 0.7rem;
    }
    .playdeck-system-id {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #7b8599;
    }
    .playdeck-tag-cyan {
      background: rgba(0, 240, 255, 0.12);
      color: var(--neon-cyan);
      border: 1px solid var(--neon-cyan);
      font-size: 0.6rem;
      padding: 2px 6px;
      border-radius: 2px;
      font-weight: 800;
    }
    .playdeck-telemetry-pill {
      display: flex;
      gap: 16px;
      color: #929db2;
    }
    .playdeck-telemetry-pill span strong {
      color: #fff;
    }

    /* ZONA PRINCIPAL DE LA CONSOLA: CARPETAS IZQUIERDA + PANTALLA TRACKS CENTRO/DERECHA */
    .playdeck-main-body {
      display: grid;
      grid-template-columns: 280px 1fr;
      min-height: 380px;
      border-bottom: 2px solid #1c2232;
    }

    /* COLUMNA IZQUIERDA: CARPETAS / DISCIPLINAS */
    .playdeck-folders-sidebar {
      background: #0d0f17;
      border-right: 2px solid #1c2232;
      display: flex;
      flex-direction: column;
    }
    .playdeck-folders-head {
      padding: 12px 14px;
      background: #07090f;
      border-bottom: 1px solid #1c2232;
      font-family: var(--font-mech);
      font-size: 0.68rem;
      color: #7e8a9f;
      letter-spacing: 1.5px;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .playdeck-folders-head svg { color: #ff9d00; }
    .playdeck-folder-scroll {
      flex: 1;
      overflow-y: auto;
      padding: 8px;
      display: flex;
      flex-direction: column;
      gap: 4px;
      max-height: 380px;
      scrollbar-width: thin;
      scrollbar-color: #262e40 transparent;
    }
    .deck-folder-btn {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 9px 12px;
      background: #141722;
      border: 1px solid transparent;
      border-radius: 4px;
      color: #adb8cc;
      font-family: var(--font-mech);
      font-size: 0.72rem;
      font-weight: 800;
      cursor: pointer;
      transition: all 0.18s;
      text-align: left;
    }
    .deck-folder-btn:hover {
      background: #1b2030;
      color: #fff;
      border-color: #38435c;
    }
    .deck-folder-btn.active {
      background: rgba(0, 240, 255, 0.14);
      border-color: var(--neon-cyan);
      color: #fff;
      box-shadow: 0 0 12px rgba(0, 240, 255, 0.25);
    }
    .deck-folder-icon {
      width: 14px;
      height: 14px;
      color: #ff9d00;
      flex-shrink: 0;
      margin-right: 8px;
    }
    .deck-folder-btn.active .deck-folder-icon {
      color: var(--neon-cyan);
    }
    .deck-folder-badge {
      font-size: 0.58rem;
      background: #090b11;
      color: #6d788e;
      padding: 2px 6px;
      border-radius: 2px;
      font-weight: 800;
    }
    .deck-folder-btn.active .deck-folder-badge {
      background: var(--neon-cyan);
      color: #000;
    }

    /* PANTALLA PRINCIPAL: SELECCIÓN DE TRACKS + DISPLAY EN VIVO */
    .playdeck-screen-area {
      display: flex;
      flex-direction: column;
      background: #06080d;
    }

    /* DISPLAY DIGITAL HUD TIPO MONITOR DE ESTUDIO */
    .playdeck-live-hud {
      background: #070a12;
      border-bottom: 2px solid #1a2030;
      padding: 16px 20px;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .playdeck-hud-main-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
    }
    .playdeck-track-current {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .playdeck-index-tag {
      background: var(--swat-gradient-vibrant);
      color: #000;
      font-family: var(--font-mech);
      font-size: 0.68rem;
      font-weight: 900;
      padding: 3px 8px;
      border-radius: 2px;
    }
    .playdeck-title-text {
      font-family: var(--font-display);
      font-size: 1.15rem;
      font-weight: 800;
      color: #fff;
      letter-spacing: 0.5px;
    }
    .playdeck-readouts-cluster {
      display: flex;
      align-items: center;
      gap: 16px;
      font-family: var(--font-mech);
    }
    .playdeck-bpm-box {
      display: flex;
      align-items: baseline;
      gap: 5px;
      background: #0d101a;
      border: 1px solid #1f273c;
      padding: 4px 10px;
      border-radius: 4px;
    }
    .playdeck-bpm-lbl { font-size: 0.65rem; color: #6d788e; }
    .playdeck-bpm-val {
      font-size: 1.35rem;
      font-weight: 900;
      color: #00ff66;
      text-shadow: 0 0 10px rgba(0, 255, 102, 0.5);
    }
    .playdeck-time-box {
      font-size: 1.15rem;
      font-weight: 800;
      color: #fff;
      letter-spacing: 1px;
    }
    .playdeck-time-remain {
      font-size: 0.75rem;
      color: #ff9d00;
      font-weight: 700;
    }

    /* PIONEER CDJ-3000 AUTHENTIC HIGH-DEFINITION DUAL WAVEFORM DISPLAY */
    .pioneer-waveform-display-hub {
      background: #030407;
      border: 2px solid #1c2232;
      border-radius: 6px;
      overflow: hidden;
      margin: 4px 0 8px;
      position: relative;
      box-shadow: inset 0 0 25px rgba(0,0,0,0.95);
    }
    .pioneer-wave-meta-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #07090f;
      padding: 4px 10px;
      border-bottom: 1px solid #161b28;
      font-family: var(--font-mech);
      font-size: 0.62rem;
    }
    .wave-mode-tag {
      color: var(--neon-cyan);
      font-weight: 800;
      letter-spacing: 1px;
    }
    .wave-grid-quant-info {
      color: #00ff66;
      display: flex;
      gap: 10px;
      font-weight: 700;
    }

    /* 1. ONDA PRINCIPAL DE ALTA RESOLUCIÓN CON ZOOM DESPLAZABLE (3-BAND FREQUENCY / BLUE HI-DEF) */
    .pioneer-zoom-waveform-chamber {
      height: 96px;
      position: relative;
      overflow: hidden;
      background: #040508;
      cursor: ew-resize;
    }
    .pioneer-zoom-canvas {
      width: 100%;
      height: 100%;
      display: block;
    }
    /* Aguja central roja CDJ Pioneer */
    .pioneer-center-playhead {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 2px;
      background: #ff2200;
      box-shadow: 0 0 8px #ff2200, 0 0 16px rgba(255, 34, 0, 0.8);
      z-index: 10;
      pointer-events: none;
    }
    .pioneer-playhead-tri-top {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 8px solid #ff2200;
      filter: drop-shadow(0 0 4px #ff2200);
      z-index: 11;
    }
    .pioneer-playhead-tri-bot {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 8px solid #ff2200;
      filter: drop-shadow(0 0 4px #ff2200);
      z-index: 11;
    }

    /* 2. ONDA PANORÁMICA COMPLETA DE LA SESIÓN (OVERVIEW WAVEFORM TRACK) */
    .pioneer-overview-waveform-wrap {
      height: 28px;
      background: #06080e;
      border-top: 1px solid #181e2b;
      position: relative;
      overflow: hidden;
      cursor: pointer;
    }
    .pioneer-overview-canvas {
      width: 100%;
      height: 100%;
      display: block;
      opacity: 0.88;
    }
    .pioneer-overview-progress-shade {
      position: absolute;
      top: 0; bottom: 0; left: 0;
      width: 0%;
      background: rgba(0, 240, 255, 0.16);
      border-right: 2px solid var(--neon-cyan);
      box-shadow: 0 0 10px rgba(0, 240, 255, 0.6);
      pointer-events: none;
    }
    .pioneer-overview-cue-flags {
      position: absolute;
      top: 0; bottom: 0; left: 0; right: 0;
      pointer-events: none;
      display: flex;
    }
    .overview-cue-marker {
      position: absolute;
      top: 0;
      width: 2px;
      height: 100%;
      background: #ff9d00;
    }
    .overview-cue-marker::before {
      content: attr(data-cue);
      position: absolute;
      top: 1px;
      left: 2px;
      font-size: 0.5rem;
      font-family: var(--font-mech);
      font-weight: 800;
      color: #ff9d00;
      background: #000;
      padding: 0 2px;
      border-radius: 1px;
    }

    /* PANTALLA LISTA DE TRACKS (TRACK SELECTION LIST) */
    .playdeck-tracklist-wrap {
      flex: 1;
      padding: 12px 16px;
      display: flex;
      flex-direction: column;
      overflow: hidden;
    }
    .playdeck-tracklist-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: var(--font-mech);
      font-size: 0.65rem;
      color: #7b859a;
      letter-spacing: 1px;
      margin-bottom: 8px;
      padding: 0 4px;
    }
    .playdeck-tracklist-scroll {
      display: flex;
      flex-direction: column;
      gap: 6px;
      overflow-y: auto;
      max-height: 220px;
      scrollbar-width: thin;
      scrollbar-color: #262e40 transparent;
      padding-right: 4px;
    }
    .playdeck-track-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 8px 12px;
      background: #0d1017;
      border: 1px solid #1a202e;
      border-radius: 4px;
      cursor: pointer;
      transition: all 0.15s;
    }
    .playdeck-track-item:hover {
      background: #151a26;
      border-color: #2e3b56;
      transform: translateX(3px);
    }
    .playdeck-track-item.active {
      background: rgba(0, 240, 255, 0.08);
      border-color: var(--neon-cyan);
    }
    .playdeck-track-item.playing {
      background: rgba(0, 255, 102, 0.08);
      border-color: #00ff66;
      box-shadow: 0 0 10px rgba(0, 255, 102, 0.25);
    }
    .track-item-left {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .track-num-badge {
      font-family: var(--font-mech);
      font-size: 0.68rem;
      font-weight: 800;
      color: #68748c;
      width: 22px;
    }
    .playdeck-track-item.playing .track-num-badge {
      color: #00ff66;
    }
    .track-info-col {
      display: flex;
      flex-direction: column;
    }
    .track-name-main {
      font-family: var(--font-mech);
      font-size: 0.78rem;
      font-weight: 800;
      color: #e5ebf5;
    }
    .track-sub-details {
      font-size: 0.62rem;
      color: #6e798f;
      display: flex;
      gap: 8px;
    }
    .track-item-right {
      display: flex;
      align-items: center;
      gap: 14px;
      font-family: var(--font-mech);
    }
    .track-bpm-tag {
      font-size: 0.72rem;
      font-weight: 800;
      color: #00ff66;
    }
    .track-dur-tag {
      font-size: 0.68rem;
      color: #7b8599;
    }
    .track-load-btn-inline {
      background: #1a2232;
      border: 1px solid #2d384e;
      color: var(--neon-cyan);
      font-family: var(--font-mech);
      font-size: 0.6rem;
      font-weight: 800;
      padding: 3px 8px;
      border-radius: 2px;
      letter-spacing: 0.5px;
      cursor: pointer;
      transition: all 0.15s;
    }
    .playdeck-track-item:hover .track-load-btn-inline {
      background: var(--neon-cyan);
      color: #000;
      border-color: var(--neon-cyan);
    }

    /* BARRA INFERIOR DE CONTROLES HARDWARE: PLAY, CUE, VU METERS, TRACK PREV/NEXT, RRW/FFW */
    .playdeck-controls-footer {
      background: #0a0c13;
      padding: 18px 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
    }

    /* GRUPO PRINCIPAL: CUE Y PLAY ILUMINADOS */
    .playdeck-main-transport {
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .deck-round-action-btn {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 2px solid #2b3346;
      background: radial-gradient(circle at 35% 35%, #222838 0%, #0e1118 80%);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      user-select: none;
      transition: all 0.15s;
      box-shadow: 0 4px 14px rgba(0,0,0,0.6);
    }
    .deck-round-action-btn:active {
      transform: scale(0.94);
    }
    .deck-cue-btn {
      color: #ff9d00;
      font-family: var(--font-mech);
      font-weight: 900;
      font-size: 0.85rem;
      letter-spacing: 1px;
    }
    .deck-cue-btn:hover, .deck-cue-btn.active {
      border-color: #ff9d00;
      box-shadow: 0 0 20px rgba(255, 157, 0, 0.6);
    }
    .deck-play-btn {
      border-color: #00ff66;
    }
    .deck-play-btn.playing {
      border-color: #00ff66;
      box-shadow: 0 0 24px rgba(0, 255, 102, 0.7), inset 0 0 12px rgba(0, 255, 102, 0.3);
    }
    .deck-play-icon {
      width: 0; height: 0;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-left: 16px solid #00ff66;
      margin-left: 4px;
      filter: drop-shadow(0 0 5px #00ff66);
    }
    .deck-pause-icon {
      display: none;
      gap: 5px;
    }
    .deck-pause-icon span {
      width: 4px;
      height: 16px;
      background: #00ff66;
      box-shadow: 0 0 5px #00ff66;
    }

    /* GRUPO DE BOTONES DE NAVEGACIÓN: PREV/NEXT TRACK + RRW / FFW */
    .playdeck-nav-buttons-group {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .deck-nav-btn {
      background: #141722;
      border: 1px solid #293144;
      color: #c4ccdc;
      padding: 9px 12px;
      border-radius: 4px;
      font-family: var(--font-mech);
      font-size: 0.72rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      gap: 6px;
      cursor: pointer;
      transition: all 0.15s;
    }
    .deck-nav-btn:hover {
      background: #1c2232;
      border-color: var(--neon-cyan);
      color: #fff;
      box-shadow: 0 0 10px rgba(0, 240, 255, 0.3);
    }
    .deck-nav-btn:active {
      transform: scale(0.95);
    }
    .deck-nav-btn svg { width: 13px; height: 13px; }

    /* VU METERS L / R ESTÉREO CON SEGMENTOS EN EL PLAYDECK */
    .playdeck-vumeter-cluster {
      display: flex;
      align-items: center;
      gap: 12px;
      background: #06080d;
      border: 1px solid #1a202e;
      padding: 8px 14px;
      border-radius: 4px;
    }
    .deck-vu-block {
      display: flex;
      flex-direction: column;
      gap: 5px;
    }
    .deck-vu-channel-row {
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .deck-vu-ch-label {
      font-family: var(--font-mech);
      font-size: 0.6rem;
      font-weight: 800;
      color: #7b8599;
      width: 12px;
    }
    .deck-vu-led-strip {
      display: flex;
      gap: 3px;
    }
    .deck-vu-led {
      width: 6px;
      height: 12px;
      background: #131722;
      border-radius: 1px;
      transition: background 0.08s, box-shadow 0.08s;
    }
    .deck-vu-led.g.active {
      background: #00ff66;
      box-shadow: 0 0 6px #00ff66;
    }
    .deck-vu-led.y.active {
      background: #ffaa00;
      box-shadow: 0 0 6px #ffaa00;
    }
    .deck-vu-led.r.active {
      background: #ff0055;
      box-shadow: 0 0 8px #ff0055;
    }
    /* SEGMENTO PEAK HOLD PIONEER REAL */
    .deck-vu-led.peak-hold {
      opacity: 1 !important;
      filter: brightness(1.75);
    }
    .deck-vu-led.g.peak-hold {
      background: #39ff84;
      box-shadow: 0 0 10px #00ff66, 0 0 3px #fff;
    }
    .deck-vu-led.y.peak-hold {
      background: #ffcc00;
      box-shadow: 0 0 10px #ffaa00, 0 0 3px #fff;
    }
    .deck-vu-led.r.peak-hold {
      background: #ff3377;
      box-shadow: 0 0 12px #ff0055, 0 0 4px #fff;
    }
    .deck-vu-peak-db {
      font-family: var(--font-mech);
      font-size: 0.65rem;
      font-weight: 800;
      color: var(--neon-cyan);
      letter-spacing: 0.5px;
      min-width: 55px;
      text-align: right;
    }

    /* BOTONES DE CONVERSIÓN EN EL REPRODUCTOR (FAVORITOS Y AÑADIR AL CARRO) */
    .playdeck-conversion-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .deck-fav-btn {
      background: #111520;
      border: 1px solid #283348;
      color: #7b8599;
      width: 38px;
      height: 38px;
      border-radius: 4px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.2s;
    }
    .deck-fav-btn:hover {
      border-color: #ff0055;
      color: #ff0055;
      box-shadow: 0 0 12px rgba(255, 0, 85, 0.4);
    }
    .deck-fav-btn.active {
      background: rgba(255, 0, 85, 0.15);
      border-color: #ff0055;
      color: #ff0055;
      box-shadow: 0 0 16px rgba(255, 0, 85, 0.5);
    }
    .deck-fav-btn.active svg {
      fill: #ff0055;
    }
    .deck-add-cart-btn {
      background: var(--swat-gradient-vibrant);
      color: #000;
      font-family: var(--font-mech);
      font-size: 0.74rem;
      font-weight: 900;
      letter-spacing: 0.8px;
      padding: 9px 16px;
      border-radius: 4px;
      border: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      cursor: pointer;
      box-shadow: 0 4px 14px rgba(253, 109, 3, 0.4);
      transition: all 0.18s;
      white-space: nowrap;
    }
    .deck-add-cart-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(253, 109, 3, 0.6);
      filter: brightness(1.1);
    }
    .deck-add-cart-btn:active {
      transform: translateY(1px);
    }
    .deck-add-cart-btn.added {
      background: #00ff66;
      color: #000;
      box-shadow: 0 0 16px rgba(0, 255, 102, 0.6);
    }
    .deck-price-tag {
      font-family: var(--font-display);
      font-size: 1.15rem;
      font-weight: 800;
      color: #fff;
      margin-left: 2px;
    }

    /* CONTROL DE PITCH COMPACTO DENTRO DEL FOOTER */
    .playdeck-pitch-compact {
      display: flex;
      align-items: center;
      gap: 8px;
      font-family: var(--font-mech);
      font-size: 0.68rem;
    }
    .deck-pitch-range {
      width: 85px;
      -webkit-appearance: none;
      appearance: none;
      height: 4px;
      background: #1c2232;
      border-radius: 2px;
      outline: none;
    }
    .deck-pitch-range::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 12px;
      height: 20px;
      background: var(--neon-cyan);
      border-radius: 2px;
      cursor: pointer;
      box-shadow: 0 0 6px var(--neon-cyan);
    }
    .deck-pitch-val-display {
      color: var(--neon-cyan);
      font-weight: 800;
      min-width: 44px;
    }

    /* TOAST DE FEEDBACK DE CONVERSIÓN */
    .deck-conversion-toast {
      position: fixed;
      bottom: 24px;
      right: 24px;
      background: #0d121c;
      border: 1px solid var(--neon-cyan);
      color: #fff;
      font-family: var(--font-mech);
      font-size: 0.8rem;
      padding: 12px 18px;
      border-radius: 6px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.8), 0 0 15px rgba(0,240,255,0.4);
      z-index: 9999;
      display: flex;
      align-items: center;
      gap: 10px;
      transform: translateY(100px);
      opacity: 0;
      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      pointer-events: none;
    }
    .deck-conversion-toast.show {
      transform: translateY(0);
      opacity: 1;
    }

    /* RESPONSIVE PLAYDECK */
    @media (max-width: 1024px) {
      .playdeck-main-body {
        grid-template-columns: 240px 1fr;
      }
      .playdeck-controls-footer {
        justify-content: center;
      }
    }
    @media (max-width: 768px) {
      .playdeck-main-body {
        grid-template-columns: 1fr;
      }
      .playdeck-folders-sidebar {
        border-right: none;
        border-bottom: 2px solid #1c2232;
      }
      .playdeck-folder-scroll {
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        max-height: none;
        padding: 8px 12px;
      }
      .deck-folder-btn {
        white-space: nowrap;
        flex-shrink: 0;
      }
      .playdeck-controls-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
      }
      .playdeck-main-transport, .playdeck-nav-buttons-group, .playdeck-vumeter-cluster {
        justify-content: center;
      }
      .playdeck-hud-main-row {
        flex-direction: column;
        align-items: flex-start;
      }
    }
