/* ============================================================
   DXL FX CLUSTER — WARM ANALOG STYLE ONLY (NO LAYOUT)
   ============================================================ */

/* FX Cluster visual theme */
#dxl-fx-clusters {
  background: linear-gradient(to bottom, #3a2a22, #2a1c17);
  border-radius: 12px;
  border: 2px solid #7b4f3c;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.45), 0 0 12px rgba(0,0,0,0.35);
}

/* FX bar styling (no layout) */
.dxl-fx-bar {
  background: rgba(40, 30, 22, 0.55);
  border-radius: 8px;
}

/* FX unit styling (no layout) */
.fx-unit label {
  font-size: 11px;
  color: #f3e7d2;
}

.fx-unit input[type="range"] {
  accent-color: #d8b48a;
}
