| 1 | # Execution Lock |
| 2 | |
| 3 | ## canvas |
| 4 | - viewBox: 0 0 1280 720 |
| 5 | - format: PPT 16:9 |
| 6 | |
| 7 | ## colors |
| 8 | - bg: #0A0E27 |
| 9 | - bg_secondary: #1A2150 |
| 10 | - primary: #5B8DEF |
| 11 | - accent: #A26BFA |
| 12 | - secondary_accent: #3DDDFC |
| 13 | - text: #E8ECFF |
| 14 | - text_secondary: #A8B0D0 |
| 15 | - text_tertiary: #6B7299 |
| 16 | - border: #2E3672 |
| 17 | - success: #4ADE80 |
| 18 | - warning: #FB7185 |
| 19 | - amber: #F59E0B |
| 20 | - glass_highlight: #FFFFFF |
| 21 | - image_rendering: glassmorphism |
| 22 | - image_palette: tech-neon |
| 23 | |
| 24 | ## typography |
| 25 | - font_family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif |
| 26 | - title_family: "Microsoft YaHei", "PingFang SC", sans-serif |
| 27 | - body_family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif |
| 28 | - code_family: Consolas, "Courier New", monospace |
| 29 | - body: 20 |
| 30 | - title: 36 |
| 31 | - subtitle: 26 |
| 32 | - cover_title: 80 |
| 33 | - chapter_title: 48 |
| 34 | - hero_number: 40 |
| 35 | - annotation: 15 |
| 36 | - footnote: 12 |
| 37 | |
| 38 | ## icons |
| 39 | - library: phosphor-duotone |
| 40 | - inventory: gauge, coin, bug, eye, brain, lightning, database, flow-arrow, robot, users-three, magnifying-glass, target, plug, check-circle, arrows-clockwise, stack, cube, funnel, scales, gear, code-block, shield-check, sparkle, crosshair, gear-six, chart-line-up, rocket, handshake |
| 41 | |
| 42 | ## images |
| 43 | - 01_cover_aurora: images/01_cover_aurora.png |
| 44 | - 02_hero_transition: images/02_hero_transition.png |
| 45 | - 04_agent_topology: images/04_agent_topology.png |
| 46 | - 06_pipeline_flow: images/06_pipeline_flow.png |
| 47 | - 07_context_sphere: images/07_context_sphere.png |
| 48 | - 08_dashboard_bokeh: images/08_dashboard_bokeh.png |
| 49 | - 10_failure_glow: images/10_failure_glow.png |
| 50 | - 12_cta_horizon: images/12_cta_horizon.png |
| 51 | |
| 52 | ## page_rhythm |
| 53 | - P01: anchor |
| 54 | - P02: breathing |
| 55 | - P03: dense |
| 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: breathing |
| 65 | |
| 66 | ## page_charts |
| 67 | - P03: vertical_pillars |
| 68 | - P04: layered_architecture |
| 69 | - P05: comparison_columns |
| 70 | - P06: numbered_steps |
| 71 | - P07: hub_spoke |
| 72 | - P08: kpi_cards |
| 73 | - P09: line_chart |
| 74 | - P10: quadrant_text_bullets |
| 75 | - P11: roadmap_vertical |
| 76 | |
| 77 | ## forbidden |
| 78 | - Mixing icon libraries |
| 79 | - `<style>`, `class`, `<foreignObject>`, `textPath`, `@font-face`, `<animate*>`, `<script>`, `<iframe>`, `<symbol>`+`<use>` |
| 80 | - HTML named entities in text — write raw Unicode; XML reserved chars escape as `& < > " '` |
| 81 |