e21b76ad7f
- Replace flat .cooking-step-text with a perspective-based cooking wheel (.cooking-wheel) that shows current step, previous ghost (amber/warm) and next ghost (blue/cool) in a 3D card-flip layout - CSS-only 3D: perspective 1100px, rotateX transforms for prev/next ghosts - Smooth turn-next / turn-prev / snap animations via keyframes - Float animation on the active step card (subtle translateY loop) - Radial gradient glow overlay on the wheel container (CSS variable --wheel-glow) ready for JS tilt interaction - prefers-reduced-motion: all animations/transitions disabled - Mobile (<= 640px): smaller min-height and padding adjustments - gitignore: add data/category_ai_cache.json (runtime AI cache)