What problem does it solve? The Maia Planner previously had no versioned CSS source for its 8 HTML one-pagers, so the model rewrote styles from scratch on every ticket with inconsistent class names, letting layout bugs (overlapping Gantt bars, clipped text, unreadable stream badges) ship undetected. This Skill fixes that by providing a single verified CSS implementation. ## Core Features & Use Cases - Shared base styles: Header, subtitle, legend, stream badges, media chips, and footer CSS shared across all 8 one-pagers, with a documented fix for the specificity bug that rendered badge labels gray on saturated backgrounds. - Gantt calendar component: Table-based Gantt CSS with table-layout: fixed, horizontal scroll wrapper, and overflow-wrap so long bar labels wrap instead of overlapping row headers. - Support-load cards: Grid layouts using minmax(0, 1fr) and overflow: visible so metric text wraps instead of being clipped at 100% zoom. - Responsive breakpoints: Media queries at 1024/768/480px aligned with the Maia Storyteller layout, plus print styles. - Use Case: When generating calendario_canales_global_v3.html, copy the base and Gantt CSS blocks verbatim, replace {{SCOPE}} with the file's isolation prefix, and get output matching the verified production layout without reinventing class names. ## Quick Start Ask the Planner to generate a Gantt calendar one-pager using this skill's verified CSS, replacing the scope placeholder with the file's unique prefix.