| 1 | # Execution Lock |
| 2 | |
| 3 | ## canvas |
| 4 | - viewBox: 0 0 1280 720 |
| 5 | - format: PPT 16:9 |
| 6 | |
| 7 | ## colors |
| 8 | - bg: #FFF8EE |
| 9 | - bg_secondary: #FFE9C7 |
| 10 | - primary: #FF3DA5 |
| 11 | - accent: #00B8D9 |
| 12 | - secondary_accent: #FFD93D |
| 13 | - tertiary_accent: #00C896 |
| 14 | - quaternary_accent: #FF6B4A |
| 15 | - text: #1A1A2E |
| 16 | - text_secondary: #5C5C7A |
| 17 | - border: #1A1A2E |
| 18 | - success: #00C896 |
| 19 | - warning: #FF6B4A |
| 20 | - image_rendering: flat |
| 21 | - image_palette: vivid-launch |
| 22 | |
| 23 | ## typography |
| 24 | - font_family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif |
| 25 | - title_family: Impact, "Arial Black", "Microsoft YaHei", sans-serif |
| 26 | - body_family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif |
| 27 | - emphasis_family: Impact, "Microsoft YaHei", sans-serif |
| 28 | - code_family: Consolas, "Courier New", monospace |
| 29 | - body: 20 |
| 30 | - title: 40 |
| 31 | - subtitle: 30 |
| 32 | - annotation: 15 |
| 33 | - cover_title: 96 |
| 34 | - chapter_hero: 200 |
| 35 | - chapter_title: 64 |
| 36 | - hero_number: 140 |
| 37 | |
| 38 | ## icons |
| 39 | - library: chunk-filled |
| 40 | - inventory: calendar, music, microphone, users, clock, bolt, heart, star, map-pin, sun, sparkles, headphones, shopping-bag, game-controller, ticket, gift, arrow-right |
| 41 | |
| 42 | ## images |
| 43 | - cover_bg: images/cover_bg.png |
| 44 | - ch1_what: images/ch1_what.png |
| 45 | - ch2_who: images/ch2_who.png |
| 46 | - headliners: images/headliners.png |
| 47 | - ch3_where: images/ch3_where.png |
| 48 | - ch4_vibes: images/ch4_vibes.png |
| 49 | - market: images/market.png |
| 50 | - installation: images/installation.png |
| 51 | - closing: images/closing.png |
| 52 | |
| 53 | ## page_rhythm |
| 54 | - P01: anchor |
| 55 | - P02: breathing |
| 56 | - P03: dense |
| 57 | - P04: dense |
| 58 | - P05: breathing |
| 59 | - P06: dense |
| 60 | - P07: dense |
| 61 | - P08: breathing |
| 62 | - P09: dense |
| 63 | - P10: dense |
| 64 | - P11: breathing |
| 65 | - P12: dense |
| 66 | - P13: dense |
| 67 | - P14: anchor |
| 68 | |
| 69 | ## page_charts |
| 70 | - P03: kpi_cards |
| 71 | - P04: vertical_pillars |
| 72 | - P06: icon_grid |
| 73 | - P07: quadrant_text_bullets |
| 74 | - P09: hub_spoke |
| 75 | - P10: timeline |
| 76 | - P12: comparison_columns |
| 77 | - P13: comparison_columns |
| 78 | |
| 79 | ## forbidden |
| 80 | - Mixing icon libraries |
| 81 | - `<style>`, `class`, `<foreignObject>`, `textPath`, `@font-face`, `<animate*>`, `<script>`, `<iframe>`, `<symbol>`+`<use>` |
| 82 | - HTML named entities in text (` `, `—`, `©`, `–`, `®`, `…`, `•` …) — write as raw Unicode (`—`, `©`, `→`, NBSP, etc.); XML reserved chars `& < > " '` must be escaped as `& < > " '`. See shared-standards.md §1.0 |
| 83 |