@keyframes price-up-flash{0%{color:#2563eb}50%{color:#22c55e}to{color:#2563eb}}@keyframes price-down-flash{0%{color:#2563eb}50%{color:#ef4444}to{color:#2563eb}}.price-up{animation:price-up-flash .8s ease-in-out}.price-down{animation:price-down-flash .8s ease-in-out}
