Style: Tactile Digital / Deformable UI. Type: General. Keywords: Jelly buttons, chrome, clay, squishy, deformable, bouncy, physical, tactile feedback, press response. Primary Colors: Gradient metallics, Chrome Silver #C0C0C0, Jelly Pink #FF9ECD, Soft Blue #87CEEB. Secondary Colors: Glossy highlights, shadow depth, reflection effects, material-specific colors. Effects & Animation: Press deformation (scale + squish), bounce-back (cubic-bezier), material response, haptic-like feedback, spring physics. Best For: Modern mobile apps, playful brands, entertainment, gaming UI, consumer products, interactive demos. Do Not Use For: Enterprise software, data dashboards, accessibility-critical, professional tools. Light Mode: ✓ Full. Dark Mode: ✓ Full. Performance: ⚠ Good. Accessibility: ⚠ Motion sensitive. Mobile-Friendly: ✓ High. Conversion-Focused: ✓ Very High. Framework Compatibility: Framer Motion 10/10, React Spring 10/10, GSAP 10/10. Era/Origin: 2025+ Tactile Era. Complexity: Medium. AI Prompt Keywords: Design a tactile deformable interface. Use: jelly/squishy buttons, press deformation effect, bounce-back animations, chrome/clay materials, spring physics, haptic-like feedback, material response, 3D depth on interaction.. CSS/Technical: transform: scale(0.95) on active, animation: bounce (cubic-bezier(0.34, 1.56, 0.64, 1)), box-shadow: inset for press, filter: brightness on press, spring physics (react-spring/framer-motion). Implementation Checklist: ☐ Press effect visible, ☐ Bounce-back smooth, ☐ Material feels tactile, ☐ Spring physics tuned, ☐ Mobile touch responsive, ☐ Reduced motion option. Design System Variables: --press-scale: 0.95, --bounce-duration: 400ms, --spring-stiffness: 300, --spring-damping: 20, --material-glossy: linear-gradient(135deg, white 0%, transparent 60%), --depth-shadow: 0 10px 30px rgba(0,0,0,0.2).