@keyframes fade-up { from { opacity: 0; transform: translateY(8px); } }
@keyframes toast-in { from { opacity: 0; transform: translateY(8px); } }
.page-head { animation: fade-up .42s var(--ease) both; }
.evidence-meta, .evidence-band, .casebar { animation: fade-up .5s .08s var(--ease) both; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
