500: '#6e7681', 600: '#586069', }, accent: { blue: '#58a6ff', cyan: '#39c5cf', purple: '#a371f7', pink: '#f778ba', teal: '#56d364', indigo: '#8083f7', red: '#f85149', yellow: '#d29922', green: '#56d364', } }, animation: { 'scale-in': 'scaleIn 0.25s cubic-bezier(0.16, 1, 0.3, 1)', 'fade-scale-in': 'fadeScaleIn 0.4s cubic-bezier(0.25, 1, 0.5, 1)', 'shimmer': 'shimmer 2.0s infinite linear', 'spin-slow': 'spin 6s linear infinite', 'pulse-subtle': 'pulseSubtle 2.5s cubic-bezier(0.4, 0, 0.6, 1) infinite', 'slide-in-right': 'slideInRight 0.3s cubic-bezier(0.16, 1, 0.3, 1)', 'slide-left-anim': 'slideLeftAnim 0.5s cubic-bezier(0.33, 1, 0.68, 1)', 'slide-right-anim': 'slideRightAnim 0.5s cubic-bezier(0.33, 1, 0.68, 1)', }, keyframes: { scaleIn: { '0%': { transform: 'scale(0.95)', opacity: '0' }, '100%': { transform: 'scale(1)', opacity: '1' }, }, fadeScaleIn: { '0%': { transform: 'scale(0.98)', opacity: '0' }, '100%': { transform: 'scale(1)', opacity: '1' }, }, shimmer: { '0%': { backgroundPosition: '-800px 0' }, '100%': { backgroundPosition: '800px 0' }, }, pulseSubtle: { '0%, 100%': { opacity: 1 }, '50%': { opacity: 0.8 } }, slideInRight: { from: { transform: 'translateX(100%)', opacity: 0 }, to: { transform: 'translateX(0)', opacity: 1 } }, slideLeftAnim: { from: { opacity: 0, transform: 'translateX(30px)' }, to: { opacity: 1, transform: 'translateX(0)' } }, slideRightAnim: { from: { opacity: 0, transform: 'translateX(-30px)' }, to: { opacity: 1, transform: 'translateX(0)' } }, }, boxShadow: { 'glow-sm': '0 0 8px rgba(88, 166, 255, 0.3)', 'glow-pink': '0 0 12px rgba(247, 120, 186, 0.25)', 'glow-red': '0 0 12px rgba(248, 81, 73, 0.25)', 'glow-yellow': '0 0 12px rgba(210, 153, 34, 0.25)', 'inner-highlight': 'inset 0 1px 0 0 rgba(255, 255, 255, 0.04)', 'card': '0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1)', 'card-hover': '0 4px 8px rgba(0, 0, 0, 0.15), 0 8px 16px rgba(0, 0, 0, 0.1)', } } } }