Prompt

2x2 grid, 1080x1080, do this for 4 real complex space machines:

=> root {
  --subject: "$complex_machine"; /* Jet turbine, Swiss watch movement, Tesla motor */
  --explosion_depth: "250%"; /* How far components separate */
  --detail-accuracy: "100%";
}

# composition {
  view: "30° axonometric technical illustration";
  background: "Precision graph paper (0.5mm grid), faint blueprint cyan tint";
}

# component_array {
  state: "Exploded view with every component floating in perfect axial alignment";

  /* Each component renders at different detail levels based on distance from core */
  render_progression: "
    INNERMOST (0-33%): Photorealistic metal, ceramic, carbon fiber with micro-scale surface details, oil residue, wear patterns

    MIDDLE (33-66%): Technical CAD render, color-coded by material (titanium=silver, copper=orange, steel=blue)

    OUTERMOST (66-100%): Wireframe ghost mesh with dimension callouts, tolerance annotations, part numbers
  ";

  connection_indicators: "Dotted assembly vectors with sequential numbering (1→2→3...), torque specifications floating near bolt holes";

  material_labels: "Hovering accurate data cards showing: Material grade, Rockwell hardness, operating temperature, surface finish (RA)";
}

# lighting {
  style: "Technical photography: 3-point lighting revealing every edge and chamfer, dramatic shadows emphasizing mechanical complexity";
}
Output 1