- SearchBar: overlay fade + panel slide-down with spring enter / ease-in exit (200ms)
- MarkdownToolbar image popover: scale+slide with same pattern (180ms)
- ConfirmModal: new component replacing window.confirm, scale+translate animations
- AdminPage: uses ConfirmModal for article deletion
- AppShell: enter-only page transition (key={location.key}) avoids double-load issue
All @keyframes defined locally in each CSS module to ensure reliable scoping.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>