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

Transform the reference photo into a premium hand-painted Indian storybook illustration while preserving the exact pose , body proportions , camera angle , facial identity , saree draping , jewelry , hairstyle , and beach rock composition. Semi-anime aesthetic with expressive almond-shaped eyes , soft painterly brush strokes , clean ink line art , warm brown skin tone , traditional Indian features , elegant facial expression , detailed cotton saree with natural folds , textured rocks , turquoise ocean waves , cinematic golden daylight , atmospheric depth , muted earthy color palette , subtle watercolor texture , graphic novel quality , ultra-detailed , high-quality concept art , cultural authenticity , nostalgic storytelling , soft shadows , painterly rendering , no photorealism , no 3D CGI , no plastic skin , no exaggerated anime proportions , masterpiece , 8K. 4:5 vertical composition , no text , no logos , no watermark. ,

Extreme cinematic macro close-up portrait of a legendary cryomancer man , only the upper half of the face visible , thick frozen eyebrows covered in frost crystals , weathered blue-gray skin with ultra-realistic pores and wrinkles , tiny streaks of dried blood running from the eyes , razor-sharp icicles hanging from the eyebrows , eyelashes. Cold winter storm atmosphere with floating snow particles , icy mist , subtle freezing breath , cinematic volumetric fog , frozen air , bluish monochromatic color palette , dramatic environmental haze. Extreme facial intensity , intimidating expression , narrowed eyes , god-like warrior presence , hyper realistic anatomy , photorealistic skin displacement , subsurface scattering , physically accurate materials , ray-traced reflections , ultra detailed textures. Camera angle: extreme close-up , slightly side profile , face filling nearly the entire frame , shallow depth of field , background completely blurred into icy blue bokeh. Lighting: dramatic cold blue rim lighting , soft overhead moonlight , cinematic volumetric lighting , subtle backlight , high dynamic range , realistic reflections on frozen metal , soft ambient occlusion. Color grading: dark blue , steel gray , silver , icy cyan , cold cinematic contrast , desaturated shadows , subtle crimson blood accents. Hyperrealism , Unreal Engine 5 quality , Octane Render , Redshift Render , path tracing , global illumination , ultra high detail , 16K textures , HDR , masterpiece , award-winning cinematic concept art , razor-sharp focus , macro photography realism , extremely detailed. ,

Photorealistic experimental fashion portrait of a naturally beautiful young woman standing frontally in a windswept wildflower field at blue hour , framed from the thighs upward at eye level. She wears a relaxed plain white cotton T-shirt and faded medium-blue straight-leg jeans , effortless everyday styling , loose dark hair moving softly , calm natural expression , face clearly recognizable. A slow shutter combined with gentle horizontal camera movement transforms coral-red poppies , pale peach blossoms and thin green stems into long translucent painterly streaks sweeping diagonally across the foreground and partially through her silhouette , while her eyes and central facial features remain softly resolved. Deep petrol-blue sky , shadowy green landscape , scattered warm floral highlights , layered double-exposure traces , subtle color separation , dreamy analog motion , organic 35mm grain , gentle halation , imperfect focus and rich cinematic color depth --chaos 12 --ar 4:5 --raw --profile be6pjat --stylize 375 --weird 10 --hd ,

# Финальный промт для агента (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 ,

A teenage soldier-in-training , around 17 , thin and wide-eyed. Facial structure resembles a blend of Asa Butterfield (60%) and Timothée Chalamet (40%) , interpreted as an original fantasy character. Wears an oversized winter cloak , simple leather armor , cheeks red from cold. Expression earnest and nervous. Dark medieval fantasy realism , snowy training yard. ,

A grizzled veteran soldier in his late 40s , weather-beaten and scarred. Facial structure resembles a blend of Mads Mikkelsen (50%) and Liam Cunningham (50%) , interpreted as an original fantasy character. Missing three fingers on his left hand. Wears heavy winter cloak and worn Marcher armor. Expression steady , pragmatic , quietly stern. Dark medieval fantasy realism , snow-filled training yard. ,

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

Subject: Photorealistic epic scene , the goddess Scarlett Johansson standing defiantly before the massive lapis lazuli gates of the Underworld , The strikingly beautiful and alluring Mesopotamian goddess with dark kohled eyes , full lips , olive skin , long black hair adorned with gold ornaments , wearing layered sheer ceremonial robes that flow around her curves , jeweled collar and golden bracelets catching the light , gates carved with demonic bas-reliefs towering above her , eerie cold blue light emanating from beyond the threshold contrasting with her warm golden divine glow , atmospheric fog at ground level , her crown of eight-pointed stars casting subtle radiance , intense dramatic chiaroscuro lighting , cinematic composition , hyperrealistic skin and fabric textures , ancient myth as documentary photography , 8K ultra-detailed. , dark against a glowing background. Setting: Steps of yellow sandstone , gates carved with demonic bas-reliefs towering above her , eerie cold blue light emanating from beyond , atmospheric fog at ground level , Vertical structure in objects and foliage for compositional rhythm. Color Palette: Deep charcoal and black. One source of golden amber light source from herself , Another source of cold blue light glowing from beyond and below. , blooming through deep shadow. Style: Rembrandt-inspired chiaroscuro and tenebrism creating luminous light emerging from deep velvety darkness — darkness rendered with velvety depth and luminous quality rather than flat black. Painterly glazing with confident calligraphic brushwork , spontaneous economy of strokes , and ink-wash atmosphere. Dramatic light-dark contrast , soft atmospheric bloom , and expressive brush energy. Strong rim illumination and subtle backlighting creating a narrow luminous rim along the subject silhouette. ,

Imagine a lone wanderer in a flowing black coat and a tall , shadow‑capped hat , perched on the rim of a swirling , amber‑lit steampunk skyline where domes of molten gold and pewter float like giant soap bubbles. The city’s towers are intertwined with winding brass vines and clock‑work gears that turn slowly in the mist. The traveler clutches an ornate , rune‑etched case that hums with faint blue runes. Hovering above , an enormous umbrella takes the shape of a translucent hot‑air balloon; its canopy glows with living bioluminescent patterns that ripple like aurora , sending soft pulses of lavender and teal across the sky. From the balloon’s rim , silky , tentacle‑like ribbons of vapor cascade down , merging with the surrounding fog that seems to breathe. The entire scene feels like a night‑time reverie , evoking wonder and melancholy. ,

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 stylized digital painting depicts a squad of four women advancing across a bright sandy beach beneath a vivid blue sky streaked with towering white clouds. The composition is viewed from a dramatic low angle , making the figures appear imposing as they stride toward the viewer. The woman in the foreground carries a massive shoulder-mounted launcher while gripping a modern rifle across her body. She wears a black bikini with tactical gear , ammunition pouches , and thigh straps , her dark hair blowing sharply in the sea breeze. Slightly behind her , another woman carries an oversized heavy machine gun slung over one shoulder , also dressed in beachwear combined with military equipment. Two additional squad members follow in the background carrying equally oversized weapons , partially silhouetted against billowing smoke and dust rising from distant explosions. Sand sprays around their bare feet as they move along the shoreline , with sunlight reflecting off the water and illuminating the warm beach tones. Bold painterly brushstrokes and high-contrast lighting give the scene an energetic , cinematic feel that blends summer aesthetics with exaggerated action-movie spectacle. ,

A swarm of vampires violently invades her home , shattering windows and tearing down doors. This illustration is rendered in a graphic novel style , with bold lines and dramatic shadows , reminiscent of Artstation illustrations. Inside , furniture is overturned , and the air is thick with tension. The vampires , with their menacing eyes and sharp fangs , are relentless in their attack. The overall color palette is dark and chaotic , with deep reds , blues , and blacks dominating , emphasizing the violence and terror of the invasion. Shattered glass and splintered wood litter the scene , adding to the sense of destruction. The slender , graceful vampire is in the middle of the chaos , fighting back with determination. ,

A swarm of vampires violently invades her home , shattering windows and tearing down doors. This illustration is rendered in a graphic novel style , with bold lines and dramatic shadows , reminiscent of Artstation illustrations. Inside , furniture is overturned , and the air is thick with tension. The vampires , with their menacing eyes and sharp fangs , are relentless in their attack. The overall color palette is dark and chaotic , with deep reds , blues , and blacks dominating , emphasizing the violence and terror of the invasion. Shattered glass and splintered wood litter the scene , adding to the sense of destruction. The slender , graceful vampire is in the middle of the chaos , fighting back with determination. ,

A lone child sits on a rooftop overlooking a sprawling , nostalgic cityscape at dusk. The sky is painted with soft , muted colors , hinting at distant fireworks. The scene evokes a sense of quiet reflection and childhood wonder. Rendered in a detailed digital art style with a touch of painterly realism , reminiscent of Norman Rockwell's nostalgic storytelling. ,

A dreamlike oil painting on a black background. A young woman seated in profile at the centre , head bowed , gaze lowered , serene expression. She has flowing pale golden hair and wears a long , layered gown in soft green , gold , and pale grey , with thick textured brushwork at the hem. Behind her , a fantastical castle silhouette emerges from nothingness , surrounded by shimmering golden light flecks and flowers. The figure and castle merge into one tight composition , with abstract paint drip texture along the edges. Style blends classicism with surreal fantasy. Vivid warm cool colour contrast. Soft candlelight glow illuminates the scene , creating a mysterious , ethereal , tranquil atmosphere. Richly detailed and strongly textured. Use high saturation with restraint and control , concentrated in the glow , reflections , bloom , and the most important accent areas , while the rest of the image remains dark , rich , cohesive , and cinematic in tone. The result should have immediate thumbnail impact , strong eye flow , and a clear focal read. The finish should feel ultra-detailed , high-resolution , and luxurious , with crisp focal rendering , layered depth , rich texture , refined silhouettes , beautiful reflections when fitting , soft mist or particles when suitable , and a polished dark-fantasy realism that feels both painterly and precise. Prioritize scale , atmosphere , readability , and visual awe. The image should feel like a nightmare masquerading as something beautiful. Aim for haunting beauty , surreal dread , monumental atmosphere , and instant visual addiction. ,

A melancholic young East Asian woman with long , slightly messy black hair sits quietly beside a large window during golden hour , soft sunlight illuminating her face with warm cinematic tones. She gazes thoughtfully into the distance , natural makeup , dewy skin , expressive eyes , loose strands of hair moving gently in the breeze. Wearing a simple oversized cream knit sweater and casual neutral clothing , hugging her knees close to her chest. Minimalist interior with a seaside view outside the window. Additional shots include: an intimate close-up of her face with windblown hair , a side profile bathed in warm sunset light , sitting alone on a weathered wooden bench overlooking a calm ocean , and an ultra-close portrait with wet hair and glowing skin. Dreamy atmosphere , emotional storytelling , nostalgic mood , soft film grain , Kodak Portra 400 color grading , shallow depth of field , creamy bokeh , subtle lens flare , natural imperfections , 85mm lens , f/1.4 , photorealistic , editorial fashion photography , muted earth tones , high dynamic range , ultra-detailed , 8K , cinematic composition , quiet loneliness , poetic realism. ,

Visual: Black hooded figures swirl in a vortex , their semi‑transparent , ribbon‑like cloaks fluttering like neon ribbons in a windstorm. At the vortex’s eye , the King of Wrath and Divine Desire stands tall in dazzling obsidian and ruby armor , impossibly crafted with interlocking gears and glowing runes; his twin swords crackle with a tempting flame that seems to lick both metal and air. Scene Elements: A tiny , cartoon‑styled warrior caravan lines up on a pale black sand dune , drawn with smooth , curved stipple strokes that give the sand a textured , grainy feel. Setting: A massive , abandoned castle of brass and iron , now overrun by thick vines that wrap around every gear and column. In its shade , a petite , whimsical castle pops up , its rooftops covered in tiny steam vents. Atmosphere: Broad , horizontal neon‑storm ribbons (hot pink , electric blue) sweep across the sky , while curling smoke‑shaped frames encircle the gear‑laden fortress , creating depth. The background fades from a deep , velvety black to a midnight gradient , with a thin , cool‑blue strip at the bottom for contrast. Soft bloom lighting highlights the swords and the vine‑wrapped metal , giving a gentle glow. Style: Combines cartoonish exaggeration with hyper‑realistic texture detailing; graphic stippling for the sand and vines; clean , sharp edges on the vortex ribbons; mood is calm yet buzzing with kinetic excitement. Keywords: stylized vortex , black hooded figures , ribbon clothing , tiny warrior caravan , obsidian ruby armor , divine swords , overgrown steampunk castle , whimsical mini‑castle , neon storm , smoke frames , gradient sky , soft bloom , intricate mechanical detail , energetic calm. ,

A surreal and abstract composition features a human face contorted in a scream , with its mouth open wide to reveal a fleshy , pink interior resembling fruit pulp. The face is seamlessly integrated with various fruits , including slices of grapefruit , orange , lemon , and lime , as well as berries like strawberries and blueberries. These fruits appear to be bursting and splashing around the face , with juice and liquid dripping down. The overall effect is a vibrant and somewhat disturbing fusion of human anatomy and fresh produce , set against a dark , gradient background. ,