kintex/stitch_kintex_ai_system_architect/scr_m5/code.html
zio 6c9891c7e2 feat: mobile harness + design v2.1 (84 screens) + PLANNING v3.1 + deliverables + Stitch screens
- Harness: kintex-mobile-dev agent + kintex-mobile-orchestrator skill (WISE mobile ref, Stitch-first design rule, dual app targets B2B/B2C)
- design.md v2.1: full 84-screen inventory (web 51 / admin 10 / public 8 / mobile 15) with Stitch prompts incl. ticketing (SCR-P7/P8, M14/M15)
- PLANNING v3.1: unified account + split signup tracks (2FA required for staff, light signup/guest for visitors), one codebase / two app targets
- Deliverables: dev plan (21s), user/operator/developer guides (17/14/15s), program spec (44s, 65 programs, 8 flowcharts), DA (DB design 14s + table spec xlsx 35 tables/299 cols)
- Benchmark: ticketing-app-benchmark.md (7 apps) -> IMPLEMENTATION_BACKLOG Phase F (14 items)
- Stitch: 23 generated screens saved (mobile 10, admin 6, web core 5, ticket 2)
- mobile/: Expo scaffold (SDK 51, expo-router, secure store JWT)
- frontend: SCR-13~17 QA fixes, icons.tsx, kintexEvents, V10 seed migration
- ci/: KINTEX CI logo assets

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-11 23:31:45 +09:00

313 lines
17 KiB
HTML

<!DOCTYPE html>
<html class="light" lang="ko"><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>KINTEX AI Visitor Home</title>
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&amp;family=Geist:wght@400;500;600&amp;display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&amp;display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&amp;display=swap" rel="stylesheet"/>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
"colors": {
"surface-dim": "#d2daf0",
"tertiary": "#00583b",
"outline": "#717782",
"inverse-surface": "#293041",
"on-error": "#ffffff",
"on-tertiary-container": "#8ef7c3",
"on-secondary-fixed": "#1b0063",
"on-primary-fixed": "#001c38",
"inverse-primary": "#a2c9ff",
"surface-container-high": "#e0e8ff",
"on-error-container": "#93000a",
"secondary-fixed-dim": "#c9bfff",
"secondary-fixed": "#e5deff",
"secondary-container": "#6d4aff",
"error-container": "#ffdad6",
"surface": "#f9f9ff",
"on-primary-fixed-variant": "#004881",
"surface-container-lowest": "#ffffff",
"secondary": "#5427e6",
"outline-variant": "#c1c7d3",
"primary-fixed": "#d3e4ff",
"on-surface": "#141b2c",
"on-tertiary-fixed-variant": "#005236",
"tertiary-fixed": "#8ef7c4",
"surface-bright": "#f9f9ff",
"on-surface-variant": "#414751",
"tertiary-container": "#00734e",
"inverse-on-surface": "#edf0ff",
"primary-container": "#0066b3",
"on-primary-container": "#d2e3ff",
"error": "#ba1a1a",
"on-tertiary": "#ffffff",
"primary": "#004e8b",
"surface-variant": "#dbe2f9",
"surface-tint": "#0060a9",
"on-secondary": "#ffffff",
"tertiary-fixed-dim": "#72daa9",
"surface-container-highest": "#dbe2f9",
"on-tertiary-fixed": "#002113",
"background": "#f9f9ff",
"on-secondary-fixed-variant": "#4500d8",
"on-background": "#141b2c",
"primary-fixed-dim": "#a2c9ff",
"on-primary": "#ffffff",
"surface-container-low": "#f1f3ff",
"on-secondary-container": "#f3edff",
"surface-container": "#e9edff"
},
"borderRadius": {
"DEFAULT": "0.125rem",
"lg": "0.25rem",
"xl": "0.5rem",
"full": "0.75rem"
},
"spacing": {
"stack-md": "16px",
"stack-lg": "24px",
"stack-sm": "8px",
"container-padding": "24px",
"gutter": "16px",
"base": "4px"
},
"fontFamily": {
"headline-md": ["Inter"],
"display-lg-mobile": ["Inter"],
"body-sm": ["Inter"],
"title-sm": ["Inter"],
"label-md": ["Geist"],
"body-base": ["Inter"],
"display-lg": ["Inter"],
"label-xs": ["Geist"]
},
"fontSize": {
"headline-md": ["24px", {"lineHeight": "32px", "fontWeight": "600"}],
"headline-md-mobile": ["20px", {"lineHeight": "28px", "fontWeight": "600"}],
"display-lg-mobile": ["28px", {"lineHeight": "36px", "fontWeight": "700"}],
"body-sm": ["13px", {"lineHeight": "18px", "fontWeight": "400"}],
"title-sm": ["18px", {"lineHeight": "28px", "fontWeight": "600"}],
"label-md": ["12px", {"lineHeight": "16px", "letterSpacing": "0.02em", "fontWeight": "600"}],
"body-base": ["14px", {"lineHeight": "20px", "fontWeight": "400"}],
"display-lg": ["36px", {"lineHeight": "44px", "letterSpacing": "-0.02em", "fontWeight": "700"}],
"label-xs": ["11px", {"lineHeight": "14px", "fontWeight": "500"}]
}
},
},
}
</script>
<style>
body {
font-family: 'Inter', sans-serif;
background-color: #f9f9ff;
-webkit-tap-highlight-color: transparent;
width: 390px;
margin: 0 auto;
position: relative;
min-height: 100vh;
overflow-x: hidden;
box-shadow: 0 0 50px rgba(0,0,0,0.05);
}
.material-symbols-outlined {
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.hide-scrollbar::-webkit-scrollbar {
display: none;
}
.badge-pattern {
background-color: #ffffff;
background-image: radial-gradient(#0066B3 0.5px, transparent 0.5px), radial-gradient(#6D4AFF 0.5px, #ffffff 0.5px);
background-size: 20px 20px;
background-position: 0 0, 10px 10px;
opacity: 0.05;
}
.ai-glow {
box-shadow: 0 0 15px rgba(109, 74, 255, 0.15);
}
</style>
<style>
body {
min-height: max(884px, 100dvh);
}
</style>
</head>
<body class="pb-24">
<!-- Top AppBar -->
<header class="bg-surface sticky top-0 z-50 flex justify-between items-center px-container-padding h-16 w-full">
<div class="flex items-center gap-2">
<span class="material-symbols-outlined text-primary">menu</span>
<h1 class="font-headline-md text-headline-md-mobile font-bold text-primary">KINTEX AI</h1>
</div>
<div class="flex items-center gap-3">
<span class="material-symbols-outlined text-primary">qr_code_scanner</span>
<span class="material-symbols-outlined text-primary">notifications</span>
</div>
</header>
<main class="px-container-padding space-y-stack-lg mt-stack-md">
<!-- Mobile Badge Card -->
<section>
<div class="relative bg-white rounded-xl overflow-hidden border border-outline-variant shadow-sm transition-transform duration-300 active:scale-[0.98]">
<div class="absolute inset-0 badge-pattern"></div>
<div class="relative p-6 flex flex-col items-center">
<!-- Badge Header -->
<div class="w-full flex justify-between items-start mb-6">
<div class="bg-primary text-white text-[10px] font-bold px-2 py-0.5 rounded tracking-widest">KINTEX VISITOR</div>
<div class="bg-primary-container text-on-primary-container text-label-md px-3 py-1 rounded-full font-bold">바이어</div>
</div>
<!-- Name -->
<h2 class="font-display-lg-mobile text-display-lg-mobile text-on-surface mb-1">정관람</h2>
<p class="text-on-surface-variant font-label-md mb-6">KINTEX Global Summit 2024</p>
<!-- QR Code -->
<div class="bg-white p-3 rounded-xl border border-outline-variant shadow-sm mb-4">
<img class="w-40 h-40 object-contain" data-alt="A clean, high-resolution QR code rendered on a white rounded square backdrop. The QR code has a professional digital aesthetic suitable for high-end exhibition management systems, with sharp black modules on a pristine white background. The lighting is flat and even, emphasizing functional clarity and rapid scanning capability in a mobile UI context." src="https://lh3.googleusercontent.com/aida-public/AB6AXuA_V5G4b5wRVORDNOmr25exOrpCDhTcpIZUkw3tkkEJoDxHugL_G2VCzQB2J2XYO3tq2RYP92UgeMAFr7RbJR2HmhFKpDySTUApEGB8kRgZsUgK9eonC30PRRGtHWAfJkYLoBLjUBr69LCOwtLpl6cmJ6scLNXOJed97dA4re1-APqemVrbkWr38pp6kYOAIu02rjVrABoYNIcmaZXfk7GrDU3pF5QjcSWynF_lD3eJFrpzpuSb_3hSxCRqqllEl0gdenINe1VEFuc"/>
</div>
<p class="text-on-surface-variant text-label-md font-medium">체크인 시 화면을 보여주세요</p>
<!-- Decorative Element -->
<div class="absolute -bottom-12 -right-12 w-32 h-32 bg-secondary opacity-5 rounded-full blur-3xl"></div>
</div>
</div>
</section>
<!-- 오늘 일정 (Today's Schedule) -->
<section class="space-y-stack-sm">
<div class="flex justify-between items-center">
<h3 class="font-title-sm text-title-sm text-on-surface">오늘 일정</h3>
<button class="text-primary text-label-md font-semibold">전체보기</button>
</div>
<div class="space-y-stack-sm">
<!-- Schedule Card 1 -->
<div class="flex items-center gap-4 bg-white p-4 rounded-xl border-l-4 border-primary shadow-sm">
<div class="flex flex-col items-center justify-center min-w-[50px]">
<span class="text-primary font-bold text-headline-md-mobile leading-none">14</span>
<span class="text-on-surface-variant text-label-xs">00</span>
</div>
<div class="flex-1">
<h4 class="font-body-base font-semibold text-on-surface line-clamp-1">메타버스 트렌드 컨퍼런스</h4>
<p class="text-on-surface-variant text-label-md">컨퍼런스룸 201호</p>
</div>
<span class="material-symbols-outlined text-outline-variant">chevron_right</span>
</div>
<!-- Schedule Card 2 -->
<div class="flex items-center gap-4 bg-white p-4 rounded-xl border-l-4 border-outline-variant shadow-sm">
<div class="flex flex-col items-center justify-center min-w-[50px]">
<span class="text-on-surface-variant font-bold text-headline-md-mobile leading-none">16</span>
<span class="text-on-surface-variant text-label-xs">30</span>
</div>
<div class="flex-1 opacity-70">
<h4 class="font-body-base font-semibold text-on-surface line-clamp-1">네트워킹 파티 - 바이어 세션</h4>
<p class="text-on-surface-variant text-label-md">그랜드볼룸 A</p>
</div>
<span class="material-symbols-outlined text-outline-variant">chevron_right</span>
</div>
</div>
</section>
<!-- 추천 세션·부스 (Recommended) -->
<section class="space-y-stack-sm">
<div class="flex items-center gap-1.5">
<h3 class="font-title-sm text-title-sm text-on-surface">추천 세션·부스</h3>
<span class="material-symbols-outlined text-secondary scale-75" style="font-variation-settings: 'FILL' 1;">auto_awesome</span>
</div>
<div class="flex gap-4 overflow-x-auto hide-scrollbar -mx-container-padding px-container-padding pb-2">
<!-- AI Card 1 -->
<div class="min-w-[200px] bg-white rounded-xl overflow-hidden border border-secondary-container ai-glow">
<div class="h-28 bg-cover bg-center relative" data-alt="A sophisticated digital rendering of a futuristic tech booth at a large convention. The scene features glowing blue and purple accent lights, minimalist white furniture, and large digital displays showing abstract data visualizations. The atmosphere is professional, clean, and high-tech, aligning with an AI-driven exhibition management platform's aesthetic." style="background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuC5J7Lw6rktGExfX0UpwMkKm3sZ9OGDQOOHI1tAs3HTVahiKpRzwef-MvAWz6Lu8v3VqcseAVx7k-C6NpTGFmn2vj-MTkbvV54TRwPgD4e71zdjxZzIQMngVrdo79nXLPqH1y1wIvQ1iPrmzwSrB2tM01RwZ8RqkPnuNR5pqIkubPyggSLRXdCXn4tNkE0cI_6JlBEvmh8tU04jQV_M-OA6UeyYZlamdd3r89SlLEdghbfiQPSlmoI5UoZ9LK54lhJPzg54Ftvs3J4')">
<div class="absolute top-2 left-2 bg-secondary text-white px-2 py-1 rounded-full flex items-center gap-1 text-[10px] font-bold">
<span class="material-symbols-outlined text-[12px]" style="font-variation-settings: 'FILL' 1;">auto_awesome</span> AI 추천
</div>
</div>
<div class="p-3">
<h4 class="font-body-base font-bold text-on-surface line-clamp-1">차세대 AI 데이터 솔루션</h4>
<p class="text-on-surface-variant text-label-xs">1홀 A-205 • 테크노랩</p>
</div>
</div>
<!-- AI Card 2 -->
<div class="min-w-[200px] bg-white rounded-xl overflow-hidden border border-outline-variant">
<div class="h-28 bg-cover bg-center relative" data-alt="A wide-angle interior shot of a modern glass-walled conference hall during a session. Soft daylight filters through high windows, illuminating rows of modern ergonomic seating. The color palette is composed of soft grays, whites, and KINTEX blue accents. The focus is on a professional and inviting space for intellectual exchange and business networking." style="background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuBEVU1I-HxjsiK9uqD-hYp6iXn5noW8Fo5hBaIfRt6LhNks93K2Oci_fxw44KH_n9hw-cc2P09BvxyiwkR-2xlswopOg6-7933yplq0ek__jg5d_bKaau_L6S24A_C3rgK2ZOb9bfQIB3IQDXGmUU1HLAqQvxEYV1F6aviDUE2bEtg_QtvDwhZJHHwGU94US-o9LVmQ9dCkYJoDuJms43iisSJreHhk_XE7AlztkbqFDwRYeNLeEKRyahNBJKRe3r2qg_g7NEq43fI')">
<div class="absolute top-2 left-2 bg-secondary text-white px-2 py-1 rounded-full flex items-center gap-1 text-[10px] font-bold">
<span class="material-symbols-outlined text-[12px]" style="font-variation-settings: 'FILL' 1;">auto_awesome</span> AI 추천
</div>
</div>
<div class="p-3">
<h4 class="font-body-base font-bold text-on-surface line-clamp-1">스마트 팩토리 운영 사례</h4>
<p class="text-on-surface-variant text-label-xs">컨퍼런스룸 302 • 강연</p>
</div>
</div>
</div>
</section>
<!-- 즐겨찾기 부스 (Favorite Booths) -->
<section class="space-y-stack-sm mb-10">
<h3 class="font-title-sm text-title-sm text-on-surface">즐겨찾기 부스</h3>
<div class="space-y-2">
<!-- Favorite Item 1 -->
<div class="flex items-center justify-between bg-white p-4 rounded-xl border border-outline-variant">
<div class="flex items-center gap-3">
<div class="w-10 h-10 bg-primary-fixed rounded-lg flex items-center justify-center text-primary font-bold">T</div>
<div>
<h4 class="font-body-base font-semibold text-on-surface">테크솔루션</h4>
<p class="text-on-surface-variant text-label-xs">1홀 A-102</p>
</div>
</div>
<span class="material-symbols-outlined text-secondary" style="font-variation-settings: 'FILL' 1;">star</span>
</div>
<!-- Favorite Item 2 -->
<div class="flex items-center justify-between bg-white p-4 rounded-xl border border-outline-variant">
<div class="flex items-center gap-3">
<div class="w-10 h-10 bg-surface-container-high rounded-lg flex items-center justify-center text-tertiary font-bold">M</div>
<div>
<h4 class="font-body-base font-semibold text-on-surface">미래산업기기</h4>
<p class="text-on-surface-variant text-label-xs">2홀 B-110</p>
</div>
</div>
<span class="material-symbols-outlined text-secondary" style="font-variation-settings: 'FILL' 1;">star</span>
</div>
</div>
</section>
</main>
<!-- Bottom Navigation Bar -->
<nav class="fixed bottom-0 w-full z-50 bg-surface-container dark:bg-inverse-surface border-t border-outline-variant flex justify-around items-center px-4 py-2">
<!-- Home (Active) -->
<a class="flex flex-col items-center justify-center bg-secondary-container text-on-secondary-container rounded-full px-5 py-1 transition-transform duration-150 active:scale-90" href="#">
<span class="material-symbols-outlined text-[24px]" style="font-variation-settings: 'FILL' 1;">home</span>
<span class="font-label-md text-label-md"></span>
</a>
<!-- Map -->
<a class="flex flex-col items-center justify-center text-on-surface-variant px-5 py-1 transition-transform duration-150 active:scale-90" href="#">
<span class="material-symbols-outlined text-[24px]">map</span>
<span class="font-label-md text-label-md">지도</span>
</a>
<!-- Matching -->
<a class="flex flex-col items-center justify-center text-on-surface-variant px-5 py-1 transition-transform duration-150 active:scale-90" href="#">
<span class="material-symbols-outlined text-[24px]">auto_awesome</span>
<span class="font-label-md text-label-md">매칭</span>
</a>
<!-- My -->
<a class="flex flex-col items-center justify-center text-on-surface-variant px-5 py-1 transition-transform duration-150 active:scale-90" href="#">
<span class="material-symbols-outlined text-[24px]">person</span>
<span class="font-label-md text-label-md">마이</span>
</a>
</nav>
<script>
// Micro-interaction for scroll effects
let lastScrollTop = 0;
const appBar = document.querySelector('header');
window.addEventListener('scroll', () => {
let scrollTop = window.pageYOffset || document.documentElement.scrollTop;
if (scrollTop > 50) {
appBar.classList.add('shadow-md');
} else {
appBar.classList.remove('shadow-md');
}
lastScrollTop = scrollTop;
});
// Touch feedback for items
document.querySelectorAll('.active\\:scale-90, .active\\:scale-\\[0\\.98\\]').forEach(el => {
el.addEventListener('touchstart', () => {}); // Enable active pseudo-class on mobile
});
</script>
</body></html>