| 1 | # Execution Lock |
| 2 | |
| 3 | ## canvas |
| 4 | - viewBox: 0 0 1280 720 |
| 5 | - format: PPT 16:9 |
| 6 | |
| 7 | ## colors |
| 8 | - bg: #0E2A47 |
| 9 | - bg_secondary: #1A3A5C |
| 10 | - primary: #5BA3E0 |
| 11 | - accent: #FFB627 |
| 12 | - secondary_accent: #3E7AB8 |
| 13 | - text: #F0F4F8 |
| 14 | - text_secondary: #A0B8D0 |
| 15 | - text_tertiary: #6B85A3 |
| 16 | - border: #2D4A6B |
| 17 | - success: #7FD99F |
| 18 | - warning: #FF6B6B |
| 19 | |
| 20 | ## typography |
| 21 | - font_family: Arial, "Microsoft YaHei", sans-serif |
| 22 | - code_family: Consolas, "Courier New", monospace |
| 23 | - body: 18 |
| 24 | - cover_title: 64 |
| 25 | - chapter: 45 |
| 26 | - title: 30 |
| 27 | - hero_number: 36 |
| 28 | - subtitle: 24 |
| 29 | - annotation: 13 |
| 30 | - footer_label: 11 |
| 31 | |
| 32 | ## icons |
| 33 | - library: tabler-outline |
| 34 | - stroke_width: 1.5 |
| 35 | - inventory: network, server, database, settings, refresh, cloud, cube, box, route, heartbeat, plug, device-floppy, stack, shield-check, arrow-right |
| 36 | |
| 37 | ## page_rhythm |
| 38 | - P01: anchor |
| 39 | - P02: dense |
| 40 | - P03: dense |
| 41 | - P04: dense |
| 42 | - P05: anchor |
| 43 | - P06: dense |
| 44 | - P07: dense |
| 45 | - P08: anchor |
| 46 | - P09: anchor |
| 47 | - P10: breathing |
| 48 | |
| 49 | ## page_charts |
| 50 | - P03: hub_spoke |
| 51 | - P05: process_flow |
| 52 | - P06: vertical_pillars |
| 53 | - P09: client_server_flow |
| 54 | |
| 55 | ## forbidden |
| 56 | - Mixing icon libraries |
| 57 | - `<style>`, `class`, `<foreignObject>`, `textPath`, `@font-face`, `<animate*>`, `<script>`, `<iframe>`, `<symbol>`+`<use>` |
| 58 | - HTML named entities in text (` `, `—`, `©` …); raw Unicode only; XML reserved chars escaped as `& < > " '` |
| 59 |