What problem does it solve? Interfaces often break when users enable OS contrast themes or forced-colors modes: focus rings disappear, custom SVG icons blend into backgrounds, and state indicators that rely on subtle color or shadow become invisible. This Skill provides a structured workflow to keep information, state, and operability intact when the user agent replaces your palette. ## Core Features & Use Cases - Contrast Mode Analysis: Distinguishes prefers-contrast: more from forced-colors: active and treats light/dark appearance as independent from contrast preference. - System Color Mapping: Translates semantic color roles (canvas, text, link, button, selected, disabled) to user-selected system colors instead of hard-coding brand palettes. - Non-Color Redundancy: Ensures selected, error, chart series, and focus states survive palette replacement via shape, border, pattern, position, or text. - Use Case: A custom checkbox and chart disappear under a Windows contrast theme. Use this Skill to map component roles to system colors, add non-color state indicators, and verify the same task across light, dark, increased-contrast, and forced-colors variants. ## Quick Start Review my component styles and make them survive Windows forced-colors mode without losing focus, selection, or error state visibility.