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

Act as a world-class brand identity designer with 20+ years of experience specializing in luxury minimalist logos. Design a premium , timeless , award-winning logo for an industrial eco-friendly brand named: ورقة وجذع Warqah & Jitha About the Brand: Warqah & Jitha is a Yemeni industrial company manufacturing sustainable , locally produced rattan sticks as an eco-friendly alternative to imported natural rattan. The brand represents sustainability , local craftsmanship , environmental responsibility , premium quality , and modern Yemeni heritage. The logo must communicate: • Sustainability • Nature • Local manufacturing • Innovation • Premium craftsmanship • Eco-friendly materials • Trust • Elegance • Authentic Yemeni identity • Luxury simplicity Icon Design: Create a memorable geometric symbol by combining: • A natural leaf • A tree trunk or wooden branch • Several subtle rattan sticks integrated into the icon The integration should be clever using negative space. Avoid obvious clipart. The icon should be unique , scalable , iconic , and recognizable even without text. Design Style: Luxury Minimalism Modern Organic Scandinavian Simplicity Flat Vector Geometric Precision Negative Space Premium Branding Timeless Identity Clean Lines Swiss Design Monoline Balanced Composition Typography: Arabic: ورقة وجذع English: Warqah & Jitha Use elegant modern Arabic typography paired with a sophisticated sans-serif English font. Color Palette: Primary: Olive Green (#556B2F) Secondary: Natural Wood Brown (#7A5230) Accent: Warm Sand Beige (#D8C3A5) Optional Luxury Accent: Soft Matte Gold (#C7A55B) Background: Pure White Deliverables: • Full-color logo • Black version • White version • Icon only • Horizontal layout • Vertical layout • Luxury brand presentation • Packaging mockup • Wooden engraving mockup • Business card mockup • Stamp version • Social media profile icon The logo must look perfect on: Luxury packaging Wood engraving Product labels Gift boxes Shopping bags Website Mobile App Instagram Business cards Signage Requirements: No gradients No shadows No mockup effects inside the logo itself Vector style Simple but highly memorable Balanced proportions Professional branding Behance Featured quality Dribbble Top Shot quality Minimal but emotionally powerful The logo should be iconic enough to become a globally recognizable symbol similar to Apple , Nike , Airbnb , or Starbucks , using extremely simple geometry and intelligent negative space. ,

Act as a world-class brand identity designer with 20+ years of experience specializing in luxury minimalist logos. Design a premium , timeless , award-winning logo for an industrial eco-friendly brand named: ورقة وجذع Warqah & Jitha About the Brand: Warqah & Jitha is a Yemeni industrial company manufacturing sustainable , locally produced rattan sticks as an eco-friendly alternative to imported natural rattan. The brand represents sustainability , local craftsmanship , environmental responsibility , premium quality , and modern Yemeni heritage. The logo must communicate: • Sustainability • Nature • Local manufacturing • Innovation • Premium craftsmanship • Eco-friendly materials • Trust • Elegance • Authentic Yemeni identity • Luxury simplicity Icon Design: Create a memorable geometric symbol by combining: • A natural leaf • A tree trunk or wooden branch • Several subtle rattan sticks integrated into the icon The integration should be clever using negative space. Avoid obvious clipart. The icon should be unique , scalable , iconic , and recognizable even without text. Design Style: Luxury Minimalism Modern Organic Scandinavian Simplicity Flat Vector Geometric Precision Negative Space Premium Branding Timeless Identity Clean Lines Swiss Design Monoline Balanced Composition Typography: Arabic: ورقة وجذع English: Warqah & Jitha Use elegant modern Arabic typography paired with a sophisticated sans-serif English font. Color Palette: Primary: Olive Green (#556B2F) Secondary: Natural Wood Brown (#7A5230) Accent: Warm Sand Beige (#D8C3A5) Optional Luxury Accent: Soft Matte Gold (#C7A55B) Background: Pure White Deliverables: • Full-color logo • Black version • White version • Icon only • Horizontal layout • Vertical layout • Luxury brand presentation • Packaging mockup • Wooden engraving mockup • Business card mockup • Stamp version • Social media profile icon The logo must look perfect on: Luxury packaging Wood engraving Product labels Gift boxes Shopping bags Website Mobile App Instagram Business cards Signage Requirements: No gradients No shadows No mockup effects inside the logo itself Vector style Simple but highly memorable Balanced proportions Professional branding Behance Featured quality Dribbble Top Shot quality Minimal but emotionally powerful The logo should be iconic enough to become a globally recognizable symbol similar to Apple , Nike , Airbnb , or Starbucks , using extremely simple geometry and intelligent negative space. ,

"A comprehensive 2D pixel art asset sheet on a light gray grid background , for a Japanese-themed game environment. The canvas is divided into clearly labeled horizontal layers , including: Distant Background (Steamless) : A repeating panoramic layer of a deep , dark forest and a distant , silhouetted temple against a soft twilight sky. All elements are clean and without mist or steam. Mid-Background (Steamless) : A detailed panoramic layer of gnarled pines , cherry blossoms , and distant stone lanterns , leading back to a more defined temple structure. Foreground Temple & Garden (Steamless) : A detailed street-level layer showing a complete temple front with shoji screens , stone paths , lit lanterns , Jizō statues , benches , and a complete red bridge spanning a pond. All assets are crisp. Extreme Foreground (Detail 2) : Close-up assets of a bamboo fence , stone walls , and textured moss. The sheet must also include two specific sections of props and animation: Animated 8-Frame Sequence : An 8-frame loop of an animated stone well with a working pulley , bucket , and rope , showing a complete motion cycle , clearly labeled. New Props (Plan 5) : A section containing unique props: a cluster of diverse stone Jizō statues , textured bamboo mats , and a complete mobile paper lantern cart. Artistic Style : Crisp , high-detail 16-bit JRPG pixel art.Color Palette : Deep forest greens , rich browns , stone grays , and soft pink blossoms , under a cool , ambient twilight sky. All text is in a clear pixel font , aligned to the grid." Comment utiliser ce prompt : Vous pouvez copier ce prompt mot pour mot. Pour créer de nouvelles planches avec des thèmes différents tout en conservant cette structure professionnelle , remplacez simplement les éléments spécifiques du décor. Par exemple , pour un thème "Donjon" : Distant : Loin , des silhouettes de montagnes volcaniques et une forteresse en ruine. Mid : Des chaînes de montagnes plus proches , des ponts de pierre brisés. Foreground : Un hall de forteresse avec des piliers , des cages , des tas de trésors et des ponts-levis. Extreme : Gros plan sur des pointes d'acier et des murs de briques fissurés. Animation : Un piège à pointes rotatif ou une herse qui s'ouvre. Props : Cages à torture , supports d'armes , chandeliers d'apparence médiévale. ,

Luxurious BBW sexy blonde over 50 years old. Big breast , huge ass , very big and large butts and hips. Tight black leather knee-length dress with a long cutout at the bottom and a deep neckline Black platform shoes with high heels. Diamond necklace , diamond bracelet , diamond watch She sits in a chair , crossing his legs at full height , smiling and talking on his mobile phone. ,

📺 کانالهای پخش (با پرچم کوچک کنار هر کشور) 🇬🇧 UK — BBC One 🇦🇺 Australia — SBS 🇨🇦 Canada — TSN 1 , 3 , 4 & 5 🇭🇰 Hong Kong — Now Sports 616 (4K) & 618 🇮🇳 India — Unite8 Sports 2 🇮🇪 Ireland — RTE 2 🇲🇾 Malaysia — Unifi World Cup Season Pass 🌍 MENA — beIN Sports Max 5 🇳🇿 New Zealand — TVNZ 1 🇸🇬 Singapore — MediaCorp Channel 5 🇸🇬 Singapore — FIFA World Cup Channel 1 🇿🇦 South Africa — SuperSport PSL & Grandstand 🇺🇸 USA — Fox Sports 1 🎨 المانهای تصویری ✅ تم جام جهانی 2026 ✅ جام جهانی در پسزمینه ✅ پرچم ایران و نیوزیلند کنار نام تیمها ✅ تصویر یوز ایرانی در سمت ایران ✅ لوگوی 8K Player (لوگوی طلایی که فرستادی) ✅ ترکیب رنگ سرمهای + طلایی 📦 باکس خدمات (پایین پوستر) ✅ نصب و راهاندازی آسان ✅ هزاران کانال زنده ایرانی و خارجی ✅ هزاران فیلم و سریال ایرانی و خارجی ✅ آرشیو عظیم VOD ✅ نرمافزار اختصاصی برای: Samsung Smart TV LG Smart TV Hisense TV Android TV Android Box Mobile & Tablet ✅ کیفیت پخش 4K UHD شعار پایانی بهترین تجربه تماشای جام جهانی 2026 پخش پایدار • کیفیت 4K UHD • نصب آسان لیست بازی های امروز و فردا رو از سایت های مثل ورزش ۳ بگیر و ساعت رو با iri به وقت ایران بنویس با پرچم ایران ,

**Main Prompt (Скопируйте на английском):** > Premium 3D UI/UX illustration for a mobile app onboarding , dark mode SaaS aesthetic. Concept of safe networking , smart communication , and community building. In the center , two sleek , floating 3D chat bubbles intersecting gracefully. The chat bubbles are made of dark frosted glass with vibrant electric purple and neon cyan edge lighting. Hovering over one bubble is a glowing emerald green 3D security shield icon. Surrounding the bubbles are abstract interconnected glowing nodes and soft floating sparks. Solid deep midnight indigo navy blue background (#0F172A). Glassmorphism , soft studio lighting , dynamic composition , depth of field (bokeh effect) , dribbble trending masterpiece , 8k resolution. **Negative Prompt (Обязательно добавьте):** > smartphones , screens , text , words , letters , UI mockups , people , hands , human faces , flat vector , 2d , black background , messy , low quality , social media logos , sad emojis , angry emojis , thumbs down. ,

Cartoon image sexy blonde , 50 years old , wearing glasses and a pixie haircut.Big breast , huge ass , very big and large мuscular butts and hips. Tight black knee-length dress with a long cutout at the bottom and a deep neckline Shoes with high heels. Gold jewelry on the neck , wrist and ankle. He stands near the bar counter holding a full-length , .Smiling and talking on her mobile phone. ,

Anime image , a round-faced , bbw sexy blonde of Ukrainian nationality , 45-year-old , bimbo , with a thin waist , a very large ass , and very wide and very , very thick hips. Her hair is pulled back into a short ponytail. She is wearing tight black jeans , black sneakers with thin soles , and a dark blue , tight , short-sleeved T-shirt. She stands full-length against a white background , looking at the viewer and talking on the mobile phone. ,

Разработай макет приложения для здоровья. Краткое описание идеи Приложение , которое: Распознает медицинские анализы по фото (ОАК , биохимия , гормоны и др.) Строит динамические графики показателей во времени Хранит заключения специалистов с возможностью поиска и структурирования Собирает профиль пользователя (пол , возраст , вес , хронические заболевания) Предоставляет AI-рекомендации по питанию , физической активности , ментальному здоровью. Философия дизайна «Забота и ясность» — дизайн должен создавать ощущение: ✅ Безопасности — пользователь доверяет приложению свои медицинские данные ✅ Профессионализма — научный подход , точность , надежность ✅ Заботы — теплота , поддержка , мотивация к здоровью ✅ Ясности — простота восприятия сложной медицинской информации. Mobile app UI design , medical health tracker dashboard , clean minimal style , soft pastel colors: primary turquoise #5DBCD2 , lavender #9B9ED6 , white background #F8FAFC , dark gray text #2D3748. Layout: Top greeting "Добрый день , Анна!" with health score circular widget (85/100 , mint green progress ring). Below: 4 rounded square quick-action cards with soft icons (Documents , Charts , AI Assistant , Appointments). Section "Последние анализы": two white cards with rounded corners (20px) , subtle shadow , each showing test name (🩸 Общий анализ крови) , date , and status badge (✓ Норма in mint green , ⚠ Повыш. in coral). AI recommendation card at bottom: soft gradient background , robot icon , short text tip about hydration. Bottom navigation bar: 5 icons (Home , Analytics , Add , Chat , Profile) , active icon in turquoise , blurred white background. Style: Medical Minimalism 2.0 , glassmorphism elements , soft UI , organic rounded shapes , calm aesthetic , professional but friendly. High fidelity , Figma-style mockup , iOS design guidelines , 375x812px frame , light mode. --ar 9:19 --style raw ,

Разработай макет приложения для здоровья. Краткое описание идеи Приложение , которое: Распознает медицинские анализы по фото (ОАК , биохимия , гормоны и др.) Строит динамические графики показателей во времени Хранит заключения специалистов с возможностью поиска и структурирования Собирает профиль пользователя (пол , возраст , вес , хронические заболевания) Предоставляет AI-рекомендации по питанию , физической активности , ментальному здоровью. Философия дизайна «Забота и ясность» — дизайн должен создавать ощущение: ✅ Безопасности — пользователь доверяет приложению свои медицинские данные ✅ Профессионализма — научный подход , точность , надежность ✅ Заботы — теплота , поддержка , мотивация к здоровью ✅ Ясности — простота восприятия сложной медицинской информации. Mobile app UI design , medical health tracker dashboard , clean minimal style , soft pastel colors: primary turquoise #5DBCD2 , lavender #9B9ED6 , white background #F8FAFC , dark gray text #2D3748. Layout: Top greeting "Добрый день , Анна!" with health score circular widget (85/100 , mint green progress ring). Below: 4 rounded square quick-action cards with soft icons (Documents , Charts , AI Assistant , Appointments). Section "Последние анализы": two white cards with rounded corners (20px) , subtle shadow , each showing test name (🩸 Общий анализ крови) , date , and status badge (✓ Норма in mint green , ⚠ Повыш. in coral). AI recommendation card at bottom: soft gradient background , robot icon , short text tip about hydration. Bottom navigation bar: 5 icons (Home , Analytics , Add , Chat , Profile) , active icon in turquoise , blurred white background. Style: Medical Minimalism 2.0 , glassmorphism elements , soft UI , organic rounded shapes , calm aesthetic , professional but friendly. High fidelity , Figma-style mockup , iOS design guidelines , 375x812px frame , light mode. --ar 9:19 --style raw ,

Luxurious bbw sexy blonde 50 y.o. , long black evening dress with a long cutout at the bottom and a deep neckline. Platform shoes and high heels. Diamond necklace , diamond bracelet , diamond watch. Very big breast , huge ass , very big and large butts and hips , He stands at full height in the palace hall , smiles and talks on a mobile phone.. ,

Luxurious bbw sexy blonde 50 y.o. , long black evening dress with a long cutout at the bottom and a deep neckline. Platform shoes and high heels. Diamond necklace , diamond bracelet , diamond watch. Very big breast , huge ass , very big and large butts and hips , He stands at full height in the palace hall , smiles and talks on a mobile phone.. ,

Luxurious bbw sexy blonde 50 y.o. , long black evening dress with a long cutout at the bottom and a deep neckline. Platform shoes and high heels. Diamond necklace , diamond bracelet , diamond watch. Very big breast , huge ass , very big and large butts and hips , He stands at full height in the palace hall , smiles and talks on a mobile phone.. ,

Luxurious BBW sexy blonde 50 y.o. , long black evening dress with a long neckline and a deep cleavage , platform shoes and high heels , very big breast , huge ass , very big and large butts and hips. Diamond necklace , diamond bracelet , diamond watch. She stands at full height in the palace hall , smiles and talks on a mobile phone.. ,

Luxurious bbw sexy blonde 45 y.o. , mini black evening dress with a deep cleavage , platform shoes and high heels , very big breast , huge ass , very big and large butts and hips. Diamond necklace , diamond bracelet , diamond watch. She stands at full height in the palace hall and talks on a mobile phone.. ,

Luxurious bbw sexy blonde 45 y.o. , long black evening dress with a long neckline and a deep cleavage , platform shoes and high heels , very big breast , huge ass , very big and large butts and hips. Diamond necklace , diamond bracelet , diamond watch. She stands at full height in the palace hall and talks on a mobile phone.. ,

Luxurious BBW sexy blonde over 50 years old. Big breast , huge ass , very big and large butts and hips. Tight black leather knee-length dress with a long cutout at the bottom and a deep neckline Black platform shoes with high heels. Diamond necklace , diamond bracelet , diamond watch She sits in a chair , crossing his legs at full height , smiling and talking on his mobile phone. ,

Sexy blonde , 40 years old , wearing glasses and a pixie haircut.Big breast , huge ass , very big and large мuscular butts and hips. Tight black knee-length dress with a long cutout at the bottom and a deep neckline Shoes with high heels. Gold jewelry on the neck , wrist and ankle. He stands near the bar counter holding a full-length , with a glass of red wine in handg , .Smiling and talking on her mobile phone. ,

A photorealistic scene of a vadodara city street at night after rain , filmed from above , as if from a CCTV camera , at an angle of approximately 35-45°. The wet asphalt reflects the neon lights of the city and the headlights of cars. A zebra crossing is surrounded by a stream of people , blurred by motion. In the center of the frame is a man with the face and appearance from the reference photo. He was moving quickly across the crossing , but a smart mobilephone slips from his hand and falls onto the wet asphalt. The mobilephone's screen glowing , and small social-media's icons spill out—Facebook , Instagram , WhatsApp , and a YouTube. The man brakes abruptly and begins bending over to pick up the fallen icons. One leg remains forward after the step , his body is bent downward , one hand reaches for the fallen items , and with the other he holds the laptop-bag. At this moment , he raises her head and looks directly into the CCTV camera lens. He's wearing a blue jeans , a white shirt , yellow sport shoes. His hair is curly and slightly tousled by her movements. The composition is dynamic: a dropped mobilephone and several scattered social-media's icons lie on the wet pavement. The people around her continue to move and are blurred by motion. The lighting is nighttime , with neon signs reflecting off the wet pavement , cinematic color correction , and a subtle film grain. A computer vision interface is superimposed on the image: red bounding boxes around the girl's face , around the bag and individual dropped objects , analysis lines , a magnified window with a fragment of her face , warning icons , and CCTV HUD graphics. Technical captions: "CCTV 06 , " "SCAN 02/76 , " "ID #8B0034 , " "OBJECT DETECTED , " and a timestamp. Style: Indian urban surveillance aesthetic , AI detection interface , cinematic street photography , dramatic stop-and-tilt moments , a sense of surveillance and urgency , ultra-realistic , high detail , 4K. ,

A round-faced , bbw sexy blonde of Arab nationality , 45-year-old , bimbo , with a thin waist , a very large ass , and very wide and very , very thick hips. Her hair is pulled back into a short ponytail. She is wearing tight black jeans , black sneakers with thin soles , and a dark blue , tight , short-sleeved T-shirt. She stands full-length against a white background , looking at the viewer and talking on the mobile phone. ,

Hyper photo-realistic candid lifestyle fashion photo inside a mumbai local train carriage. A mature woman (early 40s) , hourglass body , light-medium warm skin tone , standing alone near a blue letther bench seat. Pose: relaxed “godfather” posture with both arms stretched wide along the backrest , torso turned slightly left , head turned left looking out the window. Accessories: oversized cream over-ear headphones , gold hoop earrings , thin gold necklace , small mobile bag with brown monogram pattern tucked under her arm , wearing Maharashtrian style traditional Saree. Hair: dark brown , high ponytail with loose face-framing strands. Setting: train interior with red door frame on right edge , ventilation grille above window , blue mosaic seat fabric , dark floor. Window shows fast motion blur of passing train in red tones. Lighting: soft daylight from window , natural skin texture , iPhone video-frame look. Composition: full body head-to-toe centered , subject fills ~70% of frame height , vertical 9:16 aspect , eye-level camera from across the aisle , 24–28mm wide lens look , sharp focus on subject with background slightly softer , photorealistic real human. Negative prompt: cartoon , CGI , airbrushed skin , extra limbs , bad hands , cropped feet , cropped head , text misspelled , blurry subject , watermark , oversaturated HDR ,

blurry , low quality , ugly , deformed , bad anatomy , extra fingers , photorealistic , hyperrealistic , anime , cartoon , modern objects , text , watermark , logo , oversaturatedWorkshop background (interior). Medieval forge interior , stone walls with soot stains , wooden floor planks , dark atmosphere , stone furnace in corner with warm orange fire glow , metal tools on wooden shelves , empty center area for game UI and anvil placement , 2D game background , stylized realism , digital painting , high-fantasy mobile , vertical portrait 9:16 , no characters , format 9:16 (1080×1920.).stylized realism , digital painting , high-fantasy mobile game art , dark palette with warm orange and gold accents , no text , no watermark , premium 2D illustration ,

blurry , low quality , ugly , deformed , bad anatomy , extra fingers , photorealistic , hyperrealistic , anime , cartoon , modern objects , text , watermark , logo , oversaturated. bright background , colorful , modern font , plastic , shiny gold only ShieldSmithGuild in the center of the loading screen. Medieval guild logo , metal forged letters "ShieldSmithGuild" , dark steel and bronze material , hammered metal texture , ornate decorative frame around text , rivets and metal edges , high-fantasy style , dark gradient background , premium 2D illustration , centered composition , symmetrical , game title logo , no photo. 512×512 stylized realism , digital painting , high-fantasy mobile game art , dark palette with warm orange and gold accents , no text , no watermark , premium 2D illustration ,

blurry , low quality , ugly , deformed , bad anatomy , extra fingers , photorealistic , hyperrealistic , anime , cartoon , modern objects , text , watermark , logo , oversaturated. Prologue background - parchment , Aged parchment texture , old paper , dark edges and corners , subtle candlelight warm glow at borders , fantasy book style , minimal , low contrast , background for readable text overlay. stylized realism , digital painting , high-fantasy mobile game art , dark palette with warm orange and gold accents , no text , no watermark , premium 2D illustration ,

blurry , low quality , ugly , deformed , bad anatomy , extra fingers , photorealistic , hyperrealistic , anime , cartoon , modern objects , text , watermark , logo , oversaturated Metal frame for progress bar. Horizontal metal progress bar frame , medieval style , dark bronze and iron metal , beveled edges , empty inside , fantasy game UI element , simple clean shape , side view 3D feel , subtle rivets at corners , game asset , stylized realism , 16:9 wide format 1024×256 stylized realism , digital painting , high-fantasy mobile game art , dark palette with warm orange and gold accents , no text , no watermark , premium 2D illustration ,