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

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

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

Generate a single complete image of Illustration Profile Long Scroll , one full image , no tiling , no multi-grid , no columns , horizontal 3:1 format. Theme: Port Logistics System. Title: Deendayal Port. Core Content: Dry Cargo Berths , Liquid Terminals , Container Terminals. Supply Chain & Hinterland Connectivity: Railway lines connect , Seamless connectivity to National Highways , Backed by Container Freight Stations. Information Modules: [Limit to 6–8] Style: Illustrated Knowledge Visualization with Text and Images. Color Scheme: yellow , blue , gray-white. The visual focus is to clearly explain the surface , internal structure , functional zoning , and operational process of complex systems all at once. Images primary , text secondary. Use only short labels , module names , function words , and one extremely brief description—no long paragraphs , no dense text blocks. Optionally add a small number of labels , arrows , flow lines , thin annotation lines , and a legend bar to help viewers understand how the system operates. Overall , like a museum science long scroll , city system infographic , or advanced profile diagram from a PPT proposal. Avoid text overload , cluttered information , tiled feel , multi-grid , ordinary landscape images , low resolution. ,

EXACTLY FOUR WOMEN , ONLY FOUR WOMEN , standing in a single row , no other humans visible. ONE Tyrannosaurus Rex , ONLY ONE Tyrannosaurus Rex. Wide cinematic shot. Four women occupy 70% of the foreground. The Tyrannosaurus Rex occupies the center background. The dinosaur is directly behind the women. The crashed airplane wreckage is visible behind the women near the palm trees. EXACTLY FOUR WOMEN , ONLY FOUR WOMEN , standing in a single row , no other humans visible. ONE Tyrannosaurus Rex , ONLY ONE Tyrannosaurus Rex.The black woman with glasses is the ONLY woman wearing glasses. The blonde woman has NO glasses. The white-haired woman has NO glasses. The brunette woman has NO glasses.One woman in black bikini , one woman in blue bikini , one woman in red bikini , one woman in yellow bikini. No other bikini colors.Photorealistic tropical survival scene , exactly four women and one Tyrannosaurus Rex , realistic disaster movie screenshot. A beautiful tropical beach with white sand , turquoise ocean on the right side , dense palm trees on the left side. In the distant background , the wreckage of a crashed passenger airplane is partially buried in the sand near the jungle. Four exhausted plane crash survivors are running directly toward the camera. Far left: blonde woman , long messy blonde hair , blue eyes , black bikini , no glasses , dirt and mud on her skin , cuts and bruises on arms and legs , terrified face , crying while running. Left center: dark-skinned woman with natural afro hair , brown eyes , blue bikini , black prescription glasses only on this woman , dirty skin , scratches , frightened expression. Right center: pale woman with long white hair , red bikini , no glasses , cuts and bruises , scared expression , running desperately. Far right: brunette woman with dark hair tied in a messy bun , yellow bikini , no glasses , bruises and scratches , frightened face. All four women are covered with dirt , sand , bruises , scratches and survival injuries. They look exhausted , terrified and desperate. Their bikinis are dirty and damaged from surviving a plane crash. Behind them , extremely close , a gigantic Tyrannosaurus Rex is chasing them. Massive realistic dinosaur , detailed scales , huge head , open mouth , visible teeth , roaring aggressively. The dinosaur occupies most of the background and is only a few meters behind the women. Sand is flying beneath their feet. Deep footprints in the sand. Motion blur on the legs. Strong sunlight. Realistic skin texture. Realistic facial expressions. Disaster movie atmosphere. Survival horror adventure. Cinematic photography. Ultra realistic. HDR. Sharp focus. 8K. National Geographic quality. Hollywood blockbuster. No anime. No cartoon. ,

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

Picture a surreal , nighttime cityscape where a melting heart shape , formed by the thumbs and forefingers of two hands , looms above the street , shrouded in mist. The air is filled with a gentle , whispery rain of text "LOVE" , in various fonts and sizes , which drift lazily downwards , casting a mystical glow on the wet pavement. As the letters settle , they coalesce to form the words "LOVE YOU" in a elegant , neon-lit script , casting a romantic ambiance over the scene. A beautiful , enigmatic woman walks alone down the deserted street , her face aglow with a soft , moonlit radiance , as the misty night sky above seems to vibrate with an otherworldly energy. ,

Create a surreal image of a melting heart shape formed by the thumbs and forefingers of two hands , suspended above a city street on a rainy night. Instead of raindrops , countless tiny text "LOVE" fall from the sky , drifting gently downwards in different sizes and fonts , like a sweet precipitation. The letters land softly on the wet ground , gradually forming the words "LOVE YOU" in a beautiful , cursive script. A stunning woman in Pink Printed Cotton A-line Suit Sets With Dupatta , with a bright smile walks down the road , surrounded by the romantic ambiance , as the night sky above shimmers with a soft , ethereal glow. ,

Picture a surreal , nighttime cityscape where a melting heart shape , formed by the thumbs and forefingers of two hands , looms above the street , shrouded in mist. The air is filled with a gentle , whispery rain of text "LOVE" , in various fonts and sizes , which drift lazily downwards , casting a mystical glow on the wet pavement. As the letters settle , they coalesce to form the words "LOVE YOU" in a elegant , neon-lit script , casting a romantic ambiance over the scene. A beautiful , enigmatic woman walks alone down the deserted street , her face aglow with a soft , moonlit radiance , as the misty night sky above seems to vibrate with an otherworldly energy. ,

{ "scène": { "emplacement": "Terrasse de café en plein air" , "style_architectural": "Parisien / Européen classique" , "ambiance": "Ensoleillée , fin d'après-midi (lumière dorée)" , "arrière_plan": "Rue passante avec des immeubles de style haussmannien , des voitures , des scooters et des passants" } , "personnage_principal": { "genre": "Femme" , "âge": "35 ans" , "chevelure": "longue et brune remontée en chignon déstructuré , quelques mèches tombantes encadrant le visage" , "mains": "ongles manucurés , vernis rouge , bague petit diamant solitaire au majeur droit" , "pose": "Assise sur une chaise de bistrot , jambes croisées , jambe droite par-dessus la jambe gauche , regardant vers sa droite" , "vêtements": { "haut": "Chemisier blanc fluide , très largement ouvert" , "bas": "mini-jupe noire taille haute" } , "accessoires": [ "Lunettes de soleil noires" , "collier de perle autour du cou" , "boucles d'oreille créoles" , "Bracelet fin au poignet gauche" , "Escarpins noirs à talons aiguilles" , "chainette extra-fine et discrète en or à la cheville droite" ] } , "environnement_immediat": { "table_principale": { "type": "Table de bistrot ronde avec bordure dorée" , "objets_présents": [ "Un magazine de mode ouvert" , "Une bouteille de Perrier 25cl en verre vert" , "Un verre contenant de l'eau , des glaçons et une rondelle de citron" , "un élégant sac à main pochette noir de marque de luxe entrouvert d'où s'échappent un trousseau de clés , un plug anal en or , un smartphone et quelques préservatifs" ] } , "mobilier": "Chaises de bistrot traditionnelles en rotin tressé" , "autres_personnes": [ { "description": "Un homme de 30 ans charmant assis à une table à gauche , portant des lunettes de soleil et une chemise sombre , observant la scène" } , { "description": "Plusieurs clients attablés en arrière-plan sous un store de café rouge" } , { "description": "Piétons marchant sur le trottoir à droite" } ] } , "elements_textuels_visibles": { "panneau_de_rue": "Rue Sainte-Dominique (partiellement visible en haut à gauche)" , "store_du_café": "Café de France" } } ,

A highly descriptive dark fantasy photograph of a blindfolded statuesque voluptous @Trish of Witcher game , captured in a three-quarter body shot from a high angle perspective from above , in the middle of the prompt a dark wet stone courtyard glistens under a light rain casting deep moody blue shadows across the entire scene , her eyes are completely bound by a thin intricate white lace blindfold , she tilts her head upward with a regal and solemn expression , long wet amber-red hair cascades over her shoulders decorated with an elegant golden laurel wreath crown , her outfit is highly specific consisting of an intricate low-cut red lace top with detailed floral red rose embroidery and a central gold loop , a wide gold metal collar necklace encircles her neck with a thin chain dangling downward , matching heavy gold cuffs are worn on her wrists , soft rain droplets glisten beautifully on her pale skin and clothing , evocative lighting with high contrast and shallow depth of field , gothic aesthetic , cinematic look , shot on 50mm lens , head and shoulders portrait , 8k resolution concept art portrait by Greg Rutkowski , Artgerm , WLOP , Alphonse Mucha dynamic lighting hyperdetailed intricately detailed Splash art trending on Artstation triadic colors Unreal Engine 5 volumetric lighting , head and shoulders portrait , 8k resolution concept art portrait by Greg Rutkowski , Artgerm , WLOP , Alphonse Mucha dynamic lighting hyperdetailed intricately detailed Splash art trending on Artstation triadic colors Unreal Engine 5 volumetric lighting ,

{"image_profile": {"source_style": "fantasy concept art" , "overall_aesthetic": "dark fantasy , macabre elegance , extreme beauty , high beauty , ultra-detailed , cinematic quality , high-resolution textures" , "mood": "mysterious , dark , majestic" , "subject": {"main_subject": "Female Dark Fae / Fairy Queen" , "description": "A powerful female figure with dark , shimmering skin , standing confidently. Her large , intricately detailed butterfly-like wings are a deep indigo and purple. She wears a dark , armored corset with an attached flowing skirt-like lower garment , both appearing organic and dark , almost liquid or rooted. Her skin looks damp and reflects the moonlight." , "clothing_details": "Dark , hourglass tight form-fitting armored corset , an intricate headpiece that blends with horns , and a short , dark skirt that is deliberately torn artistically , small gap bridged by thigh high intricately detailed lace thigh high stockings that have a strap that goes up under the skirt." , "facial_features": "Dark , elven features with sharp cheekbones , glowing red or magenta eyes , a serious expression , and dark makeup around her eyes. Her hair is dark , pulled back into a sophisticated headpiece with horns and embedded details." , "pose_and_action": "Full-body shot , standing center frame , looking directly at the camera. Her hands are slightly outstretched with clawed fingers." , "texture_details": "Highly detailed textures of the wings showing veins and membranes , intricate patterns on the dark armor and dress , wet appearance on the skin , and rough details of the background roots and foliage."} , "environment": {"setting": "Dark , rain-soaked , enchanted forest floor / swamp" , "background_elements": "A dark , dense forest with twisted trees , gnarled roots , and dense foliage. Several flickering candlelight sources (or tiny fires) are placed amongst the roots , creating warm pockets of light in the cool darkness." , "atmosphere": "Mysterious , cool , damp , slightly magical with hints of warm light" , "color_palette": "Dominant deep indigo , purple , and black with subtle warm highlights from the candles."} , "lighting": {"primary_light": "Cool , diffused moonlight coming from the background and above , giving a blue-purple hue." , "secondary_light": "Warm candlelight from small fires on the forest floor." , "shadows": "Deep , mysterious shadows , but the figure and key elements are well-defined." , "mood_lighting": "Volumetric lighting creating depth and atmosphere , emphasizing textures and forms."} , "composition": {"framing": "Vertical portrait frame" , "focal_point": "The face of the Dark Fae" , "depth": "Shallow depth of field , bringing focus to the subject while the background elements remain clear enough to establish the setting." , "perspective": "Eye-level perspective" , "negative_space": "Balanced , with the subject dominating the center while the surrounding forest provides context."} , "camera_and_technical": {"camera": "Hasselblad X2D 100C" , "lens": "85mm f/1.4" , "settings": "ISO 640 , Shutter Speed 1/250 sec , Aperture f/2.8" , "film_stock": "N/A - Digital with subtle film grain emulation" , "post_processing": "Cinematic color grading with enhanced contrast and texture retention."} , "quality_level": "museum-grade photorealism , maximum texture fidelity , zero AI artifacts , 8K resolution , high-fantasy detail"} ,

Create a whimsical cinematic image. Use CHARACTER_REFERENCE as the main character. If it is an uploaded photo , preserve the person’s recognizable facial features , face shape , skin tone , hairstyle , eyebrows , beard , and overall likeness with extreme fidelity , transforming them into a tiny storybook and anime-inspired version of themselves. If it is a text description , create the character exactly from that description. Show the character as a tiny illustrated figure standing on a large sheet of textured watercolor art paper inside an artist’s studio. The character is holding an oversized realistic paintbrush with both hands and forcefully slamming the brush tip into the paper. Important: the character’s anatomy and the brush interaction must be physically accurate and clean — exactly two arms , two hands , five fingers on each hand , normal body proportions , no duplicated limbs , no extra fingers , no brush intersecting the body , and the hands gripping the brush naturally. The brush tip must be visibly pressed against the paper at the exact moment of impact. From this precise impact point , a spectacular explosion of wet paint erupts upward and outward , transforming into a majestic traditional East Asian house made entirely of living paint. The structure should resemble a refined Japanese and Chinese-inspired temple residence , with curved tiled roofs , layered eaves , red wooden columns , sliding paper doors , ornamental lanterns , carved beams , and a peaceful courtyard aesthetic. The architecture must emerge organically from watercolor splashes in deep crimson , vermilion , terracotta , warm brown , jade green , charcoal black , and subtle gold accents. Its form should be created from fluid ink lines , translucent watercolor layers , droplets , expressive brush strokes , and delicate sketch details. The lower part of the house must remain connected to the wet paint puddle on the paper , while the upper part becomes increasingly defined , elegant , and alive. Surround the structure with swirling cherry blossom petals , drifting mist , soft lantern glow , bonsai silhouettes , and graceful ribbons of ink. The house should evoke serenity , tradition , and magical craftsmanship , as if an ancient oriental sanctuary is being painted into existence. Style: dreamy miniature fantasy diorama , delicate anime storybook aesthetic inspired by Studio Ghibli , watercolor-and-ink mixed with realistic macro photography , handcrafted artistic feel , warm studio lighting , shallow depth of field , cinematic composition , soft bokeh , highly detailed paper texture , blurred paint jars , brushes , and art supplies in the background. Rules: tiny character with oversized brush; clear brush-to-paper impact; oriental house emerges directly from the impact point; creation made entirely of watercolor , ink , and wet paint; lower structure connected to the paint splash; magical handcrafted cinematic atmosphere; realistic macro photography; no flat illustration look; no plastic toy appearance; no text , no logos , no captions. ,

Life-like digital painting , hyperrealistic with subtle painterly texture , 2:3 vertical aspect ratio. A mature man (Use reference photo. 100% use my real face) has a battle-hardened expression , looking forward with determination. He wears a flowing , weathered black robe layered over intricate biomechanical armor with black detailing. His arms and legs are partially cybernetic. Large , majestic warrior wings extend from his back — a fusion of organic black feathers and advanced mechanical structures with glowing circular energy cores embedded near the base. Pose: leaning casually against the front driver door of a Ferrari F8 Tributo , Roma , hands in front pockets , right leg crossed over left , body turned three-quarter left , head turned to his right looking off-camera with confident relaxed expression. Car details: pristine chrome front bumper with bullet guards , wide chrome grille with vertical teeth and red Buick emblem center , round headlights , whitewall tires with chrome wire wheels and red center caps , chrome side trim , small Buick script on rear fender , California license plate "9V4 530". Camera: eye-level , 35mm lens equivalent , full body and full car centered , slight low angle , shallow depth of field. ,

Life-like digital painting , hyperrealistic with subtle painterly texture , 2:3 vertical aspect ratio. A mature manhas a battle-hardened expression , looking forward with determination. He wears a flowing , weathered black robe layered over intricate biomechanical armor with black detailing. His arms and legs are partially cybernetic. Large , majestic warrior wings extend from his back — a fusion of organic black feathers and advanced mechanical structures with glowing circular energy cores embedded near the base. Pose: leaning casually against the front driver door of a glossy midnight-blue 1954 Buick Roadmaster 4-door sedan , hands in front pockets , right leg crossed over left , body turned three-quarter left , head turned to his right looking off-camera with confident relaxed expression. Car details: pristine chrome front bumper with bullet guards , wide chrome grille with vertical teeth and red Buick emblem center , round headlights , whitewall tires with chrome wire wheels and red center caps , chrome side trim , small Buick script on rear fender , California license plate "9V4 530". Environment: autumn small-town street after light rain , wet asphalt with mirror reflections of car and boots , ground scattered with golden fallen leaves , large maple tree with bright yellow-orange foliage upper left , brick storefronts in soft focus background with faded signs reading "Dams Hoo" , "MOTEL" , "LION" , "DUCK COCK" , morning mist and atmospheric haze. Camera: eye-level , 35mm lens equivalent , full body and full car centered , slight low angle , shallow depth of field. Enhancement Tokens: digital painting , photorealism , cinematic , intricate , ultra-detailed , sharp focus , painterly blend Quality Modifiers: 8k , ultra high resolution , RAW photo detail , sharp focus , color accurate , film grain subtle Lighting Enhancements: golden hour autumn sunlight , warm key light from upper left through trees , soft cool ambient fill from overcast sky , subtle rim light on jacket shoulders and hair , ray-traced reflections on wet pavement and car paint , HDR specular highlights on chrome , volumetric light shafts through yellow leaves , gentle global illumination bounce Detail Amplifiers: micro skin pores and stubble , leather grain and zipper metal wear , denim weave and fading , individual hair strands , car paint clearcoat depth with micro scratches , water droplets and puddle ripples , chrome pitting realism , fallen leaf veins , fabric folds , subsurface scattering on skin , accurate reflections in sunglasses ,

Style: retro anime , dark fantasy , 2D illustration. Format: waist-up shot (not full-body). Avatar: a slender female warrior holding a weapon. Dynamic pose , interesting angle. Setting: a forest , possibly with a castle in the background; fairies or sparks may be present. Avatar description: chestnut-brown hair , cascading hairstyle , medium length (shoulder-length) , “curtain” bangs—face clearly visible , front strands curled and styled toward the ears , one strand falling across the face. Brown eyes; decorative elements can be added—iris details , multiple shades , stars , flowers , etc. Draw inspiration from anime eye art. Add accessories—ear cuffs , earrings , rings ,

Highly detailed photorealistic portrait of a female subject with the following biometric characteristics: Facial Structure: Oval facial geometry with slight vertical elongation. Smooth mandibular line with low angular definition , transitioning softly into the chin. Cheekbones moderately pronounced , positioned slightly above mid-face level , with gentle lateral projection rather than sharp prominence. Narrow lower face tapering subtly toward the chin. Ocular Anatomy: Eyes medium-sized with neutral to slightly positive canthal tilt (outer corners marginally higher than inner corners). Moderate orbital depth , not deeply recessed. Upper eyelids partially visible with a soft crease , no heavy hooding. Lower eyelids smooth with minimal tear trough definition. Iris appears light brown with subtle radial texture and low contrast limbal ring. Nasal and Labial Morphology: Nasal bridge straight and narrow , with consistent width from radix to tip. Nasal tip small , softly rounded with minimal bulbosity. Nostrils narrow with low flare. Philtrum moderate in length. Lips proportionally balanced , with a defined but not exaggerated cupid’s bow. Upper lip thinner than lower lip , with smooth vermilion border and natural asymmetry. Skin Micro-Texture: Visible natural skin texture with fine pores , especially around the nose and central cheeks. Slight tonal variation across the face , including subtle redness around nasal folds. Minimal imperfections such as faint micro-lines and very light unevenness in tone. No artificial smoothing; presence of fine vellus hair along jawline and cheek edges. Hair Description: Long , straight hair with fine-to-medium strand thickness. Natural fall following gravity , parted slightly off-center. Color is light brown to dark blonde with subtle tonal variation and natural highlights. Hair surface reflects soft diffuse light , not overly glossy. Lighting and Lens Setup: Captured using an 85mm lens for natural compression and facial proportion accuracy. Aperture around f/2.8–f/4 for moderate depth of field. Lighting setup: soft natural light or diffused key light from frontal direction , slightly above eye level (modified butterfly lighting) , producing soft shadows under the nose and chin while maintaining even facial illumination. Background softly blurred (shallow depth of field) , with green organic texture suggesting foliage. Pose and Expression: Frontal orientation with slight forward lean. Shoulders relaxed. Hands loosely positioned together in front of the body. Neutral-positive expression with closed-mouth or lightly open smile , teeth slightly visible , cheeks subtly raised. Clothing and Context: Casual outfit: fitted long-sleeve top in a neutral light tone. Lower garment with patterned textile (vertical motifs). Minimal accessories: small earrings and a thin necklace with a small pendant. Rendering Requirements: Ultra-high resolution , extreme detail preservation , realistic skin rendering , no beauty filters , no stylization , no exaggeration. Maintain anatomical accuracy and natural asymmetry. ,

Masterpiece , best quality , photorealistic , ultra-detailed , cinematic lighting , full body , natural face A confident woman in her mid twenties standing in the foreground , looking directly at the camera. She has long wavy brown hair , slightly tousled , and wears prescription glasses. Her expression is calm and self-assured. She is dressed in a practical outdoor outfit: a fitted blue swimsuit top and brown cargo shorts , barefoot , natural look. She is standing next to a tent in a sunny forest , surrounded by tall trees with warm sunlight filtering through the leaves. A trekking backpack rests on the ground beside her , suggesting a camping trip in a remote natural area. Next to her stands a teenage girl , slightly behind , wearing blue denim mini shorts , a grey tank top , and sneakers. She has a relaxed posture and looks naturally integrated into the scene. The environment is bright and peaceful , with soft shadows , warm tones , and a cinematic atmosphere. Realistic skin textures , natural colors , depth of field , sharp focus , highly detailed. ,

Masterpiece , best quality , photorealistic , ultra-detailed , cinematic lighting , full body , 9:16 A confident woman in her mid twenties standing in the foreground , looking directly at the camera. She has long wavy brown hair , slightly tousled , and wears prescription glasses. Her expression is calm and self-assured. She is dressed in a practical outdoor outfit: a fitted blue swimsuit top and brown cargo shorts , barefoot , natural look. She is standing next to a tent in a sunny forest , surrounded by tall trees with warm sunlight filtering through the leaves. A trekking backpack rests on the ground beside her , suggesting a camping trip in a remote natural area. Next to her stands a teenage girl , slightly behind , wearing blue denim mini shorts , a grey tank top , and sneakers. She has a relaxed posture and looks naturally integrated into the scene. The environment is bright and peaceful , with soft shadows , warm tones , and a cinematic atmosphere. Realistic skin textures , natural colors , depth of field , sharp focus , highly detailed. ,

Masterpiece , best quality , photorealistic , ultra-detailed , cinematic lighting , full body , 9:16 A confident woman in her forties standing in the foreground , looking directly at the camera. She has long wavy brown hair , slightly tousled , and wears prescription glasses. Her expression is calm and self-assured. She is dressed in a practical outdoor outfit: a fitted top and brown cargo shorts , barefoot , natural look. She is standing next to a tent in a sunny forest , surrounded by tall trees with warm sunlight filtering through the leaves. A trekking backpack rests on the ground beside her , suggesting a camping trip in a remote natural area. Next to her stands a teenage girl , slightly behind , wearing blue denim mini shorts , a grey tank top , and sneakers. She has a relaxed posture and looks naturally integrated into the scene. The environment is bright and peaceful , with soft shadows , warm tones , and a cinematic atmosphere. Realistic skin textures , natural colors , depth of field , sharp focus , highly detailed. ,

Masterpiece , best quality , photorealistic , ultra-detailed , cinematic lighting , full body , 9:16 A confident woman in her forties standing in the foreground , looking directly at the camera. She has long wavy brown hair , slightly tousled , and wears prescription glasses. Her expression is calm and self-assured. She is dressed in a practical outdoor outfit: a fitted top and brown cargo shorts , barefoot , natural look. She is standing next to a tent in a sunny forest , surrounded by tall trees with warm sunlight filtering through the leaves. A trekking backpack rests on the ground beside her , suggesting a camping trip in a remote natural area. Next to her stands a teenage girl , slightly behind , wearing blue denim mini shorts , a grey tank top , and sneakers. She has a relaxed posture and looks naturally integrated into the scene. The environment is bright and peaceful , with soft shadows , warm tones , and a cinematic atmosphere. Realistic skin textures , natural colors , depth of field , sharp focus , highly detailed. ,

Masterpiece , best quality , photorealistic , ultra-detailed , cinematic lighting , full body , 9:16 A confident woman in her forties standing in the foreground , looking directly at the camera. She has long wavy brown hair , slightly tousled , and wears prescription glasses. Her expression is calm and self-assured. She is dressed in a practical outdoor outfit: a fitted top and brown cargo shorts , barefoot , natural look. She is standing next to a tent in a sunny forest , surrounded by tall trees with warm sunlight filtering through the leaves. A trekking backpack rests on the ground beside her , suggesting a camping trip in a remote natural area. Next to her stands a teenage girl , slightly behind , wearing blue denim mini shorts , a grey tank top , and sneakers. She has a relaxed posture and looks naturally integrated into the scene. The environment is bright and peaceful , with soft shadows , warm tones , and a cinematic atmosphere. Realistic skin textures , natural colors , depth of field , sharp focus , highly detailed. ,

A monumental-scale , hyper-realistic photo of a colossal Queen fisher beer can towering over a vast , snow-covered mountain range , much like a mountain peak itself. In the foreground , a single , lone explorer with a large backpack stands with their back to the camera , staring up at the titanic structure. The red can features the classic white "Queen fisher" script logo and is partially covered in frost , snow , and ice , seamlessly integrating with the rugged , icy rock of the surrounding mountain range. The entire landscape is a sprawling , snow-laden valley under a dark , dramatic , cold blue sky filled with a flurry of fine , falling snow. Atmospheric perspective enhances the sense of awe and scale. Crisp , hyper-detailed textures on the metal , the explorer's clothing , the backpack , and the rugged , icy terrain. Dramatic , cool-toned cinematic lighting with deep shadows and soft , scattered light from the snowy atmosphere. Shot from a slightly low angle to emphasize the titanic scale. High resolution , 8k ,

full body shot , eye-level perspective , we are in the midst of a vibrant Holi festival. The subjects , Max Jay and Priya , are the central focus. Max Jay is performing a graceful Holi festival dance move. His expression is one of pure happiness , eyes sparkling with adoration as he looks directly at Priya. surrounded by an explosion of multi-colored powder in shades of red , orange , yellow , green , and blue. The background is a soft-focus blur of a large , celebrating crowd , creating a beautiful bokeh effect. The air is filled with a golden , late-afternoon sunlight , which catches the first few motes of colored powder—a gentle sprinkle of red and yellow—drifting lazily through the frame like magical dust , hinting at the colorful explosion to come. [Description]: mature Male , late 52s. He has a warm complexion , neatly trimmed short black hair , and kind , dark brown eyes. He is of an athletic , medium build. He wears a traditional white Kurta Pajama , with colored powder , the clean fabric acting as a canvas for the imminent celebration. His temperament is joyful and loving. A simple silver bracelet on his right wrist serves as a visual anchor point. [Description]: mature Female , late 52s. She has long , wavy black hair , styled to be swept over one shoulder , and expressive , almond-shaped eyes. Her skin is radiant. She wearing a vibrant , intricately embroidered ghagra-choli with mirror work and bead embellishments , that accentuates the movement in vortex direction. She holding a plate (thali) filled with colorful gulal in one hand and a pichkari in the other. Her temperament is graceful and spirited. A delicate , colorful Bindi on her forehead is her signature feature. [Description]: An open , sun-drenched field during a festival. The ground is multi-colored earth , already showing faint traces of past color explosions. The air is thick with energy and the scent of spring. The lighting is a warm , golden-hour tone , creating long , soft shadows and a dreamlike glow. The atmosphere is one of pure , uninhibited joy and community. ,

text , letters , words , writing , script , readable , calligraphy , format 1080×1920 Ancient weathered parchment document , vertical rectangle , warm sepia and faded brown color. Highly irregular torn and ragged edges all around , uneven tears , slightly curled corners. Old crinkled texture , subtle creases , lighter and darker patches. No text , no writing , blank parchment surface. At bottom center: single ornate circular metallic seal , gold and bronze tones , dark reddish-brown accents. Seal has raised central rounded part with stylized letter or symbol , polished metallic gradient. Around it twelve sharp spiky sunburst rays , alternating sizes , metallic raised texture , subtle shadows. Wax seal or metal medallion pressed onto parchment , 3D effect. Dark subtly textured background , soft lighting on parchment. Fantasy document , no letters no words ,

For the cover of the **Indian festival for the "Happy Uttarayan" cycle** , it is important to visually convey the values of **Festival Uttarayan** , **Flying kites** , and **people enjoying**. The visual proposal should be modern , welcoming , and symbolic , reflecting the essence of the content that will be explored in the manual. Below is a detailed description of the cover: ### **Visual Composition:** 1. **Central Image:** * A **stylized woman with wings** emerging from an abstract composition of shapes and colors. The wings can be represented in a **fluid and elegant** way , symbolizing growth and the freedom gained through knowledge. * **Diversity of Kites**: The central figure should be representative of **diverse ethnicities** , with the woman's face and body presented in an inclusive manner. The idea is to communicate that all women , regardless of their origin or background , are part of this transformation movement. * **Cultural Elements**: Cultural details can be incorporated into the wings or the background , such as **line art style kites** (Indian style kites) and other symbols that refer to the ancestry and cultural richness of women. 2. **Typography:** * **Main Title (Women with kites)**: Use a **modern and imposing typography** , such as **Montserrat** or **Bebas Neue** , in **bold** , with a large size (minimum 32px) and adjusted letter spacing. The font should be simple but powerful , to reflect the strength of the concept. * **Subtitle**: "Gender Literacy as an Instrument of Equality and Transformation". Use a lighter typography , such as **Roboto** or **Lora** , with a size of 16px-18px to ensure good readability. The font can be more fluid and rounded to balance with the stronger title. * **Typography Color**: Use **deep purple (#4A148C)** or **vibrant orange (#FF5722)** for the title , creating contrast with the background and giving it prominence. The subtitle can be in **white** or **yellow (#FFEB3B)** , creating harmony and visibility. 3. **Color Palette:** * **Background**: The background can have a mix of warm and vibrant tones , such as **orange** , **purple** , and **yellow**. The use of these colors should symbolize energy , transformation , and the celebration of femininity. A **soft gradient** or a texture that evokes gujarati cultural and artistic elements can be used. * **Details and Graphic Elements**: Use graphic elements such as **thin lines** or **geometric shapes** to frame the cover , such as circles or flowers , giving a modern and dynamic touch to the composition. * **Color Contrasts**: To ensure the title stands out , the cover background can be a **dark or neutral** tone , while the title and subtitle stand out in **vibrant** colors. 4. **Additional Elements:** * **Symbolic Iconography**: Small icons , such as **kites** , **bugal** , **hat** , **lineart style kites** , can be subtly distributed throughout the cover to add cultural and symbolic elements without cluttering the main image. * **Text Positioning**: The title can occupy the upper central part , with the subtitle immediately below , to create a clear reading hierarchy. 5. **Environment and Graphic Style:** * The cover should be **minimalist** , with enough space between the elements to ensure readability and an uncluttered look. * The **artistic details** and **fluid shapes** should symbolize the concept of **freedom** , **transformation** , and **growth**. The use of **organic elements** (such as flowers or leaves) can bring softness to the composition , balancing the strength of the concept with a welcoming tone. ### **Visual Message:** * The cover needs to convey the idea of **emancipation** and **movement** , representing women who seek **personal and collective growth** in the educational and social fields. * The use of vibrant colors and symbolic images such as kites allude to **female power** , **struggle** , and **social transformation** , which are essential to the content of the workshop series. This cover design not only aligns with the themes of the *Happy Uttarayan* (Women with kites) series , but also promotes an aesthetic that captivates the target audience and reinforces the importance of **Kites festival** in the context of Professional and Technological Education. ,