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

Dune Tribute /// (Character) wearing detailed combat body suit with scarf , closeup , desert scene , detailed skin , face sharp focus , detailed eyes and pupils , detailed hair , intricate details and sharp , masterpiece , global illumination , real shadow , bokeh , best quality , Dune style , photorealistic , realistic , 8k , 3d ,

Dune Tribute /// (Character) wearing detailed combat body suit with scarf , closeup , desert scene , detailed skin , face sharp focus , detailed eyes and pupils , detailed hair , intricate details and sharp , masterpiece , global illumination , real shadow , bokeh , best quality , Dune style , photorealistic , realistic , 8k , 3d ,

From above , the sea unfolds as a verdant meadow , its surface a smooth , muted teal canvas. An enormous eagle ray with sleek tail glides across , its body a perfect oval cutout that cradles a woman in a vivid red dress , her form lying flat and almost weightless , reaching gently toward the shimmering surface. The water is pale , almost translucent , with faint amber rays piercing through , casting a warm grey hue over everything. Around the ray , subtle wave‑like formations rise and fall , subtly forming the faint outlines of distant , dreaming fishes. ,

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

A top‑down perspective reveals a calm ocean transformed into a soft , pastel‑green pasture. At its heart floats a massive eagle ray , its silhouette a smooth , body‑shaped void. Inside this void rests a woman in a striking red gown , her body lying horizontal , arms outstretched toward the faint , amber‑glow surface , as if trying to break free. Thin , pale chains are bound to her ankles , disappearing into the dark , muted depths below. The water is pale and still , with only a few gentle drops breaking the surface. Surrounding the ray , gentle waves merge seamlessly into the faint outlines of faces and forms , creating a dreamlike , poetic tableau. Color scheme: warm grey , amber light , with accents of deep sea teal. Mood: contemplative , ethereal , and slightly melancholic. ,

A chalk art illustration of a beautiful woman , She wears Maroon embroidered fabric partially veiling her lower head , sitting on Comfortable sofa , her dusky skin and black hair contrasting with the maroon embroidered fabric partially. created with hand-drawn chalk strokes and soft powdery textures. Visible chalk dust , blended colors , authentic blackboard surface , artistic shading , handcrafted aesthetic. 16:9 --ar 16:9 --stylize 120 --v 7 ,

A poised ballerina captures the audience's attention as she twirls gracefully , her vibrant blue dress billowing dramatically. The gown made from swirling in Tzeentch water waves , violet , blue and purplish red , billows outward in all directions. The woman's face is flawlessly made up with a bold red lipstick as the only accent color. Her skin is porcelain-like , and her eyes gaze directly into the camera. The background is a pure , luminous black. The style is a blend of avant-garde fashion portraiture and graphic installation art , with rich textures of crumpled paper and precise cuts. Directional studio lighting , high resolution , hyper-sharp details --chaos 1 --ar 4:5 --raw --profile f7ca75c --stylize 75 --weird 1 --hd --preview ,

A dancer in dynamic motion with luminous pointillism rendering. Thousands of glowing , translucent rainbow gradient stripes and beads forming the figure. Cascading black particle trails creating ethereal energy and movement. The gown flows into a dramatic train that forms a large , vortex on the ground and curves upwards into a series of large. The woman's face is flawlessly made up with a bold red lipstick as the only accent color. Her skin is porcelain-like , and her eyes gaze directly into the camera. The background is a pure , luminous black. The style is a blend of avant-garde fashion portraiture and graphic installation art , with rich textures of crumpled paper and precise cuts. Directional studio lighting , high resolution , hyper-sharp details. ,

Create a ultra-high-resolution (high-res) detailed illustration of Marnie from Pokémon (anime/cartoon style) , performing on a concert stage and singing into a handheld microphone , dynamic energetic pose with expressive face and confident stage presence; she should wear her signature stylish outfit (accurate to the character design) , flowing hair with subtle shine and strands , accessories clearly defined , confident body angle , slight motion blur on hair/fingers only for realism; stage setup: multiple colored spotlights (pink , purple , blue , amber) cutting through light haze , realistic volumetric lighting , glossy reflections on the stage floor , stage curtains and backdrop with abstract concert patterns (no readable text) , smoke/fog light beams , dramatic rim lighting around her silhouette; background: cheering crowd silhouettes with occasional hands raised , bokeh lights for depth , no logos; atmosphere: vibrant , lively concert energy , high contrast , rich saturation , smooth gradients , clean linework; lighting & rendering: crisp lineart , high detail shading , soft subsurface-like highlights , accurate shadows under her shoes/feet , high-quality texture detail on clothing and hair; composition: cinematic three-quarter view , slight low-angle camera perspective , subject centered , depth of field with sharp focus on Marnie and blurred crowd/stage lights; include lens/visual cues (e.g. , shallow depth of field , filmic color grading , subtle grain); output requirements: extremely high resolution (e.g. , 8k–16k) , ultra-detailed , very sharp , no text , no watermark , no signature , no cropped limbs , no extra characters , no distorted hands , no incorrect anatomy. ,

A sprawling neon‑drenched metropolis in the year 2447 , rain slicking every surface and casting shimmering reflections on the endless avenues. Towering skyscrapers of glass and alloy rise like jagged teeth , their façades alive with pulsating magenta , cyan , and electric violet signage. Cutting through the rain‑blurred streets is a single‑horned , rhino‑shaped flying Ferrari: a sleek , red‑metallic beast with a liquid‑like surface that ripples under the city lights. Its glossy chassis bears the iconic Ferrari prancing horse logo , and a transparent glass cockpit reveals a lone rider—a man in a futuristic , iridescent combat suit , his visor reflecting the surrounding glow. The vehicle speeds forward in a dramatic long‑range shot , motion blur rendered with a 1/15 s shutter speed , emphasizing sweeping neon streaks and dynamic lines. No other humans are present , heightening the solitary , high‑tech atmosphere. ,

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

An elderly maidservant in her 60s , thin and stooped , with a weathered face and watery eyes. Facial structure resembles a blend of Judi Dench (50%) and Imelda Staunton (50%) , interpreted as an original fantasy character. Wears layered wool garments , carries a bucket of ash , expression anxious and confused. Dark medieval fantasy realism , cold lighting , snow-dusted stone corridor. ,

A middle-aged nobleman in his mid-50s , heavyset , with a once-handsome face now slackened by drink. Facial structure resembles a blend of Brendan Gleeson (60%) and Charles Dance (40%) , interpreted as an original fantasy character. Weathered skin , flushed cheeks , thinning grey-blond hair , unfocused eyes. Wears rumpled noble attire in silver-and-blue colors of House Vosselaine , sitting slouched in a high-backed chair with a flagon of wine. Dark medieval fantasy realism , gritty lighting , authentic textures. ,

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 determined young noblewoman knight in her early 20s with a consistent , recognizable face. She has the facial structure of a young woman resembling a blend of Rose Leslie (approximately 60%) and Katie McGrath (approximately 40%) , interpreted as an original fantasy character rather than either actress. Oval face , defined cheekbones , straight nose , strong feminine jawline , expressive deep emerald-green almond-shaped eyes , fair skin with light freckles across her nose and cheeks , long dark auburn hair that is thick and slightly wavy , worn in a practical braid. She has an athletic , graceful build developed through years of secret sword training , broad shoulders , powerful but feminine posture , and carries herself with quiet confidence and restrained determination rather than aggression. She wears well-fitted silver-and-blue medieval plate armor over a white tabard bearing the Vosselaine crest. She carries a longsword and a traditional heater shield. Her expression is calm , noble , quietly defiant , and resolute. Ultra-realistic medieval fantasy , cinematic dramatic lighting , highly detailed , natural proportions , authentic steel armor , gritty realism , subtle weathering , masterpiece quality , consistent facial identity , dark fantasy , no exaggerated beauty , no anime , no glamor makeup , no modern features. ,

A close-up portrait of a girl , rendered in a futuristic , semi-abstract style , as if wrapped in cellophane and bubble wrap. The girl has a pale complexion with a pronounced bluish undertone that illuminates her face , especially around her eyes and lips. Her hair is styled in intricate spiral designs reminiscent of nebulae. She is enveloped in a shimmering , translucent garment , seemingly made of a mesh-like material. The image conveys a mystical and dreamlike atmosphere. The composition is notable for its use of fluid , vibrant blue lines , similar to ink , superimposed directly onto a smooth , light peach background. This combination creates a powerful chromatic and textural contrast between the metallic warmth of the background and the translucent coolness of the blue lines. In the lower left corner , the signature "Ana" is written in earth-toned letters in a flowing , cursive script. The girl in the portrait has delicate features and a serene yet intense gaze directed at the viewer. Her hair is short and styled with defined strands that fall naturally to one side. The face is subtly outlined , allowing wrinkles and the reflections of the underlying gold leaf to create the highlights and shadows of the skin , integrating the figure with the background in an almost mystical way. At the bottom of the image , the blue strokes become more abstract and fluid , suggesting the neck and shoulders. ,

Hand-drawn travel journal illustration in a refined ink-and-watercolor sketch style , vintage gothic landscape aesthetic , textured cream paper background , expressive cobalt blue fineliner linework with warm ochre , muted olive green and soft terracotta watercolor washes , a white-haired knight with long flowing hair wearing a white cloak rides slowly on a white horse with his head bowed. , semi-transparent , storm-like stippling forming a dynamic around the center , charming lifestyle illustration , massive smoky stippling Genie's face (magical , wish-granting character from Disney's Aladdin) that blossoms like a vortex mane. Thick , arcing light trails and curved smoke-frame shapes wrap around them , creating a layered , futuristic stage-like composition , soft brush pen strokes , editorial magazine cover design , modern gouache and watercolor fusion , imperfect hand-drawn charm , warm nostalgic atmosphere , Arabian sketchbook aesthetic , Moleskine travel journal , whimsical urban storytelling , premium illustrated poster , highly detailed , balanced composition , soft paper grain , natural ink bleed , sophisticated color harmony , artistic gothic landscape print --chaos 1 --ar 5:3 --raw --profile f7ca75c --stylize 75 --weird 1 --hd --preview ,

Hand-drawn travel journal illustration in a refined ink-and-watercolor sketch style , vintage travel postcard aesthetic , textured cream paper background , expressive cobalt blue fineliner linework with warm ochre , muted olive green and soft terracotta watercolor washes , loose Arabian caravan across pale black sand dune in flowing , semi-transparent , storm-like stippling forming a dynamic around the center , charming lifestyle illustration , massive smoky stippling Genie's face (magical , wish-granting character from Disney's Aladdin) that blossoms like a vortex mane. Thick , arcing light trails and curved smoke-frame shapes wrap around them , creating a layered , futuristic stage-like composition , soft brush pen strokes , editorial magazine cover design , modern gouache and watercolor fusion , imperfect hand-drawn charm , warm nostalgic atmosphere , Arabian sketchbook aesthetic , Moleskine travel journal , whimsical desert storytelling , premium illustrated poster , highly detailed , balanced composition , soft paper grain , natural ink bleed , sophisticated color harmony --chaos 1 --ar 5:3 --raw --profile f7ca75c --stylize 75 --weird 1 --hd --preview ,

Photorealistic nocturnal fashion portrait of exactly one striking adult European woman , chest-up composition , body turned slightly away while she looks calmly back into the camera. Dark brunette hair with soft natural movement , refined individual features , closed lips , direct expressive eyes and authentic visible skin texture. She wears a voluminous black wool coat with a narrow glimpse of scarlet satin lining near the collar. Her face remains clearly readable while one side of the frame falls into deep foreground shadow. Behind her , the night city dissolves into oversized teal , amber and muted coral bokeh circles. Intimate 50mm perspective , extremely shallow depth of field , subtle focus falloff around the edges , rich blacks , warm skin highlights , restrained bloom , organic 35mm grain , slight color halation , atmospheric yet modern fashion photography --chaos 1 --ar 4:5 --raw --profile f7ca75c --stylize 75 --weird 1 --hd --preview ,

Full body portrait of a noble medieval fantasy lord , around 40 years old , angular weathered face from the cold , serious dignified gaze , short well-groomed beard , dark hair with frost strands , wearing ornate dark plate armor with silver details and Nordic rune engravings , thick fur cloak (wolf or bear) flowing in the frozen wind , holding a long sword with carved hilt , breath condensing in the cold air. Setting: fantasy medieval village in a frozen , inhospitable region , dark wood and stone houses covered in snow and ice , icicles hanging from roofs , smoke rising from chimneys , torches battling the blizzard , steel-gray stormy sky , snowy mountains in the background , faint aurora borealis glow. Realistic anime style , detailed anime illustration blended with semi-realistic render , cinematic cold-toned lighting (blues , grays , whites) contrasted with warm orange torchlight , highly detailed textures on metal , fur and snow , dramatic medium-wide composition , depth of field , epic solemn atmosphere , low-angle 35mm lens shot , volumetric lighting , snow particles in the air --ar 2:3 --style raw --v 6.1 --s 250 --q 2 ,

The image is only the main character that it is portrayed without the background , so the background is plain white , easy to later eliminate. It is realistic illustration , highly detailed , hyperrealistic painting , of a white cat , looking like an Egyptian white cat , so short hair and elongated. You only see the cat from the chest up , humanoid but with a cat body. It has a purple knitted hat , that covers and surrounds the head , so his/her face is showing fully , but it covers it like a purple wool helmet , with purple ears , and then three blue lines vertical on the top of the hat and the laterals both right and left on the hat. The cat is serious , looking to the front so the observer. Its head is slightly tilted forward , warrior wise look , dark eyes like a cat. The wool of the hat is thick wool. So it is a bulky hat. ,

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

A night scene on a balcony in 16:9 format. A woman in a short white dress with straps stands on the open balcony of a multi-story building. She leans on the railing and looks out over the nighttime city. The city below is illuminated by a soft neon glow: the lights of buildings , smoke from chimneys , and distant streetlights. The sky is dark blue with sparse stars , a slight haze on the horizon. The color palette is cool: deep blue , violet , and turquoise hues , soft watercolor transitions. The atmosphere is calm , pensive , with a sense of the night's silence and a gentle breeze. Detailed elaboration of light , shadows , and reflections on the metal railings and glass surfaces. Let go , Is it only me? Do you hear the whispers too?! When your head creates those loud voices to outcast all the other voices of thunder and shouts for help “coward” echoes through every nerve in me … One last step forward to fall off edge of the rocky cliff on which am standing. And the sea pulls me in , And the wind pushes me. I move one leg , I let go of the breath … I step into the nowhere , which was created by us , but … “No!” I hear a voice calling! And for a change I thought! That my death would make a difference to someone’s life , that someone cared to stop me … So I stepped back and tried to trace the giggles to it’s source to find two lovers dancing on the adjacent cliff , oblivious to the reality of our world … oh that young love. She had the darkest shade of black hair and he; the lightest shade of blond , with vibrant blue eyes like the morning sky locked inside a crystal. But their love was meant to end under my watch … and I notice another girl standing in a far distance looking down at the same view that had caught my eyes and she seemed to shift her gaze towards me before she smiles to walk away. ,

n 8k photorealistic image of the Psyche spacecraft performing a gravity assist maneuver around a highly detailed Mars. The sun glints off Psyche's solar panels , creating a lens flare. The surface of Mars shows Valles Marineris and polar ice caps with intricate detail. The scene is cinematic , sparkling clean , pırıl pırıl , set against the dark void of space. ,

A light-pink-skinned woman transforming into a frog face , in layered fluorescent green kimono. Her hair ornaments become tiny kingfisher crests sits on a rock among amber-leafed trees. A tall waterfall drops from a misty cliff into a still pool at the right. One hand lifts , She playing the antique Cli Lyre and wears gold jewelry and a dark feathered headdress. The overall mood is serene and contemplative , showcasing the meticulous nature of stippling art. ,