| 1 | # Execution Lock |
| 2 | |
| 3 | ## canvas |
| 4 | - viewBox: 0 0 1280 720 |
| 5 | - format: PPT 16:9 |
| 6 | |
| 7 | ## colors |
| 8 | - bg: #0E1116 |
| 9 | - secondary_bg: #1A1F26 |
| 10 | - primary: #E8E6E1 |
| 11 | - accent: #E63946 |
| 12 | - secondary_accent: #F4A261 |
| 13 | - text: #C9C5BE |
| 14 | - text_secondary: #8A857E |
| 15 | - text_tertiary: #5C5852 |
| 16 | - border: #2A2F36 |
| 17 | - success: #52B788 |
| 18 | - warning: #E63946 |
| 19 | - image_rendering: editorial |
| 20 | - image_palette: dark-cinematic |
| 21 | |
| 22 | ## typography |
| 23 | - font_family: "Microsoft YaHei", Arial, sans-serif |
| 24 | - body_family: "Microsoft YaHei", Arial, sans-serif |
| 25 | - title_family: Cambria, "Microsoft YaHei", serif |
| 26 | - subtitle_family: Cambria, serif |
| 27 | - emphasis_family: Georgia, "Microsoft YaHei", serif |
| 28 | - code_family: Consolas, "Courier New", monospace |
| 29 | - body: 16 |
| 30 | - title: 28 |
| 31 | - subtitle: 20 |
| 32 | - annotation: 12 |
| 33 | - hero_number: 80 |
| 34 | - cover_title: 72 |
| 35 | - chapter_title: 44 |
| 36 | - chapter_mark: 180 |
| 37 | - big_quote_mark: 120 |
| 38 | - footnote: 10 |
| 39 | |
| 40 | ## icons |
| 41 | - library: tabler-outline |
| 42 | - stroke_width: 1.5 |
| 43 | - brand_library: simple-icons |
| 44 | - inventory: trending-up, currency-dollar, building, chart-bar, server, bolt, alert-triangle, globe, cpu, trending-down, arrow-right, bookmark, world, link, percentage, target, scale, briefcase |
| 45 | - brand_inventory: openai, anthropic, nvidia, google, microsoft, amazon, meta, oracle, softbank |
| 46 | |
| 47 | ## images |
| 48 | - cover_atmosphere: images/cover_atmosphere.png |
| 49 | - nvidia_circular: images/nvidia_circular.png |
| 50 | - bubble_tension: images/bubble_tension.png |
| 51 | |
| 52 | ## page_rhythm |
| 53 | - P01: anchor |
| 54 | - P02: breathing |
| 55 | - P03: anchor |
| 56 | - P04: dense |
| 57 | - P05: dense |
| 58 | - P06: dense |
| 59 | - P07: dense |
| 60 | - P08: dense |
| 61 | - P09: dense |
| 62 | - P10: dense |
| 63 | - P11: dense |
| 64 | - P12: dense |
| 65 | - P13: breathing |
| 66 | - P14: dense |
| 67 | - P15: dense |
| 68 | - P16: dense |
| 69 | - P17: breathing |
| 70 | - P18: dense |
| 71 | - P19: dense |
| 72 | - P20: anchor |
| 73 | |
| 74 | ## page_charts |
| 75 | - P04: kpi_cards |
| 76 | - P05: bar_chart |
| 77 | - P06: dumbbell_chart |
| 78 | - P07: bubble_chart |
| 79 | - P08: donut_chart |
| 80 | - P10: horizontal_bar_chart |
| 81 | - P11: comparison_table |
| 82 | - P14: sankey_chart |
| 83 | - P15: pareto_chart |
| 84 | - P16: hub_spoke |
| 85 | - P18: dual_axis_line_chart |
| 86 | - P19: quadrant_text_bullets |
| 87 | |
| 88 | ## forbidden |
| 89 | - Mixing icon libraries |
| 90 | - `<style>`, `class`, `<foreignObject>`, `textPath`, `@font-face`, `<animate*>`, `<script>`, `<iframe>`, `<symbol>`+`<use>` |
| 91 | - HTML named entities in text (` `, `—`, `©`, `–`, `®`, `…`, `•` …) — write as raw Unicode (`—`, `©`, `→`, NBSP, etc.); XML reserved chars `& < > " '` must be escaped as `& < > " '` |
| 92 |