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 отсутствует — весь текст по теме. ## КОНЕЦ ПРОМТА (копировать до этой строки) ,

Imagine a beautiful and unique female anime character enjoying a sunny day at the beach. She is standing in a dynamic pose inspired by Oigresd's character pose sheet on DeviantArt (Reference Pack - Yo-Nashi Beach Poses | Anime Poses Reference , Drawing Beach , Drawing Poses - Pinterest). Her outfit consists of a fancy swimsuit , possibly a navy blue onesie with a small horizontal "skirt flap" as seen in the Japanese animations (Is the dark blue "school swimsuit" we see in the Japanese animations real? - Quora) . It is surrounded by an impressive seascape , reminiscent of the beauty of Okinawa depicted in animes such as The Aquatope on the White Sand (10 Best Anime That Are Set By The Sea - CBR). This female character is portrayed with the utmost respect , never reducing herself to fanservice (10 Anime Characters Who Are Never Reduced To Fanservice - CBR) , and clearly demonstrating her love and reverence for the ocean , just like other notable anime characters like Jotaro Kujo (Jotaro ,

Imagine a beautiful and unique female anime character enjoying a sunny day at the beach. She is standing in a dynamic pose inspired by Oigresd's character pose sheet on DeviantArt (Reference Pack - Yo-Nashi Beach Poses | Anime Poses Reference , Drawing Beach , Drawing Poses - Pinterest). Her outfit consists of a fancy swimsuit , possibly a navy blue onesie with a small horizontal "skirt flap" as seen in the Japanese animations (Is the dark blue "school swimsuit" we see in the Japanese animations real? - Quora) . It is surrounded by an impressive seascape , reminiscent of the beauty of Okinawa depicted in animes such as The Aquatope on the White Sand (10 Best Anime That Are Set By The Sea - CBR). This female character is portrayed with the utmost respect , never reducing herself to fanservice (10 Anime Characters Who Are Never Reduced To Fanservice - CBR) , and clearly demonstrating her love and reverence for the ocean , just like other notable anime characters like Jotaro Kujo (Jotaro ,

Imagine a beautiful and unique female anime character enjoying a sunny day at the beach. She is standing in a dynamic pose inspired by Oigresd's character pose sheet on DeviantArt (Reference Pack - Yo-Nashi Beach Poses | Anime Poses Reference , Drawing Beach , Drawing Poses - Pinterest). Her outfit consists of a fancy swimsuit , possibly a navy blue onesie with a small horizontal "skirt flap" as seen in the Japanese animations (Is the dark blue "school swimsuit" we see in the Japanese animations real? - Quora) . It is surrounded by an impressive seascape , reminiscent of the beauty of Okinawa depicted in animes such as The Aquatope on the White Sand (10 Best Anime That Are Set By The Sea - CBR). This female character is portrayed with the utmost respect , never reducing herself to fanservice (10 Anime Characters Who Are Never Reduced To Fanservice - CBR) , and clearly demonstrating her love and reverence for the ocean , just like other notable anime characters like Jotaro Kujo (Jotaro ,

Imagine a beautiful and unique female anime character enjoying a sunny day at the beach. She is standing in a dynamic pose inspired by Oigresd's character pose sheet on DeviantArt (Reference Pack - Yo-Nashi Beach Poses | Anime Poses Reference , Drawing Beach , Drawing Poses - Pinterest). Her outfit consists of a fancy swimsuit , possibly a navy blue onesie with a small horizontal "skirt flap" as seen in the Japanese animations (Is the dark blue "school swimsuit" we see in the Japanese animations real? - Quora) . It is surrounded by an impressive seascape , reminiscent of the beauty of Okinawa depicted in animes such as The Aquatope on the White Sand (10 Best Anime That Are Set By The Sea - CBR). This female character is portrayed with the utmost respect , never reducing herself to fanservice (10 Anime Characters Who Are Never Reduced To Fanservice - CBR) , and clearly demonstrating her love and reverence for the ocean , just like other notable anime characters like Jotaro Kujo (Jotaro ,

Imagine a beautiful and unique female anime character enjoying a sunny day at the beach. She is standing in a dynamic pose inspired by Oigresd's character pose sheet on DeviantArt (Reference Pack - Yo-Nashi Beach Poses | Anime Poses Reference , Drawing Beach , Drawing Poses - Pinterest). Her outfit consists of a fancy swimsuit , possibly a navy blue onesie with a small horizontal "skirt flap" as seen in the Japanese animations (Is the dark blue "school swimsuit" we see in the Japanese animations real? - Quora) . It is surrounded by an impressive seascape , reminiscent of the beauty of Okinawa depicted in animes such as The Aquatope on the White Sand (10 Best Anime That Are Set By The Sea - CBR). This female character is portrayed with the utmost respect , never reducing herself to fanservice (10 Anime Characters Who Are Never Reduced To Fanservice - CBR) , and clearly demonstrating her love and reverence for the ocean , just like other notable anime characters like Jotaro Kujo (Jotaro ,

Imagine a beautiful and unique female anime character enjoying a sunny day at the beach. She is standing in a dynamic pose inspired by Oigresd's character pose sheet on DeviantArt (Reference Pack - Yo-Nashi Beach Poses | Anime Poses Reference , Drawing Beach , Drawing Poses - Pinterest). Her outfit consists of a fancy swimsuit , possibly a navy blue onesie with a small horizontal "skirt flap" as seen in the Japanese animations (Is the dark blue "school swimsuit" we see in the Japanese animations real? - Quora) . It is surrounded by an impressive seascape , reminiscent of the beauty of Okinawa depicted in animes such as The Aquatope on the White Sand (10 Best Anime That Are Set By The Sea - CBR). This female character is portrayed with the utmost respect , never reducing herself to fanservice (10 Anime Characters Who Are Never Reduced To Fanservice - CBR) , and clearly demonstrating her love and reverence for the ocean , just like other notable anime characters like Jotaro Kujo (Jotaro ,

Two-shot split-screen showing the same mother-and-toddler reunion through simultaneous first-person perspectives. Both move toward each other along one straight path in a sunny park. Each shot must show a different background because the cameras face opposite directions. Left shot , mother’s POV: adult eye-level camera moving forward smoothly. The toddler is centered , facing the camera and running toward the mother , wearing a yellow shirt , blue overalls , and red shoes. The mother’s forearms and open hands appear at the lower edges. Behind the toddler , show a red-and-white picnic blanket , a wooden bench on the left , two leafy trees , and a small playground slide in the distance. These elements appear only in the left shot. Right shot , toddler’s POV: low child-height camera with gentle running motion. The mother is centered , facing the camera and running toward the toddler , wearing a light blue dress and white shoes. Her smiling face and open arms become clearer as she approaches. The toddler’s small hands occasionally appear at the bottom. Behind the mother , show a curved flower bed , white picket fence , park lamp , and small fountain. These elements appear only in the right shot. At the 2-second mark , both start running. In the left shot , the toddler grows larger while the mother reaches forward. In the right shot , the mother grows larger at the same rate while the toddler’s hands bounce naturally. At the meeting point , the mother bends down. The left shot shows the toddler’s smiling face filling the frame. The right shot shows the mother’s face moving close as her arms surround the toddler. End with a warm hug and slight natural rotation. Keep both shots perfectly synchronized in distance , speed , footsteps , gestures , expressions , lighting , shadows , clothing , and movement. Do not repeat , swap , or merge the two backgrounds. ,

Ashot on a Leica with an 85mm Summilux lens , on high-speed black-and-white film with pronounced coarse grain: a woman in her late twenties with an unusual , memorable face — not a conventional beauty , a face you would notice in a crowd and remember — seen straight on from the front , sitting in the front row of an old cinema , the camera facing her from where the screen would be , scattered moviegoers dim in the dark rows behind her , faces faintly lit by the screen's glow , paying her no attention. Raw photorealistic skin: visible pores , small moles , faint freckles , uneven tone , vellus hair in the screen-light , nothing airbrushed , unretouched analog film skin. The worn cinema: frayed velvet seats , polished armrests , rows dissolving into darkness. Deep rich blacks , punchy highlights , strong Newton contrast. Pronounced coarse film grain , high contrast monochrome , timeless provocative elegance , fine art gallery quality. ,

Creative umbrella emerge into tiny butterfly , (3D rendering:1.1) Horizontal surreal composed of (blue , yellow and orange stippling fading into the dark sky:1.1) , with a smaller flow , lighter (white and gray stippling formation behind it diminishing in size:1.0) , a female in standing pose entirely through stippling , hair-style is a lush , vibrant of flowers plant shape like umbrella , extending from the base of the structures into the foreground. The overall mood is serene and contemplative , showcasing the meticulous nature of stippling art. ,

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. ,

A dark fantasy , high-end photographic portrait of a beautiful , angelic 18-year-old princess , styled exactly like an ultra-realistic oil painting masterpiece. She is looking directly into the camera with a soft , tender , and innocent expression , radiating a bright and warm aura. She has long , wavy , very pale platinum blonde hair styled in an elegant half-up royal hairdo , and large , kind deep brown eyes. She wears an exquisite off-the-shoulder royal gown in pure white and brilliant gold fabrics , adorned with delicate white lace ruffles at the neckline and intricate gold embroidery. On her head is a highly detailed , ornate gold tiara with small jewels. Warm , luminous and soft lighting highlights her rosy cheeks and sweet features. Dark , textured vintage palace wall background , 8k resolution , romantic fantasy book cover aesthetic. ,

Dragon. Four legs. Two wings. Five claws on each foot/hand. Five long frill like scale fraying a mane around the face and five smaller ones leading under the eye , above the largerst scale mane there are large golden horns. Colour scheme. Bright yellow gold belly to neck , while scales either side leading into red scales into purple meeting at a golden spine of strong spikes down the back to tail. Wings are red at base leading into purple with gold horns at the joint. Face mainly gold scales with a few purple leading into the large red frill like scales around eye and into mane. Bright green eyes ,

Dragon. Four legs. Two wings. Five claws on each foot/hand. Five long frill like scale fraying a mane around the face and five smaller ones leading under the eye , above the largerst scale mane there are large golden horns. Colour scheme. Bright yellow gold belly to neck , while scales either side leading into red scales into purple meeting at a golden spine of strong spikes down the back to tail. Wings are red at base leading into purple with gold horns at the joint. Face mainly gold scales with a few purple leading into the large red frill like scales around eye and into mane. Bright green eyes ,

A large black dragon-like creature with spiky head fins and a single glowing orange eye walks through tall dark grass beneath a stormy grey sky. Two small chibi figures stand on its back. A bare branching vortex tree silhouette stands nearby. The overall mood is serene and contemplative , showcasing the meticulous nature of stippling art. ,

Create a stunning young Indian woman wearing a luxurious bright magenta-pink Paithani silk saree with intricate golden zari borders and colorful peacock motifs , traditional Maharashtrian bridal styling , layered antique gold necklaces , gold jhumka earrings , Maharashtrian nath (nose ring) , small black bindi , multiple green glass bangles with gold bangles , long thick wavy black hair styled into a side ponytail adorned with fresh jasmine (gajra) flowers. She has flawless glowing skin , ,

A cute , stylized strawberry character is nestled in green grass and lit by warm sunlight with a soft , blurred background. The main focus is a strawberry-like character with a red , rounded body covered in small yellow specks , a small smile , and large , cartoon-style eyes. It has small green leafy top pieces and is partly hidden by grass blades , with its face and upper body clearly visible as it sits low among the plants. The setting appears to be outdoors in a grassy area , with strong golden light coming from the right side. The background is filled with soft-focus greenery and circular bokeh highlights , suggesting late-afternoon or sunrise-like lighting. The scene is calm and close-up , with shallow depth of field emphasizing the character while the surrounding grass and background blur slightly. The character’s red surface has a smooth , glossy look with scattered yellow dots. Its eyes are light-colored with dark pupils , and its cheeks show a slight pinkish tone. The leafy top is bright green with small notches , and the character’s body is positioned low to the ground , framed by thin grass blades in the foreground. The lighting is warm and directional , creating a glow and gentle highlights on the grass and character edges. The camera angle is close to ground level , looking toward the character through layers of grass. ,

cinematic 3D render , monumental stone angel statue at the center of a dark formal garden maze at night , wings unfurled asymmetrically one raised one sweeping down , carved robes in wind-caught folds , extended hand holding a single small red flower , tiny kneeling human figure at the plinth looking up in awe , cruciform cobblestone paths and manicured hedges radiating outward , small purple blossoms in shadowed flowerbeds , single hard volumetric god-ray shafting down from upper right through darkness , visible atmospheric dust in the light beam , deep teal and emerald palette , cyan-white light core , blue-black shadows , extreme contrast , elevated three-quarter aerial view at 45 degrees , ethereal sacred atmosphere , epic scale contrast ,

Create a grimdark , atmospheric fantasy map of a flat circular disc world (the Medieval Shard of Kordos) viewed from above in an aged , hand-drawn illuminated manuscript style with dark , moody tones. The world is a terrestrial disc adrift in a black void , with a massive glowing Sunwell abyss at the exact center emitting vertical rays of sickly golden-red light. A silvery Moon orbits laterally around the disc. The outer edge dissolves into chaotic , stormy Savage Seas filled with swirling temporal distortions , jagged icebergs , and shadowy leviathans. Divide the disc into three radial climate bands from the Sunwell outward: - Inner Band (Burning Heart): Scorching deserts , volcanic lands , golden-domed cities — Al-Karim Caliphate in the south and Aetherian Exarchate influences. - Middle Band (Verdant Crown): Temperate forests , rolling hills , river valleys , stone castles and knightly fortresses — Valerian March heartlands and Sylvandor forest enclaves. - Outer Band (Shadowed Marches): Rugged highlands , frozen fjords , vast grasslands , northern coasts — Stormjarl Clans in the stormy north , Ironsteppe Khanates in the eastern steppes. Label the six major cultures clearly with distinct heraldic icons and small representative settlements: - Valerian March: Gothic stone castles , crowned gryphon banners , knightly orders. - Ironsteppe Khanates: Mobile yurt circles , horse herds , golden shield emblem on vast grasslands. - Stormjarl Clans: Longships in fjords , rune-carved longhouses , axe and lightning motifs. - Sylvandor Enclaves: Ancient misty forests , hill-forts , sacred groves with glowing green accents. - Al-Karim Caliphate: Marble cities , silk roads , desert oases with elegant minarets. - Aetherian Exarchate: Golden domes , layered walls , cataphract strongholds. Show faint , sickly green glowing Veil rifts and corrupted zones (jagged cracks , blackthorn overgrowth , unnatural fog) scattered across borders and ancient sites , especially in the outer band. Use a dark , muted palette: deep greys , blood-reds , ashen whites , sickly greens , and cold blues. Add atmospheric details like falling ash , blood-stained snow in the north , storm clouds , and faint cracks across the disc surface. Style: Grimdark medieval fantasy map , highly detailed , aged parchment texture with ink stains and burn marks , dramatic volumetric lighting from the central Sunwell , ominous and foreboding atmosphere , epic wide view , cinematic composition , no modern elements. ,

Photorealistic landscape depicting a surreal , otherworldly scene featuring massive undulating sand dunes with smooth flowing ripples of warm ochre and golden sand in the foreground against a backdrop of tall slender trees with dark intricate silhouettes on the left side. A calm turquoise body of water reflects the sky and surrounding terrain in the bottom center , complete with small floating rock formations or islands. The background is dominated by towering jagged rock spires and mesas rendered in cool teal and cyan tones that contrast sharply with the warm foreground. In the upper left corner , a large spherical celestial body floats resembling a planet or moon with a visible tree-covered surface inside it. The sky is filled with voluminous fluffy white cumulus clouds against a deep blue backdrop , with a single bird flying in the distance. The lighting is dramatic and directional , casting long shadows and highlighting the curves of the dunes with bright sunlight creating high contrast. The color palette consists of anharmonious yet striking combinations of warm oranges , reds , yellows , cool blues , teals , and cyans. The overall aesthetic is hyper-realistic fantasy reminiscent of a digital painting or AI generated art style with cinematic composition , sharp focus , and 8k resolution detailed texture. ,

A stylized digital illustration shows green Predator figures in flowing , semi-transparent , smoke-like clothing forming a dynamic vortex around the center. A tiny camel caravan in queue across pale black sand dune , rendered as curved , stippling-based contours; In the middle a woman , with blonde curly hair in an elegant updo and a focused expression , is depicted from the waist up. she wears a tight , white , futuristic bodysuit with a zipper down the front , metallic gold accents , and a complex mechanical hip plate. she is holding a detailed , gold and silver blaster rifle upwards in her right hand standing in a forgotten , overgrown castle. Vines wrap around its metallic chassis , and a small , whimsical castle has sprung up in its shadow. The style is a fusion of steampunk aesthetics , hyper-realistic textures , and fantasy world-building , with a focus on intricate mechanical details and the juxtaposition of nature and machine. Thick , horizontal neon-storm and curved smoke-frame shapes wrap around gears-work castle , creating a layered , futuristic stage-like composition. The background is a smooth dark-to-midnight gradient with a subtle bluish lower strip. The style is graphic , stippling-art and contour mesh , with soft bloom lighting , clean edges , and a calm yet energetic mood. ,

A close up portrait of a red haired warrior queen holding a large , ornate sword. She has long , wavy reddish brown hair , fair skin with subtle freckles , and a determined facial expression. She wears a decorative silver crown and detailed , engraved metal armor plates over a white shirt. Craft multi-layered such as earrings that can detach a part to transform into a pendant for a necklace and earrings. Use Mayan fabric as the central element that ties different components of the jewelry together , such as beads , gold , and fabrics from Mayan cultures for a global fusion. Fashion style-forward realism. consisting of small rings with silver triangular pieces attached to it and containing a piece decorated with Mayan motifs , show on neck. Her hand , clad in a fingerless leather and metal glove , holds the complex hilt of a silver broadsword. The entire image has a textured , classical oil painting aesthetic with high contrast lighting and a dark , abstract background. ,

Create a 9:16 high-end experimental editorial portrait poster with majestic Xenomorph king wearing a mechanical mask shaped like a lion-face. The mask resembles an exotic iris , with thick , orange petals in soft green and yellows. Craft multi-layered such as earrings that can detach a part to transform into a pendant for a necklace and earrings. Use Mayan fabric as the central element that ties different components of the jewelry together , such as beads , gold , and fabrics from Mayan cultures for a global fusion. Fashion style-forward realism. consisting of small rings with silver triangular pieces attached to it and containing a piece decorated with Mayan motifs , show on neck. The focus is sharp in the center but falls off into an artistic blur around the edges , enhancing the mystical tone. ,

Create a highly detailed and realistic photograph of a Egyptian sci fi fusion woman wearing an otherworldly , mechanical mask shaped like a Eagle-face , reminiscent of an exotic orchid or iris. The mask features thick , green petals with soft green and pale yellow accents. She accessorizes with multi-layered , detachable jewelry that combines Arabian fabric with beads , gold , and fabrics from Egyptian cultures. The jewelry includes earrings that can transform into a pendant for a necklace , consisting of small rings with silver triangular pieces and a central piece decorated with Egyptian motifs. She wears a white gown , standing peacefully under a moonlit in a restaurant bar , engrossed in a wine glass. Her expression is one of serene happiness , capturing a moment of solitude and joy. the artwork features thick impasto brushstrokes , rich gold and turquoise color tones , and dramatic warm illumination against a neutral textured backdrop. ,

Create a highly detailed and realistic photograph of a mysterious heir wearing an otherworldly , mechanical mask shaped like a peacock-face , reminiscent of an exotic orchid or iris. The mask features thick , purple petals with soft green and pale yellow accents. She accessorizes with multi-layered , detachable jewelry that combines Egyptian fabric with beads , gold , and fabrics from Egyptian cultures. The jewelry includes earrings that can transform into a pendant for a necklace , consisting of small rings with silver triangular pieces and a central piece decorated with Egyptian motifs. She wears a flowy , Gothic-inspired dress and standing peacefully under a moonlit in a restaurant bar , engrossed in a wine glass. Her expression is one of serene happiness , capturing a moment of solitude and joy. ,

A highly detailed photograph of an otherworldly Chameleon , possibly digitally enhanced or AI-generated. A full-body photo of a mysterious heir wearing a mechanical mask shaped like a peacock-face. The mask resembles an exotic orchid or iris , with thick , purple petals in soft green and pale yellows. Craft multi-layered such as earrings that can detach a part to transform into a pendant for a necklace and earrings. Use Mayan fabric as the central element that ties different components of the jewelry together , such as beads , gold , and fabrics from Mayan cultures for a global fusion. consisting of small rings with silver triangular pieces attached to it and containing a piece decorated with Mayanan motifs , show on neck , Gothic fashion-forward realism. preferably a flowy dress. For the setting , let's have her sitting in a sunlit park , reading a book under a tree. It would be great if she has a peaceful and happy expression while enjoying her time outdoors. ,

A professional digital illustration , in the style of image_0.png , showing a silhouetted businessperson (man) standing on a steep mountain ridge , actively climbing using an ice axe. They are looking up towards a massive , luminous spiral nebula in the deep blue and gold twilight sky , identical in pattern and glow to the one in image_0.png. At the luminous center of the spiral is a stylized , glowing corporate logo , and the large , brilliant star from image_0.png is also present , shining above the peak. The person has a determined posture , wearing business casual attire and carrying a slim laptop bag. Distant , smaller mountain peaks are visible in the valley below. The entire scene is bathed in a magical , cool blue and warm golden light. High resolution , clean vectors , rich details. ,