Explore AI generated designs, images, art and prompts by top community artists and designers.

# Финальный промт для агента (Antigravity + Stitch MCP) ## Сайт-визитка: продажа и установка весов для погрузчиков Скопируй весь блок ниже целиком в чат задач агента как первое сообщение проекта. --- ## ПРОМТ ДЛЯ АГЕНТА (копировать с этой строки) Ты — фронтенд-разработчик и веб-дизайнер. Твоя задача: построить одностраничный сайт-визитку (лендинг) компании , которая продаёт и устанавливает весовое оборудование на вилочные погрузчики (весоизмерительные вилы , крановые весы , встраиваемые системы взвешивания , индикаторы , поверка/калибровка). Работай пошагово , по фазам ниже. После каждой фазы показывай результат (код + краткое описание) и жди подтверждения , прежде чем переходить к следующей фазе. Не используй lorem ipsum — весь текст должен быть по теме; если данные неизвестны , помечай их `[ЗАПОЛНИТЬ: ...]` явным образом прямо в коде и в комментарии. ### 0. Вводные данные проекта - Название компании: `[ЗАПОЛНИТЬ]` (если не указано — использовать нейтральное «ВесПром» как рабочее название и пометить как временное) - Номер WhatsApp: `[ЗАПОЛНИТЬ: +7XXXXXXXXXX]` - Регион работы: `[ЗАПОЛНИТЬ: город/страна]` - Ассортимент (минимум для карточек каталога , если не дано — использовать этот дефолтный список): 1. Весоизмерительные вилы (грузоподъёмность 1–5 т , точность ±0.5%) 2. Крановые/подвесные весы для интеграции с погрузчиком 3. Встраиваемые весовые системы (монтаж в раму погрузчика) 4. Индикаторы веса и дисплеи (проводные/беспроводные) 5. Поверка и калибровка весового оборудования 6. Сервисное обслуживание и ремонт - Логотип/фото/сертификаты: отсутствуют → генерировать текстовые/иконочные плейсхолдеры , фото заменять описательными alt-текстами и SVG-иллюстрациями/иконками вместо реальных фотографий. - Сайт: **одна страница** , без отдельных подстраниц. - Тип сборки: чистый HTML/CSS/JS , без бэкенда. Все заявки идут через кнопки WhatsApp (`wa.me`) , формы обратной связи не делать. ### 1. Дизайн-система — строгий индустриальный стиль (тёмный , техничный) Зафиксировать как CSS-переменные в начале `styles.css`: ```css :root { /* Фон и поверхности */ --bg-primary: #0E1116; --bg-surface: #171B21; --bg-surface-2: #1F252D; --border-color: #2A313B; /* Акцент — индустриальный оранжевый (сигнальный цвет техники) */ --accent: #FF7A1A; --accent-hover: #FF9142; --accent-muted: rgba(255 , 122 , 26 , 0.12); /* Текст */ --text-primary: #F5F6F7; --text-secondary: #9AA3AD; --text-on-accent: #0E1116; /* Статусы/бейджи */ --success: #3DDC84; /* Радиусы — небольшие , без "мягкого" UI */ --radius-sm: 4px; --radius-md: 8px; /* Шкала отступов */ --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px; --space-5: 24px; --space-6: 32px; --space-7: 48px; --space-8: 64px; --space-9: 96px; } ``` - Шрифт: `Inter` (или `Manrope`) через Google Fonts. Заголовки — 700 , текст — 400/500. - Масштаб типографики: H1 — 48px / mobile 32px; H2 — 32px / mobile 24px; H3 — 22px; body — 16px; small — 14px. Line-height заголовков 1.1–1.2 , текста — 1.5. - Иконки: line-style (обводка , без заливки) , тема — вес/точность/погрузчик/сертификат. Использовать инлайн SVG. - Кнопки: primary — заливка `--accent` , текст `--text-on-accent` , radius `--radius-sm` , без теней , чёткая обводка при hover. Secondary — прозрачная с обводкой `--border-color`. - Общее ощущение: контраст , чёткие линии-разделители секций (border-top 1px `--border-color`) , минимум скруглений , минимум декоративных теней. Сгенерировать через Stitch MCP референс hero-блока по промпту: > "Industrial B2B landing page hero , dark navy/graphite background #0E1116 , orange accent #FF7A1A , bold condensed sans-serif headline , forklift with weighing attachment illustration , minimal rounded corners , trust badges row" Выбрать один вариант , зафиксировать композицию (расположение заголовка/кнопки/иллюстрации) как референс для вёрстки. ### 2. Структура страницы (порядок секций и содержимое) 1. **Header** (sticky , `--bg-surface` с нижней обводкой) - Слева: логотип-плейсхолдер (текст названия компании , шрифт 700). - Справа: пункты меню-якоря (Услуги , Каталог , Как работаем , Кейсы , Контакты) — скрыть в бургер на мобильных. - Кнопка WhatsApp (primary) — крайняя справа. 2. **Hero** - H1: «Весы для погрузчиков под ключ: подбор , монтаж , поверка» - Подзаголовок: 1–2 предложения про скорость и точность монтажа , гарантию. - Кнопка WhatsApp (крупная , primary) — текст «Написать в WhatsApp» + иконка. - Строка доверия под кнопкой: 3 коротких пункта в столбик/строку («Гарантия N лет» , «Выезд по региону `[ЗАПОЛНИТЬ]`» , «Поверка включена»). - Иллюстрация/SVG погрузчика с весами справа (или фон-паттерн , если иллюстрации нет). 3. **Услуги** (4 карточки в сетке , `--bg-surface` фон карточки , border `--border-color`) - Продажа весового оборудования - Монтаж на погрузчик - Поверка и калибровка - Сервис и ремонт - На каждой карточке: иконка , заголовок , 1–2 строки описания. 4. **Каталог** (сетка карточек товаров , 4–6 позиций из списка в п.0) - На карточке: иконка/плейсхолдер-изображение , название , 2–3 ключевые характеристики (грузоподъёмность , точность , IP-класс) , кнопка WhatsApp с текстом `«Интересует {название товара}»` (urlencoded). 5. **Как мы работаем** (степпер/таймлайн , 5 шагов) - Заявка в WhatsApp → Консультация и подбор → Выезд/монтаж → Поверка → Гарантийная поддержка. - Каждый шаг: номер , короткий заголовок , 1 строка описания. 6. **Преимущества** (4–6 пунктов , иконка + короткий текст) - Например: «Гарантия на монтаж» , «Сертифицированное оборудование» , «Опыт работы `[ЗАПОЛНИТЬ]` лет» , «Выезд по региону» , «Поверка включена в стоимость» , «Сервис 24/7» — оставить как варианты , отметить реальные цифры как `[ЗАПОЛНИТЬ]`. 7. **Кейсы** (сетка/карусель из 3 карточек) - Плейсхолдер-описание объекта (склад/производство/логистика) , тип установленного оборудования , результат в 1 фразе. 8. **Сертификаты и документы** (ряд бейджей) - Плейсхолдер-иконки «Сертификат соответствия» , «Свидетельство о поверке» — с пометкой `[ЗАПОЛНИТЬ: реальные документы]`. 9. **Отзывы** (2–3 карточки) - Плейсхолдер-тексты , помечены как черновые. 10. **Финальный CTA-блок** - Крупный заголовок-призыв , крупная кнопка WhatsApp по центру. - Контакты: телефон , email (плейсхолдеры) , адрес/регион. - Карта — встроенный статичный блок-плейсхолдер (реальный embed добавить , когда будет адрес). 11. **Footer** - Название компании , копирайт , повтор кнопки WhatsApp (маленькая) , ссылки на мессенджеры при наличии. **Плавающая кнопка WhatsApp** — fixed , правый нижний угол , видна на всех секциях при скролле , иконка WhatsApp в зелёном кружке (`#25D366`) , лёгкая пульсация (анимация раз в 3–4 сек , без резких эффектов). ### 3. WhatsApp-интеграция (техническая часть) - Формат ссылки: `https://wa.me/<номер_без_плюса_и_пробелов>?text=<urlencoded_текст>` - Номер и дефолтный текст вынести в константы в начале `main.js`: ```js const WHATSAPP_NUMBER = "ЗАПОЛНИТЬ"; // международный формат без + const WHATSAPP_DEFAULT_TEXT = "Здравствуйте! Интересуют весы для погрузчика , хочу проконсультироваться"; ``` - Все ссылки — `target="_blank" rel="noopener noreferrer"`. - Для карточек каталога текст сообщения формируется динамически: `Здравствуйте! Интересует ${имя_товара} , хочу проконсультироваться`. ### 4. Технические требования - Адаптив mobile-first , брейкпоинты: 375 / 768 / 1024 / 1440. - Изображения — webp , `loading="lazy"` (кроме hero-изображения). - Контраст текста — проверить на соответствие WCAG AA (особенно `--text-secondary` на `--bg-primary`). - Кросс-браузерность: Chrome , Safari , Firefox. - Favicon , `sitemap.xml` , `robots.txt`. ### 5. SEO и метаданные - `<title>`: «Весы для погрузчиков — продажа , монтаж , поверка [Регион]» - `meta description`: 1–2 предложения с УТП и регионом. - OG-теги (og:title , og:description , og:image — hero-изображение). - H1 — один на странице (см. Hero). - Alt-тексты у всех изображений/иконок. - Микроразметка `schema.org`: `LocalBusiness` (общие данные компании) + `Product` для каждой карточки каталога. ### 6. Порядок выполнения (для модели Flash 3.6 Medium — дробить по шагам) Выполнять и показывать результат по одному пункту за раз , не объединяя несколько секций в один ответ: 1. Скелет HTML + подключение CSS-переменных из раздела 1. 2. Header + мобильное меню + плавающая кнопка WhatsApp. 3. Hero-секция. 4. Секция «Услуги». 5. Секция «Каталог». 6. Секция «Как мы работаем». 7. Секция «Преимущества». 8. Секция «Кейсы». 9. Секция «Сертификаты». 10. Секция «Отзывы». 11. Финальный CTA-блок + Footer. 12. SEO-метатеги , favicon , sitemap.xml , robots.txt. 13. Финальная проверка: адаптив на 4 брейкпоинтах , контраст , все wa.me-ссылки , lazy-loading изображений. ### 7. Чек-лист приёмки (сверить перед сдачей) - [ ] Все `[ЗАПОЛНИТЬ]`-плейсхолдеры собраны в единый список в комментарии наверху `index.html` для удобной правки. - [ ] Все кнопки/ссылки ведут на корректный `wa.me` с правильным текстом. - [ ] Плавающая кнопка WhatsApp не перекрывает контент на мобильных (проверить над footer). - [ ] Ни одной формы обратной связи в коде нет. - [ ] Адаптив проверен на 375/768/1024/1440. - [ ] Цветовая схема соответствует разделу 1 (никаких случайных цветов вне палитры). - [ ] Lorem ipsum отсутствует — весь текст по теме. ## КОНЕЦ ПРОМТА (копировать до этой строки) ,

Masterpiece , best quality , ultra-detailed , vibrant color , painterly texture , hand-drawn , warm light , glowing effects. Professional children's book cover illustration for an early chapter book titled "The Molties and the Flame of First Light" by Zoe Sunelle. Audience: children ages 6–9. CONCEPT: Five small living lava creatures stand together from behind , looking forward into a vast glowing underground cavern. The viewer sees their backs and silhouettes — enough to feel their warmth , their differences , their friendship — but their faces are not shown. The mystery makes the viewer want to step inside the world with them. WORLD: A vast magical underground volcanic cavern called LavaBloom. The space feels ancient , timeless , and enormous. Glowing magma rivers wind into the distance. Soft volcanic rock formations rise on either side. Warm amber crystals catch the light. Magical particles drift slowly through warm still air. The cavern ceiling glows like an underground sun — deep molten orange fading to amber gold. In the far distance , at the end of a natural path of warm stone , the Flame of First Light glows — a single small delicate flower , white-gold petals , luminous and still , the visual anchor of the entire composition. It is the most clearly defined element in the image. Everything leads the eye toward it. CHARACTERS — seen from behind , in silhouette: Five small gooey rounded lava creatures standing together , facing forward into the cavern. Their forms are suggested by warm glowing outlines — each one distinct in silhouette. Left to right suggested order: — One broad and solid (Magmara) glowing deep red-orange — One small and slightly floating (Glowy) glowing pale white-gold , hovering just above the stone — One centre and slightly forward (Spark) glowing vivid flame-orange , leaning toward the distant flower with energy — One rounded and steady (Lavaleenie) glowing deep amber gold — One slightly apart , turned at a small angle (Rays) glowing warm copper-gold with a faint cool edge Their inner glows illuminate the ground around their feet and each other's backs. They are clearly friends standing together before something wondrous. LIGHTING: The Flame of First Light in the far distance is the primary light source — a soft white-gold beacon. The characters are backlit by the warm cavern glow. Central gradient: bright golden white at the horizon where the flower glows , transitioning through amber and orange to deep volcanic warmth in the foreground. The Molties' inner glows create warm halos around each silhouette. COLOUR PALETTE: Warm sepia-gold background tones. Deep molten orange cavern walls. Amber gold crystal light. White-gold distant flower glow. Warm character silhouette glows in orange , amber , red-orange , white-gold , copper. The overall palette is rich , warm , and slightly timeless — like a memory of something magical. COMPOSITION: Wide establishing shot with depth. Five silhouette figures in the lower-centre foreground , small against the vast cavern. The Flame of First Light in the far distance , small but unmistakable , drawing the eye through the composition. Vast atmospheric space between characters and flower. Clear sky-like space at the top of the image for title typography. The figures occupy the lower third. The flower occupies the centre-distance. The cavern fills everything between. ART STYLE: Premium hand-painted children's book illustration. Warm painterly atmosphere. Organic soft textures. Traditional publishing quality. Literary and timeless feeling — more classic storybook than animated film. Soft golden haze. Atmospheric depth. Slightly impressionistic distance. NOT CGI. NOT flat vector. NOT anime. NOT photorealistic. Handcrafted and warm. MOOD: Wonder. Timeless. Quiet adventure. Curiosity. The feeling of standing at the beginning of something enormous and beautiful. A child should think: I want to walk in there with them. Warm. Safe. Vast. Magical. Still. NEGATIVE PROMPTS: Cool palette. Blue dominant. Purple dominant. Teal. Lime green. White-blue glow. Cold light sources. Muted colors. Desaturated. Muddy tones. Dark creepy tone. Aggressive contrast. Harsh contrast. Realistic fire. Dangerous flames. Scary volcano. Dark horror. Threatening lava. Ice. Snow. Frost. Monsters. Evil expressions. Aggressive characters. Sharp edges. Spiky shapes. Photo realism. Slick 3D rendering. CGI. Anime. Flat vector. Flat design. Clip art. Text in image. Words in image. Humans. Robots. Metal. Violent action. Weapons. Fear. Characters facing viewer. Front view of characters. Faces visible. Characters revealed. Close up of characters. Characters large in frame. Action poses. Dynamic movement. Crowded foreground. Busy composition. Small cavern. Claustrophobic space. ,

Masterpiece , best quality , ultra-detailed , vibrant color , painterly texture , hand-drawn , warm light , glowing effects. Professional children's book cover illustration for an early chapter book titled "The Molties and the Flame of First Light" by Zoe Sunelle. Audience: children ages 6–9. CONCEPT: Five small living lava creatures stand together from behind , looking forward into a vast glowing underground cavern. The viewer sees their backs and silhouettes — enough to feel their warmth , their differences , their friendship — but their faces are not shown. The mystery makes the viewer want to step inside the world with them. WORLD: A vast magical underground volcanic cavern called LavaBloom. The space feels ancient , timeless , and enormous. Glowing magma rivers wind into the distance. Soft volcanic rock formations rise on either side. Warm amber crystals catch the light. Magical particles drift slowly through warm still air. The cavern ceiling glows like an underground sun — deep molten orange fading to amber gold. In the far distance , at the end of a natural path of warm stone , the Flame of First Light glows — a single small delicate flower , white-gold petals , luminous and still , the visual anchor of the entire composition. It is the most clearly defined element in the image. Everything leads the eye toward it. CHARACTERS — seen from behind , in silhouette: Five small gooey rounded lava creatures standing together , facing forward into the cavern. Their forms are suggested by warm glowing outlines — each one distinct in silhouette. Left to right suggested order: — One broad and solid (Magmara) glowing deep red-orange — One small and slightly floating (Glowy) glowing pale white-gold , hovering just above the stone — One centre and slightly forward (Spark) glowing vivid flame-orange , leaning toward the distant flower with energy — One rounded and steady (Lavaleenie) glowing deep amber gold — One slightly apart , turned at a small angle (Rays) glowing warm copper-gold with a faint cool edge Their inner glows illuminate the ground around their feet and each other's backs. They are clearly friends standing together before something wondrous. LIGHTING: The Flame of First Light in the far distance is the primary light source — a soft white-gold beacon. The characters are backlit by the warm cavern glow. Central gradient: bright golden white at the horizon where the flower glows , transitioning through amber and orange to deep volcanic warmth in the foreground. The Molties' inner glows create warm halos around each silhouette. COLOUR PALETTE: Warm sepia-gold background tones. Deep molten orange cavern walls. Amber gold crystal light. White-gold distant flower glow. Warm character silhouette glows in orange , amber , red-orange , white-gold , copper. The overall palette is rich , warm , and slightly timeless — like a memory of something magical. COMPOSITION: Wide establishing shot with depth. Five silhouette figures in the lower-centre foreground , small against the vast cavern. The Flame of First Light in the far distance , small but unmistakable , drawing the eye through the composition. Vast atmospheric space between characters and flower. Clear sky-like space at the top of the image for title typography. The figures occupy the lower third. The flower occupies the centre-distance. The cavern fills everything between. ART STYLE: Premium hand-painted children's book illustration. Warm painterly atmosphere. Organic soft textures. Traditional publishing quality. Literary and timeless feeling — more classic storybook than animated film. Soft golden haze. Atmospheric depth. Slightly impressionistic distance. NOT CGI. NOT flat vector. NOT anime. NOT photorealistic. Handcrafted and warm. MOOD: Wonder. Timeless. Quiet adventure. Curiosity. The feeling of standing at the beginning of something enormous and beautiful. A child should think: I want to walk in there with them. Warm. Safe. Vast. Magical. Still. NEGATIVE PROMPTS: Cool palette. Blue dominant. Purple dominant. Teal. Lime green. White-blue glow. Cold light sources. Muted colors. Desaturated. Muddy tones. Dark creepy tone. Aggressive contrast. Harsh contrast. Realistic fire. Dangerous flames. Scary volcano. Dark horror. Threatening lava. Ice. Snow. Frost. Monsters. Evil expressions. Aggressive characters. Sharp edges. Spiky shapes. Photo realism. Slick 3D rendering. CGI. Anime. Flat vector. Flat design. Clip art. Text in image. Words in image. Humans. Robots. Metal. Violent action. Weapons. Fear. Characters facing viewer. Front view of characters. Faces visible. Characters revealed. Close up of characters. Characters large in frame. Action poses. Dynamic movement. Crowded foreground. Busy composition. Small cavern. Claustrophobic space. ,

Design a premium A4-size professional book back cover for AIAT Technologies that perfectly matches the front cover design , color palette , typography , branding , spacing , visual hierarchy , and enterprise technology aesthetic. Portrait orientation (A4 vertical) , print-ready publishing quality , ultra-high resolution , modern cybersecurity and IT infrastructure theme. Use a clean deep navy-blue background with subtle geometric grid patterns , abstract network connections , digital circuitry , server infrastructure elements , cloud computing symbols , data streams , and elegant holographic technology accents. No humans , faces , characters , hackers , hooded figures , robots , or mascots. Create a sophisticated corporate technology appearance suitable for a professional educational publication. At the top include a section titled "About This Book". Below it place a professionally formatted book description area explaining that Windows CLI – 100 Important Commands is a practical reference guide covering essential Windows command-line tools for system administration , troubleshooting , networking , security operations , automation , diagnostics , and IT support. Include a clean feature highlights section with modern iconography containing: • 100 Essential Windows Commands • Practical Command Examples • Networking & Troubleshooting Tools • System Administration Techniques • Security & Diagnostic Utilities • Beginner to Advanced Learning Resource. Add a section titled "Who Should Read This Book?" listing: IT Professionals , System Administrators , Help Desk Engineers , Cybersecurity Analysts , Networking Students , Technology Enthusiasts , and Computer Science Learners. Include a professional AIAT Technologies company profile section with the heading "About AIAT Technologies" and a clean placeholder text area for company information. At the bottom reserve space for ISBN barcode placement , publisher information , website , email address , copyright details , and social media icons. Use premium white and cyan typography with strong readability and professional alignment. Maintain generous spacing , balanced composition , and publishing-standard formatting. The overall design must feel like a bestselling enterprise technology handbook from a leading technology training organization. Print-ready , ultra-detailed , corporate publishing quality , elegant modern layout , professional educational technology branding , 8K quality. Negative Prompt: no humans , no faces , no hooded figures , no hackers , no robots , no anime , no cartoons , no gaming appearance , no movie-poster style , no cluttered layout , no excessive neon effects , no blurry text , no distorted typography , no low resolution , no watermark , no stock-photo appearance , no horror elements , no fantasy elements. ,

On the right side A majestic mechanical scorpion , gears whirring and steam hissing , traverses terrain. Intricate clockwork details adorn its exoskeleton , with glowing amber optics scanning the horizon. The style is a fusion of steampunk aesthetics , industrial design , and cinematic concept art , with a palette of warm neonpink and metallic silvers. On the left side , Extreme close-up , dramatic chiaroscuro oil painting featuring a woman with blonde windswept hairstyle and a muscular physique , showcasing highly defined , sculpted back muscles , toned arms , powerful legs , and firm , bubble-shaped buttocks that emphasize strength and athleticism. in a full-body staggard position with hands wide , with kintsugi black cracks in her skin , in skimpy , tattered black revealing robes blowing in the wind , eyes glaring in anger , fury on face , tattered robes covered in arcane hieroglyphs , amidst fallen robotic bodies in fear with ravens pecking; atmospheric fog and shadows; The scene is set with her dynamically leaping forward to the camera left knees up while wielding a red futuristic gauntlet , in her right hand wearing bulky futuristic wristcom lunging at the camera outside an old iron and stone cafe among A towering retro-futuristic metropolis at twilight , she is both tantalizing and terrifying , layered mixed-media aesthetic on aged cracked plaster and parchment surface , distressed patina with peeling paint and weathered grain , painterly impasto with palette knife texture and soft edge blending , semi-abstract realism balance , warm–cool tonal harmony integration , controlled colour bleed and pigment bloom , atmospheric haze and soft diffusion , tactile surface depth , fine noise and paper fibre detail , gentle vignette , cinematic lighting with soft highlights and muted shadows , cohesive composition , no clean digital finish , no sharp vector edges , maintain organic irregularities and handcrafted imperfections , layered mixed-media aesthetic on aged cracked plaster and parchment surface , subtle embedded microtext and ghosted typography throughout background , distressed patina with peeling paint and weathered grain , painterly impasto with palette knife texture and soft edge blending , semi-abstract realism balance , warm–cool tonal harmony integration , controlled colour bleed and pigment bloom , atmospheric haze and soft diffusion , tactile surface depth , fine noise and paper fibre detail , gentle vignette , cinematic lighting with soft highlights and muted shadows , cohesive composition , no clean digital finish , no sharp vector edges , maintain organic irregularities and handcrafted imperfections , Sleek , chrome-plated robots patrol the rain-slicked streets below , their optical sensors scanning the urban sprawl. The architecture is a blend of art deco grandeur and advanced , impossible geometries. Rendered in the style of highly detailed concept art with influences from Moebius and Syd Mead , utilizing a dark fantasy color palette with vibrant , contrasting highlights.. The style is ethereal and epic , with emotional brushstrokes and atmospheric depth , rendered with exquisite detail in 8k. Dramatic chiaroscuro lighting with a color palette of blue , black , white , and gold , optimized for Unreal Engine 5 , intricate mech details , ground level shot , 8K resolution , Cinema 4D , Behance HD , polished metal , , cyberpunk 2099 blade runner 2049 neon , cyberpunk 2099 blade runner 2049 neon ,

create a villian table that has cobra commandar , skeletor , thanos , darth vadar , Doom at the head seat , joker , megatron , magneto , shao khan. with each character , have there main back up character standing watch over them. Have darkseid standing as a bodyguard for all. Also have jason and Predetor standing by an entrance. Have ultron standing waiting with some terminator robots around him. Have alien from AVP looking out of a vent and have game of throne dragons flying past as you see through columns overlooking mountains in the distance ,

A rain , dust , and rise from the ground in vortex fragments , suspended within the turbulence , fantastical space station reimagined in an Analog-Digital Hybrid Decay , fly across a sky abyss like a hole peeking through the crack in the clouds , dark indigo and light cyan , realistic hyper-detail , fluid simplicity. space city and in front a astronaut of Ancient migrate with their robots and belongings , and in front of them is a sport-car appears from storm , rain's drops in motion , sharp focus , realistic hyper-detail , fluid simplicity --ar 128:63 --stylize 750 --v 6 , ,

Pour adapter ton image dans le style et le thème du jeu ARC Raiders , il faut miser sur une esthétique rétro-futuriste très marquée par les années 80 , synthwave , et un univers post-apocalyptique teinté de sci-fi “Rust Belt” et de technologie récupérée. Éléments principaux du style ARC Raiders Palette de couleurs : tons sombres , contrastes très marqués de noir , bleu nuit , cyan , magenta , orange vif et beige crème. Les arrière-plans sont souvent texturés , presque granuleux (“grungy”) , avec des effets de lumière néon et des dégradés rappelant les couchers de soleil synthwave. Effets graphiques : lignes diagonales dynamiques , motifs “grid” façon rétro , parfois des bandes arc-en-ciel stylisées ou des surbrillances typiques du néon 80’s. Atmosphère : ambiance de survie dans un monde ruiné , technologie récupérée , robots menaçants et architecture usée. Les personnages/objets affichent une usure , des détails techniques ou mécaniques , et des éléments utilitaires. Typographie et logo : inspiration Atari et arcade vintage pour les lettrages , parfois avec effet chromé ou éclairage stylisé. Fond : paysages post-apocalyptiques , ciels brumeux ou nuageux , infrastructures délabrées , et éléments industriels. Comment adapter ton pingouin MrTHP Ajouter un fond post-apo : icebergs ou décors enneigés peuvent devenir des ruines de structures , avec des lumières néon ou des reflets synthwave dans la glace. Modifier la lumière : simuler un effet crépuscule synthwave avec un dégradé mauve/orange/cyan pour l’ambiance , et ajouter des “scanlines” légères. Afficher des bandes diagonales ou des motifs “grid” sur les bords de l’image ou sur le ventre du pingouin. Texturer le pingouin : intégrer des effets de lumière néon , des reflets “chrome” , ou styliser le logo MrTHP pour rappeler Atari/synthwave. Ajouter des détails tech/scavenger : par exemple , une lunette/casquette tech , ou des petits éléments de récup’ futuriste en plus du chapeau haut-de-forme. ,

**"A hyper-detailed industrial cyberpunk assembly line mass-producing Terminator-style robotic endoskeletons , bathed in the eerie glow of flickering neon and cold factory lighting. Towering hydraulic presses , robotic arms , and conveyor belts dominate the scene , their metallic surfaces gleaming with oil and grime. Thick plumes of black smoke rise from overworked machinery , curling toward the high , rusted ceiling where exposed pipes and ventilation ducts crisscross like veins. The robots on the line are in various stages of assembly—some half-formed with exposed wiring and skeletal frames , others nearly complete , their red sensor eyes flickering to life. The atmosphere is oppressive , a mix of industrial noise , hissing steam , and the hum of electricity , with a dystopian tension hanging in the air. The art style blends hyper-realistic mechanical precision with a gritty , cinematic cyberpunk aesthetic—sharp metallic textures , dramatic lighting contrasts , and a moody , high-detail composition that evokes the dark , futuristic tone of the *Terminator* universe. Include intricate reflections on wet factory floors , scattered tools , and the occasional spark from malfunctioning equipment to enhance the immersive , high-stakes industrial environment."** ,

Stencil and graffiti art style. Imagine lush greenery and modern architecture blending seamlessly , with people of diverse backgrounds—some in business attire , others in casual wear—enjoying the day alongside friendly , lifelike robots. The scene should evoke a sense of optimism , technological progress , and community , using vibrant colors and dynamic lighting to emphasize the joyful , sunny atmosphere. ,

futuristic studious full - body humanoid robots with two huge round expressive sad purple glowing led eyes and glasses and open rectangular mouth sitting on a large comfortable cushioned vintage recliner reading an newspaper. vibrant color scheme , highly detailed , in the style of romanticism , cinematic , artstation , moebius , greg rutkowski ,

Vintage sci-fi poster , dramatic scene , tiny futuristic robots with laser weapons attacking cancerous cells inside a human body. The robots are sleek and metallic , glowing with energy , while the cancer cells are grotesque and organic , clinging to healthy tissue. The background resembles blood vessels and biological structures , illuminated with neon highlights. Stylized like a 1950s-1970s science fiction movie poster , bold colors , high contrast , dramatic lighting , grainy texture , retro typography with words like 'NANO WARRIORS' or 'BATTLE INSIDE YOU'. Comic book style shading , exaggerated action , dynamic composition. ,

Create a black and white comic-style storyboard consisting of 10 linear panels , illustrating a futuristic retelling of "Little Red Riding Hood" titled Caperucita Roja 3025. Each panel should be cinematic and sequential , with dramatic lighting and dynamic compositions. Panel 1: A sprawling futuristic city called "Neónpolis" with flying cars , robots , and glowing skyscrapers. Panel 2: Little Red Riding Hood wearing a glowing LED red cape , jetpack , and high-tech visor. Panel 3: She receives a holographic message from her mother with a mission to bring nanobot-soup to her grandmother on a space station. Panel 4: She flies over the bioluminescent Galactic Forest on her hoverboard. Panel 5: A cybernetic wolf with robotic limbs and a glowing red eye appears from the shadows. Panel 6: The wolf races on a rocket-bike toward the grandmother’s space station. Panel 7: The wolf locks the grandmother in a cryo-tube and uses a holographic disguise to pose as her. Panel 8: Red enters the space station and begins to notice strange features on her "grandmother." Panel 9: A security drone detects the wolf and exposes him. Panel 10: The grandmother is freed and they celebrate with 3D-printed cookies in space. Style: Clean black-and-white ink lines , comic layout , no color , expressive faces , futuristic sci-fi elements with a retro twist. Include subtle panel borders and cinematic flow from left to right. ,

A highly realistic image of multiple robotic arms and two young scientists , whose faces are not visible , working on robots and robotic arms in a modern , high-tech workshop. The robotic arms are state-of-the-art , with precise and synchronized movements , being fine-tuned and calibrated by the scientists. The two young scientists , dressed in lab coats and safety gear , are positioned with their backs to the camera , actively involved in the process. The scene is filled with detailed mechanical components and tools , showcasing the advanced technology being developed. The background features advanced machinery and a well-lit , pristine workshop environment , highlighting the meticulous and sophisticated nature of their work. ,

A highly realistic image of multiple robotic arms and "two" young scientists , whose faces are not visible , working on robots and robotic arms in a modern , high-tech workshop. The robotic arms are state-of-the-art , with precise and synchronized movements , being fine-tuned and calibrated by the scientists. The "two" young scientists , dressed in lab coats and safety gear , are positioned with their backs to the camera , actively involved in the process. The scene is filled with detailed mechanical components and tools , showcasing the advanced technology being developed. The background features advanced machinery and a well-lit , pristine workshop environment , highlighting the meticulous and sophisticated nature of their work. ,

A highly realistic image of multiple robotic arms and two young scientists , whose faces are not visible , working on robots and robotic arms in a modern , high-tech workshop. The robotic arms are state-of-the-art , with precise and synchronized movements , being fine-tuned and calibrated by the scientists. The two young scientists , dressed in lab coats and safety gear , are positioned with their backs to the camera , actively involved in the process. The scene is filled with detailed mechanical components and tools , showcasing the advanced technology being developed. The background features advanced machinery and a well-lit , pristine workshop environment , highlighting the meticulous and sophisticated nature of their work. ,

A highly realistic image of multiple robotic arms and two young scientists , whose faces are not visible , working on robots and robotic arms in a modern , high-tech workshop. The robotic arms are state-of-the-art , with precise and synchronized movements , being fine-tuned and calibrated by the scientists. The two young scientists , dressed in lab coats and safety gear , are positioned with their backs to the camera , actively involved in the process. The scene is filled with detailed mechanical components and tools , showcasing the advanced technology being developed. The background features advanced machinery and a well-lit , pristine workshop environment , highlighting the meticulous and sophisticated nature of their work. ,

adorable robots baking bread in a kitchen , binary code , red oil , by the lake , shiny beautiful eyes beautiful face , art by Domenikos Theotokopoulos , bill henson style , art by Piero Della Francesca , art by Marcel Duchamp , art by Johannes Vermeer , art by Paul Gauguin , intricate design , Old Building , crimson rain , art by Pablo Picasso , lofi , flying through hyperspace , ISO6400 , art by Gustav Klimt ,

cinematic view of a retro scifi neighborhood , robots , desaturated , psychedelic , tim hildebrandt , wayne barlowe , bruce pennington , donato giancola , larry elmore , oil on canvas , masterpiece , trending on artstation , featured on pixiv , cinematic composition , dramatic , beautiful lighting , sharp , details , hyper - detailed , hd , hdr , 4 k , 8 k ,