| 1 | # Standard 4:3 Structural Self-check |
| 2 | |
| 3 | ## P0 - Not Deliverable |
| 4 | |
| 5 | - Content exceeds 1600x1200 or is clipped. |
| 6 | - Text-bearing modules use absolute/fixed positioning instead of grid/flex flow. |
| 7 | - Body text is below 18px, headings below 24px, or auxiliary text below 12px. |
| 8 | - The page has no primary object or readable hierarchy. |
| 9 | - Chart/table labels are unreadable. |
| 10 | |
| 11 | ## P1 - Should Fix |
| 12 | |
| 13 | - More than two real content columns create narrow text. |
| 14 | - A 2x2 matrix has paragraph-heavy cells. |
| 15 | - The title consumes too much height for the body to work. |
| 16 | - A chart lacks a nearby insight or interpretation. |
| 17 | - A support zone is mostly empty or competes with the primary object. |
| 18 | - A table keeps too many columns instead of grouping key dimensions. |
| 19 | |
| 20 | ## P2 - Consider Optimizing |
| 21 | |
| 22 | - The slide could use center + rails instead of equal cards. |
| 23 | - A small table could become rows with stronger grouping. |
| 24 | - Gutter and side margins could be increased for projection readability. |
| 25 | - Source/footer text could be simplified into one auxiliary line. |
| 26 |