What problem does it solve? Interfaces often feel off due to small compounding details like mismatched border radii, jarring animations, or layout-shifting numbers. This Skill provides a concrete checklist of design engineering principles to apply when building or reviewing frontend UI code. ## Core Features & Use Cases - Surface Polish: Enforces concentric border radius, optical alignment, layered shadows instead of borders, and pure black/white image outlines. - Animation Guidance: Covers interruptible CSS transitions, staggered enter animations, subtle exits, contextual icon cross-fades, and scale-on-press feedback with exact values. - Typography & Performance: Applies text-wrap balance/pretty, font smoothing, tabular-nums, transition specificity, and disciplined will-change usage. - Use Case: When a user says a dashboard "feels off", review the components against the checklist and output a Before/After table of fixes such as concentric radii, tabular-nums on counters, and active:scale-[0.96] on buttons. ## Quick Start Review my React card component and apply the interface polish principles, showing every change in a Before/After table.