@keyframes slide-up-bar{0%{height:0}to{height:var(--bar-height)}}@keyframes slide-up-value{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(50%)}}.animate-slide-up-bar{animation:slide-up-bar .7s ease-out .5s forwards;will-change:height;height:var(--bar-height)!important}.animate-slide-up-value{animation:slide-up-value .7s ease-out .15s forwards;will-change:transform,opacity;opacity:1!important}.progress-bar-fill{will-change:height}.progress-value-wrapper{will-change:transform,opacity}@media (prefers-reduced-motion:reduce){.animate-slide-up-bar,.animate-slide-up-value{animation:none;transform:none}.animate-slide-up-bar{height:var(--bar-height)!important}.animate-slide-up-value{opacity:1}.progress-bar-fill,.progress-value-wrapper{transition:none}}@media (prefers-contrast:high){.metrics-card{border:2px solid}.progress-bar{border:1px solid}}@media (prefers-reduced-motion:reduce){.metric-transition,.metrics-card,.progress-bar{transition:none!important;animation:none!important}}.metrics-grid:focus-within{outline:2px solid #2563eb;outline-offset:2px}.metrics-card{min-height:44px;min-width:44px}.progress-bar[role=progressbar]:focus{outline:2px solid #2563eb;outline-offset:2px}