Prompt:
Generate a highly detailed, surreal 3D fractal artwork in the style of a modified Mandelbulb hybrid, rendered as an abstract, crystalline mask-like organic form with 5-lobe rotational symmetry and intricate, swirling coral-like protrusions emerging from a central glassy structure evoking an alien eye with stalk extensions, floating against a procedural gradient sky background transitioning from soft cyan (#00FFFF) to deep blue (#000080) with subtle plane-based depth elements at horizons y=4 and y=-6 featuring box-shaped patterns via box(pp, vec2(6,9))-1 and exponential glow falloff exp(-0.5*max(db,0)), incorporating self-similar recursive details from ray marching with tolerance 0.00001, max ray length 20.0, up to 48 marches, and 5 bounces for reflections and refractions. The central form features a glossy orange iris with dark pupil void from orbit trap sphere at origin (radius 0.1), surrounded by five radiating mushroom-like stalks with bumpy textures from sphere folds (minR²=0.2-0.3, fixedR²=1.0-1.2), vibrant pink-orange hues (HSV(0.065,0.8,6) for glow, HSV(0.6,0.85,1) for diffuse) exhibiting translucent refractive qualities with internal amber-tinted glow via Beer-Lambert absorption ragg *= exp(-(st+initt)*beer) where beer = -HSV(0.05, 0.95, 2.0) and initt=0.1, high-contrast ethereal vibrancy via ACES tone mapping v *= 0.6; clamp((v*(2.51*v+0.03))/(v*(2.43*v+0.59)+0.14), 0,1) followed by sRGB gamma mix(1.055*pow(t,1/2.4)-0.055, 12.92*t, step(t,0.0031308)). Use the merged distance field df(p) = shp(mandelBulb(p/z1)*z1) with z1=2.0, where shp(x) = (exp(x)-exp(-x))/(pi/PHI) and PHI=(sqrt(5)/2 + 0.5)≈1.618, applied after rotating p by transpose(inverse(g_rot)) with x-axis animation (1.221*time + pi)/tau where tau=2*pi. The mandelBulb(p) iterates with power n≈6-11.24788742 and loops=3: initialize z = chp(p)*p - p where chp(x)=(exp(x)+exp(-x))/pi; dr=1.0; for each loop, r=length(z), bail if r>2; theta=atan(z.x,z.y); phi=asin(z.z/r) + time*0.2; dr = pow(r,power-1)*dr*power +1; r=pow(r,power); theta*=power/PHI; phi*=power/PHI; z = r * vec3(tan(shp(sin(theta)*sin(phi)))*PHI, chp(cos(theta)*sin(phi)), cos(phi)) + p; p=reflect(p,z); return 0.75*log(r)*r/dr. Incorporate pre-folding with hyperbolic distortion: z' = chp(z) · z - z, then integer power fold for each axis i: z_i'' = {2f - z_i' if z_i' > f; -2f - z_i' if z_i' < -f; z_i' otherwise}, f≈1.2-1.5, then z_i''' = shp(z_i'') = (exp(z_i'') - exp(-z_i'')) / (pi / PHI). Follow with Amazing Box fold u' = s · clamp(u, -l, l) - (s - 1) · u for u∈{x,y,z}, s≈1.8-2.2, l≈1.0, then sphere fold r²=||z||², z' = z · μ where μ = {r/m if r² < m; r/r² if m ≤ r² < r; 1 otherwise}, then modulate z'' = shpp(z') = (exp(z' · (sinh(z') · pi)) - exp(-z' · (sinh(z') · pi))) / (TAU / PHI) with TAU=(2*pi)*0.7887≈4.951, dr' = |s| · pow(r^{n-1}, PHI) · dr + 1. Post-transform: z' = k · R · z + t, k≈1.1-1.3, R=transpose(inverse(g_rot)), t≈(0,0,0.2). Custom hyperbolic functions: chpp(x)=(exp(x/(cosh(x)*pi))+exp(-x/(cosh(x)/pi)))/(TAU*PHI); shpp(x)=(exp(x*(sinh(x)*pi))-exp(-x*(sinh(x)*pi)))/(TAU/PHI); ssh(x)=(exp(x*pi/0.7887)-exp(-x*pi/0.7887))/(2*pi); csh(x)=(exp(x*pi/0.7887)+exp(-x*pi/0.7887))/(2*pi); ssh1(x)=sinh(x/pi)*PHI; csh1(x)=cosh(x/pi)*PHI. Use in skyColor with reflections reflect(-ssh1(rd), chpp(ro)), rendering aggregation agg += ssh1(ragg*skyColor(ro,rd)), ray updates rd=chpp(ref) or ro=shpp(sp + initt*rd). Materials: mat=vec3(0.8,0.5,1.05) for diffuse, specular, refracti