What problem does it solve? Interfaces often feel subtly off because of small compounding details: mismatched nested border radii, geometrically centered icons that look unbalanced, theme switches that smear, and transitions that fire on every property. This Skill provides a concrete reference of exact values and recipes so reviews and fixes are precise rather than approximate. ## Core Features & Use Cases - Surface polish: Enforces concentric border radius (outer = inner + padding), layered transparent box-shadows instead of depth borders, and pure black/white 1px image outlines per color mode. - Motion recipes: Prescribes interruptible CSS transitions, scale(0.96) press feedback, staggered enter animations, subtle exits, and contextual icon cross-fades with exact spring and cubic-bezier values for Motion, Framer Motion, or dependency-free CSS. - Icon consistency: Matches icon stroke width to adjacent text weight, uses one currentColor SVG recolored per state, outline-by-default with fill for active state, and RTL flipping rules. - Use Case: When reviewing a React/Tailwind component, apply the checklist to catch transition: all, missing initial={false} on AnimatePresence, or a hairline icon beside semibold text, then report findings grouped by principle with severity. ## Quick Start Review the button and card components in my project for UI polish issues and report findings by severity.