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

Create a 9:16 high-end experimental editorial portrait poster with one adult model. The face should remain partially recognizable while using refined visual effects such as prism refraction , soft motion blur , RGB displacement , scan glitches , shadow masking , or transparent grid overlays. Keep the composition clean , minimal , spacious , and visually striking with custom editorial typography. Dark navy , black & electric cobalt. Adult male in three-quarter profile wearing thin metallic sunglasses. Cold blue light beam across the face , neck dissolving into motion blur. Scan lines , technical marks. Text: BLUE RESIDUE , vision trace , held in shadow , afterimage field. Futuristic , cinematic. ,

picture of a sexy girl , in alace Corset lace Tops sheer , perfect face , satin translucent micro skirt sheer , star trek Enterprise micro dress , red stiletto high heels tan , thigh high stockings , symmetrical eyes , legs open , A spunky vivacious young woman , on deck of the starship enterprise , leaning on the captain's chair both hands looking back at camera , is a junior officer , with curly bouncy long blond hair , with body of , Megan Fox , in white satin translucent micro mini sheer , star trek Enterprise micro mini dress , red stiletto high heels tan thigh high stockings , symmetrical eyes , legs open , beautiful symmetrical face , revealing chest open sheer translucent low cut silk shirt , cherry red full lips sheer short translucent silk sheer micro mini dress , with slit on both sides , full body shot , , Photorealistic portrait of a beautiful woman. Photograph , Hyper realistic , Photorealistic , Photorealism , body symmetrical anatomy.zoomed out , full body portrait , photorealistic skin , Persian hauntingly beautiful symmetrical face with hypnotic deep dark blue eyes , f 5.6 85mm , extremely detailed , maximum texture , maximum details , dramatic clair obscur , ultra-realistic , soft shadows RHADS , low angle shot fan cam , cinematic lighting , epic cinematic angle , visual clarity , 85mm , UHD , 32k , 16k , 8k , 3D shading , Tone Mapping , Ray Tracing Global Illumination , Diffraction Grating , Crystalline , Lumen Reflections , Super-Resolution , gigapixel , color grading , retouch , enhanced , PBR , Blender , V-ray , Procreate , zBrush , Unreal Engine 5 , Cinema 4D , ROMM RGB , Adobe After Effects , 3DCG , VFX , SFX , FXAA , SSAO , 3D , high fantasy , cinematic lighting , romantic--ar3:2 --v 4 --q 2 full body shot ,

Create an image that shows a highly detailed rendered with extremely high optical realism of the same person , preserving the exact facial structure and features with an intense , haunting expression , piercing gaze directed straight at the viewer. Her blue eyes should appear intense , with realistic catch-lights that add depth and emotion. The woman is a voluptuous woman. Style it with ultra-realistic skin texture and ultra-detailed 8K resolution. In the foreground , on the left a fierce , dark-haired woman with braided hair , wearing tribal attire including a feathered headband , leather straps she is seen fleeing the scene Behind her and slightly to the left , a Xenomorph from the Alien franchise , stands in a crouched , predatory pose. The scene is set outdoors in what appears to be a clearing in a forest. The ground is covered in green grass and scattered dark foliage. In the background , there are trees with sparse autumn foliage , and a hint of a rustic wooden building with a thatched roof is visible on the far left. Captured with a Phase One IQ4 150MP BSI CMOS sensor , 135mm telephoto lens at f/2.8 , ISO 50 , using pixel-shift multi-shot mode for sub-pixel detail. Real optical path simulation with anisotropic reflection , SSS on skin , and microfacet surface behavior. Fabric and skin show real-world imperfection: oil , peach fuzz , lens-reflected light , subsurface shadows. Output in linear gamma , ProPhoto RGB , TIFF 16-bit equivalent , color calibrated to D65. No stylization , no post-enhancement , no bloom—raw optical realism at 600 PPI resolution. Sharpness defined by actual diffraction limits. She has blue eyes. Her lips and long pointed nails are painted a black. Do not change facial features ,

Create an image that shows a highly detailed rendered with extremely high optical realism of the same person , preserving the exact facial structure and features with an intense , haunting expression , piercing gaze directed straight at the viewer. Her blue eyes should appear intense , with realistic catch-lights that add depth and emotion. Style it with ultra-realistic skin texture and ultra-detailed 8K resolution. image depicts a close-up of two characters , a woman and a man in what appears to be a dimly lit , rustic interior The woman is a voluptuous woman. She has blue eyes. She had black lipstick. Her long pointed nails are painted a black. Do not change facial features is reclining on a sandy beach. She is wearing a shiny black , form-fitting top , paired with matching black shorts and black high-heeled shoes that have red soles. She is lying on her side , propped up on one elbow , with one leg bent and the other extended , gazing directly at the viewer. The background features a tropical beach scene with turquoise water , palm trees , and a lush green hillside. Sunlight streams down from above , creating bright rays that illuminate the scene. Captured with a Phase One IQ4 150MP BSI CMOS sensor , 135mm telephoto lens at f/2.8 , ISO 50 , using pixel-shift multi-shot mode for sub-pixel detail. Real optical path simulation with anisotropic reflection , SSS on skin , and microfacet surface behavior. Fabric and skin show real-world imperfection: oil , peach fuzz , lens-reflected light , subsurface shadows. Output in linear gamma , ProPhoto RGB , TIFF 16-bit equivalent , color calibrated to D65. No stylization , no post-enhancement , no bloom—raw optical realism at 600 PPI resolution. Sharpness defined by actual diffraction limits. ,

Create an image that shows a highly detailed rendered with extremely high optical realism of the same person , preserving the exact facial structure and features with an intense , haunting expression , piercing gaze directed straight at the viewer. Her blue eyes should appear intense , with realistic catch-lights that add depth and emotion. Style it with ultra-realistic skin texture and ultra-detailed 8K resolution. image depicts a close-up of two characters , a woman and a man in what appears to be a dimly lit , rustic interior To the left stands a woman. The woman is a voluptuous woman. She has blue eyes. She had black lipstick. Her long pointed nails are painted a black. Do not change facial features She wears a dark , revealing outfit consisting of a leather armor top with intricate stitching and a mesh-like band around her midriff. She wears a long , flowing black skirt. On the right , is a tall man with long brown hair and a beard. He is wearing elaborate dark leather armor with gold accents , designed to look like scales and intricate patterns. A sword hilt is visible tucked into his belt. Captured with a Phase One IQ4 150MP BSI CMOS sensor , 135mm telephoto lens at f/2.8 , ISO 50 , using pixel-shift multi-shot mode for sub-pixel detail. Real optical path simulation with anisotropic reflection , SSS on skin , and microfacet surface behavior. Fabric and skin show real-world imperfection: oil , peach fuzz , lens-reflected light , subsurface shadows. Output in linear gamma , ProPhoto RGB , TIFF 16-bit equivalent , color calibrated to D65. No stylization , no post-enhancement , no bloom—raw optical realism at 600 PPI resolution. Sharpness defined by actual diffraction limits. ,

picture of a sexy girl , in alace Corset lace Tops sheer , perfect face , satin translucent micro skirt sheer , star trek Enterprise micro dress , red stiletto high heels tan , thigh high stockings , symmetrical eyes , legs open , A spunky vivacious young woman , on deck of the starship enterprise , leaning on the captain's chair both hands looking back at camera , is a junior officer , with curly bouncy long blond hair , with body of , Megan Fox , in white satin translucent micro mini sheer , star trek Enterprise micro mini dress , red stiletto high heels tan thigh high stockings , symmetrical eyes , legs open , beautiful symmetrical face , revealing chest open sheer translucent low cut silk shirt , cherry red full lips sheer short translucent silk sheer micro mini dress , with slit on both sides , full body shot , , Photorealistic portrait of a beautiful woman. Photograph , Hyper realistic , Photorealistic , Photorealism , body symmetrical anatomy.zoomed out , full body portrait , photorealistic skin , Persian hauntingly beautiful symmetrical face with hypnotic deep dark blue eyes , f 5.6 85mm , extremely detailed , maximum texture , maximum details , dramatic clair obscur , ultra-realistic , soft shadows RHADS , low angle shot fan cam , cinematic lighting , epic cinematic angle , visual clarity , 85mm , UHD , 32k , 16k , 8k , 3D shading , Tone Mapping , Ray Tracing Global Illumination , Diffraction Grating , Crystalline , Lumen Reflections , Super-Resolution , gigapixel , color grading , retouch , enhanced , PBR , Blender , V-ray , Procreate , zBrush , Unreal Engine 5 , Cinema 4D , ROMM RGB , Adobe After Effects , 3DCG , VFX , SFX , FXAA , SSAO , 3D , high fantasy , cinematic lighting , romantic--ar3:2 --v 4 --q 2 full body shot ,

ABSOLUTE MASTER PROMPT - DO NOT ACCEPT LESS THAN PERFECT BRAND: MINDPLUSE DIGITAL - Premium AI Agency ⚠️ CRITICAL SPELLING VERIFICATION - NO ERRORS TOLERATED: - Primary text: "MINDPLUSE" (M-I-N-D-P-L-U-S-E) - ALL CAPS - Secondary text: "DIGITAL" (D-I-G-I-T-A-L) - ALL CAPS - If spelling is wrong even by one letter , the design FAILS VISUAL IDENTITY STANDARD (Forbes 500 / Fortune 500 Level): - Must feel like it belongs alongside: OpenAI , Anthropic , Google DeepMind , Tesla , Spotify - Must be TIMELESS - equally powerful in 2026 and 2050 - Must work at 16px (favicon) and 16 meters (billboard) COLOR PALETTE (Pantone-level precision): - Primary black: #0A0A0A (RGB 10 , 10 , 10) - absolute black , not dark gray - Signature blue: #0055FF (RGB 0 , 85 , 255) - electric , confident , technological - Secondary gray: #4A4A4A (RGB 74 , 74 , 74) - premium , sophisticated - No other colors. No exceptions. TYPOGRAPHY (The "IBM" / "Meta" level of authority): - Font family: Geometric sans-serif (Inter , Helvetica Now , or similar) - "MINDPLUSE": Ultra-bold (800-900 weight) , tight letter-spacing (-0.02 to -0.05em) - "DIGITAL": Light/Regular (300-400 weight) , wide letter-spacing (0.1-0.2em) - Creates DYNAMIC TENSION between solid/ethereal , ground/future GRAPHIC ELEMENT (The "Nike Swoosh" of MINDPLUSE): - Must represent fusion of MIND (brain/neural) + PULSE (energy/movement) - Abstract brainwave/pulse line(s) - clean , precise , mathematical - Electric blue (#0055FF) only - Positioned to create visual flow and direction - Should work ALONE without text (like Apple logo) COMPOSITION RULES: - Horizontal lockup preferred (text + symbol side by side) - Perfect mathematical proportions (use golden ratio principles) - Negative space is DESIGN , not emptiness - Every element has PURPOSE - nothing decorative PSYCHOLOGICAL ARCHITECTURE (What it must communicate): - INSTANTLY: Intelligence , technology , Africa rising , global standard - ON CLOSER LOOK: Precision , trust , innovation , human-centered - OVER TIME: Familiarity , authority , inevitability TECHNICAL REQUIREMENTS (Non-negotiable): - Vector quality (clean paths , no pixel dependencies) - Sharp edges or perfectly calculated curves (no "close enough") - Works in: full color , monochrome , reverse (white on black) - Scalable: from app icon to highway billboard - Memorable: can be drawn from memory after 3 seconds WHAT THIS LOGO MUST ACHIEVE: - Be the most recognizable tech logo emerging from Africa - Look like it cost $1 million (even though created with precision) - Make competitors ask "Why didn't we think of that?" - Feel familiar yet completely original - Tell the story: African intelligence + global technology + human purpose WHAT TO ABSOLUTELY AVOID: - No gradients (unacceptable - looks dated) - No drop shadows (lazy design crutch) - No 3D effects (temporary trend) - No complex textures (reduces scalability) - No more than 2 fonts (amateur) - No clip art or obvious stock elements - No "tech clichés" (circuit boards , random dots , meaningless lines) - No busy backgrounds - this logo must live ANYWHERE FINAL TEST (Apply before considering complete): - Cover half the logo - is it still recognizable? - Reduce to 16px - is every element clear? - Show to someone for 3 seconds - can they sketch it? - Place next to Nike , Apple , OpenAI - does it hold its ground? This is not a request. This is a STANDARD. Deliver nothing less. ,

ABSOLUTE MASTER PROMPT - DO NOT ACCEPT LESS THAN PERFECT BRAND: MINDPLUSE DIGITAL - Premium AI Agency ⚠️ CRITICAL SPELLING VERIFICATION - NO ERRORS TOLERATED: - Primary text: "MINDPLUSE" (M-I-N-D-P-L-U-S-E) - ALL CAPS - Secondary text: "DIGITAL" (D-I-G-I-T-A-L) - ALL CAPS - If spelling is wrong even by one letter , the design FAILS VISUAL IDENTITY STANDARD (Forbes 500 / Fortune 500 Level): - Must feel like it belongs alongside: OpenAI , Anthropic , Google DeepMind , Tesla , Spotify - Must be TIMELESS - equally powerful in 2026 and 2050 - Must work at 16px (favicon) and 16 meters (billboard) COLOR PALETTE (Pantone-level precision): - Primary black: #0A0A0A (RGB 10 , 10 , 10) - absolute black , not dark gray - Signature blue: #0055FF (RGB 0 , 85 , 255) - electric , confident , technological - Secondary gray: #4A4A4A (RGB 74 , 74 , 74) - premium , sophisticated - No other colors. No exceptions. TYPOGRAPHY (The "IBM" / "Meta" level of authority): - Font family: Geometric sans-serif (Inter , Helvetica Now , or similar) - "MINDPLUSE": Ultra-bold (800-900 weight) , tight letter-spacing (-0.02 to -0.05em) - "DIGITAL": Light/Regular (300-400 weight) , wide letter-spacing (0.1-0.2em) - Creates DYNAMIC TENSION between solid/ethereal , ground/future GRAPHIC ELEMENT (The "Nike Swoosh" of MINDPLUSE): - Must represent fusion of MIND (brain/neural) + PULSE (energy/movement) - Abstract brainwave/pulse line(s) - clean , precise , mathematical - Electric blue (#0055FF) only - Positioned to create visual flow and direction - Should work ALONE without text (like Apple logo) COMPOSITION RULES: - Horizontal lockup preferred (text + symbol side by side) - Perfect mathematical proportions (use golden ratio principles) - Negative space is DESIGN , not emptiness - Every element has PURPOSE - nothing decorative PSYCHOLOGICAL ARCHITECTURE (What it must communicate): - INSTANTLY: Intelligence , technology , Africa rising , global standard - ON CLOSER LOOK: Precision , trust , innovation , human-centered - OVER TIME: Familiarity , authority , inevitability TECHNICAL REQUIREMENTS (Non-negotiable): - Vector quality (clean paths , no pixel dependencies) - Sharp edges or perfectly calculated curves (no "close enough") - Works in: full color , monochrome , reverse (white on black) - Scalable: from app icon to highway billboard - Memorable: can be drawn from memory after 3 seconds WHAT THIS LOGO MUST ACHIEVE: - Be the most recognizable tech logo emerging from Africa - Look like it cost $1 million (even though created with precision) - Make competitors ask "Why didn't we think of that?" - Feel familiar yet completely original - Tell the story: African intelligence + global technology + human purpose WHAT TO ABSOLUTELY AVOID: - No gradients (unacceptable - looks dated) - No drop shadows (lazy design crutch) - No 3D effects (temporary trend) - No complex textures (reduces scalability) - No more than 2 fonts (amateur) - No clip art or obvious stock elements - No "tech clichés" (circuit boards , random dots , meaningless lines) - No busy backgrounds - this logo must live ANYWHERE FINAL TEST (Apply before considering complete): - Cover half the logo - is it still recognizable? - Reduce to 16px - is every element clear? - Show to someone for 3 seconds - can they sketch it? - Place next to Nike , Apple , OpenAI - does it hold its ground? This is not a request. This is a STANDARD. Deliver nothing less. ,

ABSOLUTE MASTER PROMPT - DO NOT ACCEPT LESS THAN PERFECT BRAND: MINDPLUSE DIGITAL - Premium AI Agency ⚠️ CRITICAL SPELLING VERIFICATION - NO ERRORS TOLERATED: - Primary text: "MINDPLUSE" (M-I-N-D-P-L-U-S-E) - ALL CAPS - Secondary text: "DIGITAL" (D-I-G-I-T-A-L) - ALL CAPS - If spelling is wrong even by one letter , the design FAILS VISUAL IDENTITY STANDARD (Forbes 500 / Fortune 500 Level): - Must feel like it belongs alongside: OpenAI , Anthropic , Google DeepMind , Tesla , Spotify - Must be TIMELESS - equally powerful in 2026 and 2050 - Must work at 16px (favicon) and 16 meters (billboard) COLOR PALETTE (Pantone-level precision): - Primary black: #0A0A0A (RGB 10 , 10 , 10) - absolute black , not dark gray - Signature blue: #0055FF (RGB 0 , 85 , 255) - electric , confident , technological - Secondary gray: #4A4A4A (RGB 74 , 74 , 74) - premium , sophisticated - No other colors. No exceptions. TYPOGRAPHY (The "IBM" / "Meta" level of authority): - Font family: Geometric sans-serif (Inter , Helvetica Now , or similar) - "MINDPLUSE": Ultra-bold (800-900 weight) , tight letter-spacing (-0.02 to -0.05em) - "DIGITAL": Light/Regular (300-400 weight) , wide letter-spacing (0.1-0.2em) - Creates DYNAMIC TENSION between solid/ethereal , ground/future GRAPHIC ELEMENT (The "Nike Swoosh" of MINDPLUSE): - Must represent fusion of MIND (brain/neural) + PULSE (energy/movement) - Abstract brainwave/pulse line(s) - clean , precise , mathematical - Electric blue (#0055FF) only - Positioned to create visual flow and direction - Should work ALONE without text (like Apple logo) COMPOSITION RULES: - Horizontal lockup preferred (text + symbol side by side) - Perfect mathematical proportions (use golden ratio principles) - Negative space is DESIGN , not emptiness - Every element has PURPOSE - nothing decorative PSYCHOLOGICAL ARCHITECTURE (What it must communicate): - INSTANTLY: Intelligence , technology , Africa rising , global standard - ON CLOSER LOOK: Precision , trust , innovation , human-centered - OVER TIME: Familiarity , authority , inevitability TECHNICAL REQUIREMENTS (Non-negotiable): - Vector quality (clean paths , no pixel dependencies) - Sharp edges or perfectly calculated curves (no "close enough") - Works in: full color , monochrome , reverse (white on black) - Scalable: from app icon to highway billboard - Memorable: can be drawn from memory after 3 seconds WHAT THIS LOGO MUST ACHIEVE: - Be the most recognizable tech logo emerging from Africa - Look like it cost $1 million (even though created with precision) - Make competitors ask "Why didn't we think of that?" - Feel familiar yet completely original - Tell the story: African intelligence + global technology + human purpose WHAT TO ABSOLUTELY AVOID: - No gradients (unacceptable - looks dated) - No drop shadows (lazy design crutch) - No 3D effects (temporary trend) - No complex textures (reduces scalability) - No more than 2 fonts (amateur) - No clip art or obvious stock elements - No "tech clichés" (circuit boards , random dots , meaningless lines) - No busy backgrounds - this logo must live ANYWHERE FINAL TEST (Apply before considering complete): - Cover half the logo - is it still recognizable? - Reduce to 16px - is every element clear? - Show to someone for 3 seconds - can they sketch it? - Place next to Nike , Apple , OpenAI - does it hold its ground? This is not a request. This is a STANDARD. Deliver nothing less. ,

Full-body celestial horse in motion , glowing with magical energy. The horse must be entirely visible from head to hooves , with a flowing mane and tail made of luminous particles or flames. Its body should feature intricate constellations or magical light patterns. Use vibrant blue , gold , or fiery orange hues. The background should be dark and atmospheric to enhance the glow. Format: PSD with organized layers (horse , effects , background) , 300 DPI , RGB color mode , suitable for professional print. ,

A majestic , glowing celestial horse in motion , inspired by fantasy and cosmic themes. The horse should appear ethereal and powerful , with flowing mane and tail made of luminous particles or flames. Its body should feature intricate constellations or light patterns , rendered in high resolution with vibrant blue , gold , or fiery orange hues. The background should be dark and atmospheric , enhancing the magical glow of the horse. The composition must be layered and editable , suitable for professional print use. Format: PSD with organized layers (horse , effects , background) , minimum 300 DPI , RGB color mode. ,

hyper-detailed , beautifully color-coded , insane details , intricate details , beautifully color graded , Unreal Engine 5 , Cinematic , Color Grading , Editorial Photography , Photography , Photoshoot , Shot on 22mm lens , Depth of Field , Tilt Blur , Shutter Speed 1/1000 , F/22 , White Balance , 32k , Super-Resolution , Megapixel , ProPhoto RGB , Halfrear Lighting , Natural Lighting , Incandescent , Moody Lighting , Cinematic Lighting , Studio Lighting , Soft Lighting , no watermark , Contre-Jour , Edge Lighting , Accent Lighting , insanely detailed and intricate , hypermaximalist , elegant , hyper realistic , super detailed , dynamic pose , photography , 8 ,

Вот обновлённое профессиональное ТЗ/промт с добавлением четвёртого формата — тёмный горизонтальный. Можете копировать целиком в другой ИИ/генератор дизайна. PROMPT (ТЗ для ИИ‑дизайнера) Создай комплект рекламных листовок/баннеров для бренда «Panda MicroGreen». Задача — аккуратные и читаемые макеты для мессенджеров/соцсетей с осенне‑зимним акцентом и точным ценообразованием. Язык — русский. Обязательные версии (4 макета) - Вертикальная светлая: 1440×2560 px (и 1080×1920 для вторичного экспорта). - Горизонтальная светлая: 2560×1440 px (и 1920×1080). - Вертикальная тёмная: 1440×2560 px (и 1080×1920). - Горизонтальная тёмная: 2560×1440 px (и 1920×1080). Цель и позиционирование - Сезонный месседж: Когда за окном холода — витамины в каждый дом. - Допустимые альтернативы подзаголовка: «Зимние витамины • Свежая микрозелень»; «Витаминный заряд этой зимой». - Тон: забота , польза , натуральность; без агрессивных призывов. Бренд и логотип - Использовать предоставленный логотип Panda MicroGreen без изменений и переработок. Сохранять пропорции. - Свободное поле вокруг лого: минимум 4–6% высоты макета сверху. - В тёмных версиях допускается аккуратная светлая обводка/свечение для читаемости , без изменения фирменных цветов. Структура макета (единая логика) 1) Верх/шапка: логотип + сезонный заголовок. 2) Панель «Культуры» — сетка карточек с фото каждой культуры (вид сбоку). 3) Панель «Миксы» — только текстовые карточки (без изображений). 4) Контакты: внизу (вертикали) или в шапке справа (горизонтали). Контакты (строго) - Telegram/Viber: +375 29 323 11 16 - Не выводить строку «Розничные цены…». Контент — Культуры (ровно 8 позиций , у каждой 3 строки) Формат карточки: Название Срез 50 г — [цена] BYN Срез 100 г — [цена] BYN Контейнер 11×18 — [цена] BYN Цены (десятичная запятая , валюта BYN): - Редиска Санго — 7 , 5 • 11 , 5 • 7 , 5 - Редиска РедКорал — 7 , 5 • 11 , 5 • 7 , 5 - Горох — 6 , 0 • 9 , 0 • 7 , 0 - Базилик фиолетовый — 13 , 0 • 20 , 0 • 9 , 5 - Базилик лимонный — 12 , 5 • 19 , 0 • 9 , 0 - Подсолнечник — 6 , 5 • 10 , 0 • 7 , 0 - Руккола — 7 , 5 • 11 , 5 • 7 , 5 - Мелисса — 12 , 0 • 18 , 0 • 9 , 5 Контент — Миксы (только текст , без фото) Формат карточки: Название — [общий вес] • [цена] BYN Состав: [компонент — граммы] - Домашний салатный старт — 120 г • 12 , 5 BYN Горох 30 г , Подсолнечник 30 г , Редиска Санго 30 г , Руккола 30 г - Ароматный топпинг — 80 г • 13 , 9 BYN Базилик фиолетовый 20 г , Базилик лимонный 20 г , Мелисса 20 г , Горчица белая 20 г - Хруст и цвет — 160 г • 15 , 9 BYN Горох 60 г , Подсолнечник 60 г , Редиска РедКорал 40 г - Всё в одном — 150 г • 17 , 9 BYN Редиска Санго 20 г , Редиска РедКорал 20 г , Горох 50 г , Базилик фиолетовый 10 г , Базилик лимонный 10 г , Подсолнечник 30 г , Руккола 10 г Фотостиль культур (обязательно) - Превью есть только у «Культур». У «Миксов» — нет изображений. - Ракурс: вид сбоку , одинаковая высота среза , без «вида сверху». - Свет: мягкий нейтральный , фон светлый однотонный. Круглая маска. - Визуальная консистентность: единые тени , масштаб и ракурс. - Диаметр превью: 16–18% ширины карточки на мобильной вертикали. Сетка и композиция - Вертикальная: - Культуры: сетка 2×4. Миксы: 2×2. - Внутренний отступ панелей 24–28 px; межкарточный 16–20 px. - Горизонтальная (для светлой и тёмной версий одинаково): - Культуры слева сеткой 4×2; справа столбец из 4 карточек «Миксы». - Контакты в шапке справа от логотипа. - Безопасные поля: ≥48 px (вертикаль) , ≥56 px (горизонталь). - Разделы визуально отделять (фон панели , деликатная тень/контур). Типографика и форматирование - Язык: русский , без англицизмов. - Заголовки разделов: «Культуры» и «Миксы». - Числа: десятичная запятая; единицы «г» и «BYN». - Длинное тире с пробелами « — ». - Неразрывные пробелы между числом и единицей (50 г , 11 , 5 BYN). - Рекомендованные размеры (ориентир для 1440×2560): - H1: 56–64 px; H2: 34–38 px - Название культуры: 22–24 px - Текст цен/составов: 18–20 px - Бейджи «вес • цена»: 16–18 px - Минимум: 16 px для мелкого текста. - Гарнитуры (open‑source): Inter , Manrope , Montserrat или Noto Sans (единый набор во всех версиях). Бейджи и акценты - Для миксов — компактный бейдж «вес • цена» справа от названия или в строке заголовка. - Радиус 12–16 px; внутренние отступы 8–10 px по вертикали и 12–16 px по горизонтали. - Контраст к фону ≥ 4.5:1. Цвет и контраст - Светлая тема: - Фон: #F7F9F6; Карточки: #FFFFFF - Текст: #0E2A1D; Акцент: #3CB45C; Вторичный: #55645D - Тёмная тема (для вертикали и горизонтали): - Фон: #0F1211; Карточки: #161A18 - Текст: #E8F1EB; Акцент: #76D354; Вторичный: #A5B1AB - В тёмных горизонталях следить за контрастом шапки и бейджей (≥ 4.5:1). Запрещено - Не выводить строку «Розничные цены…». - Не использовать изображения в «Миксах». - Не изменять/искажать логотип. - Не смешивать RU/EN. - Не показывать «вид сверху» у культур. Доступность - Межстрочный интервал: 120–130% для списков; 110–115% для бейджей. - Избегать висячих предлогов в заголовках. - Проверить читабельность на экранах смартфонов (зум не обязателен). Экспорт и выдача - PNG (sRGB). Дополнительно квадрат 1080×1080 для постов. - Имена файлов: - panda-microgreen_vert-light_1440x2560.png - panda-microgreen_horiz-light_2560x1440.png - panda-microgreen_vert-dark_1440x2560.png - panda-microgreen_horiz-dark_2560x1440.png - Версии без артефактов; по возможности исходник (FIG/PSD/XD/SVG) со слоями. Чек‑лист качества - [ ] Ровно 8 культур , фото вид сбоку , единый стиль. - [ ] У каждой культуры три строки с корректными ценами и форматами. - [ ] 4 микса , корректные веса/цены/составы , без изображений. - [ ] Длинное тире , запятые в ценах , BYN , неразрывные пробелы. - [ ] Нет англицизмов , опечаток , дублей. - [ ] Логотип исходный , не деформирован. - [ ] Контакты: Telegram/Viber: +375 29 323 11 16. - [ ] Контраст и размеры шрифтов соответствуют; безопасные поля соблюдены. - [ ] Светлые и тёмные версии (включая тёмный горизонтальный) идентичны по структуре и иерархии. ,

hyper-detailed , beautifully color-coded , insane details , intricate details , beautifully color graded , Unreal Engine 5 , Cinematic , Color Grading , Editorial Photography , Photography , Photoshoot , Shot on 22mm lens , Depth of Field , Tilt Blur , Shutter Speed 1/1000 , F/22 , White Balance , 32k , Super-Resolution , Megapixel , ProPhoto RGB , Halfrear Lighting , Natural Lighting , Incandescent , Moody Lighting , Cinematic Lighting , Studio Lighting , Soft Lighting , no watermark , Contre-Jour , Edge Lighting , Accent Lighting , insanely detailed and intricate , hypermaximalist , elegant , hyper realistic , super detailed , dynamic pose , photography , 8 , ,

close-up surreal high-fashion portrait :: elegant deer-human hybrid face – elongated and stylized with graceful symmetry :: humanized facial structure – soft forehead , high cheekbones , delicate lips , subtly blended short deer snout :: soulful amber-brown eyes with human focus and emotional intensity :: fine golden-brown fur , blending naturally into human skin textures :: soft pores , slight imperfections , glowing surface detail :: translucent green silk headscarf (in sage or moss green) flows around the head and neck in airy , dynamic folds – light catching and swirling in elegant curves :: headscarf gently wraps around the elongated face and long swan-like neck :: cinematic background in medium brown tones – soft taupe to warm coffee gradient , slightly darker for mood and visual depth :: shallow depth of field , film grain , RGB fringe on edges , slight lens distortions :: moody editorial lighting with light fall-off and atmospheric haze :: macro lens clarity on textures , eye catchlights , gentle shadows :: inspired by Ernst Fuchs surrealism and high-end fashion photography – ethereal , emotionally quiet , refined , hyperreal and elegant ,

close-up surreal high-fashion portrait :: elegant deer-human hybrid face – elongated and stylized with graceful symmetry :: humanized facial structure – soft forehead , high cheekbones , delicate lips , subtly blended short deer snout :: soulful amber-brown eyes with human focus and emotional intensity :: fine golden-brown fur , blending naturally into human skin textures :: soft pores , slight imperfections , glowing surface detail :: translucent green silk headscarf (in sage or moss green) flows around the head and neck in airy , dynamic folds – light catching and swirling in elegant curves :: headscarf gently wraps around the elongated face and long swan-like neck :: cinematic background in medium brown tones – soft taupe to warm coffee gradient , slightly darker for mood and visual depth :: shallow depth of field , film grain , RGB fringe on edges , slight lens distortions :: moody editorial lighting with light fall-off and atmospheric haze :: macro lens clarity on textures , eye catchlights , gentle shadows :: inspired by Ernst Fuchs surrealism and high-end fashion photography – ethereal , emotionally quiet , refined , hyperreal and elegant ,

Perfectly symmetrical wide shot (16:9) , level horizon , camera aligned with the central object , distance ~200 m. A massive rectangular granite hall in dark tones; clean , glossy , monumental surfaces. In the center — an exhibit: a large fragment of rock placed on a pedestal and a slight elevation; around it , an oval glass capsule is shattered , large and small shards scattered across the wide granite pathway and floating on the water. The rest of the hall is flooded — now the water is raging: powerful waves , ripples , splashes , wet reflections on the granite. High on the side walls — small windows , but no light comes through them anymore (black openings). The hall pulses with red emergency lighting: strobing flashes , deep shadows , crimson wash; red highlights tearing across the waves and wet surfaces. On the rock and walls , sharp hand-painted inscriptions in white paint , large and crude: “FAKE , ” “EXPOSURE , ” “ENOUGH LIES , ” “WE HAVE THE RIGHT TO KNOW THE TRUTH” (brush strokes , paint drips , partially smeared by water). A sunbeam piercing through an opening in the ceiling exists as an architectural detail but is almost completely drowned out by the red light. In the air — a fine mist of water and microscopic glass particles , bright specular highlights on the shards , the wet granite giving mirror-like reflections. The atmosphere is tense and chaotic , with a subliminal “25th frame” effect: barely perceptible visual tearing/stripes and brief RGB shifts along the edges of shards and inscriptions. High detail , realistic materials , dramatic lighting , cinematic concept art. ,

A hyper-detailed , photo-realistic futuristic metropolis at night , bathed in an eerie , pulsating crimson glow that casts long , jagged shadows across the cyberpunk skyline. The **Empire State Building** dominates the foreground , its art deco spire crackling with energy as a **colossal , jagged red lightning bolt** slams into its peak , illuminating the surrounding skyscrapers in a fiery , neon-reflective haze. The lightning’s electric tendrils snake down the building’s facade , fracturing into glitch-like distortions that warp the architecture into a surreal , digital nightmare—half-real , half-corrupted data stream. In the distance , a **secondary forked red lightning strike** tears through the horizon , hitting a towering , blade-like skyscraper , its impact rippling through the atmosphere like a visual echo. The city below is a labyrinth of **holographic billboards , flickering neon signs in Cyrillic and Kanji , and floating drone traffic** , all glitching intermittently as if caught in a malfunctioning simulation. Rain streaks the air , refracting the red light into bloody , pixelated smears , while **floating debris—shards of glass , fractured metal panels , and shattered holograms—drift lazily in the wind** , adding to the chaotic , dystopian aesthetic. The **glitch art** effect is pronounced: sections of the cityscape **flicker , stutter , and dissolve** into RGB noise , with **scan lines , datamoshing artifacts , and VHS-style distortion** warping the edges of buildings and streets. The lightning itself seems to **corrupt the air** , leaving behind trails of **digital static and fragmented code** that briefly overlay the scene like a broken HUD. The atmosphere is **oppressive yet hypnotic**—a fusion of **cyberpunk grit and digital decay** , where reality feels unstable , as if the city is on the verge of collapsing into a **black hole of glitching data**. The composition is **cinematic and immersive** , with a **deep depth of field** that draws the eye from the lightning-struck Empire State Building to the storm-wracked horizon , where the second strike pulses like a dying heartbeat. **Ultra-HD , 8K resolution , hyper-realistic textures , volumetric lighting , and atmospheric haze** enhance the surreal , dystopian grandeur. ,

1. Основные требования Стиль: Минимализм (как Apple Wallet) + технологичные акценты (как в Tesla UI) Цвета: Основной: #2563EB (синий) Фон: #FFFFFF (белый) + #F8FAFC (серый для второстепенных элементов) Текст: #1E293B (основной) , #64748B (второстепенный) Обязательные экраны (MVP): Главный экран (мониторинг батареи) Экран замены батареи Профиль/Настройки 2. Детализация главного экрана Верхняя часть: Левый угол: Логотип (иконка батареи + название) Правый угол: Карточка пользователя: text ┌───────────────────┐ | 👤 | | ID: EV-1234 | └───────────────────┘ Размер: 120×60 px Закругление: 12 px Тень: 0px 2px 6px rgba(37 , 99 , 235 , 0.1) Центр: Круговая диаграмма заряда: Диаметр: 200 px Цвет заполнения: градиент #3B82F6 → #93C5FD Анимация: плавное заполнение (2 сек) В центре: Текст: 82% (шрифт 32 pt , #2563EB) Подпись: Текущий заряд (шрифт 14 pt , #64748B) Блок подписки: text ┌──────────────────────────────┐ | 🔋 Подписка активна | | До 15.12.2024 | | [Продлить] | └──────────────────────────────┘ Кнопка «Продлить»: Цвет: #2563EB Анимация при нажатии: уменьшение до 95% Метрики батареи: 3 блока в ряд: text ┌───────┐ ┌───────┐ ┌───────┐ | 🔋 | | 🛣️ | | 🌡️ | | 75 kWh| | 342 км| | 26°C | └───────┘ └───────┘ └───────┘ Кнопка замены: text ┌──────────────────────────────┐ | 🔄 Запросить замену | └──────────────────────────────┘ Анимация: магнитный эффект при наведении 3. Интерактивность Микроанимации: При нажатии кнопок: масштаб 0.95 Переходы между экранами: плавное смещение вправо Темная тема (опционально): Основной: #1E40AF Фон: #0F172A ,

hyper-detailed , beautifully color-coded , insane details , intricate details , beautifully color graded , Unreal Engine 5 , Cinematic , Color Grading , Editorial Photography , Photography , Photoshoot , Shot on 22mm lens , Depth of Field , Tilt Blur , Shutter Speed 1/1000 , F/22 , White Balance , 32k , Super-Resolution , Megapixel , ProPhoto RGB , Halfrear Lighting , Natural Lighting , Incandescent , Moody Lighting , Cinematic Lighting , Studio Lighting , Soft Lighting , no watermark , Contre-Jour , Edge Lighting , Accent Lighting , insanely detailed and intricate , hypermaximalist , elegant , hyper realistic , super detailed , dynamic pose , photography , 8 ,

"Design a modern , trendy social media post (1080x1080 pixels) for Sovkombank's new cashback debit card for Telegram channel. Main visual: stylized smartphone mockup showing banking app interface with the new card design prominently displayed on screen. Use Sovkombank's digital color palette - bright blue (#2F5CE6) , vibrant red (#FE5155) , light blue (#2797FF) with white backgrounds and subtle gradients. Composition: diagonal layout with smartphone positioned at engaging angle , surrounding elements include floating icons representing cashback (percentage symbols , money symbols , shopping icons) in brand colors. Typography: modern , mobile-optimized font with clear hierarchy - main benefit '10% кэшбэк' as large accent text , supporting benefits 'бесплатное обслуживание' and 'моментальное оформление' in smaller , readable fonts. Background: clean gradient from light blue to white with subtle geometric patterns. Include Sovkombank logo in corner. Style: contemporary social media aesthetic following 2025 design trends - clean minimalism , bold colors , engaging visual hierarchy , optimized for mobile viewing. Add subtle shadow effects and modern UI elements. Format: RGB color space , 72 DPI , optimized for digital display." ,

hyper-detailed , beautifully color-coded , insane details , intricate details , beautifully color graded , Unreal Engine 5 , Cinematic , Color Grading , Editorial Photography , Photography , Photoshoot , Shot on 22mm lens , Depth of Field , Tilt Blur , Shutter Speed 1/1000 , F/22 , White Balance , 32k , Super-Resolution , Megapixel , ProPhoto RGB , Halfrear Lighting , Natural Lighting , Incandescent , Moody Lighting , Cinematic Lighting , Studio Lighting , Soft Lighting , no watermark , Contre-Jour , Edge Lighting , Accent Lighting , insanely detailed and intricate , hypermaximalist , elegant , hyper realistic , super detailed , dynamic pose , photography , 8 ,

hyper-detailed , beautifully color-coded , insane details , intricate details , beautifully color graded , Unreal Engine 5 , Cinematic , Color Grading , Editorial Photography , Photography , Photoshoot , Shot on 22mm lens , Depth of Field , Tilt Blur , Shutter Speed 1/1000 , F/22 , White Balance , 32k , Super-Resolution , Megapixel , ProPhoto RGB , Halfrear Lighting , Natural Lighting , Incandescent , Moody Lighting , Cinematic Lighting , Studio Lighting , Soft Lighting , no watermark , Contre-Jour , Edge Lighting , Accent Lighting , insanely detailed and intricate , hypermaximalist , elegant , hyper realistic , super detailed , dynamic pose , photography , 8 ,
Scania , alien , color grading , photography , photoshoot , shooting with 22 mm lens , depth of field , tilt blur , shutter speed/1000 , f/22 , V white balance , 32k , super resolution , megapixels , ProPhoto RGB , VR , solitude , good , massive , semi-backlight , backlight , natural light , incandescent light , fiber optics , dim light , cinematic light , studio light , soft light , surround light , contre-jour , Beautiful Lighting , Accent Lighting , Global Illumination , Screen Space Global Illumination , Ray Traced Global Illumination , Optics , Diffuse , Glow , Shadows , Rough , Flickering , Ray Traced Reflections , Lumen Reflections , Screen Space Reflections , Diffractive Gradation , 3D Rendering , Chromatic Aberration ,

hyper-detailed , beautifully color-coded , insane details , intricate details , beautifully color graded , Unreal Engine 5 , Cinematic , Color Grading , Editorial Photography , Photography , Photoshoot , Shot on 22mm lens , Depth of Field , Tilt Blur , Shutter Speed 1/1000 , F/22 , White Balance , 32k , Super-Resolution , Megapixel , ProPhoto RGB , Halfrear Lighting , Natural Lighting , Incandescent , Moody Lighting , Cinematic Lighting , Studio Lighting , Soft Lighting , no watermark , Contre-Jour , Edge Lighting , Accent Lighting , insanely detailed and intricate , hypermaximalist , elegant , hyper realistic , super detailed , dynamic pose , photography , 8 ,

a highly-detailed , ((ProPhoto RGB)) , (photorealistic image) of a 3-dimensional ice cube , ((refracting light)) , ((realistic)) lighting , (hdr) , 8k , ISO 200 , f/8 , small aperture , Cloudy white balance , side lighting , accurate visual affects , accurate thermodynamic affects , (accurate physics) ,

faberge style music box , michaelangelo , leonardo davinci , symmetrical , jewel encrusted , sparkling , very detailed , wide angle. , Unreal Engine 5 , Cinematic , Color Grading , portrait Photography , Ultra-Wide Angle , Depth of Field , hyper-detailed , beautifully color-coded , insane details , intricate details , beautifully color graded , Unreal Engine , Cinematic , Color Grading , Editorial Photography , Photography , Photoshoot , Shot on 70mm lens , DOF , Tilt Blur , Shutter Speed 11000 , F22 , White Balance , 32k , Super-Resolution , Megapixel , Pro Photo RGB , VR , Lonely , Good , Massive , Half rear Lighting , Backlight , Natural Lighting , Incandescent , Moody Lighting , Cinematic Lighting , Studio Lighting , Soft Lighting , Volumetric , Conte-Jour , Beautiful Lighting , Accent Lighting , Global Illumination , Screen Space Global Illumination , Ray Tracing Global Illumination , Optics , Scattering , Glowing , Shadows , Rough , Shimmering , Ray Tracing Reflections , Lumen Reflections , Screen Space Reflections , Diffraction Grading , Chromatic Aberration , GB Displacement , Scan Lines , R a y Traced , Anti-Aliasing , Shaders , OpenGL-Shaders , GLSL-Shaders , Post Processing , Post-Production , Cell Shading , Tone Mapping , CGI , VFX , SFX , insanely detailed and intricate , hyper maximalist , elegant , hyper realistic , super detailed , dynamic pose , photography , Hyper realistic , volumetric , photorealistic , ultra photoreal , ultra-detailed , intricate details , 8K , super detailed , full color ,

rfktrstyle"Sirens Tongue" phosphorescent print-ready , urban pop art style , cosmic sRGB , immaculate black canvas , Splatter paint charisma , a sensation on ArtStation , crystal-clear precision , studio depiction , detailed linework , unmatched intricacy , in the vein of Greg Rutkowski's magic , Watercolor glow , trending on artstation , laser-sharp clarity , studio visualization , intricate textures , masterfully crafted , channeling the spirit of Greg Rutkowski. , Watercolor , trending on artstation , sharp focus , studio photo , intricate details , highly detailed , by greg rutkowski --q 99 --testp --chaos 90 ,

rfktrstyle"Bacterial Vaginosis" phosphorescent print-ready , urban pop art style , cosmic sRGB , immaculate black canvas , Splatter paint charisma , a sensation on ArtStation , crystal-clear precision , studio depiction , detailed linework , unmatched intricacy , in the vein of Greg Rutkowski's magic , Watercolor glow , trending on artstation , laser-sharp clarity , studio visualization , intricate textures , masterfully crafted , channeling the spirit of Greg Rutkowski. , Watercolor , trending on artstation , sharp focus , studio photo , intricate details , highly detailed , by greg rutkowski --q 99 --testp --chaos 90 ,